Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-24 | Merge commit '71bb3fefcc64e968f83f3cabe40df88c913e7847' | Adam | |
2017-04-20 | Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4' | Adam | |
2017-02-07 | Normalize databases by not allowing generic Object references | Adam | |
Remove redis database support | |||
2017-01-16 | Update Changes | Adam | |
2017-01-16 | Update copyright to 2017. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. | |||
2016-10-30 | Add new RESTful JSON API and documentation | Adam | |
2016-10-29 | Add sqlite amalgamation and use if no system sqlite is found. Move sqlite ↵ | Adam | |
module out of extras. | |||
2016-10-22 | SQLite.md: typo | Adam | |
2016-10-17 | Address casemapping issues in sqlite/mysql | Adam | |
2016-10-07 | Update Changes.conf | Adam | |
2016-10-07 | Note Windows installer fixes in changelog | Adam | |
(cherry picked from commit 0e0615c6fecce363e0ad007319c777cf9481dd25) | |||
2016-10-06 | Update Changes | Adam | |
2016-10-02 | Add the notice method to XMLRPC. | Sketch | |
(cherry picked from commit 1d198da4369a7eb7efa7775cc97041d2a870a86a) | |||
2016-10-02 | Correct umode +I change in Changelog, is for unreal | Adam | |
(cherry picked from commit addd2a1987dccff6ad4c8a68f5c48c9f850912ec) | |||
2016-10-02 | Document m_xmlrpc_main opers | Robby | |
(cherry picked from commit 45dfea5ad94408b77b2901b8f2afe162863f9a14) | |||
2016-10-02 | Remove default session exception expiry time | Adam | |
2016-10-01 | Fix typo in changes | Adam | |
(cherry picked from commit 97a13081e9483f2070abdb7fad8ec486a46139ac) | |||
2016-10-01 | Update Changelogs | Adam | |
(cherry picked from commit a434651e75f3254123dcd606c3b64dfd9c0a7334) | |||
2016-09-28 | README: Update to UnrealIRCd 4 | Adam | |
2016-09-23 | Document m_xmlrpc_main notice | Adam | |
2016-07-31 | Update license headers and copyrights on all source files | Adam | |
2016-07-23 | Bump for 2.0.5-git | Adam | |
2016-07-23 | Anope 2.0.4 Release2.0.4 | Adam | |
2016-07-23 | Update Changes.conf | Adam | |
2016-07-23 | Note Windows installer fixes in changelog | Adam | |
2016-07-03 | Update Changes | Adam | |
2016-04-20 | Add the notice method to XMLRPC. | Sketch | |
2016-02-11 | Correct umode +I change in Changelog, is for unreal | Adam | |
2016-01-30 | Anope 2.0.4-git | Adam | |
2016-01-28 | Update copyright to 2016. This was done with: | Robby | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. Fixed some whitespace and blank lines along the way. | |||
2016-01-27 | Document m_xmlrpc_main opers | Robby | |
2016-01-25 | Remove default session exception expiry time | Adam | |
2016-01-23 | Fix typo in changes | Adam | |
2016-01-23 | Update Changelogs | Adam | |
2015-12-31 | Remove repeated expressions from CMake end*() and else() calls. | Peter Powell | |
2015-12-30 | Remove anopesmtp because it's stupid | Adam | |
2015-12-30 | Unreal 4 changes | Adam | |
2015-12-14 | Rename "example.conf" to "anope.example.conf". | Peter Powell | |
2015-12-14 | Rename "services.conf" to "anope.conf". | Peter Powell | |
2015-12-14 | Install into "~/anope" by default instead of "~/services". | Peter Powell | |
2015-12-14 | Use the binary name "anope" on all platforms. | Peter Powell | |
2015-12-13 | Document m_xmlrpc_main notice | Adam | |
2015-10-27 | Merge branch '2.0' into 2.1 | Adam | |
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. |