| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v4.0.0 alpha 7. v4.0.0a7 | 2021-12-15 | 1 | -1/+1 | |
| * | Update author list. | 2021-12-15 | 1 | -3/+5 | |
| * | Update module descriptions. | 2021-12-15 | 8 | -8/+8 | |
| * | Merge branch 'insp3' into master. | 2021-12-14 | 16 | -20/+56 | |
| |\ | |||||
| | * | If a user has a unique username then include it in bans. | 2021-12-14 | 11 | -18/+28 | |
| | * | 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 | 6 | -1/+22 | |
| | * | 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 | 3 | -5/+16 | |
| * | | Merge branch 'insp3' into master. | 2021-12-11 | 9 | -34/+210 | |
| |\| | |||||
| | * | Fix sending ERR_CHANOPRIVSNEEDED where ERR_RESTRICTED should be used. | 2021-12-11 | 2 | -2/+2 | |
| | * | Update author list. | 2021-12-10 | 1 | -0/+106 | |
| | * | Add a script for updating the author list. | 2021-12-10 | 2 | -0/+59 | |
| | * | Only emit an email address into a copyright header if one exists. | 2021-12-10 | 1 | -1/+6 | |
| | * | Add dummy email addresses for uncontactable people in the mailmap. | 2021-12-10 | 1 | -10/+11 | |
| | * | Update satmd's email address in the mailmap. | 2021-12-10 | 1 | -0/+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 | 6 | -16/+16 | |
| * | | 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 | 3 | -33/+37 | |
| * | | 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 | 4 | -30/+32 | |
| * | | Add sensible defaults and limits to ConnectClass. | 2021-11-24 | 2 | -26/+26 | |
| * | | Fix ConnectClass inheriting from refcountbase.•••This snuck back in during the v3 merge. Closes #1944. | 2021-11-24 | 1 | -1/+1 | |
| * | | 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 | 15 | -127/+140 | |
| |\| | |||||
| | * | 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 | |
| | * | Remind users about the `selfsigned` option to inspircd-testssl. | 2021-11-23 | 1 | -1/+3 | |
| | * | Add the <connect:uniqueusername> option. | 2021-11-23 | 4 | -1/+8 | |
| | * | Switch mkdescriptions from YAML::Tiny to YAML. | 2021-11-21 | 1 | -4/+4 | |
| | * | Switch mkdescriptions from Hoedown to CommonMark. | 2021-11-21 | 1 | -2/+2 | |
| | * | Fix the SSLINFO helpop not describing SSLINFO on channels. | 2021-11-16 | 1 | -3/+6 | |
| | * | 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 | 3 | -96/+83 | |
| * | | 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 | |
