summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-01-25WindowsAdam
2012-01-24Add tracking for Unreal's usermode +IAdam
2012-01-02Updated Copyright to 2012Adam
2011-12-31Bug #1368 - check all members of a users gruop against the access listAdam
2011-12-27Made capab management a bit simplierAdam
2011-12-23Add DT_ALLOW_EMPTY config flag, allow fantasychars to be emptyAdam
2011-12-20Updated /bs info output and note db_sql can truncate entire databasesAdam
2011-12-19Fixed formatting of many lists and INFO outputsAdam
2011-12-15Add privilege ranks to determine how powerful privileges areAdam
2011-12-15Fixed access comparatorsAdam
2011-12-12Added oper:require_oper configuration optionAdam
2011-11-25Remove send_cmd and replace it with a stringstreamAdam
2011-11-20Apparently pstdint.h was NOT included way back with commit 377a7a9 to use som...Naram Qashat
2011-11-17Fixed storing mode locksAdam
2011-11-16Fixed compile errorAdam
2011-11-15Fixed crash on shutdown & a compiler warningAdam
2011-11-08WindowsAdam
2011-11-05Remove xlines from the IRCd aswell as from our list when the clear command is...Adam
2011-11-03Added an assignment operator for Serializable because some STL containers use...Adam
2011-11-01Added a copy constructor to dynamic_reference to allow references to referenc...Adam
2011-10-27Fix a few warnings that only showed up with gcc 3.4.6 here (sadly, there is o...Naram Qashat
2011-10-27Clear flags before rebuilding them from the databases. Fixes bug #1351 where ...Adam
2011-10-27Bug #1350 + other related fixesAdam
2011-10-26Fixed accidentally clearing botmodes when joins are sentAdam
2011-10-26Removed the old unordered_map codeAdam
2011-10-24Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as u...Naram Qashat
2011-10-22Added akill idsAdam
2011-10-22Fixed a race condition with installing signal handlers and forkingAdam
2011-10-21Fixed extracting multiple words from our serializable stringstreamAdam
2011-10-15Fixed crash on /os oper delAdam
2011-10-14Fork earlier in startup to prevent it messing up threads, if there are anyAdam
2011-10-14Added options:nonicknameownership config optionAdam
2011-10-10Allow chanserv/suspend to take an expiry timeAdam
2011-10-10Put serialized_items on the heap to prevent weird crashes on shutdown from th...Adam
2011-10-10Allow nickserv/suspend to take an expiry timeAdam
2011-10-09Give more verbose messages on startupAdam
2011-09-25Added a new database format and sqlite support. Also moved db-convert to a mo...Adam
2011-09-19Fixed /os reload doing weird things to service channels, and allow setting mo...Adam
2011-09-19Allow OnPreHelp to stop processingAdam
2011-09-10Updated channel flag names to remove LOGCHANAdam
2011-09-10Moved signal/thread/mode checking to use signal pipesAdam
2011-09-10Made ChanServ privileges configurableAdam
2011-09-10Added chanserv/logAdam
2011-09-10Removed /bs set msgAdam
2011-09-10Fixed service_reference to work correctly with external classesAdam
2011-09-10Allow services to register or unregister themselvesAdam
2011-09-10Allow modules to add their own channel levelsAdam
2011-09-10Rewrote mlock saving/loading code to not use this silly extensible hackAdam
2011-09-10Made service_reference type safeAdam
2011-09-10Removed opnoticeAdam