summaryrefslogtreecommitdiff
path: root/src/protocol/inspircd12.cpp
AgeCommit message (Expand)Author
2008-11-09UseTokens needs to die in a fire, don't let it be turned off.Robin 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-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-03Add unfinished, uncompilable insp 1.2 protocol module.Robin Burchell w00t@inspircd.org