Age | Commit message (Expand) | Author |
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-15 | Rewrote all of the topic code, fixes a few topic related problems on some old... | 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 |
2010-08-27 | Added a new logging system | Adam |
2010-08-27 | Added an Anope::string::is_pos_number_only function to use everywhere we conv... | Adam |
2010-08-22 | Added a classbase for the major classes, makes dynamic_reference invalidation... | Adam |
2010-08-21 | Made Anope keep track of channels its clients are in if it splits from its up... | Adam |
2010-08-17 | Always unload socketengines/database/protocl etc modules last, and fixed a po... | Adam |
2010-08-17 | Fixed a few SQL queries | Adam |
2010-08-17 | Rewrote the config reader to better handle invalid configs. | Adam |
2010-08-15 | Rewrote the MySQL API to use threads. This acts similar to before, but is fas... | Adam |
2010-08-02 | Added Italics support to the BotSev kickers | lethality |
2010-07-31 | Don't dynamically allocate commands in modules anymore, instead made them mem... | Adam |
2010-07-29 | Rewrote the hashing systems to properly handle the new Anope::strings which w... | Adam |
2010-07-27 | Removed some assertions, replaced with throwing CoreExceptions | Adam |
2010-07-27 | Added debug_cast which uses dynamic_cast on debug builds, and static_cast on ... | Adam |
2010-07-27 | Some windows fixes from the Anope::string commit | Adam |
2010-07-26 | Trying to make things a little more const-safe, a work in progress but this i... | Naram Qashat |
2010-07-25 | Some windows fixes caused by the last commit | Adam |
2010-07-25 | Epic commit to replace most of the strings in Anope with a single Anope::stri... | Naram Qashat |
2010-07-24 | Always use non-blocking sockets | Adam |
2010-07-15 | Moved some files and diretories around, made cmake skip files it knows it can... | Adam |