Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-30 | Remove various references to old versions. | Sadie Powell | |
2024-01-24 | Rename several modules to remove the m_ prefix. | Sadie Powell | |
2024-01-04 | Update the copyright headers for 2024. | Sadie Powell | |
2022-12-31 | Update the copyright headers for 2023. | Sadie Powell | |
2022-01-06 | Update the copyright headers for 2022. | Sadie Powell | |
2021-01-07 | Update copyright to 2021. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2021 Anope Team/i' {} \; | |||
2020-01-04 | Update copyright to 2020. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2020 Anope Team/i' {} \; | |||
2019-01-01 | Update copyright to 2019. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2019 Anope Team/i' {} \; | |||
2018-04-25 | Update copyright to 2018. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2018 Anope Team/i' {} \; | |||
2017-01-17 | Cleanup some excess whitespaces and tabs, and fix a few typos along the way. | Robby | |
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-04-20 | Add the notice method to XMLRPC. | Sketch | |
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 | |
2015-12-13 | Document m_xmlrpc_main notice | Adam | |
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-02-03 | Properly unescape xmlrpc | 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-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-05-06 | Split up db/conf/lib/locale install directories, and allow alternate ones to ↵ | Adam | |
be specified at runtime | |||
2012-01-02 | Updated Copyright to 2012 | Adam | |
2011-03-22 | Bug #1203 | Adam | |
2011-01-05 | update copyrights for 2011 | lethality | |
2010-12-12 | Allow getting users opertype from XMLRPC requests | Adam | |
2010-12-12 | Document XMLRPC calls and added a .php class wrapper for them | Adam | |