index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
extra
/
m_xmlrpc.cpp
Age
Commit message (
Expand
)
Author
2013-09-16
Remove static variables from functions in modules which causes them to be mar...
Adam
2013-05-27
Initially attach all modules to all events, and detach them as the events are...
Adam
2013-05-06
Update the rest of modules.example.conf, default inspircd status modes to a s...
Adam
2013-05-06
Fix extras build
Adam
2013-04-11
Pass new config and the new config reader to the OnReload event, aswell as ca...
Adam
2013-04-10
Move some of the modules in extras/ that arent really extra out of extras. Ma...
Adam
2012-11-22
Pretty large coding style cleanup, in source doc
Adam
2012-11-03
Made m_xmlrpc use m_httpd
Adam
2012-10-27
Add a module log type
Adam
2012-10-24
BIND's forward ability did not work as I expected
Adam
2012-02-18
Use C++11's explicit override feature if available
Adam
2012-02-14
Clean up and reorganize our header files
Adam
2012-01-25
Windows
Adam
2011-09-10
Fixed service_reference to work correctly with external classes
Adam
2011-09-10
Made service_reference type safe
Adam
2011-09-10
Cleaned up some of the socket code, cleaned up the pipe engines, added suppor...
Adam
2011-07-31
Fixed these ModuleManager::Attach calls once and for all..
Adam
2011-05-21
Made Anope able to process normally when disconnected from the uplink and not...
Adam
2011-05-16
Use module type to determine what type each module is instead of its location...
Adam
2011-05-16
Unmodularized the socket engine because its causing problems and really is un...
Adam
2011-05-16
Moved the core pseudo clients out into their own modules
Adam
2011-03-22
Bug #1203
Adam
2010-12-12
Allow getting users opertype from XMLRPC requests
Adam
2010-12-12
Document XMLRPC calls and added a .php class wrapper for them
Adam
2010-12-12
Added m_xmlrpc and m_xmlrpc main, which allows remote programs to execute
Adam