summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v2.0.24 v2.0.24Gravatar Adam2017-05-181-1/+1
* m_override: fix parentheses compiler warningGravatar Adam2017-05-171-1/+1
* Merge pull request #1094 from SISheogorath/insp20+fixed-Override•••fix override issueGravatar Adam2017-05-171-1/+2
|\
| * fix channel rank issueGravatar Sheogorath2016-12-101-1/+2
* | Merge pull request #1328 from Adam-/insp20+sakick•••m_sakick: remove unused "Unable to kick" noticeGravatar Adam2017-05-171-8/+0
|\ \
| * | m_sakick: remove unused "Unable to kick" notice•••This has never worked due to the channel lookup using the user's nick Gravatar Adam2017-05-111-8/+0
* | | Merge pull request #1284 from Adam-/insp20+preregcloak•••m_cloaking: don't apply cloak to already cloaked users during registrationGravatar Adam2017-05-171-0/+4
|\ \ \
| * | | m_cloaking: don't apply cloak to already cloaked users during registration•••This can happen if services set a vhost during registration (like with SASL) Gravatar Adam2017-05-171-0/+4
* | | | Merge pull request #1330 from SaberUK/insp20+mm-inc•••[2.0] Fix ModuleManager not being able to find make::configure.Gravatar Attila Molnar2017-05-171-2/+7
|\ \ \ \
| * | | | Fix ModuleManager not being able to find make::configure.Gravatar Peter Powell2017-05-161-2/+7
| | |/ / | |/| |
* | | | Merge pull request #1321 from SaberUK/insp20+permwarn•••[2.0] Warn when a user configures a permanent channel without +P.Gravatar Attila Molnar2017-05-171-0/+6
|\ \ \ \
| * | | | Warn when a user configures a permanent channel without +P.Gravatar Peter Powell2017-04-241-0/+6
| | |/ / | |/| |
* | | | Merge pull request #1269 from Adam-/insp20+saslhost•••m_sasl: send host/ip infoGravatar Attila Molnar2017-05-171-0/+53
|\ \ \ \
| * | | | m_sasl: use host/ip from m_cgiirc if applicableGravatar Adam2017-02-261-2/+39
| * | | | m_sasl: send host/ip infoGravatar Adam2016-12-191-0/+16
* | | | | Merge pull request #1230 from SaberUK/insp20+ipcache•••[2.0] Invalidate the caches properly when User::SetClientIP is called.Gravatar Attila Molnar2017-05-171-2/+2
|\ \ \ \ \
| * | | | | Invalidate the caches properly when User::SetClientIP is called.Gravatar Peter Powell2016-09-251-2/+2
* | | | | | Merge pull request #1318 from SaberUK/insp20+dumpver•••[2.0] Fix compiler version parsing on GCC 7.Gravatar Attila Molnar2017-05-171-10/+9
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix compiler version parsing on GCC 7.•••GCC 7 may optionally omit the MINOR version number in dumpversion depending on the compiler flags it was built with. Gravatar Peter Powell2017-04-141-10/+9
| | |_|/ / | |/| | |
* | | | | win: set CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION to . so the runtime librari...Gravatar Adam2017-05-091-0/+1
* | | | | Merge pull request #1324 from SaberUK/insp20+cgiirc•••[2.0] Fix WEBIRC not rejecting invalid IP addresses.Gravatar Adam2017-04-281-0/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Penalise clients that use WEBIRC incorrectly.Gravatar Peter Powell2017-04-271-0/+2
| * | | | Fix WEBIRC not rejecting invalid IP addresses.Gravatar Peter Powell2017-04-271-0/+8
|/ / / /
* | | | Merge pull request #1316 from SaberUK/master+sslmodes•••[2.0] Clarify that m_sslmodes depends on m_sslinfo.Gravatar Adam2017-04-111-1/+2
|\ \ \ \
| * | | | Clarify that m_sslmodes depends on m_sslinfo.Gravatar Peter Powell2017-04-111-1/+2
* | | | | Merge pull request #1315 from SaberUK/insp20+securelist•••[2.0] Update securelist exception list.Gravatar Adam2017-04-111-5/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update securelist exception list.•••- Add an exception for IRC-Source. - Remove an exception for SearchIRC. - Remove an old exception for netsplit. Gravatar Peter Powell2017-04-071-5/+4
|/ / / /
* | | | modules.conf.example: document useusername in ldapauthGravatar Adam2017-03-201-1/+6
* | | | m_ldapauth: fix providing username in PASS•••This has never worked because it never prepended attribute= to the search string. It also would prefer matching nick/ident over the user string provided which is inconsistent, since your ability to authenticate using PASS would depend on a ldap entry not existing with your current nick/ident. Instead, use username provided in PASS and then fallback to nick/ident. Gravatar Adam2017-03-201-29/+18
* | | | Merge pull request #1308 from SaberUK/insp20+warnings•••[2.0] Fix some compiler warnings.Gravatar Adam2017-03-202-3/+3
|\ \ \ \
| * | | | Fix some compiler warnings.•••warning: macro name is a reserved identifier [-Wreserved-id-macro] warning: extra ';' after member function definition [-Wextra-semi] Gravatar Peter Powell2017-03-202-3/+3
* | | | | cmd_who: don't show +p channels or channels hidden with m_hidechans•••Fixes #1276 Gravatar Adam2017-03-201-3/+5
|/ / / /
* | | | Merge pull request #1266 from Adam-/insp20+cloakip•••m_cloaking: fix host/ip comparisons #1249Gravatar Attila Molnar2017-03-051-2/+5
|\ \ \ \
| * | | | m_cloaking: fix host/ip comparisons #1249Gravatar Adam2016-11-131-2/+5
* | | | | Merge pull request #1280 from Adam-/insp20+dnsblcheck•••m_dnsbl: check returned results are in 127.0.0.0/8Gravatar Attila Molnar2017-03-051-2/+7
|\ \ \ \ \
| * | | | | m_dnsbl: check returned results are in 127.0.0.0/8Gravatar Adam2017-01-111-2/+7
|/ / / / /
* | | | | Merge pull request #1275 from SaberUK/insp20+clock-gettime-osx•••[2.0] Use clock_gettime() on macOS 10.12.Gravatar Attila Molnar2016-12-291-0/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Use clock_gettime() on macOS 10.12.Gravatar Peter Powell2016-12-261-0/+4
|/ / / /
* | | | Merge pull request #1254 from genius3000/insp20+fixPIstatusmsgs•••Fix spanningtree protocol interface sending statusmsgs to whole channelGravatar Attila Molnar2016-12-071-5/+10
|\ \ \ \
| * | | | Fix SpanningTreeProtocolInterface::SendChannelPrivmsg() and SendChannelNotice...Gravatar genius30002016-12-071-5/+10
|/ / / /
* | | | Fix users receiving a QUIT with themselves as source when host cycling in cer...•••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 Gravatar Attila Molnar2016-12-051-0/+2
* | | | Merge pull request #1262 from SaberUK/insp20+fix-travis•••[2.0] Backport the master Travis changes to insp20.Gravatar Attila Molnar2016-12-053-13/+9
|\ \ \ \
| * | | | Fix pure static builds.Gravatar Peter Powell2016-12-021-1/+1
| * | | | Backport the master Travis changes to insp20.Gravatar Peter Powell2016-12-022-12/+8
* | | | | Merge pull request #1253 from SaberUK/insp20+bigger-warning•••[2.0] Add a bigger warning about deprecated things being removed.Gravatar Attila Molnar2016-12-051-0/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add a bigger warning about deprecated things being removed.Gravatar Peter Powell2016-11-161-0/+10
* | | | | Merge pull request #1257 from Adam-/insp20+musl•••socketengine_epoll: use getrlimit not ulimitGravatar Attila Molnar2016-11-221-4/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | socketengine_epoll: use getrlimit not ulimitGravatar Adam2016-11-221-4/+5
|/ / / /
* | | | Merge pull request #1245 from SaberUK/insp20+perl•••[2.0] Workaround modern Perls not adding . to @INC.Gravatar Attila Molnar2016-11-082-0/+2
|\ \ \ \
| * | | | Workaround modern Perls not adding . to @INC.Gravatar Peter Powell2016-11-082-0/+2
|/ / / /