Robby
c8699c6726
Update copyright to 2020.
...
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2020 Anope Team/i' {} \;
2020-01-04 15:51:20 +01:00
Robby
6fbb7cffe9
Update copyright to 2019.
...
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2019 Anope Team/i' {} \;
2019-01-01 17:43:35 +01:00
Robby
e03ae0cd85
Update copyright to 2018.
...
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2018 Anope Team/i' {} \;
2018-04-25 19:22:13 +02:00
Robby
76ce8ece1a
Cleanup some excess whitespaces and tabs, and fix a few typos along the way.
2017-01-17 05:03:25 +01:00
Robby
8656b65e39
Update copyright to 2017.
...
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \;
Added missing copyright headers to files that didn't have it yet.
2017-01-16 03:13:25 +01:00
Adam
a5fdf7c546
irc2sql: fix changing status modes to update ison modes
2016-11-05 10:36:28 -04:00
Adam
7453c71c00
irc2sql: fix crash on shutdown with no sql
2016-11-05 10:34:25 -04:00
Adam
f09ea316dd
irc2sql: update max topic len to 512
2016-11-05 10:34:09 -04:00
Adam
76ea111980
irc2sql: fix a couple SQL errors
2016-11-04 22:07:00 -04:00
Jyzee
a458f7c840
irc2sql: handle away messages.
2015-04-30 19:29:44 +02:00
Adam
845ca576b4
More properly track topic change sources and allow users with access to change topics through topiclock
2015-01-28 22:57:15 -05:00
Adam
866f3f32ab
Speed up akill xline checks
...
Cache xline nick, user, host, etc instead of rebuilding it everytime its
requested. Store users ip in sockaddr form and not string form to
prevent having to rebuild sockaddrs when checking xlines.
Also do not try to convert empty config values in Config::Get as this
can be rather common if a non string configuration value is not set, and
the cost of the ConvertException is great.
2014-05-20 21:16:00 -04:00
DukePyrolator
4b5ce8a972
irc2sql: removed the currentusers field from the chan table, keeping it updated on each join/part eats too many ressources
2014-03-09 04:55:35 +01:00
Adam
1027ec667a
Made the chanstats confs try and look similar to every other configuration file
2014-01-21 17:33:57 -05:00
Adam
09879c5c15
Fix compile with -std=c++11
2014-01-06 13:59:14 -05:00
Adam
e1ce6174ce
Move modules/stats under extras because it depends on m_mysql, update its config a bit to look similar to all of the other config files
2014-01-03 19:54:14 -05:00