Age | Commit message (Expand) | Author |
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 |
2011-08-01 | Rewrote the access systems and added a flags access system | Adam |
2011-07-14 | Fixed appending !*@* to some access list entries that are valid hosts | Adam |
2011-07-14 | Fixed OSOpersOnly & CSOpersOnly | Adam |
2011-07-14 | Rewrote how commands are handled within Anope. | Adam |
2011-06-17 | Search all domains for language strings, fixes the mess that we used to use t... | Adam |
2011-06-13 | changed some _() to gtl() and updated do_strftime() and duration() | DukePyrolator |
2011-06-02 | Burst our channels with the uplink when we connect & fixed bug #1274 | Adam |
2011-05-16 | Calculate nc::channelcount at runtime | Adam |
2011-05-16 | Added os_forbid | Adam |
2011-05-16 | Moved some global functions to be member functions and misc cleanup | Adam |
2011-05-16 | Moved the core pseudo clients out into their own modules | Adam |
2011-05-01 | Fixed sometimes not removing nick masks from the access list when the group i... | Adam |