summaryrefslogtreecommitdiff
path: root/src/protocol/inspircd11.c
AgeCommit message (Expand)Author
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-11-28Massive move of all of the Config variables out of global scope to the Config...Adam-
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-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-13Complete rewrite of everything associated with modes, this breaks saving and ...Adam-
2009-09-30Removed NS_IDENTIFIED/NS_RECOGNIZED/NS_ON_ACCESS from na->status, it doesnt b...Adam-
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-12Fixes bugs #1105 and #1106Adam-
2009-09-12Correctly send modes string when introducing psuedo clients on InspIRCdadam-
2009-08-19Add a few items to outstanding issues in TODO, clean up a lot of warnings (no...cyberbotx
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-04Fixed autoidadam-
2009-06-06New events stuff, patch totally by Adam (aka Awesome).rburchell
2009-04-02Remove rootmodeonid, opermodeonid, adminmodeonid - unused, and utterly useles...rburchell
2009-03-30Yet *neither* send HOST_OFF here..rburchell
2009-03-30Forward-port Szymek's vhost patch.rburchell
2009-03-25Fix bug #1009, patch inspired by DukePyrolator, add a TS6 SID generator from ...cyberbotx
2009-03-03Fix typo in inspircd11 module preventing it from connecting even if m_hidecha...cyberbotx
2009-02-28Patch from Adam, reducing duplication in cs_modes. Untested.rburchell
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
2009-02-12inspircd11: Pass chants in JOIN message to not blow away timestamps.rburchell
2009-02-09Squashed commit: merge next (1.9.1) back to trunk.rburchell
2009-01-03Housekeeping contact address updates.sjaz
2009-01-02Update copyrights for 2009.rburchell
2008-12-31Possible fix for a crash bug in the InspIRCd 1.1 module.cyberbotx
2008-12-19Updated the CMakeLists.txt files to function under CMake 2.4.x (earliest vers...cyberbotx
2008-12-17A few GCC 3.4.x and MSVC++ warning fixes.cyberbotx
2008-11-28Remove (void) args, these just make things ugly.rburchell
2008-11-23Converted many C-style casts to C++-style casts.cyberbotx
2008-11-22Replaced most uses of smalloc and scalloc with new, replaced most uses of fre...cyberbotx
2008-11-16Added support for multiple uplink blocks in the new config.cyberbotx
2008-11-16Enable SVSHOLD for Insp1.1/1.2, remove UseSVSHOLD. Enforcer support may go aw...rburchell
2008-11-14Insane commit of doom: s/ \t/grburchell
2008-11-09UseTokens needs to die in a fire, don't let it be turned off.Robin Burchell w00t@inspircd.org
2008-11-08A few compile fixes for protocol modules.Naram Qashat cyberbotx@cyberbotx.com
2008-11-08moduleAddVersion -> Module::SetVersionRobin Burchell w00t@inspircd.org