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
/
modules
/
protocol
/
hybrid.cpp
Age
Commit message (
Expand
)
Author
2013-04-10
Move some of the modules in extras/ that arent really extra out of extras. Ma...
Adam
2013-04-07
Optimizations of much of the more commonly used code
Adam
2013-02-23
Add SVSNICK and SVSHOLD to hybrid
Adam
2013-02-23
Revert "do not send RESV from operserv when its not introduced"
DukePyrolator
2013-02-23
do not send RESV from operserv when its not introduced
DukePyrolator
2013-01-21
Merge usefulness of Flags and Extensible classes into Extensible, made most f...
Adam
2013-01-09
Update copyright to 2013. This was done with:
Adam
2013-01-06
Buggy compilers are buggy
Adam
2013-01-02
Move nickserv validate stuff to an event in nickserv.cpp
Adam
2012-12-28
Use the same object for chanusercontainer and userchancontainer
Adam
2012-11-23
Made IRCDProto a Service
Adam
2012-11-23
Change the return type of ircdmessage to void now that we don't use it, add a...
Adam
2012-11-22
Pretty large coding style cleanup, in source doc
Adam
2012-11-16
Fixed some stuff spotted by Cronus, made db_old convert ACCESS_INVALID levels...
Adam
2012-11-06
Use std::tr1::unordered_map for a few of the larger maps
Adam
2012-10-14
Updated the hybrid protocol module, patch provided by Michael
DukePyrolator
2012-10-14
Use account name for svid on hybrid
Adam
2012-10-14
Better clarify signon vs timestamp and allow updating users timestamp to an i...
Adam
2012-10-13
Add a hybrid 8 protocol module courtesy of Michael <michael@wobst.at>
Adam