Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-14 | This Serialize::Destroy method isn't actually needed anymore. Fixes ↵ | Adam | |
weirdness from a few Serializable items we had on the stack. Added a comment about why operator< in Reference fails. | |||
2013-01-09 | Update copyright to 2013. This was done with: | Adam | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \; | |||
2012-12-28 | The timestamp column in SQL should actually be null sometimes, and fixed ↵ | Adam | |
some valgrind errors with db_sql_live | |||
2012-12-13 | Optimize much of the database code and serialize code. | Adam | |
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam | |
cleanup, and allow protocol mods to depend on each other | |||
2012-09-30 | Make CommandSource use references, sometimes we hold them for awhile | Adam | |
2012-05-17 | Fixed not always calling operator bool() in dynamic_reference, which would ↵ | Adam | |
mess up service references and do weird things | |||
2012-04-23 | Reworked live SQL support yet again | Adam | |
2012-02-14 | Clean up and reorganize our header files | Adam | |