summaryrefslogtreecommitdiff
path: root/src/modules/m_rpc_json.cpp
AgeCommit message (Expand)Author
2008-06-11fixed some indentation and spacing in modulespippijn
2008-03-24Finally change all the Version() objectsbrain
2008-02-11Last of the -Wshadow fixes.w00t
2008-01-10Header update: 2007 -> 2008w00t
2007-11-04Remove Implements() method from every module. booya.brain
2007-11-04Convert all to new Attach() system. The Implements() method needs removing fr...brain
2007-10-23All of insp now builds with -pedantic (theres some warnings to squash in modu...brain
2007-09-23Seems nobody tested this in windows at all, Module::Module(Inst) is not valid...brain
2007-09-13Redesigned m_rpc_json to work properly in a modular environment, and added th...special
2007-08-28Move everything module-related out of InspIRCd and into ModuleManager, there ...om
2007-08-27Remove unnecessary header trafficw00t
2007-08-19Added proper header handling, persistant connections, and working timeouts to...special
2007-08-19Improved compatibility with the JSON-RPC specification; beware, major overhau...special
2007-07-18there were two.. yes, you're right Specialpippijn
2007-07-18untested fix for "unused functions"pippijn
2007-07-17publish "JSON-RPC" interfacepippijn
2007-07-17Now, json-rpc _ONLY_ supports member function pointers. An example is given inpippijn
2007-07-17provide feedback to the user if json throws an exceptionpippijn
2007-07-17Ignore all exceptions for now.. m_rpc_json is rather willing to throwpippijn
2007-07-17Added a JSON-RPC module that can be used by other modules to provide a remotepippijn