summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-30Make ModeHandler::GetUserParameter() const, accept const UserAttila Molnar
2016-12-30Make all User::IsModeSet() methods const, accept const ModeHandlerAttila Molnar
2016-12-30Deduplicate nickname overruling codeAttila Molnar
Create LocalUser::OverruleNick(), call it from User::ChangeNick() and the UID handler in spanningtree
2016-12-30Remove remaining doxygen doc for "pcnt" parametersAttila Molnar
2016-12-30Penalize commands that had 0 penaltyAttila Molnar
2016-12-30Fix the default xline.db path in modules.conf.example.Peter Powell
2016-12-29Merge pull request #1273 from SaberUK/master+bsAttila Molnar
Fix the clock_gettime() test on macOS Sierra
2016-12-29Merge pull request #1275 from SaberUK/insp20+clock-gettime-osxAttila Molnar
[2.0] Use clock_gettime() on macOS 10.12.
2016-12-29Merge pull request #1274 from SaberUK/master+cxxAttila Molnar
Add interactive-mode support for setting the compiler binary.
2016-12-26Use clock_gettime() on macOS 10.12.Peter Powell
2016-12-26Add interactive-mode support for setting the compiler binary.Peter Powell
2016-12-26Fix 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-26Don't suppress error output when INSPIRCD_VERBOSE is set.Peter Powell
2016-12-22Always append the SSL fingerprint even if EXTERNAL is not used.Peter Powell
2016-12-19m_sasl: send host/ip infoAdam
2016-12-19Merge pull request #1261 from SaberUK/master+gensslAttila Molnar
Make genssl use STDERR and the real binary name for error messages.
2016-12-10fix channel rank issueSheogorath
2016-12-08Store config values in a map instead of a unique vector of pairs.Peter Powell
2016-12-07Merge pull request #1254 from genius3000/insp20+fixPIstatusmsgsAttila Molnar
Fix spanningtree protocol interface sending statusmsgs to whole channel
2016-12-07Fix SpanningTreeProtocolInterface::SendChannelPrivmsg() and ↵genius3000
SendChannelNotice() sending statusmsgs to whole channel
2016-12-05Fix 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-05Merge pull request #1262 from SaberUK/insp20+fix-travisAttila Molnar
[2.0] Backport the master Travis changes to insp20.
2016-12-05Merge pull request #1253 from SaberUK/insp20+bigger-warningAttila Molnar
[2.0] Add a bigger warning about deprecated things being removed.
2016-12-02Fix pure static builds.Peter Powell
2016-12-02Backport the master Travis changes to insp20.Peter Powell
2016-12-02Make genssl use STDERR and the real binary name for error messages.Peter Powell
2016-11-25Merge pull request #1260 from SaberUK/master+libresslAttila Molnar
Fix LibreSSL not having a shim for the OpenSSL 1.1 BIO API.
2016-11-25Merge pull request #1252 from SaberUK/master+distributionAttila Molnar
Fix the distribution label not showing up since b8d85c6251.
2016-11-23Fix LibreSSL not having a shim for the OpenSSL 1.1 BIO API.Peter Powell
2016-11-22Merge pull request #1257 from Adam-/insp20+muslAttila Molnar
socketengine_epoll: use getrlimit not ulimit
2016-11-22socketengine_epoll: use getrlimit not ulimitAdam
2016-11-18Fix the distribution label not showing up since b8d85c6251.Peter Powell
2016-11-16Add a bigger warning about deprecated things being removed.Peter Powell
2016-11-16Merge pull request #1234 from SaberUK/master+config2Attila Molnar
Rework the example services aliases.
2016-11-16Rework 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-16Merge pull request #1248 from SaberUK/master+listenAttila Molnar
Allow listeners to be able to listen on unavailable addresses.
2016-11-16Merge pull request #1216 from SaberUK/master+tlsAttila Molnar
Update SSL config documentation for SSL profiles and m_ssl_mbedtls.
2016-11-15Update SSL config documentation for SSL profiles and m_ssl_mbedtls.Peter Powell
2016-11-15Merge pull request #1241 from SaberUK/master+helpopAttila Molnar
Update helpop for recent LOCKSERV and <connect:port> changes.
2016-11-13m_cloaking: fix host/ip comparisons #1249Adam
2016-11-12Allow listeners to be able to listen on unavailable addresses.Peter Powell
2016-11-08Merge pull request #1246 from SaberUK/master+perlAttila Molnar
Update build system for the removal of . from @INC.
2016-11-08Merge pull request #1245 from SaberUK/insp20+perlAttila Molnar
[2.0] Workaround modern Perls not adding . to @INC.
2016-11-08Update build system for the removal of . from @INC.Peter Powell
2016-11-08Workaround modern Perls not adding . to @INC.Peter Powell
2016-11-01Update helpop for recent LOCKSERV and <connect:port> changes.Peter Powell
2016-11-01Merge pull request #1238 from SaberUK/master+opensslAttila Molnar
Fix OpenSSL build errors caused by BIO/BIO_METHOD now being opaque.
2016-11-01Merge pull request #1236 from SaberUK/master+portAttila Molnar
Allow classes to take a port range.
2016-11-01Merge pull request #1215 from SaberUK/master+configAttila Molnar
Strip carriage returns in the config parser.
2016-11-01Merge pull request #1185 from SaberUK/master+lockservAttila Molnar
Allow the reason for locking to be specified in m_lockserv.