summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-18Clarify the documentation for m_httpd and m_httpd_{config,stats}.Peter Powell
2018-06-08Fix invalid conversion from 'const char*' to 'char*' on FreeBSD.Peter Powell
2018-04-20Release v2.0.26Peter Powell
2018-04-16Improve some documentation (#1483).Matt Schatz
2018-04-12Fix ModuleManager's external source lists not working with HTTPS.Peter 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-04Merge pull request #1463 from clinew/insp20+openssl-v1.1-compatPeter Powell
2018-03-02m_ssl_openssl: Remove deprecated API members.Wade Cline
2018-02-24Merge pull request #1458 from linuxdaemon/insp20+duplicate-redir-metaPeter Powell
2018-02-12Merge pull request #1460 from genius3000/insp20+helpop_fixPeter Powell
2018-02-11[2.0]: Helpop: Move extban 'U' from acting to matchinggenius3000
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-23Merge pull request #1449 from B00mX0r/insp20Peter Powell
2017-12-22Fix two minor docs issuesB00mX0r
2017-12-20Always store something in the cgiirc hostname extension.Peter Powell
2017-12-16Use HTTPS URLs in the executable file and include examples.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-12-12Clarify the documentation of <connect:allow>.Peter Powell
2017-11-28Add length checking to GetExtBanStatus and m_banexception.Peter Powell
2017-11-15Merge pull request #1413 from B00mX0r/insp20Peter Powell
2017-11-14Fix referring to sqloper and sqlauth as extras in modules.confB00mX0r
2017-11-12Release v2.0.25Peter Powell
2017-11-12Don't mess with the encoding of extras modules in modulemanager.Peter Powell
2017-11-12Various minor documentation fixes.Peter 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-07Merge pull request #1255 from genius3000/insp20+timedbansPeter 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-05Merge pull request #1410 from jcjordyn130/insp20Peter 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-16Fix the command table not being case insensitive.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-14Fix the command for enabling m_sqlite3 in modules.conf.example.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