Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-28 | More properly track topic change sources and allow users with access to ↵ | Adam | |
change topics through topiclock | |||
2014-09-14 | changed the engine of the chanstats table from InnoDB back to MyISAM to ↵ | DukePyrolator | |
avoid increasing the auto_increment counter on each INSERT IGNORE. For existing tables please manually run 'ALTER TABLE anope_chanstats ENGINE=MyISAM'. | |||
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. | |||
2014-05-01 | Pass password to nick register event so modules like m_ldap_authentication ↵ | Adam | |
can create the respective account using the decrypted password which might not always be available | |||
2014-03-09 | irc2sql: removed the currentusers field from the chan table, keeping it ↵ | DukePyrolator | |
updated on each join/part eats too many ressources | |||
2014-01-21 | Fix missing colon in stats and top, fix smileys and actions count. Patch by ↵ | Adam | |
bush. | |||
2014-01-21 | Made the chanstats confs try and look similar to every other configuration file | Adam | |
2014-01-19 | m_chanstats: fixed the config options NSDefChanstats and CSDefChanstats | DukePyrolator | |
2014-01-17 | m_chanstats: do not count negative words if you have more smileys in a line ↵ | DukePyrolator | |
than words | |||
2014-01-06 | Fix compile with -std=c++11 | Adam | |
2014-01-03 | Move modules/stats under extras because it depends on m_mysql, update its ↵ | Adam | |
config a bit to look similar to all of the other config files |