summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-04-09Fixed tracking of InspIRCd mode +J and fixed mode manager and stacker to hand...Adam-
2010-04-09Fixed a crash when linking serversAdam-
2010-04-09Removed the OnFind events, they are not necessary anymore and just waste CPUAdam-
2010-04-09added a new event OnFinishSync, that allows modules to send additional data t...dukepyrolator
2010-04-08Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconn...Adam-
2010-03-31Fixed windows buildAdam-
2010-03-31Fixed cs_xop to not add its commands until after it knows what modes as suppo...Adam-
2010-03-31Added akicks into SQLAdam-
2010-03-31Added last used time to akick viewAdam-
2010-03-28Finish rest of BotServ SQL stuffAdam-
2010-03-24Removed some unused externs from extern.hAdam-
2010-03-24Rewrote arg parsing system, changed lots of std::string*s to std::string&, ma...Adam-
2010-03-21Added options:passlenAdam-
2010-03-21Made the database file name configurableAdam-
2010-03-21Made usermax and hostmax configurableAdam-
2010-03-20fixed sending CHGIDENT without parameterDukePyrolator
2010-03-20Added in support for OperServ and MemoServ into SQLAdam-
2010-02-28Made it so you can register empty nonregistered channels to make registering ...Adam-
2010-02-28Added in support for live updating MySQL databases and the ability to execute...Adam-
2010-02-28Marked mode +f on inspircd1.2 as minusnoargAdam-
2010-02-25Removed OnBotPreLoad event, this is a much better way to prevent multiple of ...Adam-
2010-02-25Rewrote part of the Timer and CallBack code for modules to be saneAdam-
2010-02-12Added generic support for unknown modes told to Anope at runtime by the IRCdAdam-
2010-02-10Changed up a small part of the mode API for preparation for dynamic mode supp...Adam-
2010-02-08Rewrote & fixed CAPAB supportAdam-
2010-02-06Recieve the max number of modes we can set at once from the IRCd and use itAdam-
2010-02-06Remove protectbotserv option from modes, just use options:botmodes insteadAdam-
2010-02-06Parse CAPAB from the server to determin what modes we know aboutAdam-
2010-02-04We now store a list of users using a NickCore in the NickCore, this prevents ...Adam-
2010-02-02Added options:botmodes to configure what modes BotServ bots should use in cha...Adam-
2010-01-31replaced the alog() command with a new type-safe and stream-based Alog()DukePyrolator
2010-01-21Rewrote how Anope stores channel status modes on users.Adam-
2010-01-16Removed c_userlist and u_chanlist, replaced with std::listAdam-
2010-01-16Added channels.h and moved channel stuff from services.h to itAdam-
2010-01-14Added param arg to ChannelModeSet/Unset events, and fixed it to not ignore st...Adam-
2010-01-14Fixed crash caused by r2732 caused by adding someone to the exception listAdam-
2010-01-14Burned do_sjoin and rewrote it to be sane. This changes how Anope handles new...Adam-
2010-01-11Update copyright for CBXsjaz
2010-01-11updated copyright info for 2010pimpmylinux
2010-01-10Rewrote the code that handles and sends kicksAdam-
2010-01-10changed the source argument of enc_decrypt to constDukePyrolator
2010-01-09changed all password fields to std::string and reworked the way how the enc m...DukePyrolator
2010-01-06Fix crash caused by trying to add an akick to a channel when certain types of...Adam-
2010-01-06Fixed windows build and cleaned up a few small thingsAdam-
2010-01-04Changed 'char *' fields in BotInfo to 'std::string', cleanup of bots.cpp, cha...cyberbotx
2010-01-04Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ...Adam-
2010-01-03Fixed base64 functions to be const safe until I can convert them to use std::...cyberbotx
2010-01-02Rewrote the vhost code, and moved it to be part of nickalias instead of in it...Adam-
2010-01-02Convert 'const char *' and 'char *' function arguments to 'const std::string ...cyberbotx
2009-12-31Added in new plaintext databases. Note: This currently has no automatic backu...Adam-