summaryrefslogtreecommitdiff
path: root/modules/protocol/inspircd-ts6.h
AgeCommit message (Expand)Author
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-11-16Fixed some stuff spotted by Cronus, made db_old convert ACCESS_INVALID levels...Adam
2012-11-06Use std::tr1::unordered_map for a few of the larger mapsAdam
2012-10-30Send uids everywhere when setting modes on clientsAdam
2012-10-30Clean up ngircd proto mod slightly, and send sqlines before introducing clientsAdam
2012-10-30Fix inspircd mode message for channel modes. It never actually uses this, but...Adam
2012-10-26Add nickserv:modesonid config option to set what modes users get on identifyAdam
2012-10-26Add sasl support to unreal, inspircdAdam
2012-10-14Better clarify signon vs timestamp and allow updating users timestamp to an i...Adam
2012-10-13Add m_sql_operAdam
2012-10-07Fix compile from bda3b1fa3a396e19fb04eda2f66d246e49572c20Adam
2012-10-07Merge remote branch 'remotes/attila/1.9+addline' into 1.9Adam
2012-10-07InspIRCd: Make functions that send ADDLINE and DELLINE, call them from the re...attilamolnar
2012-10-06Fixups and cleanup for the last few commitsAdam
2012-10-07InspIRCd: Add support for sending detecting m_topiclock and sending SVSTOPIC ...attilamolnar
2012-10-06InspIRCd: Add metadata handler to recognize when a module is loaded or unload...attilamolnar
2012-10-06InspIRCd: Allow METADATA handler to differentiate between user, channel and o...attilamolnar
2012-10-06InspIRCd: Remove has_svshold, use IRCDProto::CanSVSHoldattilamolnar
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-02fixed a small bug in the inspircd protocol modulesDukePyrolator
2012-10-01Cleanup of all of the protocol modules, rewrote message handling system to be...Adam
2012-09-24Fix a few oddball warnings that came up from clang, and also make it so webcp...Naram Qashat
2012-09-07Add chanserv/set/autoop, like nickserv/set/autoop but for channelsAdam
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-02-26Added chanserv:require config option to set which modes must be on all regist...Adam
2012-02-24Fixed akill setter and ids showing in akill reasonsAdam
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-18Use C++11's explicit override feature if availableAdam
2012-01-08Fixed topic lock on inspircdAdam
2012-01-02Updated Copyright to 2012Adam
2011-11-25Remove send_cmd and replace it with a stringstreamAdam
2011-11-05Remove xlines from the IRCd aswell as from our list when the clear command is...Adam
2011-11-05Set proper expirys on ZLines if the IRCd supports itAdam
2011-10-26Fixed accidentally clearing botmodes when joins are sentAdam
2011-10-14Added options:nonicknameownership config optionAdam
2011-09-19Fixed /os reload doing weird things to service channels, and allow setting mo...Adam
2011-09-10Added chanserv/logAdam
2011-08-20Fixed zlines to only add the xline host, fixed db_mysql's write function, and...Adam
2011-08-12Allow bot usermodes to be configurableAdam
2011-08-02Fixed reintroducing our clients if we disconnect and reconnect to the uplinkAdam
2011-07-14Rewrote how commands are handled within Anope.Adam
2011-06-02Burst our channels with the uplink when we connect & fixed bug #1274Adam
2011-05-21Made Anope able to process normally when disconnected from the uplink and not...Adam
2011-05-16Use module type to determine what type each module is instead of its location...Adam