Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-09 | Always build the stats modules. | Sadie Powell | |
These have no external dependencies so it makes no sense to not always build them. | |||
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 | |||
2014-01-01 | Update 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-28 | Do 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-26 | m_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-20 | Revert "m_chanstats: changed the default value of some fields to NULL ↵ | DukePyrolator | |
instead of ''" This reverts commit 6ff83c3407cccd393c0d6f620986ed5a3953eb95. | |||
2013-12-19 | irc2sql: fixed not storing ssl information on inspircd | DukePyrolator | |
2013-12-15 | irc2sql: fixed small typo | DukePyrolator | |
2013-12-15 | m_chanstats: changed the default value of some fields to NULL instead of '' | DukePyrolator | |
2013-12-14 | irc2sql: improved handling of netsplits | DukePyrolator | |
2013-12-09 | irc2sql: fixed incorrect usercount for channels and servers after netsplit, ↵ | DukePyrolator | |
fixed not displaying the channelmodes | |||
2013-12-01 | made the chanstats fantasy modules work again. | DukePyrolator | |
2013-11-03 | CREATE EVENT chanstats_event_cleanup_weekly failed due to calculating ↵ | Cronus89 | |
improper start of week. | |||
2013-10-27 | fixed a small error that causes irc2sql to not compile | DukePyrolator | |
2013-10-26 | added the irc2sql gateway module | DukePyrolator | |
2013-09-27 | Fix typos, remove dead language defines. | Robby- | |
os_set: Add missing debug text in help output. | |||
2013-08-01 | Use MessageSource as the source for many IRCDProto funcs | Adam | |
Keep track of what user modes are oper only/server only/etc | |||
2013-07-29 | Move chanstats stuff to stats/ | Adam | |