Age | Commit message (Expand) | Author |
2012-02-26 | Track plexus umode and cmode +C and renamed UMODE_NO_CTCP to match up with th... | Adam |
2012-02-24 | Fixed calculating bots channel count of assigned channels and fixed the order... | Adam |
2012-02-22 | Added a configuration option to make all nick registrations require admin ver... | Adam |
2012-02-22 | Added regex support for many commands, such as akill, sqline, snline, | Adam |
2012-02-19 | Made our message sources actual clients/servers, and put in a few more defaul... | 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-18 | Use C++11's explicit override feature if available | Adam |
2012-02-16 | Fixed FreeBSD build | Adam |
2012-02-15 | Remove revision numbers as they're only ever set by Config reading git since ... | Adam |
2012-02-14 | Clean up and reorganize our header files | Adam |
2012-02-13 | Removed our RNG and just use the systems, it's not very widely used. Also mad... | Adam |
2012-02-08 | Removed operserv:notifications in favor of log blocks, as well as some other ... | Adam |
2012-01-25 | Windows | Adam |
2012-01-24 | Add tracking for Unreal's usermode +I | Adam |
2012-01-02 | Updated Copyright to 2012 | Adam |
2011-12-31 | Bug #1368 - check all members of a users gruop against the access list | Adam |
2011-12-27 | Made capab management a bit simplier | Adam |
2011-12-23 | Add DT_ALLOW_EMPTY config flag, allow fantasychars to be empty | Adam |
2011-12-20 | Updated /bs info output and note db_sql can truncate entire databases | Adam |
2011-12-19 | Fixed formatting of many lists and INFO outputs | Adam |
2011-12-15 | Add privilege ranks to determine how powerful privileges are | Adam |
2011-12-15 | Fixed access comparators | Adam |
2011-12-12 | Added oper:require_oper configuration option | Adam |
2011-11-25 | Remove send_cmd and replace it with a stringstream | Adam |
2011-11-20 | Apparently pstdint.h was NOT included way back with commit 377a7a9 to use som... | Naram Qashat |
2011-11-17 | Fixed storing mode locks | Adam |
2011-11-16 | Fixed compile error | Adam |
2011-11-15 | Fixed crash on shutdown & a compiler warning | Adam |
2011-11-08 | Windows | Adam |
2011-11-05 | Remove xlines from the IRCd aswell as from our list when the clear command is... | Adam |
2011-11-03 | Added an assignment operator for Serializable because some STL containers use... | Adam |
2011-11-01 | Added a copy constructor to dynamic_reference to allow references to referenc... | Adam |
2011-10-27 | Fix a few warnings that only showed up with gcc 3.4.6 here (sadly, there is o... | Naram Qashat |
2011-10-27 | Clear flags before rebuilding them from the databases. Fixes bug #1351 where ... | Adam |
2011-10-27 | Bug #1350 + other related fixes | Adam |
2011-10-26 | Fixed accidentally clearing botmodes when joins are sent | Adam |
2011-10-26 | Removed the old unordered_map code | Adam |
2011-10-24 | Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as u... | Naram Qashat |
2011-10-22 | Added akill ids | Adam |
2011-10-22 | Fixed a race condition with installing signal handlers and forking | Adam |
2011-10-21 | Fixed extracting multiple words from our serializable stringstream | Adam |
2011-10-15 | Fixed crash on /os oper del | Adam |
2011-10-14 | Fork earlier in startup to prevent it messing up threads, if there are any | Adam |
2011-10-14 | Added options:nonicknameownership config option | Adam |
2011-10-10 | Allow chanserv/suspend to take an expiry time | Adam |
2011-10-10 | Put serialized_items on the heap to prevent weird crashes on shutdown from th... | Adam |
2011-10-10 | Allow nickserv/suspend to take an expiry time | Adam |
2011-10-09 | Give more verbose messages on startup | Adam |
2011-09-25 | Added a new database format and sqlite support. Also moved db-convert to a mo... | Adam |