summaryrefslogtreecommitdiff
path: root/modules/protocol/inspircd-ts6.h
AgeCommit message (Expand)Author
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
2011-05-16Moved some global functions to be member functions and misc cleanupAdam
2011-05-16Moved the core pseudo clients out into their own modulesAdam
2011-03-13Added some useful Anope::Version functions to prevent some files from unneces...DukePyrolator
2011-03-10Bug #1251 - Fixed logging inspircd logging us logging inspircd. Also moved th...Adam
2011-03-07Added support for extbansAdam
2011-03-06Change the mode name code to use Flags names in preparation for extban supportAdam
2011-02-27Made akills work on IRCds that do not support bans (ngircd)Adam
2011-02-25Fixed a lot of small problemsAdam
2011-01-05update copyrights for 2011lethality
2011-01-04removed SendSVSPart(), we dont use itDukePyrolator
2011-01-04removed SendSVSMode(), we dont use itDukePyrolator
2010-12-29Use empty SJOINs when allowed to create empty permanent channelsAdam
2010-12-12Do not validate users during netburst until after the server is done syncingAdam
2010-12-12Cleaned up some things, made the protocol modules use some basic inheritance ...Adam