index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
protocol
/
inspircd12.cpp
Age
Commit message (
Expand
)
Author
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
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
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
Add unfinished, uncompilable insp 1.2 protocol module.
Robin Burchell w00t@inspircd.org