summaryrefslogtreecommitdiff
path: root/modules/stats
AgeCommit message (Collapse)Author
2024-01-24Shuffle modules around a bit.Sadie Powell
2024-01-24Rename several modules to remove the m_ prefix.Sadie Powell
2024-01-23Mark types that have no inheritors as final.Sadie Powell
2024-01-23Improve the layout of types that inherit from another type.Sadie Powell
2024-01-09Always build the stats modules.Sadie Powell
These have no external dependencies so it makes no sense to not always build them.
2014-01-03Move 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
2014-01-01Update copyright to 2014. This was done with:Adam
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
2013-12-28Do not translate command parameters that do not have translatable strings in ↵Robby-
them, or are not meant to be translated in the first place.
2013-12-26m_chanstats: 1) fixed the SASET message 2) decreased the size of some ↵DukePyrolator
VARCHAR fields, this hopefully fixes the 'key too long' error on some systems.
2013-12-20Revert "m_chanstats: changed the default value of some fields to NULL ↵DukePyrolator
instead of ''" This reverts commit 6ff83c3407cccd393c0d6f620986ed5a3953eb95.
2013-12-19irc2sql: fixed not storing ssl information on inspircdDukePyrolator
2013-12-15irc2sql: fixed small typoDukePyrolator
2013-12-15m_chanstats: changed the default value of some fields to NULL instead of ''DukePyrolator
2013-12-14irc2sql: improved handling of netsplitsDukePyrolator
2013-12-09irc2sql: fixed incorrect usercount for channels and servers after netsplit, ↵DukePyrolator
fixed not displaying the channelmodes
2013-12-01made the chanstats fantasy modules work again.DukePyrolator
2013-11-03CREATE EVENT chanstats_event_cleanup_weekly failed due to calculating ↵Cronus89
improper start of week.
2013-10-27fixed a small error that causes irc2sql to not compileDukePyrolator
2013-10-26added the irc2sql gateway moduleDukePyrolator
2013-09-27Fix typos, remove dead language defines.Robby-
os_set: Add missing debug text in help output.
2013-08-01Use MessageSource as the source for many IRCDProto funcsAdam
Keep track of what user modes are oper only/server only/etc
2013-07-29Move chanstats stuff to stats/Adam