Adam
|
fde42899e7
|
Fixed db_old loading encrypted passwords from 1.8
|
2012-08-09 23:28:02 -04:00 |
|
Adam
|
9b5f6d3c45
|
Remove ExtensibleString everywhere
|
2012-07-01 22:26:05 -04:00 |
|
Adam
|
bf7d1a55af
|
Fixed some problems found by Robby
|
2012-05-23 15:09:41 -04:00 |
|
lethality
|
f89599726e
|
fixed paste error (failed awesomeness) in last commit.
|
2012-05-09 03:11:57 +01:00 |
|
lethality
|
a81b3aaff1
|
Fixed saving backups
|
2012-05-09 01:23:34 +01:00 |
|
Adam
|
820e4edc2b
|
Fixed some 100% cpu bugs with the new SQL stuff, and fixed sqlite+db_sql_live
|
2012-05-08 18:04:49 -04:00 |
|
Adam
|
675b113c3e
|
Split up db/conf/lib/locale install directories, and allow alternate ones to be specified at runtime
|
2012-05-06 21:43:50 -04:00 |
|
Adam
|
42e652cae7
|
Pull table schemas from SQL on startup so we can alter the schemas if we need to, fixed sqlite to work again
|
2012-04-29 19:24:37 -04:00 |
|
Adam
|
4d9a96e8df
|
Fixes to db_sql
|
2012-04-27 17:06:16 -04:00 |
|
Adam
|
5068483cb9
|
Add db_sql:prefix allow prefixing all anope tables similarly, and changed db_sql to update the databases incrementally instead of one big flush
|
2012-04-27 15:38:50 -04:00 |
|
Adam
|
573e49a7ea
|
Reworked live SQL support yet again
|
2012-04-23 05:08:26 -04:00 |
|
Adam
|
63c639e108
|
Fixed hashm checking in db_old and loading 1.9.1 databases
|
2012-04-23 05:07:06 -04:00 |
|
Adam
|
ab25815694
|
Fixed backup databases having their names collide due to not separating month and day, #1383
|
2012-03-05 20:15:56 -05:00 |
|
Adam
|
4ed844ffd5
|
Escape all column names when building sql queries
|
2012-03-02 17:05:59 -05:00 |
|
Adam
|
020467d472
|
Fixed db_old loading noexpire
|
2012-02-27 00:16:15 -05:00 |
|
Adam
|
2337b7717d
|
Fixed calculating bots channel count of assigned channels and fixed the order of saving memos (among other things)
|
2012-02-24 14:53:34 -05:00 |
|
Adam
|
81e50dd1f4
|
Fixed db_old loading memo owners
|
2012-02-22 16:25:20 -05:00 |
|
Adam
|
ee5cd8493e
|
Use C++11's explicit override feature if available
|
2012-02-18 15:04:26 -05:00 |
|
Adam
|
a9772cde21
|
Clean up and reorganize our header files
|
2012-02-14 15:13:27 -05:00 |
|
Adam
|
be5ba495f9
|
Not sure what I was thinking here
|
2012-01-31 15:44:04 -05:00 |
|
Adam
|
52eaa7d6d6
|
Windows
|
2012-01-25 15:48:07 -05:00 |
|
Adam
|
964d63cdac
|
Improve on db_sql_live_read
|
2012-01-15 01:47:31 -05:00 |
|
Adam
|
14a2c9cec0
|
Fixed loading db_sql_live_read's configuration values on startup
|
2012-01-11 19:04:40 -05:00 |
|
Adam
|
4204ece7a8
|
Updated Copyright to 2012
|
2012-01-02 21:28:24 -05:00 |
|
Adam
|
3bcb285690
|
Somehow these two modules got mixed up..
|
2011-12-22 03:46:35 -05:00 |
|
lethality
|
620c08bd7a
|
Fixed some more errors in sql live-write, hopefully the last.
|
2011-11-25 23:12:23 +00:00 |
|
lethality
|
23a92709c0
|
Fixed a crash in ns saset when using mysql-write module
|
2011-11-25 23:10:26 +00:00 |
|
Adam
|
69dfc729e9
|
Fixed storing mode locks
|
2011-11-17 12:46:18 -05:00 |
|
Adam
|
9ed203c0cb
|
Fixed crash on shutdown & a compiler warning
|
2011-11-15 16:16:38 -05:00 |
|
Adam
|
b5ff856f47
|
Windows
|
2011-11-08 17:29:16 -05:00 |
|
Adam
|
066e5b3fc0
|
Delete all tables before flushing not just ones we know about
|
2011-11-04 02:28:21 -04:00 |
|
Adam
|
0761a4a692
|
Bug #1350 + other related fixes
|
2011-10-27 14:46:20 -04:00 |
|
Adam
|
66ca256cfc
|
Fixed loading exceptions in db_plain
|
2011-10-27 13:50:32 -04:00 |
|
Naram Qashat
|
377a7a968b
|
Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as use C99's stdint.h (or cstdint if available) to get (u)intX_t types instead of our stupid typedefs. pstdint.h included in case there is no cstdint or stdint.h available.
|
2011-10-24 16:32:29 -04:00 |
|
Adam
|
d0513d6506
|
A few minor fixups
|
2011-10-22 16:11:26 -04:00 |
|
Adam
|
c8b3809fc9
|
Added akill ids
|
2011-10-22 11:21:21 -04:00 |
|
Adam
|
eb5b5f97d1
|
Fixed compile errors on release build
|
2011-10-18 12:06:51 -04:00 |
|
Adam
|
80f4f317b2
|
Put serialized_items on the heap to prevent weird crashes on shutdown from the list being destructed before members in it
|
2011-10-10 15:04:23 -04:00 |
|
Adam
|
1f2399de36
|
Added a new database format and sqlite support. Also moved db-convert to a module.
|
2011-09-25 04:19:15 -04:00 |
|
Adam
|
26c1d67556
|
Fixed compile errors & warnings from 1.9.6 to 1.9 merge
|
2011-09-10 16:27:10 -04:00 |
|
Adam
|
1478b5bbd7
|
Added chanserv/log
|
2011-09-10 02:06:29 -04:00 |
|
Adam
|
17ea4ed8f5
|
Fixed service_reference to work correctly with external classes
|
2011-09-10 02:05:03 -04:00 |
|
Adam
|
700a585b1b
|
Allow modules to add their own channel levels
|
2011-09-10 02:05:00 -04:00 |
|
Adam
|
62752db4c4
|
Rewrote mlock saving/loading code to not use this silly extensible hack
|
2011-09-10 01:58:39 -04:00 |
|
Adam
|
f025d1b495
|
Made service_reference type safe
|
2011-09-10 01:58:38 -04:00 |
|
Adam
|
309dfa36e7
|
Fixed a few mysql problems, including bug #1326
|
2011-08-27 16:14:04 -04:00 |
|
Adam
|
a2f92b642c
|
Fixed the db_mysql metadata load events to use the right keys
|
2011-08-22 13:14:08 -04:00 |
|
Adam
|
4663970722
|
Removed m_async_commands, it can still cause crashes from invalid pointers on the stack & is a giant mess anyway
|
2011-08-20 00:57:35 -04:00 |
|
Adam
|
fa3b74a5b4
|
Fixed zlines to only add the xline host, fixed db_mysql's write function, and prevent adding multiple of the same nick to access lists
|
2011-08-20 00:50:26 -04:00 |
|
Adam
|
ff7479f437
|
Fixed attaching to events in db_mysql & possibly having ChannelInfo::WhoSends return NULL if there really are *no* bots
|
2011-08-18 00:47:34 -04:00 |
|