summaryrefslogtreecommitdiff
path: root/src/protocol/inspircd12.cpp
AgeCommit message (Expand)Author
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-
2009-09-26We no longer use authentication tokens with InspIRCd 1.2.jantje_85
2009-09-26Fixed +r not being removed on netmerge from previously ID'd users who now usi...jantje_85
2009-09-26Fixed users not being validated if metadata is received, even though it s for...jantje_85
2009-09-26Added missing part of #1107 patch. The last user to be introduced is now also...jantje_85
2009-09-26Fixed bug #1107. We now have support for IRCds that send auth after the initi...Adam-
2009-09-20Removed the file name arg from MODULE_INITAdam-
2009-09-14fixed a small issue in inspircd12 support, introduced with the last commitDukePyrolator
2009-09-14fixed inspircd12 support - now we send a TS6SID on BURSTDukePyrolator
2009-09-12Fixes bugs #1105 and #1106Adam-
2009-09-12Correctly send modes string when introducing psuedo clients on InspIRCdadam-
2009-09-01Change quit on kill value in inspircd1.2 protocol module to 0Adam-
2009-08-24Fixed idle time and signon time when whoising services clients on inspircd1.2adam-
2009-08-08Remove SSYNC_UNKNOWN. All IRCds can report sync state, and for those that _re...rburchell
2009-08-08ENDBURST support for inspircd(11|12).rburchell
2009-08-06Clean up some of inspircds autoid code and make it not resend account name on...adam-
2009-08-06do not set mode +d on identify on inspircdDukePyrolator
2009-08-04Fixed autoidadam-
2009-06-27Possible bugfix for bug #1086, specifically the issue with the inspircd12 sen...cyberbotx
2009-06-06New events stuff, patch totally by Adam (aka Awesome).rburchell
2009-05-31Add SendSWhois() to inspircd12.cpp, patch by Adam.cyberbotx
2009-04-03Patch from DukePyrolator to include an OnUserNickChange() event to replace EV...cyberbotx
2009-04-02Remove rootmodeonid, opermodeonid, adminmodeonid - unused, and utterly useles...rburchell
2009-03-30Yet *neither* send HOST_OFF here..rburchell
2009-03-30Needed to apply this to 1.2 too, oops.rburchell
2009-03-25Fix bug #1009, patch inspired by DukePyrolator, add a TS6 SID generator from ...cyberbotx
2009-03-03Fix bug #1022, the problem was inspircd12 specific and the pseudo-clients wil...cyberbotx
2009-02-28Patch from Adam, reducing duplication in cs_modes. Untested.rburchell
2009-02-25fix inspircd sending broken UID message when introducing its clientspimpmylinux
2009-02-23Fix SendAkill() in inspircd* modules, they were sending the wrong timestamp (...cyberbotx
2009-02-23Updated inspircd11 module to look for m_hidechans.so module and updated inspi...cyberbotx
2009-02-23Fix odd crash bug in the inspircd* modules by replacing use of myStrGetToken ...cyberbotx
2009-02-15Remove User::na, use User::nc everywhere. Will probably break everything, but...rburchell
2009-02-15Edit IRCDVar of inspircd12 so certain modules don't load on that IRCd, and sm...cyberbotx