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
/
extra
/
m_dnsbl.cpp
Age
Commit message (
Expand
)
Author
2011-07-31
Fixed these ModuleManager::Attach calls once and for all..
Adam
2011-07-14
Rewrote how commands are handled within Anope.
Adam
2011-05-16
Use module type to determine what type each module is instead of its location...
Adam
2011-05-16
Moved the core pseudo clients out into their own modules
Adam
2011-02-27
Made akills work on IRCds that do not support bans (ngircd)
Adam
2011-01-24
Added %N for network name in dnsbl:reason
Adam
2011-01-05
update copyrights for 2011
lethality
2010-12-12
Send replies from fantasy commands back to the channel, this will be expanded...
Adam
2010-11-09
Fixed DNS caching and made DNS cache empty results
Adam
2010-10-02
Made OperServ and Global optional
Adam
2010-09-19
Added configuration for m_dnsbl for what return values get banned
Adam
2010-09-19
Added some more variable fields for dnsbl akill reasons
Adam
2010-09-17
Fixed bug #1190 and prevent m_dnsbl from akilling a user multiple times if th...
Adam
2010-09-14
Cleanup DNS requests when modules are unloaded, fixes unloading m_dnsbl durin...
Adam
2010-09-14
Added a config option to make operserv not add users found in the dsnbl to th...
Adam
2010-09-10
Added Anope::CurTime to keep us from calling time() everywhere
Adam
2010-09-10
Fixed bug #1187 - Fixed releasing enforcer clients on TS6 IRCds
Adam
2010-09-09
Added an asynchronous DNS system and m_dnsbl, which checks clients against DN...
Adam