summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2024-06-19Log the channel that a mode lock was unable to be imported for.Sadie Powell
2024-06-19Save the databases directly after importing.Sadie Powell
2024-06-19Update the databases more regularly.Sadie Powell
2024-06-12Fix a string that should be marked as translatable in ns_info.Sadie Powell
2024-06-12Remove the broken Catalan, Hungarian, and Russian translations.Sadie Powell
2024-06-12Add support for looking up account information from a nick.Sadie Powell
Closes #407.
2024-06-10Fix a crash in ns_cert.Sadie Powell
2024-06-07Fix a memory leak in os_akill and os_sxline.Sadie Powell
2024-06-04Log a user out fully when their nick gets suspended.Sadie Powell
Closes #409.
2024-06-03Fix an inverted if in the global odule.Sadie Powell
2024-06-03Avoid NickAlias lookups by storing a pointer in the NickCore.Sadie Powell
2024-06-03Fix a null pointer dereference in the sasl module.Sadie Powell
2024-05-22Fix setting the history mode on UnrealIRCd.Sadie Powell
Closes #406.
2024-05-22Fix another iterator invalidation issue.Sadie Powell
2024-05-18Fix parsing the flood mode on UnrealIRCd.Sadie Powell
2024-05-18Fix an iterator invalidation issue in cs_set and ns_set.Sadie Powell
2024-05-16Merge branch '2.0' into 2.1.Sadie Powell
2024-05-16Explicitly specify ROW_FORMAT=DYNAMIC when creating tables.Sadie Powell
Resolves the issues some people were having with extremely wide rows.
2024-05-16Don't specify a width for DT_INT columns.Sadie Powell
This isn't actually used by MySQL for the column width.
2024-05-16Mark boolean columns as DT_INT in bs_kick.Sadie Powell
2024-05-11Store when the account name was registered in the NickCore.Sadie Powell
2024-05-11Merge branch '2.0' into 2.1.Sadie Powell
2024-05-11Ensure we are connected to MySQL before trying to escape data.Sadie Powell
2024-05-10Always use server-side topic and mode locks where available.Sadie Powell
2024-05-09Remove CanSVSLogout and implement logout support on Plexus.Sadie Powell
2024-05-09Require a reason when throwing an exception.Sadie Powell
2024-05-01Fix parsing backup client certificate fingerprints on InspIRCd.Sadie Powell
2024-05-01Add the ReplaceCert method to CertService.Sadie Powell
2024-05-01Simplify InspIRCd user metadata handler slightly.Sadie Powell
2024-05-01Automatically add client certificates to the cert list on register.Sadie Powell
2024-05-01Update the inspircd module for recent 1206 protocol changes.Sadie Powell
2024-04-29Merge branch '2.0' into 2.1.Sadie Powell
2024-04-29Skip serializing data without a type in db_flatfile.Sadie Powell
2024-04-28Fix message truncation in global/global and global/server.Sadie Powell
2024-04-15Only enable os_noop on IRCDs that actually have a SendSVSNOOP impl.Sadie Powell
2024-04-15Implement support for BIGLINES on UnrealIRCd.Sadie Powell
2024-04-15Bump Bahamut support to require 2.0 or newer.Sadie Powell
2024-04-15Avoid packaging unnecessary .lib files on Windows.Sadie Powell
[skip alpine ci] [skip ubuntu ci]
2024-04-14Avoid duplicate entries in ReplaceCert.Sadie Powell
2024-04-07Add more documentation for overriding confirmation codes.Sadie Powell
2024-04-05Add an operator privilege to allow overriding drop codes.Sadie Powell
Closes #392
2024-04-04Fix extracting timestamps from UnrealIRCd MODE messages.Sadie Powell
Oversight from commit 04e1a4f5c8c4172ca36dd79dfd0731f4aba873a5.
2024-04-02Sync the build system directory names with the core.Sadie Powell
2024-03-29Fix the default value of accessmax in cs_access.Sadie Powell
2024-03-26Add more nick options to webcpanel's nickserv/info page.Sadie Powell
2024-03-26Remove some leftover references to nickserv/access.Sadie Powell
2024-03-26Allow specifying the webcpanel template directory directly.Sadie Powell
There's no need to hardcode a base path here.
2024-03-26Fix some spelling issues in the webcpanel that were missed earlier.Sadie Powell
2024-03-26Use consistent headers and footers on all webcpanel templates.Sadie Powell
2024-03-26Flatten the webcpanel hierarchy slightly.Sadie Powell