summaryrefslogtreecommitdiff
path: root/src/modules/m_rpc_json.cpp
Commit message (Collapse)AuthorAgeFilesLines
* there were two.. yes, you're right SpecialGravatar pippijn2007-07-181-35/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7472 e03df62e-2008-0410-955e-edbf42e46eb7
* untested fix for "unused functions"Gravatar pippijn2007-07-181-0/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7471 e03df62e-2008-0410-955e-edbf42e46eb7
* publish "JSON-RPC" interfaceGravatar pippijn2007-07-171-28/+30
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7465 e03df62e-2008-0410-955e-edbf42e46eb7
* Now, json-rpc _ONLY_ supports member function pointers. An example is given inGravatar pippijn2007-07-171-30/+35
| | | | | | | | ModuleRpcJson::ModuleRpcJson. I must admit that it is kind of ugly but it is the only way I can see right now. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7464 e03df62e-2008-0410-955e-edbf42e46eb7
* provide feedback to the user if json throws an exceptionGravatar pippijn2007-07-171-10/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7462 e03df62e-2008-0410-955e-edbf42e46eb7
* Ignore all exceptions for now.. m_rpc_json is rather willing to throwGravatar pippijn2007-07-171-1/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7461 e03df62e-2008-0410-955e-edbf42e46eb7
* Added a JSON-RPC module that can be used by other modules to provide a remoteGravatar pippijn2007-07-171-0/+2109
procedure call interface. This should work in theory, but does not for me. But then, neither does m_httpd_stats so it's probably me... git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7460 e03df62e-2008-0410-955e-edbf42e46eb7