summaryrefslogtreecommitdiff
path: root/modules/m_xmlrpc_main.cpp
AgeCommit message (Collapse)Author
2014-05-21Core prep for p10 stuffAdam
2014-05-20Speed up akill xline checksAdam
Cache xline nick, user, host, etc instead of rebuilding it everytime its requested. Store users ip in sockaddr form and not string form to prevent having to rebuild sockaddrs when checking xlines. Also do not try to convert empty config values in Config::Get as this can be rather common if a non string configuration value is not set, and the cost of the ConvertException is great.
2014-01-02Move modules out of extras that dont have external dependenciesAdam