summaryrefslogtreecommitdiff
path: root/modules/nickserv/ns_cert.cpp
AgeCommit message (Collapse)Author
2025-04-22Remove hardcoded command names from most messages.Sadie Powell
2025-04-16Update as many messages as possible for automatic line wrapping.Sadie Powell
2025-04-05Deduplicate checks in ns_cert.Sadie Powell
2025-03-12Add defines for the core serialisation type names.Sadie Powell
2025-03-08Move some headers around.Sadie Powell
2025-03-02Return references instead of pointers from the config system.Sadie Powell
We used to return NULL from these methods but now we return an empty block so this can never actually be null now.
2025-01-14Merge branch '2.0' into 2.1.Sadie Powell
2024-10-11Let the user know about their cert being auto-added to their account.Sadie Powell
2024-08-14Automatically determine SQL column type from the field.Sadie Powell
Also add more column types to ensure we are storing data in the best format in the database.
2024-06-10Fix a crash in ns_cert.Sadie Powell
2024-05-01Add the ReplaceCert method to CertService.Sadie Powell
2024-05-01Automatically add client certificates to the cert list on register.Sadie Powell
2024-04-14Avoid duplicate entries in ReplaceCert.Sadie Powell
2024-03-09Rename hash_map to unordered_map to match the underlying container.Sadie Powell
2024-02-29Rip out ns_access and related code.Sadie Powell
This is wildly insecure and has been disabled by default for at least a decade.
2024-02-27Make functions that don't use `this` static.Sadie Powell
2024-02-26Fix some coding style issues.Sadie Powell
2024-02-21Add a method to the ns_cert API for replacing a certificate.Sadie Powell
This will be used for upgrading certificate fingerprints when the InspIRCd 1206 protocol support is added.
2024-01-24Shuffle modules around a bit.Sadie Powell