Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | 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-11-23 | Fix LibreSSL not having a shim for the OpenSSL 1.1 BIO API. | Peter Powell | |
2016-11-22 | socketengine_epoll: use getrlimit not ulimit | Adam | |
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-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-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-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-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 | Fix compatibility with the legacy <channels> tag. | Peter Powell | |
We should only use OperMaxChans if they have the right privilege. | |||
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 | |
2016-09-16 | Merge pull request #1222 from SaberUK/master+warnings | Attila Molnar | |
Fix various compiler warnings | |||
2016-09-16 | Merge pull request #1219 from SaberUK/master+directive | Attila Molnar | |
Rewrite the build system directive parser. | |||
2016-09-16 | Merge pull request #1176 from SaberUK/master+format | Attila Molnar | |
Replace snprintf usage with InspIRCd::Format. | |||
2016-09-16 | Rewrite the build system directive parser. | Peter Powell | |
2016-09-15 | Fix m_ldap warning about OpenLDAP being deprecated on OS X. | Peter Powell | |
2016-09-15 | Fix m_geoip warning about the use of C++11 features. | Peter Powell | |
2016-09-14 | Improve the default ISUPPORT tokens. | Peter Powell | |
- Replace the deprecated MAXCHANNELS token with CHANLIMIT. - Remove the deprecated FNC token (other implementations can force a nick change without sending this token so informing clients of that we might force a nick change is pointless) | |||
2016-09-12 | m_shun Add support for shunning CIDR masks | Attila Molnar | |
Issue #1195 | |||
2016-09-12 | Change type of log messages to MODNAME in several modules | Attila Molnar | |
2016-09-12 | Undocument <power> and set the default to the server name. | Peter Powell | |
2016-09-09 | Replace snprintf usage with InspIRCd::Format. | Peter Powell | |
2016-09-05 | m_sasl: really abort sasl session on register | Adam | |
2016-09-03 | Release v2.0.23v2.0.23 | Adam | |
2016-09-03 | m_sasl: don't allow AUTHENTICATE with mechanisms with a space | Adam | |
2016-09-02 | Release v3.0.0 alpha 1 | Attila Molnar | |
2016-09-02 | Update stuff for the new versioning system. | Peter Powell | |
2016-09-02 | Bump version to 3.0 in comments and messages | Attila Molnar | |
2016-09-02 | Merge insp20 | Attila Molnar | |