| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v4.0.0 alpha 7. v4.0.0a7 | 2021-12-15 | 1 | -1/+1 | |
| * | Update module descriptions. | 2021-12-15 | 8 | -8/+8 | |
| * | Merge branch 'insp3' into master. | 2021-12-14 | 15 | -20/+50 | |
| |\ | |||||
| | * | If a user has a unique username then include it in bans. | 2021-12-14 | 10 | -18/+25 | |
| | * | Sync uniqueusername from the connect class to the user.•••This is a massive hack for now but should be made to sync properly in v4 when we have extensibles that don't suck. | 2021-12-14 | 5 | -1/+19 | |
| | * | Add a build time check that OpenLDAP is reentrant. | 2021-12-14 | 1 | -0/+4 | |
| | * | Fix the ldap module on OpenLDAP 2.5. | 2021-12-14 | 1 | -1/+2 | |
| * | | Revert "Remove support for defaults in find_{compiler,linker}_flags()".•••This is needed for compat with older versions of some libraries. This reverts commit 83327a1978eddef854cad9e937263f80bf25f056. | 2021-12-14 | 2 | -3/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-12-11 | 5 | -23/+25 | |
| |\| | |||||
| | * | Fix sending ERR_CHANOPRIVSNEEDED where ERR_RESTRICTED should be used. | 2021-12-11 | 2 | -2/+2 | |
| | * | Add KNOCK and CYCLE to the list of sanitisable shun commands. | 2021-12-02 | 1 | -12/+12 | |
| | * | Fix LDAPCompare checking against the wrong return code.•••Better fix for #1946. | 2021-12-01 | 1 | -8/+10 | |
| | * | Fix the default server name on non-macOS. | 2021-11-26 | 1 | -1/+1 | |
| * | | Replace some references to ssl with tls. | 2021-12-08 | 2 | -2/+2 | |
| * | | Consistently use `!foo` instead of `foo == NULL`. | 2021-12-03 | 14 | -17/+17 | |
| * | | Fix a bunch of cases where module types were not marked as final. | 2021-11-28 | 17 | -30/+41 | |
| * | | Add a snomask flag for rehash messages. | 2021-11-28 | 9 | -20/+21 | |
| * | | Remove unnecessary comments and reorder core snomask registration. | 2021-11-28 | 1 | -5/+5 | |
| * | | Move the stats and xline snomasks to their associated modules. | 2021-11-28 | 3 | -2/+10 | |
| * | | Reject config files created using broken tutorials. | 2021-11-26 | 1 | -0/+9 | |
| * | | Move configuration of connect classes to the ConnectClass class. | 2021-11-24 | 2 | -33/+34 | |
| * | | Remove the legacy sendq to hardsendq/softsendq logic. | 2021-11-24 | 1 | -11/+0 | |
| * | | Refactor the ClassTypes enum and move into ConnectClass. | 2021-11-24 | 3 | -15/+15 | |
| * | | Add sensible defaults and limits to ConnectClass. | 2021-11-24 | 1 | -8/+8 | |
| * | | Squash a long form loop that was merged in from the insp3 branch. | 2021-11-24 | 1 | -5/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-11-24 | 9 | -49/+72 | |
| |\| | |||||
| | * | Make parsing websocket proxy headers more robust. | 2021-11-24 | 1 | -6/+14 | |
| | * | Escape the IP address in httpd_stats. | 2021-11-24 | 1 | -1/+1 | |
| | * | Escape the real and displayed hostnames in httpd_stats. | 2021-11-24 | 1 | -1/+1 | |
| | * | Add the <connect:uniqueusername> option. | 2021-11-23 | 2 | -0/+3 | |
| | * | Use a mode reference in the timedbans module. | 2021-11-16 | 1 | -2/+5 | |
| | * | Use a mode reference in the repeat module. | 2021-11-16 | 1 | -2/+5 | |
| | * | Clean up the banredirect module. | 2021-11-16 | 1 | -16/+17 | |
| | * | Use a mode reference in the anticaps module. | 2021-11-16 | 1 | -2/+4 | |
| | * | Use a mode reference in the messageflood module. | 2021-11-16 | 1 | -1/+3 | |
| | * | Document ConnectClass and reorder it to avoid unnecessary padding. | 2021-11-16 | 1 | -28/+28 | |
| * | | Don't allow routing INFO to remote servers.•••There's no reason to request this for a remote server. It rarely differs between InspIRCd versions and neither Anope nor Atheme implement handlers for it. We don't need to implement anything to the protocol compat layer for this as if v3 servers send an INFO request to a v4 server they they will just be ignored as the command has no HandleRemote impl. Closes #1943. | 2021-11-20 | 2 | -14/+8 | |
| * | | Move the websocket protocol name instead of copying it.•••Closes #1929. | 2021-11-17 | 1 | -1/+1 | |
| * | | Release v4.0.0 alpha 6. v4.0.0a6 | 2021-11-15 | 1 | -1/+1 | |
| * | | Rename regex_pcre2 to regex_pcre. | 2021-11-14 | 2 | -10/+10 | |
| * | | Revert "Add regex_pcre compatibility to regex_pcre2".•••This reverts commit 3fa012b75b14abd69c7bc67c27ae50cb9ba4c343. | 2021-11-14 | 1 | -19/+0 | |
| * | | Merge branch 'insp3' into master. | 2021-11-10 | 2 | -13/+49 | |
| |\| | |||||
| | * | Allow configuring which options to trust from a WebIRC gateway. | 2021-11-10 | 1 | -8/+24 | |
| | * | Implement support for WebIRC gateways sending client fingerprints. | 2021-11-10 | 1 | -5/+25 | |
| * | | Remove unused time_t field from the timer system.•••This is equivalent to calling InspIRCd::Now() and is only actually used in one place in modules. | 2021-11-05 | 15 | -25/+25 | |
| * | | Merge branch 'insp3' into master. | 2021-11-05 | 9 | -18/+16 | |
| |\| | |||||
| | * | Fix use of auto_ptr in the ssl_gnutls module on C++17 compilers. | 2021-11-04 | 1 | -12/+16 | |
| | * | Silence a warning in the mysql module on MySQL 8.0.27. | 2021-10-25 | 1 | -1/+8 | |
| | * | Add Server::GetPublicName(), fix not respecting <security:hideserver>. | 2021-10-25 | 7 | -10/+15 | |
| | * | Respect <security:hideserver> in the 005 numeric. | 2021-10-25 | 1 | -1/+1 | |
