aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some issues with the previous merge.Gravatar Sadie Powell2025-12-271-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-12-261-15/+44
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-12-0735-86/+88
* Avoid using deprecated functions in ssl_openssl.Gravatar Sadie Powell2025-11-041-1/+4
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-11-041-7/+5
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-11-032-34/+60
* Add a missing override keyword.Gravatar Sadie Powell2025-10-311-1/+1
* Remove a deprecated configuration option.Gravatar Sadie Powell2025-10-311-21/+1
* Allow getting an I/O hook from a user I/O handler.Gravatar Sadie Powell2025-10-314-15/+14
* Reduce nesting in OnCleanup hooks.Gravatar Sadie Powell2025-10-313-34/+30
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-10-291-2/+3
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-10-281-3/+2
* Move message serialization into core_clients.Gravatar Sadie Powell2025-10-281-6/+20
* Avoid duplicating some of the send/receive queue limiting code.Gravatar Sadie Powell2025-10-261-19/+10
* Start splitting the user I/O interface from the network socket.Gravatar Sadie Powell2025-10-268-18/+227
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-10-262-7/+34
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-10-231-6/+13
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-10-231-8/+24
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-10-222-7/+2
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-09-307-43/+185
* Fix some misc issues with the services module.Gravatar Sadie Powell2025-09-301-16/+14
* Merge branch 'insp4'Gravatar Sadie Powell2025-08-1510-16/+25
* 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. Gravatar Sadie Powell2025-07-201-8/+10
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-07-123-2/+6
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-06-291-12/+15
* Show disabled modes in 005 to allow clients to provide better UI.Gravatar Sadie Powell2025-06-101-0/+29
* Allow services to remove all SVSHOLDs using one command.•••This is useful for reducing traffic on services shutdown. Gravatar Sadie Powell2025-05-241-4/+11
* Update cloak_sha256 to use cloak() for host cloak metadata.Gravatar Sadie Powell2025-05-181-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-05-184-104/+119
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-04-181-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-04-178-24/+1
* Allow building log_json against system yyjson.Gravatar Sadie Powell2025-04-161-1/+9
* Pass on the ban check type to CheckBan in realnameban.Gravatar Sadie Powell2025-04-161-1/+1
* Allow SVSCMODE to opt-out of a full ban check.Gravatar Sadie Powell2025-04-161-1/+5
* Add <security:banrealmask>.Gravatar Sadie Powell2025-04-1615-30/+35
* Refuse to hash passwords using insecure algorithms in MKPASSWD.Gravatar Sadie Powell2025-04-134-0/+32
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-04-133-4/+22
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-04-071-0/+9
* Add test vectors for PBKDF2-HMAC-SHA3 algorithms.Gravatar Sadie Powell2025-04-061-0/+12
* Fix double registration of PBKDF2 services.Gravatar Sadie Powell2025-04-061-0/+4
* Add more debug logging to hash_pbkdf2.Gravatar Sadie Powell2025-04-061-2/+7
* Add the hash_gnutls module.•••This provides the SHA family using GnuTLS. In the future we can add any new algorithms that appear. Gravatar Sadie Powell2025-04-061-0/+256
* Rename newhash to hash now its the only option.Gravatar Sadie Powell2025-04-0614-14/+14
* Delete the old hashing interface and modules.Gravatar Sadie Powell2025-04-066-912/+0
* Rewrite every single hash module for the new interface.Gravatar Sadie Powell2025-04-066-0/+920
* Add the new hashing interface, port consumer modules to use it.Gravatar Sadie Powell2025-04-069-69/+29
* Require an exact server name in <sasl:target>.Gravatar Sadie Powell2025-04-021-1/+1
* Merge branch 'insp4' into master.Gravatar Sadie Powell2025-03-29102-136/+77
* Remove support for in-query password comparison in sqlauth.•••The only hashing systems that support this are wildly insecure and having two ways of doing this just makes it less clear for users. Gravatar Sadie Powell2025-03-281-46/+25
* Remove more v3 config compat.Gravatar Sadie Powell2025-03-282-19/+0