index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_rpc_json.cpp
Age
Commit message (
Expand
)
Author
2008-08-25
Change module versions to use a string instead of fixed digits, and use props...
w00t
2008-06-11
fixed some indentation and spacing in modules
pippijn
2008-03-24
Finally change all the Version() objects
brain
2008-02-11
Last of the -Wshadow fixes.
w00t
2008-01-10
Header update: 2007 -> 2008
w00t
2007-11-04
Remove Implements() method from every module. booya.
brain
2007-11-04
Convert all to new Attach() system. The Implements() method needs removing fr...
brain
2007-10-23
All of insp now builds with -pedantic (theres some warnings to squash in modu...
brain
2007-09-23
Seems nobody tested this in windows at all, Module::Module(Inst) is not valid...
brain
2007-09-13
Redesigned m_rpc_json to work properly in a modular environment, and added th...
special
2007-08-28
Move everything module-related out of InspIRCd and into ModuleManager, there ...
om
2007-08-27
Remove unnecessary header traffic
w00t
2007-08-19
Added proper header handling, persistant connections, and working timeouts to...
special
2007-08-19
Improved compatibility with the JSON-RPC specification; beware, major overhau...
special
2007-07-18
there were two.. yes, you're right Special
pippijn
2007-07-18
untested fix for "unused functions"
pippijn
2007-07-17
publish "JSON-RPC" interface
pippijn
2007-07-17
Now, json-rpc _ONLY_ supports member function pointers. An example is given in
pippijn
2007-07-17
provide feedback to the user if json throws an exception
pippijn
2007-07-17
Ignore all exceptions for now.. m_rpc_json is rather willing to throw
pippijn
2007-07-17
Added a JSON-RPC module that can be used by other modules to provide a remote
pippijn