| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | m_check: improve the output when showing list modes. | 2019-02-04 | 1 | -6/+11 | |
| | | | | | Closes #1568. | ||||
| * | 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). | 2019-01-28 | 1 | -6/+6 | |
| | | | | | | | It is better to fix the underlying bug than the result of it. This replaces commit 963213132dd923d0e7dbd47ea6f20373cdef343b. | ||||
| * | 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) | 2019-01-24 | 5 | -13/+22 | |
| | | | | | | | | | | 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-. | ||||
| * | Add translation for casemapping between 2.0/3.0 (#1544) | 2019-01-24 | 1 | -0/+9 | |
| | | | | | 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 | ||||
| * | Move the <disabled> tag out of the core to a new module. | 2019-01-24 | 3 | -6/+192 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | Fix away broadcast logic (#1561) | 2019-01-23 | 1 | -1/+1 | |
| | | |||||
| * | Rename OnClientProtocolProcessTag to OnProcessTag. | 2019-01-22 | 1 | -1/+1 | |
| | | |||||
| * | Move ident lookups to the OnSetUserIP hook. | 2019-01-20 | 1 | -2/+14 | |
| | | |||||
| * | Fix sending the entire VERSION output as a single parameter. | 2019-01-19 | 1 | -2/+6 | |
| | | | | | Closes #1560. | ||||
| * | 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 | 2 | -26/+4 | |
| | | |||||
| * | Allow wildcards in <connect:dnsbl> | 2019-01-11 | 1 | -2/+6 | |
| | | | | | | This makes it consistent with other <connect> class parameters like `webirc` | ||||
| * | Fix reading the server path for UNIX sockets. | 2019-01-10 | 1 | -1/+1 | |
| | | |||||
| * | Fix copying too much data into the remote endpoint field. | 2019-01-10 | 1 | -1/+1 | |
| | | | | | | This is a buffer overrun but its harmless as the things it will overwrite are no longer necessary. | ||||
| * | m_ircv3_echomessage: only echo the tags which were actually used. | 2019-01-10 | 1 | -3/+4 | |
| | | |||||
| * | Fix m_alias not initialising 'active' before use. | 2019-01-09 | 1 | -0/+1 | |
| | | |||||
| * | Improve X-line text consistency. | 2019-01-09 | 9 | -28/+28 | |
| | | | | | | | | | | | - 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> | ||||
| * | 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 ↵ | 2019-01-04 | 2 | -73/+34 | |
| | | | | | (#1541). | ||||
| * | Improve the spanningtree "unknown command" error message. | 2019-01-03 | 1 | -1/+1 | |
| | | |||||
| * | Fix a crash when trying to use ROUTE_TYPE_MESSAGE with no message. | 2019-01-02 | 2 | -2/+7 | |
| | | |||||
| * | Fix message tags not being broadcast across the network. | 2019-01-02 | 9 | -29/+107 | |
| | | |||||
| * | Strip message tags when talking with 1202 protocol servers. | 2019-01-02 | 1 | -0/+6 | |
| | | |||||
| * | Remove spanningtree check for lines sent without a source. | 2019-01-02 | 1 | -6/+0 | |
| | | | | | We don't send any of these anymore. | ||||
| * | Only parse valid durations, don't treat invalid multipliers as seconds (#1538) | 2018-12-21 | 10 | -15/+45 | |
| | | |||||
