summaryrefslogtreecommitdiff
path: root/src/modules/json.h
Commit message (Collapse)AuthorAgeFilesLines
* untested fix for "unused functions"Gravatar pippijn2007-07-181-8/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7471 e03df62e-2008-0410-955e-edbf42e46eb7
* Now, json-rpc _ONLY_ supports member function pointers. An example is given inGravatar pippijn2007-07-171-3/+12
| | | | | | | | 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
* #ifdeffed out gnu extensionGravatar pippijn2007-07-171-3/+11
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7463 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/+535
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