summaryrefslogtreecommitdiff
path: root/modules/protocol/inspircd12.cpp
AgeCommit message (Expand)Author
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-02-14Clean up and reorganize our header filesAdam
2012-01-02Updated Copyright to 2012Adam
2011-12-27Made capab management a bit simplierAdam
2011-11-25Remove send_cmd and replace it with a stringstreamAdam
2011-10-18Reorder some stuff in Init & the ts6 proto mods to fix weirdness from bots be...Adam
2011-10-14Added options:nonicknameownership config optionAdam
2011-09-10Track what "level" channel status modes are, which allows us to have chanserv...Adam
2011-08-29Changed a few fatal exceptions to shutdown a bit more gracefullyAdam
2011-08-25Only match users against the more "serious" extbans (ones which prevent users...Adam
2011-08-18Bug #1317 - fixed sha1 fingerprint hashes in the inspircd protocol modulesDukePyrolator
2011-08-12Removed the unused ChannelModeBan codeAdam
2011-08-07Fixed generating sid on startupAdam
2011-08-03Generate random SIDs for us if one is not specifiedAdam
2011-07-31Fixed these ModuleManager::Attach calls once and for all..Adam
2011-07-14Rewrote how commands are handled within Anope.Adam
2011-05-16Use module type to determine what type each module is instead of its location...Adam
2011-05-16Moved the core pseudo clients out into their own modulesAdam
2011-03-14Fixed compileAdam
2011-03-12added ns_certDukePyrolator
2011-03-11Fixed validating users on all server syncsAdam
2011-03-07Added support for extbansAdam
2011-03-06Change the mode name code to use Flags names in preparation for extban supportAdam
2011-03-05Removed nickrequests, instead have unconfirmed registrations. Also made ns_re...Adam
2011-02-25More fixes. Also made db_mysql_live not keep bots updated because thats point...Adam
2011-02-25Fixed a lot of small problemsAdam
2011-02-22Store modes in the databases told to us during runtime that we don't have inf...Adam
2011-02-19Inspircd does not send CAPAB NOQUIT, assume itAdam
2011-02-19Fixed aborting because of invalid values given to mode +f on inspircdAdam
2011-02-09Removed a lot of the old capab flags we dont/have never usedAdam
2011-01-28Added patricia_tree::iteratorAdam
2011-01-05update copyrights for 2011lethality
2010-12-14Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope int...DukePyrolator
2010-12-13Bug #1079 - Don't use users real host and IPs when matching againstAdam
2010-12-13changed a few 'if' to 'else if'DukePyrolator
2010-12-12Do not validate users during netburst until after the server is done syncingAdam
2010-12-12store the ssl fingerprint in the userstructDukePyrolator
2010-12-12Cleaned up some things, made the protocol modules use some basic inheritance ...Adam
2010-12-12Fixed some sed failureAdam
2010-12-12Added a plexus3 protocol moduleAdam
2010-12-12Added cs_mode, rewrote the old list mode code, and added CIDR supportAdam
2010-10-23Fixed a crash on inspircd if we get a join without a TSAdam
2010-10-22Fixed some Windows problemsAdam
2010-10-08Fixed a crash on insp12 if we receeve a part without a reasonAdam
2010-10-08Fixed handling fmodes on inspircd12Adam
2010-10-07fixed internally setting +o on OPERTYPEDukePyrolator
2010-10-04Automatically destruct messages when modules are unloadedAdam
2010-10-04Changed the protocol handling system to use a vector of strings instead of C ...Adam