aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Module: Initialise 'ModuleDLLManager' and 'dying' correctly.Gravatar Peter Powell2019-02-052-2/+7
| * | DLLManager: add a function for retrieving a symbol.Gravatar Peter Powell2019-02-041-21/+15
| * | m_check: improve the output when showing list modes.•••Closes #1568. Gravatar Peter Powell2019-02-041-6/+11
| * | m_check: rename the timestamp key to createdat.Gravatar Peter Powell2019-02-041-1/+1
| * | m_check: improve the output of the member key.Gravatar Peter Powell2019-02-041-3/+3
| * | m_check: split modeperms into chanmodeperms and usermodeperms.Gravatar Peter Powell2019-02-041-3/+2
| * | m_check: remove unnecessary usage of CheckContext::List.Gravatar Peter Powell2019-02-041-7/+2
| * | Improve the name of the list mode extensible.Gravatar Peter Powell2019-02-041-1/+1
| * | m_check: replace timestring() with a Write() overlod.Gravatar Peter Powell2019-02-041-16/+20
| * | ident: fix erroneously prefixing an ident multiple times.Gravatar Peter Powell2019-02-041-2/+37
| * | ident: rename ext to socket.Gravatar Peter Powell2019-02-041-7/+7
| * | ident: rename nolookupprefix to prefixunqueried.Gravatar Peter Powell2019-02-041-3/+3
| * | ident: store the timeout as an unsigned value and limit to 60s.Gravatar Peter Powell2019-02-041-4/+3
| * | ident: reduce the amount of messages sent when a lookup fails.Gravatar Peter Powell2019-02-041-2/+3
| * | ident: Change idents with the ChangeIdent method.Gravatar Peter Powell2019-02-041-2/+1
| * | ident: Fix making idents longer than maxident when a lookup fails.Gravatar Peter Powell2019-02-041-3/+23
| * | Allow multiple fingerprints in an oper block (#1564)Gravatar linuxdaemon2019-02-012-2/+17
| * | Fix -Wnewline-eof warning.Gravatar Peter Powell2019-01-291-1/+1
| * | Fix reading the setname config tag.Gravatar Peter Powell2019-01-281-1/+1
| * | Read the muteban config in ReadConfig().Gravatar Peter Powell2019-01-281-1/+9
| * | Fix RPL_ADMINME not having the correct parameters.Gravatar Peter Powell2019-01-281-1/+1
| * | Fix the prioritisation of OnRawMode in m_samode.Gravatar Peter Powell2019-01-281-2/+2
| * | Fix sending the modes in RPL_CHANNELMODEIS as one big parameter.Gravatar Peter Powell2019-01-281-1/+45
| * | 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