Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-06 | Improve (synchronize) the notices in m_timedbans | genius3000 | |
* Send to remote servers upon setting * Send to halfop if available upon expiry | |||
2017-11-06 | Merge pull request #1359 from genius3000/insp20+sasl_no_server | Peter Powell | |
2.0: Inform the client when a SASL message cannot be sent | |||
2017-11-05 | Inform the client when a SASL message cannot be sent | genius3000 | |
When SASL is properly configured with a 'target' server, we are able to inform the client when the message fails to send. Currently if a target is configured and it is offline, no response is sent. This can cause some clients to time out while waiting for a response. If a target isn't configured, behaviour will not change with this commit. The default of '*' will still send to all servers. Updated example config with 'target' variable. | |||
2017-11-05 | Use InvalidateCache in the sockaddrs overload of OnSetClientIP. | Peter Powell | |
This was done to the string variant in d3b82b2f7f. | |||
2017-11-05 | Merge pull request #1410 from jcjordyn130/insp20 | Peter Powell | |
Fix CMD_RESTART with relative paths as argv[0]. | |||
2017-11-04 | Fix CMD_RESTART with relative paths as argv[0]. | Jordyn/The Linux Geek | |
2017-10-26 | ConfigReader: fix compilers optimizing NULL check in ConfigTag::readString() | Adam | |
See: 66f82ccf926aac39273bfc652c85c08080cc9a46 Fixes inspircd/inspircd-extras#110 | |||
2017-10-18 | Fix sending a malformed 410 numeric when sent empty CAP commands. | Peter Powell | |
2017-10-16 | Fix the command table not being case insensitive. | Peter Powell | |
This is not an issue normally but in some circumstances (e.g. when disabling commands) it can result in command lookups failing even when they exist. | |||
2017-10-15 | Update wiki links to use HTTPS and point to the correct pages. | Peter Powell | |
When we release 3.0 these links will break as they will point to the pages for 3.0 rather than 2.0. | |||
2017-10-11 | Include connection security with the SASL host information. | Peter Powell | |
See atheme/atheme@b41753f740 for more details. | |||
2017-09-14 | Fix the command for enabling m_sqlite3 in modules.conf.example. | Peter Powell | |
2017-09-11 | Fix killing elined clients on [gkz]line in some cases. | Peter Powell | |
2017-09-09 | Fix m_cgiirc allowing malformed hosts sent via WEBIRC. | Peter Powell | |
2017-09-01 | Fix {Host,IP}MatchesEveryone using Match instead of MatchCIDR. | Peter Powell | |
MatchCIDR is what [GKZ]Line::Matches uses it so we should also use it here to prevent insane bans that should not pass from passing. | |||
2017-08-26 | Use DLLManager::RetrieveLastError() on all platforms. | Peter Powell | |
This prevents a bug where we send malformed messages to the client when dlerror() returns an error message containing more than one line. This has been observed on macOS but probably will happen on other UNIX systems too. This also fixes a potential problem where dlerror() returns NULL and converting it to std::string causes a crash. I can't see any way that this might happen but it is better to be safe than sorry. | |||
2017-08-25 | Fix mistakenly hardcoding the halfop prefix char in timedbans. | Peter Powell | |
This will almost always be % but if the server admin is using the customprefix module and remaps it to something else messages will not be sent out correctly. | |||
2017-08-13 | Update the link to the CIDR subnetting charts. | Peter Powell | |
2017-08-05 | Merge pull request #1347 from SaberUK/insp20+ctcp-action | Peter Powell | |
[2.0] Fix exempting CTCP ACTIONs in m_blockcaps and m_noctcp. | |||
2017-07-24 | Add ADMIN to the list of commands that shunned users can run. | Peter Powell | |
2017-07-11 | Merge pull request #1283 from SaberUK/insp20+mailmap | Peter Powell | |
[2.0] Add a mailmap to clean up the output of git-shortlog. | |||
2017-07-09 | Merge pull request #1333 from SaberUK/insp20+openbsd | Attila Molnar | |
[2.0] Tell OpenBSD users that they need to use a different make command. | |||
2017-07-09 | Merge pull request #1343 from SaberUK/insp20+securelist | Attila Molnar | |
[2.0] Update the securelist exemption for IRC-Source's crawler. | |||
2017-06-16 | Fix exempting CTCP ACTIONs in m_blockcaps and m_noctcp. | Peter Powell | |
Previously we assumed that CTCP ACTIONs matched "\1ACTION ". This is incorrect because "\1ACTION\1" and "\1ACTION" are valid CTCPs. | |||
2017-05-30 | Update the securelist exemption for IRC-Source's crawler. | Peter Powell | |
2017-05-19 | Tell OpenBSD users that they need to use a different make command. | Peter Powell | |
2017-05-18 | Release v2.0.24v2.0.24 | Adam | |
2017-05-17 | m_override: fix parentheses compiler warning | Adam | |
2017-05-17 | Merge pull request #1094 from SISheogorath/insp20+fixed-Override | Adam | |
fix override issue | |||
2017-05-17 | Merge pull request #1328 from Adam-/insp20+sakick | Adam | |
m_sakick: remove unused "Unable to kick" notice | |||
2017-05-17 | Merge pull request #1284 from Adam-/insp20+preregcloak | Adam | |
m_cloaking: don't apply cloak to already cloaked users during registration | |||
2017-05-17 | m_cloaking: don't apply cloak to already cloaked users during registration | Adam | |
This can happen if services set a vhost during registration (like with SASL) | |||
2017-05-17 | Merge pull request #1330 from SaberUK/insp20+mm-inc | Attila Molnar | |
[2.0] Fix ModuleManager not being able to find make::configure. | |||
2017-05-17 | Merge pull request #1321 from SaberUK/insp20+permwarn | Attila Molnar | |
[2.0] Warn when a user configures a permanent channel without +P. | |||
2017-05-17 | Merge pull request #1269 from Adam-/insp20+saslhost | Attila Molnar | |
m_sasl: send host/ip info | |||
2017-05-17 | Merge pull request #1230 from SaberUK/insp20+ipcache | Attila Molnar | |
[2.0] Invalidate the caches properly when User::SetClientIP is called. | |||
2017-05-17 | Merge pull request #1318 from SaberUK/insp20+dumpver | Attila Molnar | |
[2.0] Fix compiler version parsing on GCC 7. | |||
2017-05-16 | Fix ModuleManager not being able to find make::configure. | Peter Powell | |
2017-05-11 | m_sakick: remove unused "Unable to kick" notice | Adam | |
This has never worked due to the channel lookup using the user's nick | |||
2017-05-09 | win: set CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION to . so the runtime ↵ | Adam | |
libraries are not placed in bin | |||
2017-04-28 | Merge pull request #1324 from SaberUK/insp20+cgiirc | Adam | |
[2.0] Fix WEBIRC not rejecting invalid IP addresses. | |||
2017-04-27 | Penalise clients that use WEBIRC incorrectly. | Peter Powell | |
2017-04-27 | Fix WEBIRC not rejecting invalid IP addresses. | Peter Powell | |
2017-04-26 | Add a mailmap to clean up the output of git-shortlog. | Peter Powell | |
2017-04-24 | Warn when a user configures a permanent channel without +P. | Peter Powell | |
2017-04-14 | Fix compiler version parsing on GCC 7. | Peter Powell | |
GCC 7 may optionally omit the MINOR version number in dumpversion depending on the compiler flags it was built with. | |||
2017-04-11 | Merge pull request #1316 from SaberUK/master+sslmodes | Adam | |
[2.0] Clarify that m_sslmodes depends on m_sslinfo. | |||
2017-04-11 | Merge pull request #1315 from SaberUK/insp20+securelist | Adam | |
[2.0] Update securelist exception list. | |||
2017-04-11 | Clarify that m_sslmodes depends on m_sslinfo. | Peter Powell | |
2017-04-07 | Update securelist exception list. | Peter Powell | |
- Add an exception for IRC-Source. - Remove an exception for SearchIRC. - Remove an old exception for netsplit. |