]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_rpc_json.cpp
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / src / modules / m_rpc_json.cpp
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-04 brainHeader tidyups. Apart from module to module API stuff...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-03-24 brainFinally change all the Version() objects
2008-02-11 w00tLast of the -Wshadow fixes.
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-23 brainAll of insp now builds with -pedantic (theres some...
2007-09-23 brainSeems nobody tested this in windows at all, Module...
2007-09-13 specialRedesigned m_rpc_json to work properly in a modular...
2007-08-28 omMove everything module-related out of InspIRCd and...
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...