Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-20 | Fix some compiler warnings. | Peter Powell | |
warning: macro name is a reserved identifier [-Wreserved-id-macro] warning: extra ';' after member function definition [-Wextra-semi] | |||
2017-03-19 | Fix wrong service name for /infoserv in atheme.conf.example | James Lu | |
Fixes #1306. | |||
2017-03-17 | Add support for generating a certificate signing request to genssl. | Peter Powell | |
2017-03-05 | Merge pull request #1266 from Adam-/insp20+cloakip | Attila Molnar | |
m_cloaking: fix host/ip comparisons #1249 | |||
2017-03-05 | Merge pull request #1292 from SaberUK/master+flush | Attila Molnar | |
Allow <log> tags to specify how often logs should be flushed. | |||
2017-03-05 | Merge pull request #1280 from Adam-/insp20+dnsblcheck | Attila Molnar | |
m_dnsbl: check returned results are in 127.0.0.0/8 | |||
2017-02-28 | Allow <log> tags to specify how often logs should be flushed. | Peter Powell | |
Also use the behaviour behind this to fix #1290. | |||
2017-02-26 | m_sasl: use host/ip from m_cgiirc if applicable | Adam | |
2017-02-14 | Merge pull request #1287 from SaberUK/master+filter-docs | Attila Molnar | |
Fix some minor problems with the filter docs. | |||
2017-02-04 | Make the config system case insensitive. | Peter Powell | |
2017-01-28 | Fix some minor problems with the filter docs. | Peter Powell | |
2017-01-11 | m_dnsbl: check returned results are in 127.0.0.0/8 | Adam | |
2016-12-30 | cmd_mode Switch to a numeric for showing modes of other users | Attila Molnar | |
2016-12-30 | Clean up User::FormatModes(), rename to GetModeLetters() | Attila Molnar | |
Prefix the returned string with '+' | |||
2016-12-30 | Make ModeHandler::GetUserParameter() const, accept const User | Attila Molnar | |
2016-12-30 | Make all User::IsModeSet() methods const, accept const ModeHandler | Attila Molnar | |
2016-12-30 | Deduplicate nickname overruling code | Attila Molnar | |
Create LocalUser::OverruleNick(), call it from User::ChangeNick() and the UID handler in spanningtree | |||
2016-12-30 | Remove remaining doxygen doc for "pcnt" parameters | Attila Molnar | |
2016-12-30 | Penalize commands that had 0 penalty | Attila Molnar | |
2016-12-30 | Fix the default xline.db path in modules.conf.example. | Peter Powell | |
2016-12-29 | Merge pull request #1273 from SaberUK/master+bs | Attila Molnar | |
Fix the clock_gettime() test on macOS Sierra | |||
2016-12-29 | Merge pull request #1275 from SaberUK/insp20+clock-gettime-osx | Attila Molnar | |
[2.0] Use clock_gettime() on macOS 10.12. | |||
2016-12-29 | Merge pull request #1274 from SaberUK/master+cxx | Attila Molnar | |
Add interactive-mode support for setting the compiler binary. | |||
2016-12-26 | Use clock_gettime() on macOS 10.12. | Peter Powell | |
2016-12-26 | Add interactive-mode support for setting the compiler binary. | Peter Powell | |
2016-12-26 | Fix the clock_gettime() test on macOS Sierra. | Peter Powell | |
macOS now supports clock_gettime() but it is part of libSystem rather than librt which does not exist on macOS. | |||
2016-12-26 | Don't suppress error output when INSPIRCD_VERBOSE is set. | Peter Powell | |
2016-12-22 | Always append the SSL fingerprint even if EXTERNAL is not used. | Peter Powell | |
2016-12-19 | m_sasl: send host/ip info | Adam | |
2016-12-19 | Merge pull request #1261 from SaberUK/master+genssl | Attila Molnar | |
Make genssl use STDERR and the real binary name for error messages. | |||
2016-12-10 | fix channel rank issue | Sheogorath | |
2016-12-08 | Store config values in a map instead of a unique vector of pairs. | Peter Powell | |
2016-12-07 | Merge pull request #1254 from genius3000/insp20+fixPIstatusmsgs | Attila Molnar | |
Fix spanningtree protocol interface sending statusmsgs to whole channel | |||
2016-12-07 | Fix SpanningTreeProtocolInterface::SendChannelPrivmsg() and ↵ | genius3000 | |
SendChannelNotice() sending statusmsgs to whole channel | |||
2016-12-05 | Fix users receiving a QUIT with themselves as source when host cycling in ↵ | Attila Molnar | |
certain cases The OnBuildNeighborList handler in m_auditorium can add the cycling user to the exceptions as an always send exception. To fix, remove the user from the exceptions before processing them. Reported by @genius3000 on IRC | |||
2016-12-05 | Merge pull request #1262 from SaberUK/insp20+fix-travis | Attila Molnar | |
[2.0] Backport the master Travis changes to insp20. | |||
2016-12-05 | Merge pull request #1253 from SaberUK/insp20+bigger-warning | Attila Molnar | |
[2.0] Add a bigger warning about deprecated things being removed. | |||
2016-12-02 | Fix pure static builds. | Peter Powell | |
2016-12-02 | Backport the master Travis changes to insp20. | Peter Powell | |
2016-12-02 | Make genssl use STDERR and the real binary name for error messages. | Peter Powell | |
2016-11-25 | Merge pull request #1260 from SaberUK/master+libressl | Attila Molnar | |
Fix LibreSSL not having a shim for the OpenSSL 1.1 BIO API. | |||
2016-11-25 | Merge pull request #1252 from SaberUK/master+distribution | Attila Molnar | |
Fix the distribution label not showing up since b8d85c6251. | |||
2016-11-23 | Fix LibreSSL not having a shim for the OpenSSL 1.1 BIO API. | Peter Powell | |
2016-11-22 | Merge pull request #1257 from Adam-/insp20+musl | Attila Molnar | |
socketengine_epoll: use getrlimit not ulimit | |||
2016-11-22 | socketengine_epoll: use getrlimit not ulimit | Adam | |
2016-11-18 | Fix the distribution label not showing up since b8d85c6251. | Peter Powell | |
2016-11-16 | Add a bigger warning about deprecated things being removed. | Peter Powell | |
2016-11-16 | Merge pull request #1234 from SaberUK/master+config2 | Attila Molnar | |
Rework the example services aliases. | |||
2016-11-16 | Rework the example services aliases. | Peter Powell | |
- Split common stuff into a generic configuration file. - Reserve all nicknames used by services by default. - Exempt all services clients from filtering. - Add missing aliases for services pseudoclients. | |||
2016-11-16 | Merge pull request #1248 from SaberUK/master+listen | Attila Molnar | |
Allow listeners to be able to listen on unavailable addresses. |