summaryrefslogtreecommitdiff
path: root/modules/extra/stats
AgeCommit message (Expand)Author
2024-01-09Always build the stats modules.Sadie Powell
2024-01-08Fix various format string issues.Sadie Powell
2024-01-04Update the copyright headers for 2024.Sadie Powell
2023-12-17Remove some unnecessary spaces that break editor indentation.Sadie Powell
2023-10-11Start migrating to range-based for loops.Sadie Powell
2022-12-31Merge branch '2.0' into 2.1.Sadie Powell
2022-12-31Update the copyright headers for 2023.Sadie Powell
2022-01-12Merge branch '2.0' into 2.1.Sadie Powell
2022-01-10Avoid duplicate checks in irc2sql.Sadie Powell
2022-01-06Update the copyright headers for 2022.Sadie Powell
2022-01-04Consistently use #pragma once across all header files.Sadie Powell
2022-01-04Modernize CXXFLAGS on Unix and enable -Werror on CI.Sadie Powell
2022-01-03Replace anope_{final,override} with their C++11 equivalent.Sadie Powell
2021-08-01Deduplicate code for checking if a user is securely connected.Sadie Powell
2021-04-27Use InnoDB instead of the deprecated MyISAM engine.Sadie Powell
2021-04-27Use utf8mb4 instead of utf8 in chanstats and irc2sql.Sadie Powell
2021-01-07Update copyright to 2021.Robby
2020-10-21Fix the query used by IRC2SQL for updating server information.Sadie Powell
2020-01-07m_chanstats: Make ChanServ's HELP SET CHANSTATS translatable too. (#253)Robby
2020-01-04Update copyright to 2020.Robby
2019-01-01Update copyright to 2019.Robby
2018-04-25Update copyright to 2018.Robby
2017-01-17Cleanup some excess whitespaces and tabs, and fix a few typos along the way.Robby
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-01-28Update copyright to 2016. This was done with:Robby
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
2014-09-14changed the engine of the chanstats table from InnoDB back to MyISAM to avoid...DukePyrolator
2014-05-20Speed up akill xline checksAdam
2014-05-01Pass password to nick register event so modules like m_ldap_authentication ca...Adam
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