summaryrefslogtreecommitdiff
path: root/include/modules/os_session.h
AgeCommit message (Collapse)Author
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.
2013-12-01Fix crash from loading exceptions with db_old and then unloading db_oldAdam
2013-09-27Fix compile warnings and errors found by clangAdam
2013-05-05Move module header files to include/modules to fix naming conflicts with ↵Adam
system headers