summaryrefslogtreecommitdiff
path: root/modules/extra/stats
AgeCommit message (Expand)Author
2017-11-19Add subcommand syntax help, and reference subcommand help in syntax error mes...Adam
2017-04-20Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4'Adam
2017-04-07irc2sql: fix changing status modes to update ison modesAdam
2017-04-07Merge commit '7453c71c005671f729e26f2bbeeb750d32c88718'Adam
2017-04-07Merge commit '76ea11198028b6a1ab4f739d239bf890ce6d937e'Adam
2017-01-23Make log system use newer format stringsAdam
2017-01-16Update copyright to 2017.Robby
2016-11-05irc2sql: fix changing status modes to update ison modesAdam
2016-11-05irc2sql: fix crash on shutdown with no sqlAdam
2016-11-05irc2sql: update max topic len to 512Adam
2016-11-04irc2sql: fix a couple SQL errorsAdam
2016-10-09Various other modname fixesAdam
2016-07-28Allow serializable fields to use storage in the respective objects.Adam
2016-01-28Update copyright to 2016. This was done with:Robby
2015-12-14New source tree structure for modules. From commands/cs_access => chanserv/ac...Adam
2015-10-27Merge branch '2.0' into 2.1Adam
2015-07-08Fix a ton of typos.Peter Powell
2015-04-30irc2sql: handle away messages.Jyzee
2015-01-28More properly track topic change sources and allow users with access to chang...Adam
2015-01-05Merge branch '2.0' into 2.1Adam
2014-12-10Unconst these config Get<Anope::string> calls as it makes no senseAdam
2014-11-24Rewrite serializable to have field level granularityAdam
2014-09-14changed the engine of the chanstats table from InnoDB back to MyISAM to avoid...DukePyrolator
2014-06-23Merge branch '2.0' into 2.1Adam
2014-05-28Move most of the core pseudoclient logic to modulesAdam
2014-05-20Speed up akill xline checksAdam
2014-05-01Pass password to nick register event so modules like m_ldap_authentication ca...Adam
2014-04-21Constify message source for OnChannelMode(Un)SetAdam
2014-04-20New event systemAdam
2014-04-01Require cmake 2.8 and C++11 supportAdam
2014-03-09irc2sql: removed the currentusers field from the chan table, keeping it updat...DukePyrolator
2014-01-21Fix missing colon in stats and top, fix smileys and actions count. Patch by b...Adam
2014-01-21Made the chanstats confs try and look similar to every other configuration fileAdam
2014-01-19m_chanstats: fixed the config options NSDefChanstats and CSDefChanstatsDukePyrolator
2014-01-17m_chanstats: do not count negative words if you have more smileys in a line t...DukePyrolator
2014-01-06Fix compile with -std=c++11Adam
2014-01-03Move modules/stats under extras because it depends on m_mysql, update its con...Adam