summaryrefslogtreecommitdiff
path: root/src/protocol
AgeCommit message (Expand)Author
2008-11-16Added support for multiple uplink blocks in the new config.cyberbotx
2008-11-16Mark perm channels (partly) fixed. Proper fix will wait for 1.9.1.rburchell
2008-11-16Remove UseTS6. This is now on or off at an ircd, not a config level. Move Cha...rburchell
2008-11-16Enable SVSHOLD for Insp1.1/1.2, remove UseSVSHOLD. Enforcer support may go aw...rburchell
2008-11-16Remove UnRestrictSAdmin.rburchell
2008-11-15Fixes to Insp1.2:rburchell
2008-11-15Fix an incorrect cast causing bans to appear to come from 1940.rburchell
2008-11-15Fix usermode parsing for InspIRCd 1.2rburchell
2008-11-14Insane commit of doom: s/ \t/grburchell
2008-11-14Fix compile error caused by constification of some parametes.rburchell
2008-11-14Various small warning fixes.rburchell
2008-11-13made the use of run-cc.pl optional, if you dont want to use it, add --with-ma...robbeh
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-08A few compile fixes for protocol modules.Naram Qashat cyberbotx@cyberbotx.com
2008-11-08Merge commit 'cbx/anopeng-config' into anopengRobin Burchell w00t@inspircd.org
2008-11-08moduleAddVersion -> Module::SetVersionRobin Burchell w00t@inspircd.org
2008-11-08Correct protocol module version - this is 1.2, not 1.1Robin Burchell w00t@inspircd.org
2008-11-08moduleAddEventHook -> Module::AddEventHook.Robin 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-04Experimental fixes (that don't seem to work) to the server problem.Robin Burchell w00t@inspircd.org
2008-11-03Consolidate modes: we really don't need to have a different one for every pse...Robin Burchell w00t@inspircd.org
2008-11-03Make whois reply come from the correct service.Robin Burchell w00t@inspircd.org
2008-11-03Don't crash on channel messages.Robin Burchell w00t@inspircd.org
2008-11-03Fix FJOIN sending.Robin Burchell w00t@inspircd.org
2008-11-03Make FJOIN parsing work.Robin Burchell w00t@inspircd.org
2008-11-03Make user detection work properly (parse UID without problems)Robin Burchell w00t@inspircd.org
2008-11-03Remove (useless) +s from bot umodes, as it breaks protocol (no params, requir...Robin Burchell w00t@inspircd.org
2008-11-03Correctly save Numeric to TS6SID.Robin Burchell w00t@inspircd.org
2008-11-03Look for the correct services module (they got merged with 1.2)Robin Burchell w00t@inspircd.org
2008-11-03Various bits of protocol conversion.Robin Burchell w00t@inspircd.org
2008-11-03Fix order of UID params for client introductionRobin 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-11-03Remove some aspects of overly defensive programming from 1.2 protocol module,...Robin Burchell w00t@inspircd.org
2008-11-03Make this compile.Robin Burchell w00t@inspircd.org
2008-11-03Really add it to the build.Robin Burchell w00t@inspircd.org
2008-11-03Remove MARK_DEPRECATED from some stuff, it makes development a bit too noisy.Robin Burchell w00t@inspircd.org
2008-11-03Add unfinished, uncompilable insp 1.2 protocol module.Robin Burchell w00t@inspircd.org
2008-11-03Nor does it have any idea what 'services admins' (+a) are.Robin Burchell w00t@inspircd.org
2008-11-02InspIRCd doesn't support umode +d == svid craqRobin Burchell w00t@inspircd.org
2008-10-13Merge commit 'cbx/anopeng-config' into anopeng-configRobin Burchell w00t@inspircd.org
2008-10-07Merge branch 'anopeng' 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 commit 'cbx/anopeng-charfix' into anopengRobin Burchell w00t@inspircd.org