summaryrefslogtreecommitdiff
path: root/include/services.h
AgeCommit message (Expand)Author
2010-06-03Removed ircd->b_delay_auth, have User::CheckAuthenticationToken validate user...Adam-
2010-05-22Rewrote the nick colliding/releaseing/canceling system, fixes many many bugs ...Adam-
2010-04-11Correctly identify a user when they get autoidentified and made db_plain not ...Adam-
2010-04-10Made db_plain backup its databasesAdam-
2010-04-08Rewrote sockets. This adds support for IPv6 and makes Anope capable of reconn...Adam-
2010-03-31Added last used time to akick viewAdam-
2010-03-24Rewrote arg parsing system, changed lots of std::string*s to std::string&, ma...Adam-
2010-03-20fixed sending CHGIDENT without parameterDukePyrolator
2010-03-20Added in support for OperServ and MemoServ into SQLAdam-
2010-02-28Added in support for live updating MySQL databases and the ability to execute...Adam-
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-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-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-11updated copyright info for 2010pimpmylinux
2010-01-10Rewrote the code that handles and sends kicksAdam-
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-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-30Added in support for permanet channel modes on non-registered channelsAdam-
2009-12-20Rewrote part of extensible, it will now automatically unallocate memory for u...Adam-
2009-12-17Added BotInfo* sender arg to all of the User mode functions, changed IRcdProt...Adam-
2009-12-16Made many of the functions in IRCDProto accept the relative object pointers i...Adam-
2009-12-13Added in a modestacker and rewrote almost all of the remaining old mode codeAdam-
2009-12-05Added options:mlock in the config so you can set what modes should be locked ...Adam-
2009-12-03Changed Extensible::Extend to not unnecessarially cast every pointer it recie...Adam-
2009-11-28Massive move of all of the Config variables out of global scope to the Config...Adam-
2009-11-19Changed the mode param handling code to be more into the general mode handlin...Adam-
2009-11-18Delete the correct entries from akick and badwords list when given a numlistAdam-
2009-11-18Remove some CoreExports and add them in other places, fixed a few minor warni...cyberbotx
2009-11-17Removed some unnecessary casts, used C++-style casts over C-style casts, fixe...cyberbotx
2009-11-17Cleand up alot of the code in bs_badwords, made it much more C++-ishAdam-
2009-11-11Moved alot of stuff to constructors and destructors, instead of having functi...Adam-
2009-11-08Rewrote all of the old C style flag systems into a new Flag class which every...Adam-
2009-11-07Rewrote all of the akick code to be much cleanerAdam-
2009-11-06Added /chanserv access view, which shows the access creator and last time usedAdam-
2009-11-03Moved some of the news variables out of the news module so other modules etc ...Adam-
2009-10-30Removed channel passwords and added /chanserv QOP command to add additional c...Adam-
2009-10-30Rewrote all of the defcon code, and moved most of it to os_defcon. This fixes...Adam-
2009-10-25Added MinusNoArg to insp modes Ffj and unreal mode jAdam-
2009-10-25Added internal tracking of InspIRCd1.2 channel modes BFfjMPT and user modes B...Adam-
2009-10-25Rewrote part of news system and moved it all to os_news.c. Removed src/news.cAdam-
2009-10-18Fix a few things that bugged me when I was working on one of my own modules.cyberbotx