| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Various text improvements: consistency, syntax, help and doc updates/fixes. | 2019-02-18 | 39 | -55/+55 | ||
| | * | | ircv3_chghost: also send the CHGHOST message to the modified user. | 2019-02-16 | 1 | -1/+1 | ||
| | * | | Remove obsolete ifdef in m_ssl_gnutls.•••GNUTLS_DIG_SHA256 was added in version 1.7.4 and we require 2.0.0+ | 2019-02-16 | 1 | -2/+0 | ||
| * | | | Remove the flashpolicyd module.•••Browsers will stop supporting Flash at the end of 2020. This branch will not ship before this happens. https://blogs.adobe.com/conversations/2017/07/adobe-flash-update.html | 2019-03-11 | 1 | -162/+0 | ||
| * | | | Remove support for defaults in find_{compiler,linker}_flags(). | 2019-03-06 | 6 | -9/+8 | ||
| * | | | Remove the now obsolete regex_posix module.•••The behaviour of this module is included with the regex_stdlib module. You should use that module in bre mode for basic POSIX regular expressions and ere for extended POSIX regular expressions. | 2019-03-06 | 1 | -94/+0 | ||
| * | | | Remove support for old versions of GnuTLS and OpenSSL.•••GnuTLS v2 has been obsolete since v3 was released over seven years ago and is no longer supported by the maintainers. OpenSSL v1.0 has been obsolete since v1.1 was released over two years ago. It will stop being supported by the maintainers at the end of the year. | 2019-02-16 | 2 | -169/+9 | ||
| * | | | Remove a "commas at end of enumerator lists on C++03" warning. | 2019-02-16 | 1 | -11/+0 | ||
| * | | | Replace translation macros with a C++11 initialiser list. | 2019-02-15 | 14 | -16/+16 | ||
| * | | | Merge branch 'insp3' into master. | 2019-02-15 | 7 | -315/+209 | ||
| |\| | | ||||||
| | * | | Move the close and jumpserver modules to inspircd-extras.•••- The close module is borderline useless. - The jumpserver numeric is supported by barely any clients and has various security problems. | 2019-02-15 | 2 | -281/+0 | ||
| | * | | Replace GetServerPort() with server_sa.port(). | 2019-02-15 | 4 | -4/+4 | ||
| | * | | Expand searching in m_httpd_stats, add global handling of GET parameters (#1566) | 2019-02-06 | 4 | -33/+208 | ||
| * | | | Prevent operators from unloading core modules. | 2019-02-07 | 1 | -2/+1 | ||
| * | | | UserManager: remove fakederef. | 2019-02-07 | 26 | -46/+46 | ||
| * | | | SnomaskManager: remove fakederef. | 2019-02-07 | 67 | -185/+185 | ||
| * | | | ModuleManager: remove fakederef. | 2019-02-07 | 35 | -64/+64 | ||
| * | | | ModeParser: remove fakederef. | 2019-02-07 | 26 | -55/+55 | ||
| * | | | LogManager: remove fakederef. | 2019-02-07 | 48 | -142/+142 | ||
| * | | | Merge branch 'insp3' into master. | 2019-02-05 | 20 | -238/+412 | ||
| |\| | | ||||||
| | * | | m_check: improve the output when showing list modes.•••Closes #1568. | 2019-02-04 | 1 | -6/+11 | ||
| | * | | m_check: rename the timestamp key to createdat. | 2019-02-04 | 1 | -1/+1 | ||
| | * | | m_check: improve the output of the member key. | 2019-02-04 | 1 | -3/+3 | ||
| | * | | m_check: split modeperms into chanmodeperms and usermodeperms. | 2019-02-04 | 1 | -3/+2 | ||
| | * | | m_check: remove unnecessary usage of CheckContext::List. | 2019-02-04 | 1 | -7/+2 | ||
| | * | | m_check: replace timestring() with a Write() overlod. | 2019-02-04 | 1 | -16/+20 | ||
| | * | | ident: fix erroneously prefixing an ident multiple times. | 2019-02-04 | 1 | -2/+37 | ||
| | * | | ident: rename ext to socket. | 2019-02-04 | 1 | -7/+7 | ||
| | * | | ident: rename nolookupprefix to prefixunqueried. | 2019-02-04 | 1 | -3/+3 | ||
| | * | | ident: store the timeout as an unsigned value and limit to 60s. | 2019-02-04 | 1 | -4/+3 | ||
| | * | | ident: reduce the amount of messages sent when a lookup fails. | 2019-02-04 | 1 | -2/+3 | ||
| | * | | ident: Change idents with the ChangeIdent method. | 2019-02-04 | 1 | -2/+1 | ||
| | * | | ident: Fix making idents longer than maxident when a lookup fails. | 2019-02-04 | 1 | -3/+23 | ||
| | * | | Allow multiple fingerprints in an oper block (#1564) | 2019-02-01 | 1 | -2/+7 | ||
| | * | | Fix reading the setname config tag. | 2019-01-28 | 1 | -1/+1 | ||
| | * | | Read the muteban config in ReadConfig(). | 2019-01-28 | 1 | -1/+9 | ||
| | * | | Fix the prioritisation of OnRawMode in m_samode. | 2019-01-28 | 1 | -2/+2 | ||
| | * | | Allow configuring whether SETNAME sends snotices and is oper-only. | 2019-01-28 | 1 | -1/+16 | ||
| | * | | Fix not checking for server names case insensitively. | 2019-01-28 | 2 | -2/+2 | ||
| | * | | Refactor m_httpd_stats, add subpages (#1554) | 2019-01-28 | 1 | -146/+226 | ||
| | * | | 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 | 6 | -13/+13 | ||
| | * | | 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 | 5 | -13/+22 | ||
| * | | | Remove support for the deprecated rfc1459 casemapping,•••Closes #1017. | 2019-01-25 | 2 | -10/+2 | ||
| * | | | Remove the deprecated blockcaps module. | 2019-01-25 | 1 | -127/+0 | ||
| * | | | Remove all 2.0 config compatibility code. | 2019-01-25 | 8 | -39/+11 | ||
| * | | | 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 | ||
