Age | Commit message (Expand) | Author |
2012-09-02 | Fix Windows | Adam |
2012-09-01 | Added a web panel module + a default template | Adam |
2012-07-01 | Remove ExtensibleString everywhere | Adam |
2012-06-18 | Allow userless command sources | Adam |
2012-05-24 | Added a ./Config option for using precompiled headers | Adam |
2012-05-23 | Add support for inspircd2.0+s mlock, improved on Unreal's, and made server si... | Adam |
2012-05-23 | Fixed some problems found by Robby | Adam |
2012-05-17 | reinterpret_cast off of a virtual base does Bad Things | Adam |
2012-05-17 | Fixed not always calling operator bool() in dynamic_reference, which would me... | Adam |
2012-05-10 | Fixed crash on access del + valgrind errors | Adam |
2012-05-08 | Fixed some 100% cpu bugs with the new SQL stuff, and fixed sqlite+db_sql_live | Adam |
2012-05-06 | Split up db/conf/lib/locale install directories, and allow alternate ones to ... | Adam |
2012-04-29 | Added options:casemap to chose how case insensitive strings are compared, usi... | Adam |
2012-04-25 | Fixed non-debug build | Adam |
2012-04-24 | Fixed build from the previous merge | Adam |
2012-04-23 | Reworked live SQL support yet again | Adam |
2012-04-08 | Added Chanstats. It uses a new, improved database format and is not compatibl... | DukePyrolator |
2012-03-13 | Bug #1389 - readd RNG seed in the config and start DNS query ids off on a ran... | Adam |
2012-03-13 | Add a nickserv:unregistered_notice config option to send a message to unregis... | Adam |
2012-03-11 | Made gch files depend on the header they were generated from | Adam |
2012-02-26 | Changed the OnChanDrop event to be called right before channels are dropped, ... | Adam |
2012-02-26 | Added chanserv:require config option to set which modes must be on all regist... | Adam |
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 |