Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2016-11-16 | Merge pull request #1216 from SaberUK/master+tls | Attila Molnar | |
Update SSL config documentation for SSL profiles and m_ssl_mbedtls. | |||
2016-11-15 | Update SSL config documentation for SSL profiles and m_ssl_mbedtls. | Peter Powell | |
2016-11-15 | Merge pull request #1241 from SaberUK/master+helpop | Attila Molnar | |
Update helpop for recent LOCKSERV and <connect:port> changes. | |||
2016-11-13 | m_cloaking: fix host/ip comparisons #1249 | Adam | |
2016-11-12 | Allow listeners to be able to listen on unavailable addresses. | Peter Powell | |
2016-11-08 | Merge pull request #1246 from SaberUK/master+perl | Attila Molnar | |
Update build system for the removal of . from @INC. | |||
2016-11-08 | Merge pull request #1245 from SaberUK/insp20+perl | Attila Molnar | |
[2.0] Workaround modern Perls not adding . to @INC. | |||
2016-11-08 | Update build system for the removal of . from @INC. | Peter Powell | |
2016-11-08 | Workaround modern Perls not adding . to @INC. | Peter Powell | |
2016-11-01 | Update helpop for recent LOCKSERV and <connect:port> changes. | Peter Powell | |
2016-11-01 | Merge pull request #1238 from SaberUK/master+openssl | Attila Molnar | |
Fix OpenSSL build errors caused by BIO/BIO_METHOD now being opaque. | |||
2016-11-01 | Merge pull request #1236 from SaberUK/master+port | Attila Molnar | |
Allow classes to take a port range. | |||
2016-11-01 | Merge pull request #1215 from SaberUK/master+config | Attila Molnar | |
Strip carriage returns in the config parser. | |||
2016-11-01 | Merge pull request #1185 from SaberUK/master+lockserv | Attila Molnar | |
Allow the reason for locking to be specified in m_lockserv. | |||
2016-11-01 | Merge pull request #1184 from SaberUK/master+flood | Attila Molnar | |
Improvements to flood modules | |||
2016-10-25 | Fix OpenSSL build errors caused by BIO/BIO_METHOD now being opaque. | Peter Powell | |
2016-10-25 | Allow classes to take a port range. | Peter Powell | |
2016-10-10 | Merge pull request #1233 from Natolumin/sanitize-gecos | Attila Molnar | |
m_httpd_stats: Also sanitize other server gecos | |||
2016-10-09 | m_httpd_stats: Also sanitize other server gecos | Anatole Denis | |
2016-09-25 | Invalidate the caches properly when User::SetClientIP is called. | Peter Powell | |
2016-09-21 | Merge pull request #1228 from SaberUK/master+directive-env | Attila Molnar | |
Fix the directive parser using invalid environment variables. | |||
2016-09-21 | Fix the directive parser using invalid environment variables. | Peter Powell | |
2016-09-20 | Strip carriage returns in the config parser. | Peter Powell | |
This prevents problems when configuration files have been edited on a Windows machine. | |||
2016-09-20 | Merge pull request #1225 from SaberUK/master+cppflags | Attila Molnar | |
Use the environment's CPPFLAGS as well as its CXXFLAGS. | |||
2016-09-20 | Merge pull request #1226 from SaberUK/master+fix-insp20-channels-compat | Attila Molnar | |
Fix compatibility with the legacy <channels> tag. | |||
2016-09-20 | Fix compatibility with the legacy <channels> tag. | Peter Powell | |
We should only use OperMaxChans if they have the right privilege. | |||
2016-09-17 | Use the environment's CPPFLAGS as well as its CXXFLAGS. | Peter Powell | |
2016-09-16 | Add CentOS PackageInfo | Adam | |
2016-09-16 | Make the duration of nickflood and joinflood configurable. | Peter Powell | |
2016-09-16 | Allow the reason for locking to be specified in m_lockserv. | Peter Powell | |