| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp4' into master. | 2025-07-28 | 1 | -8/+23 | |
| |\ | |||||
| | * | Use the same message for ssl_{gnutls,openssl} as other modules. | 2025-07-28 | 1 | -8/+23 | |
| * | | Move spanningtree configuration to its own tag.•••This reduces the size of the core configuration file and also centralises all of the spanningtree configuration to one place. | 2025-07-20 | 1 | -0/+55 | |
| * | | Merge branch 'insp4' into master. | 2025-06-29 | 1 | -1/+3 | |
| |\| | |||||
| | * | Add flag support to rline. | 2025-06-28 | 1 | -1/+7 | |
| | * | Fix enforcing use of the PSL database in link data.•••The link data not being enforced is unfortunately a bug but we can't do anything about it in v4 because it would break link compatibility. | 2025-04-17 | 1 | -1/+2 | |
| * | | Add the hash_gnutls module.•••This provides the SHA family using GnuTLS. In the future we can add any new algorithms that appear. | 2025-04-06 | 1 | -0/+20 | |
| * | | Delete the old hashing interface and modules. | 2025-04-06 | 1 | -91/+0 | |
| * | | Rewrite every single hash module for the new interface. | 2025-04-06 | 1 | -0/+100 | |
| * | | Add the new hashing interface, port consumer modules to use it. | 2025-04-06 | 1 | -2/+0 | |
| * | | Allow reloading the geolocation database with a module rehash. | 2025-03-19 | 1 | -0/+1 | |
| * | | Allow using signals to rehash any module instead of just TLS. | 2025-03-19 | 1 | -15/+27 | |
| * | | Add the cloak_custom module. | 2025-03-14 | 1 | -0/+47 | |
| * | | Remove the vhost module pending a rewrite. | 2025-03-14 | 1 | -20/+0 | |
| * | | Add <cloak:username> to the username cloak engine. | 2025-03-14 | 1 | -5/+13 | |
| * | | Merge branch 'insp4' into master. | 2025-03-14 | 1 | -0/+6 | |
| |\| | |||||
| | * | Document <helpchan>. | 2025-03-10 | 1 | -0/+6 | |
| * | | Merge branch 'insp4' into master. | 2025-03-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix a minor typo in the example module config. | 2025-02-28 | 1 | -1/+1 | |
| * | | Vendor yyjson. | 2025-02-27 | 1 | -10/+0 | |
| * | | Merge branch 'insp4' into master. | 2025-02-14 | 1 | -3/+3 | |
| |\| | |||||
| | * | Fix the list of supported exemptions. | 2025-01-20 | 1 | -3/+3 | |
| * | | Purge v3 compatibility code. | 2025-01-17 | 1 | -6/+0 | |
| * | | Move the starttls module to the contrib repository.•••This extension has been deprecated by IRCv3. Clients should switch to using the STS extension as provided by the ircv3_sts module. | 2024-12-23 | 1 | -7/+0 | |
| * | | Merge branch 'insp4' into master. | 2024-11-01 | 1 | -4/+10 | |
| |\| | |||||
| | * | Add support for regex flags to the filter module. | 2024-10-29 | 1 | -1/+7 | |
| | * | Use PRIVMSG instead of SQUERY in the example aliases.•••We can guarantee that the target is a service here so it doesn't make sense to use SQUERY. | 2024-10-11 | 1 | -3/+3 | |
| * | | Merge branch 'insp4' into master. | 2024-09-30 | 1 | -17/+28 | |
| |\| | |||||
| | * | Make the messageflood and repeat messages a bit better. | 2024-09-28 | 1 | -2/+2 | |
| | * | Make it clear that Anope 2.1 does not need cmode or umode +r. | 2024-09-26 | 1 | -1/+2 | |
| | * | Remove non-breaking space from the sasl module comment. | 2024-09-23 | 1 | -1/+1 | |
| | * | Hide the channels of services pseudoclient with +I from opers too.•••Closes #2106. | 2024-09-22 | 1 | -4/+9 | |
| | * | Allow opting-out of saving bot messages in the channel history.•••Closes #2107. | 2024-09-22 | 1 | -0/+4 | |
| | * | Rename <chanhistory:bots> to <chanhistory:sendtobots>. | 2024-09-22 | 1 | -7/+8 | |
| * | | Merge branch 'insp4' into master. | 2024-09-09 | 1 | -14/+13 | |
| |\| | |||||
| | * | Document the deprecation of the cloak_md5 and md5 module. | 2024-09-05 | 1 | -4/+6 | |
| | * | Fix needlessly separating threads and lanes in the argon2 module.•••We were not using these correctly and Argon2 uses the thread count as the lane count anyway so its pointless to even have a setting for this. | 2024-09-05 | 1 | -1/+0 | |
| | * | Refactor InspIRCd::StripColor.•••- Only strip characters we actually recognise. - Strip the value for hex color codes. | 2024-08-30 | 1 | -2/+2 | |
| | * | Add a config variable for the example dir.•••This makes including example files easier on system-wide installs. | 2024-08-30 | 1 | -11/+11 | |
| * | | Merge branch 'insp4' into master. | 2024-08-23 | 1 | -2/+2 | |
| |\| | |||||
| | * | Allow building log_json against yyjson.•••This is the default if available. RapidJSON has not had a release in years and has known security vulnerabilities so we should really not be using it. | 2024-08-23 | 1 | -3/+4 | |
| * | | Update the example configs for <servicesintegration:disablemodes>. | 2024-08-18 | 1 | -4/+4 | |
| * | | Adjust the build system for the new module structure. | 2024-07-17 | 1 | -2/+2 | |
| * | | Merge branch 'insp4' into master. | 2024-06-17 | 1 | -65/+0 | |
| |/ | |||||
| * | Make filenames a bit more friendly for Windows users. | 2024-06-17 | 1 | -0/+2705 | |
