Adam
|
5007b72b28
|
Update copyright to 2013. This was done with:
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \;
|
2013-01-09 04:20:55 -05:00 |
|
Adam
|
392b591d09
|
Allow modules loaded after startup to magically reobtain their database objects. Fix os_dns for sql(live)
|
2012-12-25 15:52:58 -05:00 |
|
Adam
|
c1077faa28
|
Optimize much of the database code and serialize code.
|
2012-12-13 06:12:56 -05:00 |
|
Adam
|
d33a0f75a5
|
Pretty large coding style cleanup, in source doc
cleanup, and allow protocol mods to depend on each
other
|
2012-11-22 00:50:33 -05:00 |
|
Adam
|
d6e1b92059
|
Add a module log type
|
2012-10-27 08:12:04 -04:00 |
|
Adam
|
a434baed91
|
Allow modules to store data in their own databases.
|
2012-10-01 18:50:29 -04:00 |
|
Adam
|
ad37bc9639
|
Bug #1445 - Empty out columns in SQL we have no data for on
insert. This is caused from serialize() only setting a key on
certain conditions and otherwise doing nothing at all.
|
2012-09-30 20:30:27 -04:00 |
|
Naram Qashat
|
38ad523f91
|
Fix a few oddball warnings that came up from clang, and also make it so webcpanel.so can be compiled under Mac OS X.
|
2012-09-24 15:54:49 -04:00 |
|
Adam
|
bf7d1a55af
|
Fixed some problems found by Robby
|
2012-05-23 15:09:41 -04: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
|
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
|
ee5cd8493e
|
Use C++11's explicit override feature if available
|
2012-02-18 15:04:26 -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
|
4204ece7a8
|
Updated Copyright to 2012
|
2012-01-02 21:28:24 -05: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
|
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 |
|