summaryrefslogtreecommitdiff
path: root/src/protocol/inspircd12.cpp
AgeCommit message (Expand)Author
2010-06-12Tell users to identify when they connect on InspIRCdAdam-
2010-06-03Added inspircd2.0 protocol module, moved usermode +r unsetting on nick change...Adam-
2010-06-03Removed ircd->b_delay_auth, have User::CheckAuthenticationToken validate user...Adam-
2010-05-23Fixed bug #1167 - Fixed rsquitting juped servers on InspIRCd1.2+Adam-
2010-05-10Fixed tracking of InspIRCd channel mode RAdam-
2010-05-10Fixed tracking of channel mode +L on InspIRCd 1.2Adam-
2010-05-01Added support for InspIRCd 2.0Adam-
2010-04-17fixed missing SID before FJOIN in the inspircd12 protocol moduleDukePyrolator
2010-04-11Fixed +q and +a channel modes on inspircd 1.2 if they have no prefixesAdam-
2010-04-09Fixed tracking of InspIRCd mode +J and fixed mode manager and stacker to hand...Adam-
2010-03-20fixed sending CHGIDENT without parameterDukePyrolator
2010-02-28Made it so you can register empty nonregistered channels to make registering ...Adam-
2010-02-28Marked mode +f on inspircd1.2 as minusnoargAdam-
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-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-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-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-02Convert 'const char *' and 'char *' function arguments to 'const std::string ...cyberbotx
2009-12-25Send only the newly formatted users string to do_sjoin when using inspircd12,...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-11-28Massive move of all of the Config variables out of global scope to the Config...Adam-
2009-11-24Marked +l and +L on InspIRCd 1.2 as minus no argAdam-
2009-11-17Removed some unnecessary casts, used C++-style casts over C-style casts, fixe...cyberbotx
2009-11-08Rewrote BuildStringList to use std::list instead of char**Adam-
2009-11-02check for umode +r before sending svsmode -rDukePyrolator
2009-11-02added a way to load multiple encryption modules at the same and to switch bet...DukePyrolator
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-20Apply some changes based on possible "flaws" found with flawfinder.cyberbotx
2009-10-14Fixed inspircd12.cpp to actually workAdam-
2009-10-13Complete rewrite of everything associated with modes, this breaks saving and ...Adam-
2009-10-11on inspircd12, we now check for m_servprotect and give +k to our pseudo clientsDukePyrolator
2009-10-03Fix bug #1109. Anopes now replies with proper PONGs to rfc compliant PINGs .jantje_85
2009-10-03Fixed TIME on InspIRCd 1.2.jantje_85
2009-09-30Removed NS_IDENTIFIED/NS_RECOGNIZED/NS_ON_ACCESS from na->status, it doesnt b...Adam-
2009-09-26Clean up inspircd12.cpp from last commitAdam-