summaryrefslogtreecommitdiff
path: root/src/protocol/unreal32.c
AgeCommit message (Expand)Author
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-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-16Hopefully this fixes detecting if Unreal sends a TS at the end of the mode st...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-02check for umode +r before sending svsmode -rDukePyrolator
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-17Fix crash when trying to parse a USERHOST reply for a nonexistant user on UnrealAdam-
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-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-04Fixed autoidadam-
2009-06-23Adds check for using commands on non-registered channels before the adam-
2009-04-02Remove rootmodeonid, opermodeonid, adminmodeonid - unused, and utterly useles...rburchell
2009-03-25Fix bug #1009, patch inspired by DukePyrolator, add a TS6 SID generator from ...cyberbotx
2009-02-28Patch from Adam, reducing duplication in cs_modes. Untested.rburchell
2009-02-19Fix missing variable.rburchell
2009-02-15Remove User::na, use User::nc everywhere. Will probably break everything, but...rburchell
2009-02-13Pass the right array to do_umode(), fixes mode tracking on Unreal. Thanks to ...rburchell
2009-02-11Revert oper protection patch from SciFi, it breaks things. This reverts commi...rburchell
2009-02-09Squashed commit: merge next (1.9.1) back to trunk.rburchell
2009-02-07Backported mooncups patch and added a message to /hs off when using inspircd12.robbeh
2009-01-03Housekeeping contact address updates.sjaz
2009-01-02Update copyrights for 2009.rburchell
2008-12-23Fixed problem with unreal protocol module not storing usermode changes. Not t...jantje_85
2008-12-17Fix umode +d bug slightly more properly.rburchell
2008-12-17Forward-port 0f3414de39df90405cf6c98a51194e957e8e5afa from 1.8: don't set +d ...rburchell
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-16Remove UnRestrictSAdmin.rburchell
2008-11-14Insane commit of doom: s/ \t/grburchell
2008-11-09Always UseSVS2MODE, too.Robin Burchell w00t@inspircd.org
2008-11-09UseTokens needs to die in a fire, don't let it be turned off.Robin Burchell w00t@inspircd.org
2008-11-08Merge commit 'cbx/anopeng-config' into anopengRobin Burchell w00t@inspircd.org