]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_rpc_json.cpp
Fix potential for duplicate SID if the SID is auto generated.
[user/henk/code/inspircd.git] / src / modules / m_rpc_json.cpp
2007-08-27 w00tRemove unnecessary header traffic
2007-08-19 specialAdded proper header handling, persistant connections...
2007-08-19 specialImproved compatibility with the JSON-RPC specification...
2007-07-18 pippijnthere were two.. yes, you're right Special
2007-07-18 pippijnuntested fix for "unused functions"
2007-07-17 pippijnpublish "JSON-RPC" interface
2007-07-17 pippijnNow, json-rpc _ONLY_ supports member function pointers...
2007-07-17 pippijnprovide feedback to the user if json throws an exception
2007-07-17 pippijnIgnore all exceptions for now.. m_rpc_json is rather...
2007-07-17 pippijnAdded a JSON-RPC module that can be used by other modul...