Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-20 | Speed up akill xline checks | Adam | |
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. | |||
2013-12-01 | Fix crash from loading exceptions with db_old and then unloading db_old | Adam | |
2013-09-27 | Fix compile warnings and errors found by clang | Adam | |
2013-05-05 | Move module header files to include/modules to fix naming conflicts with ↵ | Adam | |
system headers |