Sebastian
|
41f4c7dab6
|
A variety of small improvements to xmlrpc.php
Pretty simple stuff.
* Better method names
* Better DocBlocks
* Lowercase variables
|
2015-04-04 09:43:51 +02:00 |
|
Sebastian
|
dd8dd3b4a0
|
Make xmlrpc.php comply with PSR-2 coding standard
|
2015-04-01 23:28:41 +02:00 |
|
Sebastian
|
a718223585
|
Remove workaround that is no longer needed
This workaround was required previously but breaks the code with the corrections to the XML-RPC response.
|
2015-04-01 23:27:44 +02:00 |
|
Adam
|
dc5039e994
|
Properly unescape xmlrpc
|
2015-02-03 18:42:35 -05:00 |
|
Adam
|
595dad4ec1
|
Update copyright to 2014. This was done with:
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
|
2014-01-01 20:48:38 -05:00 |
|
Adam
|
0fb2b60cff
|
Fix xmlrpc dochannel example
|
2013-12-26 21:06:26 -05:00 |
|
Adam
|
5007b72b28
|
Update copyright to 2013. This was done with:
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \;
|
2013-01-09 04:20:55 -05:00 |
|
Adam
|
fb56b3a53f
|
Made m_xmlrpc use m_httpd
|
2012-11-03 22:04:19 -04:00 |
|
Adam
|
675b113c3e
|
Split up db/conf/lib/locale install directories, and allow alternate ones to be specified at runtime
|
2012-05-06 21:43:50 -04:00 |
|
Adam
|
4204ece7a8
|
Updated Copyright to 2012
|
2012-01-02 21:28:24 -05:00 |
|
Adam
|
451fb82e54
|
Bug #1203
|
2011-03-22 23:58:53 -04:00 |
|
lethality
|
9efebe5461
|
update copyrights for 2011
|
2011-01-05 18:34:38 +00:00 |
|
Adam
|
2a4d0e3e89
|
Allow getting users opertype from XMLRPC requests
|
2010-12-12 19:37:04 -05:00 |
|
Adam
|
87bdf73cb7
|
Document XMLRPC calls and added a .php class wrapper for them
|
2010-12-12 19:30:14 -05:00 |
|