Age | Commit message (Expand) | Author |
2008-11-09 | Always UseSVS2MODE, too. | Robin Burchell w00t@inspircd.org |
2008-11-09 | UseTokens needs to die in a fire, don't let it be turned off. | Robin Burchell w00t@inspircd.org |
2008-11-08 | A few compile fixes for protocol modules. | Naram Qashat cyberbotx@cyberbotx.com |
2008-11-08 | Merge commit 'cbx/anopeng-config' into anopeng | Robin Burchell w00t@inspircd.org |
2008-11-08 | moduleAddVersion -> Module::SetVersion | Robin Burchell w00t@inspircd.org |
2008-11-08 | Correct protocol module version - this is 1.2, not 1.1 | Robin Burchell w00t@inspircd.org |
2008-11-08 | moduleAddEventHook -> Module::AddEventHook. | Robin Burchell w00t@inspircd.org |
2008-11-08 | moduleSetType() -> Module::SetType(). | Robin Burchell w00t@inspircd.org |
2008-11-08 | Convert moduleSetType() to not require a module pointer.. actually, this is p... | Robin Burchell w00t@inspircd.org |
2008-11-08 | Call the new base constructor too.. let's hope this all works? | Robin Burchell w00t@inspircd.org |
2008-11-08 | Convert all the derived module constructors to take the new parameter (sed mu... | Robin Burchell w00t@inspircd.org |
2008-11-06 | Add module name to MODULE_INIT. This is not yet actually used, but it will be... | Robin Burchell w00t@inspircd.org |
2008-11-05 | Convert protocol modules | Robin Burchell w00t@inspircd.org |
2008-11-04 | Experimental fixes (that don't seem to work) to the server problem. | Robin Burchell w00t@inspircd.org |
2008-11-03 | Consolidate modes: we really don't need to have a different one for every pse... | Robin Burchell w00t@inspircd.org |
2008-11-03 | Make whois reply come from the correct service. | Robin Burchell w00t@inspircd.org |
2008-11-03 | Don't crash on channel messages. | Robin Burchell w00t@inspircd.org |
2008-11-03 | Fix FJOIN sending. | Robin Burchell w00t@inspircd.org |
2008-11-03 | Make FJOIN parsing work. | Robin Burchell w00t@inspircd.org |
2008-11-03 | Make user detection work properly (parse UID without problems) | Robin Burchell w00t@inspircd.org |
2008-11-03 | Remove (useless) +s from bot umodes, as it breaks protocol (no params, requir... | Robin Burchell w00t@inspircd.org |
2008-11-03 | Correctly save Numeric to TS6SID. | Robin Burchell w00t@inspircd.org |
2008-11-03 | Look for the correct services module (they got merged with 1.2) | Robin Burchell w00t@inspircd.org |
2008-11-03 | Various bits of protocol conversion. | Robin Burchell w00t@inspircd.org |
2008-11-03 | Fix order of UID params for client introduction | Robin Burchell w00t@inspircd.org |
2008-11-03 | Add UID parameter to SendClientIntroduction, and make it get a UID. This is a... | Robin Burchell w00t@inspircd.org |
2008-11-03 | Remove IRCdProto::SendGuestNick(). It's identical to IRCdProto::SendClientInt... | Robin Burchell w00t@inspircd.org |
2008-11-03 | Remove some aspects of overly defensive programming from 1.2 protocol module,... | Robin Burchell w00t@inspircd.org |
2008-11-03 | Make this compile. | Robin Burchell w00t@inspircd.org |
2008-11-03 | Really add it to the build. | Robin Burchell w00t@inspircd.org |
2008-11-03 | Remove MARK_DEPRECATED from some stuff, it makes development a bit too noisy. | Robin Burchell w00t@inspircd.org |
2008-11-03 | Add unfinished, uncompilable insp 1.2 protocol module. | Robin Burchell w00t@inspircd.org |
2008-11-03 | Nor does it have any idea what 'services admins' (+a) are. | Robin Burchell w00t@inspircd.org |
2008-11-02 | InspIRCd doesn't support umode +d == svid craq | Robin Burchell w00t@inspircd.org |
2008-10-13 | Merge commit 'cbx/anopeng-config' into anopeng-config | Robin Burchell w00t@inspircd.org |
2008-10-07 | Merge branch 'anopeng' into anopeng-config | Robin Burchell w00t@inspircd.org |
2008-10-05 | Removed DevNull pseudo-client as well as all *Alias pseudo-clients. | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-03 | Merge commit 'cbx/anopeng-charfix' into anopeng | Robin Burchell w00t@inspircd.org |
2008-10-03 | Merge branch 'anopeng' into pv-sql | peavey peavey@inspircd.org |
2008-10-03 | Fix ratbox. | Robin Burchell w00t@inspircd.org |
2008-10-03 | (Mostly) make ratbox.c compile, still needs fixes for Uid removal. | Robin Burchell w00t@inspircd.org |
2008-10-03 | Fix inspircd11 to compile | Robin Burchell w00t@inspircd.org |
2008-10-03 | Make charybdis compile, move header into .c | Robin Burchell w00t@inspircd.org |
2008-10-03 | Move header into the .c for less redundancy. | Robin Burchell w00t@inspircd.org |
2008-10-03 | Merge commit 'cbx/anopeng-uid' into anopeng-uid | Robin Burchell w00t@inspircd.org |
2008-10-02 | Add run-cc.pl from inspircd, only difference is support .c files too :) | Robin Burchell w00t@inspircd.org |
2008-10-02 | Replaced anope_SendSVSMode_chan() with direct call to SendSVSModeChan() in IR... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendSVSHoldDel() with direct call to SendSVSHoldDel() in IRCDP... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendSVSHold() with direct call to SendSVSHold() in IRCDProto c... | Naram Qashat cyberbotx@cyberbotx.com |
2008-10-02 | Replaced anope_SendGlobops() with direct call to SendGlobops() in IRCDProto c... | Naram Qashat cyberbotx@cyberbotx.com |