Age | Commit message (Expand) | Author |
2013-02-14 | Switch Destroy methods to delete | Adam |
2013-02-14 | Store what channels have references to accounts in NickCore to prevent having... | Adam |
2013-02-05 | Made access del by nick and other functions from 326f1a really delete objects | Adam |
2013-01-27 | Old botserv flags need BS_ prepended to them | Adam |
2013-01-21 | Merge usefulness of Flags and Extensible classes into Extensible, made most f... | Adam |
2013-01-09 | Update copyright to 2013. This was done with: | Adam |
2013-01-07 | Track +g on inspircd, fix saving/loading mode locks for generic modes | Adam |
2012-12-29 | Cleanup after mode locks, badwords, akick, access, if destructed | Adam |
2012-12-28 | Move some of CheckKick to the respective modules | Adam |
2012-12-19 | Having these references to bots bugged out older compilers, so simplify this ... | Adam |
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 |
2012-11-07 | Duplicate check some of these larger hashmaps on insert, just incase | Adam |
2012-10-24 | Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope int... | DukePyrolator |
2012-10-24 | fixed calculating the correct channelcount for an user when loading the db. f... | DukePyrolator |
2012-10-22 | Cleanup of last few commits/warning fix | Adam |
2012-10-18 | Base has to destruct before Extensible does because objects that destruct due... | Adam |
2012-10-07 | Set sane default last_topic_setter and last_topic_time in the event an empty ... | Adam |
2012-10-02 | Attempt #2 at silly topic ts thing, this is actually must cleaner | Adam |
2012-10-01 | Allow modules to store data in their own databases. | Adam |
2012-05-10 | Fixed crash on access del + valgrind errors | Adam |
2012-04-25 | Fixed non-debug build | Adam |
2012-04-23 | Reworked live SQL support yet again | Adam |
2012-02-24 | Fixed calculating bots channel count of assigned channels and fixed the order... | Adam |
2012-02-18 | Fixed some events | Adam |
2012-02-18 | Made mode lock del check status of the mode lock before removing it | Adam |
2012-02-14 | Clean up and reorganize our header files | Adam |
2012-01-15 | Fixed crash from last commit | Adam |
2012-01-15 | Improve on db_sql_live_read | Adam |
2012-01-02 | Updated Copyright to 2012 | Adam |
2011-12-12 | Update channel last used times when founders use the channel, too | Adam |
2011-11-17 | Fixed storing mode locks | Adam |
2011-11-15 | Made looking up a level for a nonexistant privilege debugg log a warning, not... | Adam |
2011-11-08 | Windows | Adam |
2011-10-27 | Bug #1350 + other related fixes | Adam |
2011-10-24 | Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as u... | Naram Qashat |
2011-09-25 | Store flags for objects, also fixes bug #1333 | Adam |
2011-09-25 | Added a new database format and sqlite support. Also moved db-convert to a mo... | Adam |
2011-09-10 | Allow modules to add their own channel levels | Adam |
2011-09-10 | Rewrote mlock saving/loading code to not use this silly extensible hack | Adam |
2011-08-21 | Bugs #1321 & 1322 | Adam |
2011-08-16 | Fixed matching acount access entries against nicknames | Adam |
2011-08-14 | Fixed /cs clone access | Adam |
2011-08-14 | Brought back the old 1.7 behavior of a level -1 matching all users and 0 matc... | Adam |
2011-08-09 | Simiplied a bit of the access system | Adam |
2011-08-09 | Hopefully sort this AccessGroup::HasPriv once and for all | Adam |
2011-08-07 | Always reset the levels of newly created channels, fixed DetermineLevel match... | Adam |
2011-08-06 | Fixed suepradmin | Adam |
2011-08-06 | Update last used times on channels when someone with access uses them | Adam |
2011-08-02 | Fixed /cs clone copying channel access, fixed restricted, and fixed some comp... | Adam |