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
/
logger.cpp
Age
Commit message (
Expand
)
Author
2011-02-25
Fixed a lot of small problems
Adam
2011-02-12
Removed the Wallop config options and replaced them with the new log system
Adam
2011-02-09
Log rawio when in debug mode and fixed expiring session exceptions
Adam
2011-01-28
Added patricia_tree::iterator
Adam
2011-01-05
update copyrights for 2011
lethality
2010-12-12
store the ssl fingerprint in the userstruct
DukePyrolator
2010-12-12
Allow the patricia tree to store non-pointers
Adam
2010-12-12
Switched the system for storing users, channels, and sesions to a patricia
Adam
2010-10-21
Changed the log:normal config directive to a list like the other log values, ...
Adam
2010-10-15
Fixed an wrong logging example in example.conf and fixed misc messages being ...
Adam
2010-10-04
Made anoperc stop/restart send the cycleonglobal, and fixed logfiles to be op...
Adam
2010-10-03
Fixed checking the global block in the config to work ok, fixed having non-co...
Adam
2010-10-02
Made OperServ and Global optional
Adam
2010-09-21
Fixed some problems with cycling logfiles
Adam
2010-09-10
Added Anope::CurTime to keep us from calling time() everywhere
Adam
2010-09-09
Added an asynchronous DNS system and m_dnsbl, which checks clients against DN...
Adam
2010-08-28
Properly store our clients internal channel status's and burst them if needed.
Adam
2010-08-28
Clean up some of the old now unused IRCDVar struct vars, and made the logchan...
Adam
2010-08-28
Do not log RAWIO messages to services log channels, added a config option on ...
Adam
2010-08-27
Removed some problematic IsRecognized checks in ms_cancel and ms_check, and f...
Adam
2010-08-27
Added a new logging system
Adam