summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-09-02Fix WindowsAdam
2012-09-01Added a web panel module + a default templateAdam
2012-07-01Remove ExtensibleString everywhereAdam
2012-06-18Allow userless command sourcesAdam
2012-05-24Added a ./Config option for using precompiled headersAdam
2012-05-23Add support for inspircd2.0+s mlock, improved on Unreal's, and made server si...Adam
2012-05-23Fixed some problems found by RobbyAdam
2012-05-17reinterpret_cast off of a virtual base does Bad ThingsAdam
2012-05-17Fixed not always calling operator bool() in dynamic_reference, which would me...Adam
2012-05-10Fixed crash on access del + valgrind errorsAdam
2012-05-08Fixed some 100% cpu bugs with the new SQL stuff, and fixed sqlite+db_sql_liveAdam
2012-05-06Split up db/conf/lib/locale install directories, and allow alternate ones to ...Adam
2012-04-29Added options:casemap to chose how case insensitive strings are compared, usi...Adam
2012-04-25Fixed non-debug buildAdam
2012-04-24Fixed build from the previous mergeAdam
2012-04-23Reworked live SQL support yet againAdam
2012-04-08Added Chanstats. It uses a new, improved database format and is not compatibl...DukePyrolator
2012-03-13Bug #1389 - readd RNG seed in the config and start DNS query ids off on a ran...Adam
2012-03-13Add a nickserv:unregistered_notice config option to send a message to unregis...Adam
2012-03-11Made gch files depend on the header they were generated fromAdam
2012-02-26Changed the OnChanDrop event to be called right before channels are dropped, ...Adam
2012-02-26Added chanserv:require config option to set which modes must be on all regist...Adam
2012-02-26Track plexus umode and cmode +C and renamed UMODE_NO_CTCP to match up with th...Adam
2012-02-24Fixed calculating bots channel count of assigned channels and fixed the order...Adam
2012-02-22Added a configuration option to make all nick registrations require admin ver...Adam
2012-02-22Added regex support for many commands, such as akill, sqline, snline,Adam
2012-02-19Made our message sources actual clients/servers, and put in a few more defaul...Adam
2012-02-18Fixed some eventsAdam
2012-02-18Made mode lock del check status of the mode lock before removing itAdam
2012-02-18Use C++11's explicit override feature if availableAdam
2012-02-16Fixed FreeBSD buildAdam
2012-02-15Remove revision numbers as they're only ever set by Config reading git since ...Adam
2012-02-14Clean up and reorganize our header filesAdam
2012-02-13Removed our RNG and just use the systems, it's not very widely used. Also mad...Adam
2012-02-08Removed operserv:notifications in favor of log blocks, as well as some other ...Adam
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