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
/
process.cpp
Age
Commit message (
Expand
)
Author
2017-05-29
Fixup some compilation warnings
Adam
2017-04-20
Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4'
Adam
2017-01-23
Make log system use newer format strings
Adam
2017-01-16
Update copyright to 2017.
Robby
2016-12-06
Remove many more old C style format strings in the protocol functions
Adam
2016-12-01
Allow encap handlers to recall message processing, make protocol/inspircd do ...
Adam
2016-09-23
Remove rfc1459 message framing everywhere
Adam
2016-07-31
Update license headers and copyrights on all source files
Adam
2016-07-28
Allow serializable fields to use storage in the respective objects.
Adam
2016-01-28
Update copyright to 2016. This was done with:
Robby
2014-06-23
Merge branch '2.0' into 2.1
Adam
2014-05-28
Move most of the core pseudoclient logic to modules
Adam
2014-05-21
Core prep for p10 stuff
Adam
2014-04-20
New event system
Adam
2014-01-01
Update copyright to 2014. This was done with:
Adam
2013-05-27
Initially attach all modules to all events, and detach them as the events are...
Adam
2013-04-07
Optimizations of much of the more commonly used code
Adam
2013-01-09
Update copyright to 2013. This was done with:
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-06
Windows fixes
Adam
2012-10-01
Cleanup of all of the protocol modules, rewrote message handling system to be...
Adam
2012-02-14
Clean up and reorganize our header files
Adam
2012-01-02
Updated Copyright to 2012
Adam
2011-01-05
update copyrights for 2011
lethality
2010-12-23
Rewrote the ignore code. Adds creator and reason to /os ignore list.
Adam
2010-12-22
Removed match_usermask
Adam
2010-12-12
Cleaned up some things, made the protocol modules use some basic inheritance ...
Adam
2010-10-04
Changed the protocol handling system to use a vector of strings instead of C ...
Adam
2010-09-10
Added Anope::CurTime to keep us from calling time() everywhere
Adam
2010-08-27
Added a new logging system
Adam
2010-07-29
Used std::list for ignore's IgnoreData instead of using the old C-style doubl...
Naram Qashat
2010-07-25
Epic commit to replace most of the strings in Anope with a single Anope::stri...
Naram Qashat
2010-06-26
Added support for InspIRCd 2.0s dynamic modes.
Adam
2010-06-22
moved FindMessage() into the Anope class
DukePyrolator
2010-06-20
The first of a few "CBX OCDing over code style" commits, focusing on include/...
Naram Qashat
2010-06-18
Renamed all of source files from .c to .cpp
Adam