summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-06-08Fix invalid conversion from 'const char*' to 'char*' on FreeBSD.Peter Powell
2018-04-20Release v2.0.26Peter Powell
2018-04-11Fix blank instead of empty PART message when a user is shunnedB00mX0r
2018-04-09Remove swhois messages set in the oper block on deoper.Peter Powell
2018-04-06Fix ELine::Matches returning false on existing matchgenius3000
2018-04-06Set User::host before calling ChangeIP()Peter Powell
2018-03-30Update the GeoIP ExtItem when CGI:IRC sets the real IP (#1471)genius3000
2018-03-02m_ssl_openssl: Remove deprecated API members.Wade Cline
2018-01-25Revert std::set changes and add duplicate checking in m_banredirect instead, ...linuxdaemon
2018-01-25Fix comparator logic for ordering by channellinuxdaemon
2018-01-25Make sure banredirect metadata can not be duplicatedlinuxdaemon
2017-12-31m_chanhistory: optionally exempt bots from receiving history.Michael Hazell
2017-12-20Always store something in the cgiirc hostname extension.Peter Powell
2017-12-15Fix m_spanningtree sending the wrong setter in S2S ADDLINE.Peter Powell
2017-12-15Fix m_xline_db storing the wrong setter in the XLine database.Peter Powell
2017-11-28Add length checking to GetExtBanStatus and m_banexception.Peter Powell
2017-11-12Release v2.0.25Peter Powell
2017-11-09Work around removing shuns on nicks when the nick is online.Peter Powell
2017-11-09Revert the code changes to m_sasl made in commit 9d4b4344b4.Peter Powell
2017-11-06Improve (synchronize) the notices in m_timedbansgenius3000
2017-11-06Merge pull request #1359 from genius3000/insp20+sasl_no_serverPeter Powell
2017-11-05Inform the client when a SASL message cannot be sentgenius3000
2017-11-05Use InvalidateCache in the sockaddrs overload of OnSetClientIP.Peter Powell
2017-11-04Fix CMD_RESTART with relative paths as argv[0].Jordyn/The Linux Geek
2017-10-26ConfigReader: fix compilers optimizing NULL check in ConfigTag::readString()Adam
2017-10-18Fix sending a malformed 410 numeric when sent empty CAP commands.Peter Powell
2017-10-15Update wiki links to use HTTPS and point to the correct pages.Peter Powell
2017-10-11Include connection security with the SASL host information.Peter Powell
2017-09-11Fix killing elined clients on [gkz]line in some cases.Peter Powell
2017-09-09Fix m_cgiirc allowing malformed hosts sent via WEBIRC.Peter Powell
2017-09-01Fix {Host,IP}MatchesEveryone using Match instead of MatchCIDR.Peter Powell
2017-08-26Use DLLManager::RetrieveLastError() on all platforms.Peter Powell
2017-08-25Fix mistakenly hardcoding the halfop prefix char in timedbans.Peter Powell
2017-06-16Fix exempting CTCP ACTIONs in m_blockcaps and m_noctcp.Peter Powell
2017-05-18Release v2.0.24v2.0.24Adam
2017-05-17m_override: fix parentheses compiler warningAdam
2017-05-17Merge pull request #1094 from SISheogorath/insp20+fixed-OverrideAdam
2017-05-17Merge pull request #1328 from Adam-/insp20+sakickAdam
2017-05-17Merge pull request #1284 from Adam-/insp20+preregcloakAdam
2017-05-17m_cloaking: don't apply cloak to already cloaked users during registrationAdam
2017-05-17Merge pull request #1321 from SaberUK/insp20+permwarnAttila Molnar
2017-05-17Merge pull request #1269 from Adam-/insp20+saslhostAttila Molnar
2017-05-17Merge pull request #1230 from SaberUK/insp20+ipcacheAttila Molnar
2017-05-11m_sakick: remove unused "Unable to kick" noticeAdam
2017-04-27Penalise clients that use WEBIRC incorrectly.Peter Powell
2017-04-27Fix WEBIRC not rejecting invalid IP addresses.Peter Powell
2017-04-24Warn when a user configures a permanent channel without +P.Peter Powell
2017-03-20m_ldapauth: fix providing username in PASSAdam
2017-03-20cmd_who: don't show +p channels or channels hidden with m_hidechansAdam
2017-03-05Merge pull request #1266 from Adam-/insp20+cloakipAttila Molnar