| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Allow configuring whether SETNAME sends snotices and is oper-only. | 2019-01-28 | 1 | -1/+16 | ||
| | * | | Add ParamMode::IsParameterSecret and remove special casing of keys. | 2019-01-28 | 3 | -3/+9 | ||
| | * | | Fix not checking for server names case insensitively. | 2019-01-28 | 8 | -8/+8 | ||
| | * | | Refactor m_httpd_stats, add subpages (#1554) | 2019-01-28 | 1 | -146/+226 | ||
| | * | | Fix erroneously sending RPL_YOURDISPLAYEDHOST to HAProxy clients. | 2019-01-28 | 1 | -1/+1 | ||
| | * | | Fix parsing anticaps mode parameters (again).•••It is better to fix the underlying bug than the result of it. This replaces commit 963213132dd923d0e7dbd47ea6f20373cdef343b. | 2019-01-28 | 1 | -6/+6 | ||
| | * | | Fix sending the SSL connection notice when using a non-SSL gateway. | 2019-01-25 | 1 | -1/+1 | ||
| | * | | Remove trailing whitespace from various source files. | 2019-01-24 | 13 | -21/+19 | ||
| | * | | Fix overriding <options:exemptchanops> with the exemptchanops mode.•••Closes #1558. | 2019-01-24 | 1 | -1/+1 | ||
| | * | | Fix parsing anticaps mode parameters. | 2019-01-24 | 1 | -5/+5 | ||
| | * | | Add the reason to xline removal notices. (#1545)•••Show the reason in manual xline removal SNOTICEs, just like expiry SNOTICEs do. This modifies XLineManager::DelLine() to require another string reference passed to it. Requested by @Robby-. | 2019-01-24 | 11 | -24/+45 | ||
| * | | | Remove support for the deprecated <power> config tag. | 2019-01-27 | 4 | -27/+8 | ||
| * | | | Remove support for the deprecated rfc1459 casemapping,•••Closes #1017. | 2019-01-25 | 5 | -61/+4 | ||
| * | | | Remove the deprecated blockcaps module. | 2019-01-25 | 1 | -127/+0 | ||
| * | | | Remove all 2.0 config compatibility code. | 2019-01-25 | 16 | -86/+32 | ||
| * | | | Migrate m_ssl_gnutls from auto_ptr to shared_ptr. | 2019-01-25 | 1 | -10/+10 | ||
| * | | | Stop silencing warnings about `long long` not existing.•••We use C++14 now which has `long long`. | 2019-01-25 | 7 | -65/+2 | ||
| * | | | Move m_regex_stdlib out of extras now it can always be built. | 2019-01-25 | 1 | -2/+0 | ||
| * | | | Replace the override macro with the override keyword. | 2019-01-25 | 223 | -1176/+1176 | ||
| * | | | Replace the TR1NS macro with the std namespace. | 2019-01-25 | 7 | -7/+7 | ||
| * | | | Merge branch 'insp3' into master | 2019-01-24 | 46 | -291/+470 | ||
| |\| | | ||||||
| | * | | Add translation for casemapping between 2.0/3.0 (#1544)•••If the casemapping is set to ascii, advertise the m_ascii module to 2.0 to allow use of the m_ascii extras module for 2.0 | 2019-01-24 | 1 | -0/+9 | ||
| | * | | Move the <disabled> tag out of the core to a new module. | 2019-01-24 | 7 | -83/+192 | ||
| | * | | Implement support for the extended tag space for client tags. | 2019-01-24 | 3 | -45/+76 | ||
| | * | | Avoid forwarding passwords to nickserv when using SASL (#1562) | 2019-01-24 | 1 | -0/+8 | ||
| | * | | Fix a crash in m_sslinfo when a socket is SSL but a gateway is not. | 2019-01-23 | 1 | -2/+1 | ||
| | * | | Don't tell the user if DNS lookups are disabled. | 2019-01-23 | 1 | -6/+2 | ||
| | * | | Fix away broadcast logic (#1561) | 2019-01-23 | 1 | -1/+1 | ||
| | * | | Rename OnClientProtocolProcessTag to OnProcessTag. | 2019-01-22 | 2 | -2/+2 | ||
| | * | | Call the OnUserInit hook from earlier in UserManager::AddUser.•••This fixes messages being lost when sending them to a user who has only just connected to the server. | 2019-01-20 | 2 | -2/+5 | ||
| | * | | Move ident lookups to the OnSetUserIP hook. | 2019-01-20 | 1 | -2/+14 | ||
| | * | | Fix sending the entire VERSION output as a single parameter.•••Closes #1560. | 2019-01-19 | 2 | -4/+12 | ||
| | * | | m_check: Fix showing oper permissions (privileges). (#1556) | 2019-01-17 | 1 | -1/+1 | ||
| | * | | Fix the hostchange set action swapping the host/value fields. | 2019-01-14 | 1 | -1/+1 | ||
| | * | | Redo OnSetEndPoint logic to fix duplicate clones (#1549). | 2019-01-14 | 5 | -40/+40 | ||
| | * | | Allow wildcards in <connect:dnsbl>•••This makes it consistent with other <connect> class parameters like `webirc` | 2019-01-11 | 1 | -2/+6 | ||
| | * | | Fix reading the server path for UNIX sockets. | 2019-01-10 | 1 | -1/+1 | ||
| | * | | Fix copying too much data into the remote endpoint field.•••This is a buffer overrun but its harmless as the things it will overwrite are no longer necessary. | 2019-01-10 | 1 | -1/+1 | ||
| | * | | m_ircv3_echomessage: only echo the tags which were actually used. | 2019-01-10 | 1 | -3/+4 | ||
| | * | | Improve the error messages given when creating a mode. | 2019-01-10 | 1 | -7/+17 | ||
| | * | | core_privmsg: respect the exemption list when sending $* messages. | 2019-01-09 | 1 | -21/+18 | ||
| | * | | Fix m_alias not initialising 'active' before use. | 2019-01-09 | 1 | -0/+1 | ||
| | * | | Improve X-line text consistency.•••- Change any "-Line", ":Line", or "*line" to "-line" throughout the X-line code, comments, and documentation. - Add periods to the end of some notices. - Correct a typo in the Q-line code comments. - Update the filter module documentation (shun addition). Co-authored-by: Robby <robby@chatbelgie.be> | 2019-01-09 | 19 | -67/+67 | ||
| | * | | Release v3.0.0 release candidate 1. v3.0.0rc1 | 2019-01-07 | 1 | -1/+1 | ||
| * | | | Add translation for casemapping between 2.0/3.0 (#1544)•••If the casemapping is set to ascii, advertise the m_ascii module to 2.0 to allow use of the m_ascii extras module for 2.0 | 2019-01-24 | 1 | -0/+9 | ||
| * | | | Mark as version v4.0.0pre1. | 2019-01-22 | 1 | -1/+1 | ||
| |/ / | ||||||
| * | | core_stub: add stubs for the SUMMON and USERS commands. | 2019-01-07 | 1 | -2/+48 | ||
| * | | Move RPL_UNINVITED to 653 to avoid a collision with Bahamut/ircu. | 2019-01-05 | 1 | -1/+1 | ||
| * | | Merge m_restrictchans and m_regonlycreate due to converging functionality (#1... | 2019-01-04 | 2 | -73/+34 | ||
| * | | Update the names in the /INFO credits.•••- Add linuxdaemon to Active Contributors. - Move Sheogorath to Active Contributors. | 2019-01-04 | 1 | -3/+2 | ||
