summaryrefslogtreecommitdiff
path: root/src/protocol/unreal32.c
AgeCommit message (Expand)Author
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
2008-11-08moduleAddVersion -> Module::SetVersionRobin Burchell w00t@inspircd.org
2008-11-08moduleSetType() -> Module::SetType().Robin Burchell w00t@inspircd.org
2008-11-08Convert moduleSetType() to not require a module pointer.. actually, this is p...Robin Burchell w00t@inspircd.org
2008-11-08Call the new base constructor too.. let's hope this all works?Robin Burchell w00t@inspircd.org
2008-11-08Convert all the derived module constructors to take the new parameter (sed mu...Robin Burchell w00t@inspircd.org
2008-11-06Add module name to MODULE_INIT. This is not yet actually used, but it will be...Robin Burchell w00t@inspircd.org
2008-11-05Convert protocol modulesRobin Burchell w00t@inspircd.org
2008-11-03Add UID parameter to SendClientIntroduction, and make it get a UID. This is a...Robin Burchell w00t@inspircd.org
2008-11-03Remove IRCdProto::SendGuestNick(). It's identical to IRCdProto::SendClientInt...Robin Burchell w00t@inspircd.org
2008-10-13Merge commit 'cbx/anopeng-config' into anopeng-configRobin Burchell w00t@inspircd.org
2008-10-05Removed DevNull pseudo-client as well as all *Alias pseudo-clients.Naram Qashat cyberbotx@cyberbotx.com
2008-10-03Merge branch 'anopeng' into pv-sqlpeavey peavey@inspircd.org
2008-10-03Merge commit 'cbx/anopeng-uid' into anopeng-uidRobin Burchell w00t@inspircd.org
2008-10-02Replaced anope_SendSVSMode_chan() with direct call to SendSVSModeChan() in IR...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendSVSHoldDel() with direct call to SendSVSHoldDel() in IRCDP...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendSVSHold() with direct call to SendSVSHold() in IRCDProto c...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendGlobops() with direct call to SendGlobops() in IRCDProto c...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendNoticeChanops() with direct call to SendNoticeChanops() in...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendKick() with direct call to SendKick() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendMode() with direct call to SendMode() in IRCDProto class.Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Replaced anope_SendSVSKill() with direct call to SendSVSKill() in IRCDProto c...Naram Qashat cyberbotx@cyberbotx.com
2008-10-02Merge commit 'cbx/anopeng-uid' into anopeng-uidRobin Burchell w00t@inspircd.org
2008-10-02Last bits of renaming protocol.Robin Burchell w00t@inspircd.org
2008-10-02valid_(nick|chan) -> Is(Nick|Chan)ValidRobin Burchell w00t@inspircd.org
2008-10-02set_umode -> ProcessUsermodesRobin Burchell w00t@inspircd.org
2008-10-02Convert SWhois, SERVER, EOB..Robin Burchell w00t@inspircd.org
2008-10-02SVSJOIN, SVSPART, CTCP, svid_umode*, unregistered nickchange func renamesRobin Burchell w00t@inspircd.org
2008-10-02cmd_unban -> SendBanDel. TODO: should this be yanked in favour of SendMode?Robin Burchell w00t@inspircd.org
2008-10-02Convert a bunch more protocol stuff.Robin Burchell w00t@inspircd.org
2008-10-02Various conversions to use new protocol.Robin Burchell w00t@inspircd.org
2008-10-02Convert various to new name scheme.Robin Burchell w00t@inspircd.org
2008-10-02cmd_bot_send_chan_mode -> SendBotOpRobin Burchell w00t@inspircd.org