Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-18 | Update my email address. | Robby | |
2015-07-08 | Fix a ton of typos. | Peter Powell | |
2015-06-29 | Add ns_identify:maxlogins to limit the max number of concurrent logins per ↵ | Adam | |
account | |||
2015-04-04 | Merge pull request #117 from aFreshMelon/fix-xmlrpc-php | Adam | |
Fix xmlrpc php | |||
2015-04-04 | A variety of small improvements to xmlrpc.php | Sebastian | |
Pretty simple stuff. * Better method names * Better DocBlocks * Lowercase variables | |||
2015-04-01 | Make xmlrpc.php comply with PSR-2 coding standard | Sebastian | |
2015-04-01 | Remove workaround that is no longer needed | Sebastian | |
This workaround was required previously but breaks the code with the corrections to the XML-RPC response. | |||
2015-03-22 | Fix typo in Changes | Adam | |
2015-03-12 | Update Changes.conf and Changes | Adam | |
2015-02-03 | Properly unescape xmlrpc | Adam | |
2014-10-28 | Update the French install instructions. | Thomas Fargeix | |
2014-10-12 | Add exempts and optionally allow authenticated users past m_dnsbl | Adam | |
2014-10-12 | Add an operserv/oper/modify privilege. | Thomas Fargeix | |
The operserv/oper command privilege allows to add operators with fewer or the same privileges as ourself. This new privilege allows to have operators who can use operserv/oper to see the list of operators and their privileges, but cannot add new operators. | |||
2014-10-12 | Add a chanserv/access/list privilege | Thomas Fargeix | |
Replace the existing chanserv/access/list command access, only used in cs_xop, by a privilege with the same name. It which allows read-only access to cs_access, cs_flags, cs_xop and cs_akick, while the already-existing chanserv/access/modify privilege allows to modify them. | |||
2014-10-06 | Update INSTALL to reflect cmake requirement | Adam | |
2014-05-31 | Update WIN32.txt reflecting new Windows stuff | Adam | |
2014-05-30 | Updates Changes and Changes.conf | Adam | |
2014-03-09 | Remove mail:restrict as it is no longer useful. Changes nickserv/resetpass ↵ | Adam | |
default to allow normal users to use it. | |||
2014-02-20 | update help info | lethality | |
2014-02-20 | Updated services crontab location | lethality | |
2014-02-17 | Merge pull request #52 from attilamolnar/2.0+gnutls | Adam | |
Add support for SSL connections powered by GnuTLS | |||
2014-02-17 | Remove docs/IRCD, it is very outdated and no longer correct at all | Adam | |
2014-02-17 | Rename m_ssl to m_ssl_openssl and update docs | Attila Molnar | |
2014-01-06 | Add a small note about the extras script in docs/INSTALL | Adam | |
2014-01-01 | Update copyright to 2014. This was done with: | Adam | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; | |||
2013-12-26 | Fix xmlrpc dochannel example | Adam | |
2013-12-20 | Update Changes and Changes.conf | Adam | |
2013-12-10 | Explain how to setup the locales on Ubuntu | Adam | |
2013-12-03 | Updated french installation instructions. | Harak | |
2013-10-12 | Update changes and changes.conf sort of | Adam | |
2013-10-06 | updated docs/EVENTS | DukePyrolator | |
2013-10-05 | Big update of the Dutch language file. | Robby- | |
cs_ban: Merge the syntaxes into one. | |||
2013-08-21 | Update readme more | Adam | |
2013-08-21 | Update readme | Adam | |
2013-05-26 | Get rid of the remaining references in the core to specific services. Move ↵ | Adam | |
more stuff out of the core to the proper modules. | |||
2013-05-26 | Update INSTALL and place some example link configurations in example.conf | Adam | |
2013-05-25 | Update Hybrid protocol module for Hybrid 8.1 | Michael Wobst | |
2013-05-18 | Give botserv bots assigned by persist the same botmodes as normal bots, fix ↵ | Adam | |
some typos, remove unused variable | |||
2013-05-18 | Fix Windows build | Adam | |
2013-05-17 | Add Redis database support | Adam | |
2013-04-12 | Update Win32 build instructions slightly | Adam | |
2013-04-02 | mentioned the charybdis protocol support in the readme and example config | DukePyrolator | |
2013-03-02 | Update Changes and Changes.conf | Adam | |
2013-02-21 | Update COPYING | Charles Kingsley | |
2013-02-20 | Add Matthew to webpanel credits, fix alignment of akill list | Adam | |
2013-01-09 | Update copyright to 2013. This was done with: | Adam | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \; | |||
2012-11-03 | Made m_xmlrpc use m_httpd | Adam | |
2012-10-29 | Update Config.cs for VS 2012 and fix it failing if the source directory path ↵ | Adam | |
has spaces in it | |||
2012-10-29 | Made anopesmtp less hard to debug | Adam | |
2012-10-29 | readded ngircd protocol support | DukePyrolator | |