summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-07-27Fixed Windows build - this is the real 1.9.2-p2 release1.9.2-p2Adam
2010-07-25Backported changes to inspircd20.cpp from 1.9Adam
2010-06-16Minor edits to fix compile errors/warnings with clang and a small compile war...cyberbotx
2010-06-03Added inspircd2.0 protocol module, moved usermode +r unsetting on nick change...Adam-
2010-06-03Use pongs to determine when servers are done syncing in Unreal, fixes a probl...Adam-
2010-06-03Removed ircd->b_delay_auth, have User::CheckAuthenticationToken validate user...Adam-
2010-05-28Rewrote some of the user nick changing code, enable vhosts for users on nick ...Adam-
2010-05-25Changed User::AutoID to always log in the user to the core, and to set usermo...Adam-
2010-05-23Fixed bug #1165, fixed soem missing tables in /os sqlsync. Also added support...Adam-
2010-05-22Rewrote the nick colliding/releaseing/canceling system, fixes many many bugs ...Adam-
2010-05-19Moved opertype access checking to NickAlises constructor, cleans up some code...Adam-
2010-04-24Logout the SQLUser & any fake users after using commandsAdam-
2010-04-24Fixed dropping nicks registered through MySQLAdam-
2010-04-22Actually use readtimeout from the config & fixed many valgrind errorsAdam-
2010-04-11Correctly identify a user when they get autoidentified and made db_plain not ...Adam-
2010-04-11Return MOD_STOP in various places where the user executing the command had be...Adam-
2010-04-10Made db_plain backup its databasesAdam-
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-