summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2017-04-24Merge commit '71bb3fefcc64e968f83f3cabe40df88c913e7847'Adam
2017-04-20Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4'Adam
2017-02-07Normalize databases by not allowing generic Object referencesAdam
Remove redis database support
2017-01-16Update ChangesAdam
2017-01-16Update 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-30Add new RESTful JSON API and documentationAdam
2016-10-29Add sqlite amalgamation and use if no system sqlite is found. Move sqlite ↵Adam
module out of extras.
2016-10-22SQLite.md: typoAdam
2016-10-17Address casemapping issues in sqlite/mysqlAdam
2016-10-07Update Changes.confAdam
2016-10-07Note Windows installer fixes in changelogAdam
(cherry picked from commit 0e0615c6fecce363e0ad007319c777cf9481dd25)
2016-10-06Update ChangesAdam
2016-10-02Add the notice method to XMLRPC.Sketch
(cherry picked from commit 1d198da4369a7eb7efa7775cc97041d2a870a86a)
2016-10-02Correct umode +I change in Changelog, is for unrealAdam
(cherry picked from commit addd2a1987dccff6ad4c8a68f5c48c9f850912ec)
2016-10-02Document m_xmlrpc_main opersRobby
(cherry picked from commit 45dfea5ad94408b77b2901b8f2afe162863f9a14)
2016-10-02Remove default session exception expiry timeAdam
2016-10-01Fix typo in changesAdam
(cherry picked from commit 97a13081e9483f2070abdb7fad8ec486a46139ac)
2016-10-01Update ChangelogsAdam
(cherry picked from commit a434651e75f3254123dcd606c3b64dfd9c0a7334)
2016-09-28README: Update to UnrealIRCd 4Adam
2016-09-23Document m_xmlrpc_main noticeAdam
2016-07-31Update license headers and copyrights on all source filesAdam
2016-07-23Bump for 2.0.5-gitAdam
2016-07-23Anope 2.0.4 Release2.0.4Adam
2016-07-23Update Changes.confAdam
2016-07-23Note Windows installer fixes in changelogAdam
2016-07-03Update ChangesAdam
2016-04-20Add the notice method to XMLRPC.Sketch
2016-02-11Correct umode +I change in Changelog, is for unrealAdam
2016-01-30Anope 2.0.4-gitAdam
2016-01-28Update 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-27Document m_xmlrpc_main opersRobby
2016-01-25Remove default session exception expiry timeAdam
2016-01-23Fix typo in changesAdam
2016-01-23Update ChangelogsAdam
2015-12-31Remove repeated expressions from CMake end*() and else() calls.Peter Powell
2015-12-30Remove anopesmtp because it's stupidAdam
2015-12-30Unreal 4 changesAdam
2015-12-14Rename "example.conf" to "anope.example.conf".Peter Powell
2015-12-14Rename "services.conf" to "anope.conf".Peter Powell
2015-12-14Install into "~/anope" by default instead of "~/services".Peter Powell
2015-12-14Use the binary name "anope" on all platforms.Peter Powell
2015-12-13Document m_xmlrpc_main noticeAdam
2015-10-27Merge branch '2.0' into 2.1Adam
2015-09-18Update my email address.Robby
2015-07-08Fix a ton of typos.Peter Powell
2015-06-29Add ns_identify:maxlogins to limit the max number of concurrent logins per ↵Adam
account
2015-04-04Merge pull request #117 from aFreshMelon/fix-xmlrpc-phpAdam
Fix xmlrpc php
2015-04-04A variety of small improvements to xmlrpc.phpSebastian
Pretty simple stuff. * Better method names * Better DocBlocks * Lowercase variables
2015-04-01Make xmlrpc.php comply with PSR-2 coding standardSebastian
2015-04-01Remove workaround that is no longer neededSebastian
This workaround was required previously but breaks the code with the corrections to the XML-RPC response.