summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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-27Made akills work on IRCds that do not support bans (ngircd)Adam
2011-02-26Replaced the few language strings we use with #defines to prevent accidentall...Adam
2011-02-25Fixed build on freebsd with precompiled headersAdam
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-20Much more work on the live SQL. Should work pretty decently now under heavy l...Adam
2011-02-18Changed the OnNickDrop event to call before the nick is deletedAdam
2011-02-17Split db_mysql_live into two modules so other modules can make use of the asy...Adam
2011-02-16Use precompiled headers when building with gnu g++ to speed up build timeAdam
2011-02-13added Anope::printf()DukePyrolator
2011-02-12Removed the Wallop config options and replaced them with the new log systemAdam
2011-02-11Made the help command description code more saneAdam
2011-02-09Removed a lot of the old capab flags we dont/have never usedAdam
2011-02-05Removed the LIBINTL include hackAdam
2011-02-04Merge 032c30dd5dc4Adam
2011-02-04Moved the language strings which are only used onceAdam
2011-01-28Added patricia_tree::iteratorAdam
2011-01-19Added options:nomlockAdam
2011-01-18Added amsg kicker settings to /bs infoAdam
2011-01-17Added ns_ajoinAdam
2011-01-15Fixed flag names to match 1.9.3sAdam
2011-01-15Added an amsg kickerAdam
2011-01-09Fixed CanAdd() to use safe iteration and make SNLine::Check really workAdam
2011-01-08Changed db_mysql_live to use a safer mutex system to prevent deadlocksAdam
2011-01-08added support for ngIRCd protocolDukePyrolator
2011-01-08Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9Adam
2011-01-08Made the Flag class able to convert flags to strings and backAdam
2011-01-07fix some more copyright and typos (not mine) spotted by chaz :Plethality
2011-01-07Added db_mysql_live which allows Anope to pull dataAdam
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-29Added a ConvertException to be thrown when convertTo failsAdam
2010-12-28Bug #1225 - Made REGISTER show in /cs helpAdam
2010-12-24Fixed Windows buildAdam
2010-12-23Prevent version.cpp from prepending version.sh's VERSION_EXTRA on every buildAdam
2010-12-23Rewrote the ignore code. Adds creator and reason to /os ignore list.Adam
2010-12-23Fixed deleting expired SXLinesAdam
2010-12-22Removed match_usermaskAdam
2010-12-21Allow hostmasks to be in uplink:hostAdam
2010-12-18Made the version generator code work right when we are on a tag because git d...Adam
2010-12-18Don't send SXLines until after we start bursting with our uplinkAdam
2010-12-13Bug #1079 - Don't use users real host and IPs when matching againstAdam
2010-12-12Allow getting users opertype from XMLRPC requestsAdam
2010-12-12store the ssl fingerprint in the userstructDukePyrolator
2010-12-12Allow command aliases to be redirected to different pseudo clientsAdam