summaryrefslogtreecommitdiff
path: root/modules/extra/m_dnsbl.cpp
AgeCommit message (Expand)Author
2013-04-10Move some of the modules in extras/ that arent really extra out of extras. Ma...Adam
2013-02-14Switch Destroy methods to deleteAdam
2013-01-21Merge usefulness of Flags and Extensible classes into Extensible, made most f...Adam
2013-01-09Update copyright to 2013. This was done with:Adam
2013-01-03Don't delete users immediately when quit or killed, instead wait until messag...Adam
2012-12-15Move DNS handling to a moduleAdam
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-10-27Add a module log typeAdam
2012-04-23Reworked live SQL support yet againAdam
2012-02-21Fixed m_dnsbl handling users with spoofs/other non ipsAdam
2012-02-18Use C++11's explicit override feature if availableAdam
2012-02-14Clean up and reorganize our header filesAdam
2012-01-25WindowsAdam
2012-01-02Updated Copyright to 2012Adam
2011-12-19Made m_dnsbl ban IPs not hostnamesAdam
2011-10-22Added akill idsAdam
2011-09-25Added a new database format and sqlite support. Also moved db-convert to a mo...Adam
2011-09-10Cleaned up the dns engine, and fixed sometimes parsing multiple answer querie...Adam
2011-09-10Cleaned up some of the socket code, cleaned up the pipe engines, added suppor...Adam
2011-07-31Fixed these ModuleManager::Attach calls once and for all..Adam
2011-07-14Rewrote how commands are handled within Anope.Adam
2011-05-16Use module type to determine what type each module is instead of its location...Adam
2011-05-16Moved the core pseudo clients out into their own modulesAdam
2011-02-27Made akills work on IRCds that do not support bans (ngircd)Adam
2011-01-24Added %N for network name in dnsbl:reasonAdam
2011-01-05update copyrights for 2011lethality
2010-12-12Send replies from fantasy commands back to the channel, this will be expanded...Adam
2010-11-09Fixed DNS caching and made DNS cache empty resultsAdam
2010-10-02Made OperServ and Global optionalAdam
2010-09-19Added configuration for m_dnsbl for what return values get bannedAdam
2010-09-19Added some more variable fields for dnsbl akill reasonsAdam
2010-09-17Fixed bug #1190 and prevent m_dnsbl from akilling a user multiple times if th...Adam
2010-09-14Cleanup DNS requests when modules are unloaded, fixes unloading m_dnsbl durin...Adam
2010-09-14Added a config option to make operserv not add users found in the dsnbl to th...Adam
2010-09-10Added Anope::CurTime to keep us from calling time() everywhereAdam
2010-09-10Fixed bug #1187 - Fixed releasing enforcer clients on TS6 IRCdsAdam
2010-09-09Added an asynchronous DNS system and m_dnsbl, which checks clients against DN...Adam