summaryrefslogtreecommitdiff
path: root/modules/extra/m_xmlrpc.cpp
AgeCommit message (Expand)Author
2013-09-16Remove static variables from functions in modules which causes them to be mar...Adam
2013-05-27Initially attach all modules to all events, and detach them as the events are...Adam
2013-05-06Update the rest of modules.example.conf, default inspircd status modes to a s...Adam
2013-05-06Fix extras buildAdam
2013-04-11Pass new config and the new config reader to the OnReload event, aswell as ca...Adam
2013-04-10Move some of the modules in extras/ that arent really extra out of extras. Ma...Adam
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-11-03Made m_xmlrpc use m_httpdAdam
2012-10-27Add a module log typeAdam
2012-10-24BIND's forward ability did not work as I expectedAdam
2012-02-18Use C++11's explicit override feature if availableAdam
2012-02-14Clean up and reorganize our header filesAdam
2012-01-25WindowsAdam
2011-09-10Fixed service_reference to work correctly with external classesAdam
2011-09-10Made service_reference type safeAdam
2011-09-10Cleaned up some of the socket code, cleaned up the pipe engines, added suppor...Adam
2011-07-31Fixed these ModuleManager::Attach calls once and for all..Adam
2011-05-21Made Anope able to process normally when disconnected from the uplink and not...Adam
2011-05-16Use module type to determine what type each module is instead of its location...Adam
2011-05-16Unmodularized the socket engine because its causing problems and really is un...Adam
2011-05-16Moved the core pseudo clients out into their own modulesAdam
2011-03-22Bug #1203Adam
2010-12-12Allow getting users opertype from XMLRPC requestsAdam
2010-12-12Document XMLRPC calls and added a .php class wrapper for themAdam
2010-12-12Added m_xmlrpc and m_xmlrpc main, which allows remote programs to executeAdam