summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-10-14Better clarify signon vs timestamp and allow updating users timestamp to an i...Adam
2012-10-13Add m_sql_operAdam
2012-10-13Simplify the db_sql_live code since this isn't actually necessary. Fixes a pr...Adam
2012-10-09Cleanup ok if modules with pending identify requests are unloadedAdam
2012-10-08Fix fantasy !help & give it its own help header, not ChanServ'sAdam
2012-10-08Made fantasy commands configurableAdam
2012-10-07Remove the asynchronous identifing hack and replace it with something better....Adam
2012-10-07Add a config option for server side topic locksattilamolnar
2012-10-05Add an event for when nick or channel options are setAdam
2012-10-03Fixed parsing squit (it has a reason)Adam
2012-10-02Attempt #2 at silly topic ts thing, this is actually must cleanerAdam
2012-10-02Revert "Fix topiclock on inspircd"Adam
2012-10-02Fix topiclock on inspircdAdam
2012-10-02Somehow the kick handler got lost in the confusion. Send the topic time with ...Adam
2012-10-01Allow modules to store data in their own databases.Adam
2012-10-01Add networkinfo:chanlen config directiveAdam
2012-10-01Cleanup of all of the protocol modules, rewrote message handling system to be...Adam
2012-09-30Make CommandSource use references, sometimes we hold them for awhileAdam
2012-09-24Fix a few oddball warnings that came up from clang, and also make it so webcp...Naram Qashat
2012-09-12Add m_sql_authentication to allow authenticating users against an external SQ...Adam
2012-09-07Add chanserv/set/autoop, like nickserv/set/autoop but for channelsAdam
2012-09-07Made session tracking ip based, not host based, and allow using CIDR to group...Adam
2012-09-07Allow configuring killquick and kill delaysAdam
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