| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v3.4.0. v3.4.0 | 2019-10-25 | 1 | -1/+1 | |
| | | |||||
| * | Add a workaround for connectban hitting gateway IP addresses. | 2019-10-25 | 1 | -1/+23 | |
| | | |||||
| * | Extract connectban's range checking code to a function. | 2019-10-25 | 1 | -13/+22 | |
| | | |||||
| * | m_noctcp: Fix noctcp user mode not applying to exempted channel ops. | 2019-10-24 | 1 | -8/+8 | |
| | | |||||
| * | Exempt the KiwiIRC.com servers from X-lines. | 2019-10-24 | 1 | -0/+4 | |
| | | |||||
| * | Fix a typo in the KiwiIRC.com server IPs. | 2019-10-24 | 1 | -2/+2 | |
| | | |||||
| * | Raise <connflood:bootwait> from 10 seconds to 2 minutes. | 2019-10-24 | 2 | -2/+2 | |
| | | | | | | Many clients don't reconnect automatically and it can take a while for them to reconnect. | ||||
| * | Disable DNS/DNSBL/ident lookups for unregistered KiwiIRC.com users. | 2019-10-24 | 2 | -2/+12 | |
| | | |||||
| * | Ignore DNSBL responses if the user's IP address has changed. | 2019-10-24 | 1 | -4/+10 | |
| | | |||||
| * | Fix respecting the deprecated <channels:users> tag. | 2019-10-24 | 2 | -4/+20 | |
| | | |||||
| * | Improve the timed ban notices (#1722). | 2019-10-24 | 1 | -21/+26 | |
| | | | | | - Save the nick of the setter to use in the expiry message. - Change both notice messages to a standard and informative style. | ||||
| * | Fix some compiler errors in core_hostname_lookup. | 2019-10-22 | 1 | -2/+2 | |
| | | | | | No thanks to SourceTree's diff view for causing this. | ||||
| * | Handle more error cases in core_hostname_lookup. | 2019-10-22 | 1 | -12/+16 | |
| | | |||||
| * | On DNS fail reset connecting users hostname to their IP. | 2019-10-22 | 1 | -0/+2 | |
| | | | | | Closes #1713. | ||||
| * | Improve the core_hostname_lookup result log message. | 2019-10-21 | 1 | -1/+4 | |
| | | | | | | - Add the type of request. - Add whether the request was cached. | ||||
| * | Remove duplicate code in core_hostname_lookup. | 2019-10-21 | 1 | -28/+5 | |
| | | | | | | - The lookup type is already stored in the question. - core_dns validates hostnames by IsHost already. | ||||
| * | Fire the OnSetUserIP event after the connect class change. | 2019-10-21 | 1 | -4/+3 | |
| | | |||||
| * | Get rid of the ptrHosts extension item. | 2019-10-21 | 1 | -10/+2 | |
| | | | | | | This is unnecessary as the resolved value is already stored in the question in the request class. | ||||
| * | Allow event providers to know when a listener subs or unsubs. | 2019-10-21 | 1 | -3/+29 | |
| | | |||||
| * | Update examples directory when paths are changed interactively. | 2019-10-20 | 1 | -0/+1 | |
| | | |||||
| * | Add oper exemption to hidemode. | 2019-10-20 | 1 | -0/+3 | |
| | | |||||
| * | Fix a shadowing warning in LocalUser. | 2019-10-18 | 1 | -2/+2 | |
| | | |||||
| * | Fix a shadowing warning in the serialisation code. | 2019-10-18 | 1 | -6/+6 | |
| | | |||||
| * | Switch ChildMap and EntryMap to insp::flat_map. | 2019-10-18 | 1 | -2/+2 | |
| | | |||||
| * | SQuit all servers when a shutdown happens. | 2019-10-17 | 2 | -0/+8 | |
| | | |||||
| * | Add an event which is fired when the server shuts down. | 2019-10-17 | 3 | -2/+12 | |
| | | |||||
| * | Use separate build dirs when rebuilding with a different compiler. | 2019-10-16 | 2 | -2/+5 | |
| | | |||||
| * | Implement serialisation of users. | 2019-10-14 | 6 | -1/+432 | |
| | | | | | | | This allows for various things which will be coming in the future. e.g. Transferring users to another server on upgrade. | ||||
| * | Add GetTypeStr to the DNS API. | 2019-10-13 | 2 | -0/+20 | |
| | | |||||
| * | Convert a bunch of LocalUser* casts to IS_LOCAL. | 2019-10-13 | 6 | -10/+13 | |
| | | | | | This is a lot safer and handles users changing servers properly. | ||||
| * | Add repeat to the list of possible restriction types to exempt in ↵ | 2019-10-07 | 1 | -0/+1 | |
| | | | | | | | helpop.conf.example. Fixes #1714. | ||||
| * | Update the new issue URL in the readme. | 2019-10-06 | 1 | -1/+1 | |
| | | |||||
| * | Add a feature request issue template. | 2019-10-06 | 3 | -3/+42 | |
| | | |||||
| * | Add a GitHub security policy. | 2019-10-05 | 1 | -0/+22 | |
| | | |||||
| * | Add a pull request template. | 2019-10-05 | 1 | -0/+39 | |
| | | |||||
| * | Tweak the workaround for NetBSD's kqueue using intptr_t for udata. | 2019-10-05 | 1 | -2/+2 | |
| | | | | | Thanks to @niacat for getting this fixed upstream. | ||||
| * | Show the list modes which have variable list lengths in 005. | 2019-10-01 | 3 | -5/+17 | |
| | | |||||
| * | Fix an shadowing warning in the spanningtree module. | 2019-09-30 | 1 | -2/+2 | |
| | | |||||
| * | Stop GCC warnings about the deprecated OnServerSplit event. | 2019-09-30 | 1 | -0/+3 | |
| | | |||||
| * | Fix a compiler error in the LDAP module. | 2019-09-30 | 1 | -1/+1 | |
| | | |||||
| * | Add null pointer checks to IS_{LOCAL,REMOTE,SERVER}. | 2019-09-29 | 1 | -3/+3 | |
| | | | | | | I don't know of any places this causes issues but its better to be safe than sorry. | ||||
| * | Deduplicate code for handling with setting LDAP options. | 2019-09-27 | 1 | -10/+13 | |
| | | |||||
| * | Add the OnServerBurst hook and fix the docs for OnServerLink. | 2019-09-23 | 2 | -2/+8 | |
| | | |||||
| * | Add whether the server split with an error to OnServerSplit. | 2019-09-23 | 6 | -16/+34 | |
| | | |||||
| * | Add the server id to the Server class. | 2019-09-23 | 14 | -33/+63 | |
| | | |||||
| * | Lower the acceptable drift for clocks on link. | 2019-09-20 | 1 | -5/+5 | |
| | | |||||
| * | Fix the example tag for changing the voice ranks. | 2019-09-16 | 1 | -1/+1 | |
| | | |||||
| * | Fix cloaking not ignoring the case of a user's hostname. | 2019-09-16 | 2 | -10/+20 | |
| | | | | | | | | | | | This new mode is recommended but disabled by default for compat reasons. Closes #480. Closes #1419. Co-Authored-By: B00mX0r <b00mx0r@aureus.pw> | ||||
| * | Fix the noctcp user mode not applying to channel CTCPs. | 2019-09-16 | 1 | -0/+8 | |
| | | | | | Closes #1704. | ||||
| * | Document <alias:stripcolor> | 2019-09-14 | 1 | -0/+4 | |
| | | |||||
