index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
extra
/
stats
/
m_chanstats.cpp
Age
Commit message (
Expand
)
Author
2025-01-14
Update the copyright headers for 2025.
2.0
Sadie Powell
2024-11-11
Fix using User::Account where User::IsIdentified should be used.
Sadie Powell
2024-11-07
Expand the size of some chanstats columns.
Sadie Powell
2024-02-17
Update the copyright headers for 2024.
Sadie Powell
2022-12-31
Update the copyright headers for 2023.
Sadie Powell
2022-01-06
Update the copyright headers for 2022.
Sadie Powell
2021-04-27
Use InnoDB instead of the deprecated MyISAM engine.
Sadie Powell
2021-04-27
Use utf8mb4 instead of utf8 in chanstats and irc2sql.
Sadie Powell
2021-01-07
Update copyright to 2021.
Robby
2020-01-07
m_chanstats: Make ChanServ's HELP SET CHANSTATS translatable too. (#253)
Robby
2020-01-04
Update copyright to 2020.
Robby
2019-01-01
Update copyright to 2019.
Robby
2018-04-25
Update copyright to 2018.
Robby
2017-01-17
Cleanup some excess whitespaces and tabs, and fix a few typos along the way.
Robby
2017-01-16
Update copyright to 2017.
Robby
2015-07-08
Fix a ton of typos.
Peter Powell
2015-01-28
More properly track topic change sources and allow users with access to chang...
Adam
2014-09-14
changed the engine of the chanstats table from InnoDB back to MyISAM to avoid...
DukePyrolator
2014-05-01
Pass password to nick register event so modules like m_ldap_authentication ca...
Adam
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 t...
DukePyrolator
2014-01-03
Move modules/stats under extras because it depends on m_mysql, update its con...
Adam