aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Allow configuring whether SETNAME sends snotices and is oper-only.Gravatar Peter Powell2019-01-281-1/+16
| * | Add ParamMode::IsParameterSecret and remove special casing of keys.Gravatar Peter Powell2019-01-283-3/+9
| * | Fix not checking for server names case insensitively.Gravatar Peter Powell2019-01-288-8/+8
| * | Refactor m_httpd_stats, add subpages (#1554)Gravatar linuxdaemon2019-01-281-146/+226
| * | Fix erroneously sending RPL_YOURDISPLAYEDHOST to HAProxy clients.Gravatar Peter Powell2019-01-281-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. Gravatar Peter Powell2019-01-281-6/+6
| * | Fix sending the SSL connection notice when using a non-SSL gateway.Gravatar Peter Powell2019-01-251-1/+1
| * | Remove trailing whitespace from various source files.Gravatar Peter Powell2019-01-2413-21/+19
| * | Fix overriding <options:exemptchanops> with the exemptchanops mode.•••Closes #1558. Gravatar Peter Powell2019-01-241-1/+1
| * | Fix parsing anticaps mode parameters.Gravatar Peter Powell2019-01-241-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-.Gravatar Matt Schatz2019-01-2411-24/+45
* | | Remove support for the deprecated <power> config tag.Gravatar Sadie Powell2019-01-274-27/+8
* | | Remove support for the deprecated rfc1459 casemapping,•••Closes #1017. Gravatar Sadie Powell2019-01-255-61/+4
* | | Remove the deprecated blockcaps module.Gravatar Sadie Powell2019-01-251-127/+0
* | | Remove all 2.0 config compatibility code.Gravatar Sadie Powell2019-01-2516-86/+32
* | | Migrate m_ssl_gnutls from auto_ptr to shared_ptr.Gravatar Sadie Powell2019-01-251-10/+10
* | | Stop silencing warnings about `long long` not existing.•••We use C++14 now which has `long long`. Gravatar Sadie Powell2019-01-257-65/+2
* | | Move m_regex_stdlib out of extras now it can always be built.Gravatar Sadie Powell2019-01-251-2/+0
* | | Replace the override macro with the override keyword.Gravatar Sadie Powell2019-01-25223-1176/+1176
* | | Replace the TR1NS macro with the std namespace.Gravatar Sadie Powell2019-01-257-7/+7
* | | Merge branch 'insp3' into masterGravatar Sadie Powell2019-01-2446-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.0Gravatar linuxdaemon2019-01-241-0/+9
| * | Move the <disabled> tag out of the core to a new module.Gravatar Peter Powell2019-01-247-83/+192
| * | Implement support for the extended tag space for client tags.Gravatar Peter Powell2019-01-243-45/+76
| * | Avoid forwarding passwords to nickserv when using SASL (#1562)Gravatar linuxdaemon2019-01-241-0/+8
| * | Fix a crash in m_sslinfo when a socket is SSL but a gateway is not.Gravatar Peter Powell2019-01-231-2/+1
| * | Don't tell the user if DNS lookups are disabled.Gravatar Peter Powell2019-01-231-6/+2
| * | Fix away broadcast logic (#1561)Gravatar linuxdaemon2019-01-231-1/+1
| * | Rename OnClientProtocolProcessTag to OnProcessTag.Gravatar Peter Powell2019-01-222-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. Gravatar Peter Powell2019-01-202-2/+5
| * | Move ident lookups to the OnSetUserIP hook.Gravatar Peter Powell2019-01-201-2/+14
| * | Fix sending the entire VERSION output as a single parameter.•••Closes #1560. Gravatar Peter Powell2019-01-192-4/+12
| * | m_check: Fix showing oper permissions (privileges). (#1556)Gravatar Robby2019-01-171-1/+1
| * | Fix the hostchange set action swapping the host/value fields.Gravatar Peter Powell2019-01-141-1/+1
| * | Redo OnSetEndPoint logic to fix duplicate clones (#1549).Gravatar linuxdaemon2019-01-145-40/+40
| * | Allow wildcards in <connect:dnsbl>•••This makes it consistent with other <connect> class parameters like `webirc` Gravatar linuxdaemon2019-01-111-2/+6
| * | Fix reading the server path for UNIX sockets.Gravatar Peter Powell2019-01-101-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. Gravatar Peter Powell2019-01-101-1/+1
| * | m_ircv3_echomessage: only echo the tags which were actually used.Gravatar Peter Powell2019-01-101-3/+4
| * | Improve the error messages given when creating a mode.Gravatar Peter Powell2019-01-101-7/+17
| * | core_privmsg: respect the exemption list when sending $* messages.Gravatar Peter Powell2019-01-091-21/+18
| * | Fix m_alias not initialising 'active' before use.Gravatar Peter Powell2019-01-091-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> Gravatar Matt Schatz2019-01-0919-67/+67
| * | Release v3.0.0 release candidate 1. v3.0.0rc1Gravatar Peter Powell2019-01-071-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.0Gravatar Sadie Powell2019-01-241-0/+9
* | | Mark as version v4.0.0pre1.Gravatar Sadie Powell2019-01-221-1/+1
|/ /
* | core_stub: add stubs for the SUMMON and USERS commands.Gravatar Peter Powell2019-01-071-2/+48
* | Move RPL_UNINVITED to 653 to avoid a collision with Bahamut/ircu.Gravatar Peter Powell2019-01-051-1/+1
* | Merge m_restrictchans and m_regonlycreate due to converging functionality (#1...Gravatar linuxdaemon2019-01-042-73/+34
* | Update the names in the /INFO credits.•••- Add linuxdaemon to Active Contributors. - Move Sheogorath to Active Contributors. Gravatar Peter Powell2019-01-041-3/+2