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.cpp
Age
Commit message (
Expand
)
Author
2010-01-04
Removed NICKMAX and CHANMAX, replaced user->nick, c->name, and ci->name with ...
Adam-
2009-12-17
Added BotInfo* sender arg to all of the User mode functions, changed IRcdProt...
Adam-
2009-12-16
Made many of the functions in IRCDProto accept the relative object pointers i...
Adam-
2009-12-13
Added in a modestacker and rewrote almost all of the remaining old mode code
Adam-
2009-11-28
Massive move of all of the Config variables out of global scope to the Config...
Adam-
2009-11-08
Rewrote all of the old C style flag systems into a new Flag class which every...
Adam-
2009-10-03
Fix bug #1109. Anopes now replies with proper PONGs to rfc compliant PINGs .
jantje_85
2009-06-23
Adds check for using commands on non-registered channels before the
adam-
2009-04-13
Remove 2 unneeded ternary operators, the result is the same with or without t...
cyberbotx
2009-03-27
Fix protocol violation error.
rburchell
2009-02-14
protocol: split implementation from interface for cleaner code.
rburchell