Age | Commit message (Expand) | Author |
2012-09-07 | Made session tracking ip based, not host based, and allow using CIDR to group... | Adam |
2012-09-07 | Allow configuring killquick and kill delays | Adam |
2012-09-02 | Fix Windows | Adam |
2012-05-23 | Add support for inspircd2.0+s mlock, improved on Unreal's, and made server si... | Adam |
2012-04-29 | Added options:casemap to chose how case insensitive strings are compared, usi... | Adam |
2012-03-13 | Bug #1389 - readd RNG seed in the config and start DNS query ids off on a ran... | Adam |
2012-03-13 | Add a nickserv:unregistered_notice config option to send a message to unregis... | Adam |
2012-02-26 | Added chanserv:require config option to set which modes must be on all regist... | Adam |
2012-02-22 | Added a configuration option to make all nick registrations require admin ver... | Adam |
2012-02-22 | Added regex support for many commands, such as akill, sqline, snline, | Adam |
2012-02-14 | Clean up and reorganize our header files | Adam |
2012-02-13 | Removed our RNG and just use the systems, it's not very widely used. Also mad... | Adam |
2012-02-08 | Removed operserv:notifications in favor of log blocks, as well as some other ... | Adam |
2011-12-23 | Add DT_ALLOW_EMPTY config flag, allow fantasychars to be empty | Adam |
2011-10-22 | Added akill ids | Adam |
2011-10-14 | Added options:nonicknameownership config option | Adam |
2011-09-10 | Made the IsValidHost checks configurable | Adam |
2011-09-10 | Made email messages sent by services configurable | Adam |
2011-09-10 | Removed SZLine. Instead, have AKILL determine whether or not a ZLINE should b... | Adam |
2011-08-04 | Added a command:permission setting | Adam |
2011-07-14 | Rewrote how commands are handled within Anope. | Adam |
2011-05-21 | Made Anope able to process normally when disconnected from the uplink and not... | Adam |
2011-05-16 | Added os_forbid | Adam |
2011-05-16 | Use module type to determine what type each module is instead of its location... | Adam |
2011-05-16 | Fixed reading empty config values in the multiconfig code, caused by removal ... | Adam |
2011-05-16 | Removed DT_CHARPTR from the config reader, its unneeded | Adam |
2011-05-16 | Moved the core pseudo clients out into their own modules | Adam |
2011-03-29 | Fixed windows build | Adam |
2011-03-26 | replaced all %R with %s in the language strings | DukePyrolator |
2011-03-14 | Rewrote some of the opertype system, added os_login | Adam |
2011-03-11 | Added os_config and support for including additional configuration files. | Adam |
2011-03-05 | Removed nickrequests, instead have unconfirmed registrations. Also made ns_re... | Adam |
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-01-19 | Added options:nomlock | Adam |
2011-01-17 | Added ns_ajoin | Adam |
2010-12-12 | Added a default expiry time for suspended and forbidden nicks and channels | Adam |
2010-12-12 | Removed and deprecated /cs set mlock, removed /cs clear, removed /os clearmod... | Adam |
2010-10-11 | Fixed Windows build | Adam |
2010-10-11 | Fixed some warnings | Adam |
2010-09-26 | Changed the language system to use gettext | Adam |
2010-09-09 | Added an asynchronous DNS system and m_dnsbl, which checks clients against DN... | Adam |
2010-08-29 | Redo some of the sighandling code, and made anoperc rehash actually work. | Adam |
2010-08-27 | Removed options:keeplogs because its no longer used | Adam |
2010-08-27 | Added a new logging system | Adam |
2010-08-17 | Rewrote the config reader to better handle invalid configs. | 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 | Epic commit to replace most of the strings in Anope with a single Anope::stri... | Naram Qashat |
2010-07-10 | Added options:hideprivilegedcommands config option to hide privileged command... | Adam |
2010-07-08 | Added an epoll socket engine | Adam |