| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v2.0.24 v2.0.24 | 2017-05-18 | 1 | -1/+1 | |
| * | m_override: fix parentheses compiler warning | 2017-05-17 | 1 | -1/+1 | |
| * | Merge pull request #1094 from SISheogorath/insp20+fixed-Override•••fix override issue | 2017-05-17 | 1 | -1/+2 | |
| |\ | |||||
| | * | fix channel rank issue | 2016-12-10 | 1 | -1/+2 | |
| * | | Merge pull request #1328 from Adam-/insp20+sakick•••m_sakick: remove unused "Unable to kick" notice | 2017-05-17 | 1 | -8/+0 | |
| |\ \ | |||||
| | * | | m_sakick: remove unused "Unable to kick" notice•••This has never worked due to the channel lookup using the user's nick | 2017-05-11 | 1 | -8/+0 | |
| * | | | Merge pull request #1284 from Adam-/insp20+preregcloak•••m_cloaking: don't apply cloak to already cloaked users during registration | 2017-05-17 | 1 | -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) | 2017-05-17 | 1 | -0/+4 | |
| * | | | | Merge pull request #1330 from SaberUK/insp20+mm-inc•••[2.0] Fix ModuleManager not being able to find make::configure. | 2017-05-17 | 1 | -2/+7 | |
| |\ \ \ \ | |||||
| | * | | | | Fix ModuleManager not being able to find make::configure. | 2017-05-16 | 1 | -2/+7 | |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #1321 from SaberUK/insp20+permwarn•••[2.0] Warn when a user configures a permanent channel without +P. | 2017-05-17 | 1 | -0/+6 | |
| |\ \ \ \ | |||||
| | * | | | | Warn when a user configures a permanent channel without +P. | 2017-04-24 | 1 | -0/+6 | |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #1269 from Adam-/insp20+saslhost•••m_sasl: send host/ip info | 2017-05-17 | 1 | -0/+53 | |
| |\ \ \ \ | |||||
| | * | | | | m_sasl: use host/ip from m_cgiirc if applicable | 2017-02-26 | 1 | -2/+39 | |
| | * | | | | m_sasl: send host/ip info | 2016-12-19 | 1 | -0/+16 | |
| * | | | | | Merge pull request #1230 from SaberUK/insp20+ipcache•••[2.0] Invalidate the caches properly when User::SetClientIP is called. | 2017-05-17 | 1 | -2/+2 | |
| |\ \ \ \ \ | |||||
| | * | | | | | Invalidate the caches properly when User::SetClientIP is called. | 2016-09-25 | 1 | -2/+2 | |
| * | | | | | | Merge pull request #1318 from SaberUK/insp20+dumpver•••[2.0] Fix compiler version parsing on GCC 7. | 2017-05-17 | 1 | -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. | 2017-04-14 | 1 | -10/+9 | |
| | | |_|/ / | |/| | | | |||||
| * | | | | | win: set CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION to . so the runtime librari... | 2017-05-09 | 1 | -0/+1 | |
| * | | | | | Merge pull request #1324 from SaberUK/insp20+cgiirc•••[2.0] Fix WEBIRC not rejecting invalid IP addresses. | 2017-04-28 | 1 | -0/+10 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | Penalise clients that use WEBIRC incorrectly. | 2017-04-27 | 1 | -0/+2 | |
| | * | | | | Fix WEBIRC not rejecting invalid IP addresses. | 2017-04-27 | 1 | -0/+8 | |
| |/ / / / | |||||
| * | | | | Merge pull request #1316 from SaberUK/master+sslmodes•••[2.0] Clarify that m_sslmodes depends on m_sslinfo. | 2017-04-11 | 1 | -1/+2 | |
| |\ \ \ \ | |||||
| | * | | | | Clarify that m_sslmodes depends on m_sslinfo. | 2017-04-11 | 1 | -1/+2 | |
| * | | | | | Merge pull request #1315 from SaberUK/insp20+securelist•••[2.0] Update securelist exception list. | 2017-04-11 | 1 | -5/+4 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | Update securelist exception list.•••- Add an exception for IRC-Source. - Remove an exception for SearchIRC. - Remove an old exception for netsplit. | 2017-04-07 | 1 | -5/+4 | |
| |/ / / / | |||||
| * | | | | modules.conf.example: document useusername in ldapauth | 2017-03-20 | 1 | -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. | 2017-03-20 | 1 | -29/+18 | |
| * | | | | Merge pull request #1308 from SaberUK/insp20+warnings•••[2.0] Fix some compiler warnings. | 2017-03-20 | 2 | -3/+3 | |
| |\ \ \ \ | |||||
| | * | | | | Fix some compiler warnings.•••warning: macro name is a reserved identifier [-Wreserved-id-macro] warning: extra ';' after member function definition [-Wextra-semi] | 2017-03-20 | 2 | -3/+3 | |
| * | | | | | cmd_who: don't show +p channels or channels hidden with m_hidechans•••Fixes #1276 | 2017-03-20 | 1 | -3/+5 | |
| |/ / / / | |||||
| * | | | | Merge pull request #1266 from Adam-/insp20+cloakip•••m_cloaking: fix host/ip comparisons #1249 | 2017-03-05 | 1 | -2/+5 | |
| |\ \ \ \ | |||||
| | * | | | | m_cloaking: fix host/ip comparisons #1249 | 2016-11-13 | 1 | -2/+5 | |
| * | | | | | Merge pull request #1280 from Adam-/insp20+dnsblcheck•••m_dnsbl: check returned results are in 127.0.0.0/8 | 2017-03-05 | 1 | -2/+7 | |
| |\ \ \ \ \ | |||||
| | * | | | | | m_dnsbl: check returned results are in 127.0.0.0/8 | 2017-01-11 | 1 | -2/+7 | |
| |/ / / / / | |||||
| * | | | | | Merge pull request #1275 from SaberUK/insp20+clock-gettime-osx•••[2.0] Use clock_gettime() on macOS 10.12. | 2016-12-29 | 1 | -0/+4 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| | * | | | | Use clock_gettime() on macOS 10.12. | 2016-12-26 | 1 | -0/+4 | |
| |/ / / / | |||||
| * | | | | Merge pull request #1254 from genius3000/insp20+fixPIstatusmsgs•••Fix spanningtree protocol interface sending statusmsgs to whole channel | 2016-12-07 | 1 | -5/+10 | |
| |\ \ \ \ | |||||
| | * | | | | Fix SpanningTreeProtocolInterface::SendChannelPrivmsg() and SendChannelNotice... | 2016-12-07 | 1 | -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 | 2016-12-05 | 1 | -0/+2 | |
| * | | | | Merge pull request #1262 from SaberUK/insp20+fix-travis•••[2.0] Backport the master Travis changes to insp20. | 2016-12-05 | 3 | -13/+9 | |
| |\ \ \ \ | |||||
| | * | | | | Fix pure static builds. | 2016-12-02 | 1 | -1/+1 | |
| | * | | | | Backport the master Travis changes to insp20. | 2016-12-02 | 2 | -12/+8 | |
| * | | | | | Merge pull request #1253 from SaberUK/insp20+bigger-warning•••[2.0] Add a bigger warning about deprecated things being removed. | 2016-12-05 | 1 | -0/+10 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | Add a bigger warning about deprecated things being removed. | 2016-11-16 | 1 | -0/+10 | |
| * | | | | | Merge pull request #1257 from Adam-/insp20+musl•••socketengine_epoll: use getrlimit not ulimit | 2016-11-22 | 1 | -4/+5 | |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | socketengine_epoll: use getrlimit not ulimit | 2016-11-22 | 1 | -4/+5 | |
| |/ / / / | |||||
| * | | | | Merge pull request #1245 from SaberUK/insp20+perl•••[2.0] Workaround modern Perls not adding . to @INC. | 2016-11-08 | 2 | -0/+2 | |
| |\ \ \ \ | |||||
| | * | | | | Workaround modern Perls not adding . to @INC. | 2016-11-08 | 2 | -0/+2 | |
| |/ / / / | |||||
