summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)Author
2024-11-29Add support for numerics associated with cs_set_misc entries.Sadie Powell
2024-11-25Rework how guest nicks work.Sadie Powell
2024-11-18Move the set option to its own module.Sadie Powell
2024-11-15Merge branch '2.0' into 2.1.Sadie Powell
2024-11-15Clarify how to import databases from flatfile to SQL.Sadie Powell
2024-11-08Make the grammar of the SET privilege description less weird.Sadie Powell
2024-10-22Replace usestrictprivmsg with something actually useful.Sadie Powell
2024-10-22Fix some stuff that was missed in commit b94c3740b9.Sadie Powell
2024-10-22Move nickserv/set/message to a new module, kill options:useprivmsg.Sadie Powell
2024-10-20Update the cron file name.TehPeGaSuS
2024-10-18Replace the Facebook ns_set_misc example with a non-URL alternative.Sadie Powell
2024-10-01Raise the default nickname expiry time to one year.Sadie Powell
2024-09-26Allow sending an oper account on InspIRCd.Sadie Powell
2024-09-17Merge branch '2.0' into 2.1.Sadie Powell
2024-09-17Remove config option for options:warningtimeout.Sadie Powell
2024-09-01Merge branch '2.0' into 2.1.Sadie Powell
2024-09-01Fix the documentation of mail:usemail.TehPeGaSuS
2024-08-29Remove pointless semicolons in the config for the webcpanel module.Sadie Powell
2024-08-29Allow server admins to require that a display nick drops last.Sadie Powell
2024-08-14Automatically determine SQL column type from the field.Sadie Powell
2024-07-11Make it clear that inspircd3 also works with InspIRCd 4.Sadie Powell
2024-07-04Add UNIX socket support to mysql module.ItsOnlyBinary
2024-06-23Make the language around fantasy commands less weird.Sadie Powell
2024-06-23Rename suspend in cs_expire to suspendexpire to match ns_expire.Sadie Powell
2024-06-23Fix the default config for channel suspensions.Sadie Powell
2024-06-23Fix the default config for channel suspensions.Sadie Powell
2024-06-22Split nickserv/{sa,}set/language out to its own module.Sadie Powell
2024-06-19Update the databases more regularly.Sadie Powell
2024-06-12Remove the broken Catalan, Hungarian, and Russian translations.Sadie Powell
2024-06-07Rename example.chk to cron.example.sh.TehPeGaSuS
2024-05-16Merge branch '2.0' into 2.1.Sadie Powell
2024-05-16Remove some unnecessary advice.Sadie Powell
2024-05-10Always use server-side topic and mode locks where available.Sadie Powell
2024-05-01Automatically add client certificates to the cert list on register.Sadie Powell
2024-04-15Only enable os_noop on IRCDs that actually have a SendSVSNOOP impl.Sadie Powell
2024-04-14Fix a typo in the example configs.Robert Scheck
2024-04-05Add an operator privilege to allow overriding drop codes.Sadie Powell
2024-03-31Add a default value for sendmailpath.Sadie Powell
2024-03-27Alias ACCESS to ALIST now the former is unused.Sadie Powell
2024-03-26Allow specifying the webcpanel template directory directly.Sadie Powell
2024-03-19Use paths relative to data/conf in the config file.Sadie Powell
2024-03-19Redocument deprecated encryption modules.Sadie Powell
2024-03-18Add verify-only support for POSIX crypt() hashes from Atheme.Sadie Powell
2024-03-18Improve sending email.Sadie Powell
2024-03-14Restore some functionality that was removed in an earlier commit.Sadie Powell
2024-03-14Rework sending global notices.Sadie Powell
2024-03-10Ensure that verify-only encryption modules can never encrypt passwords.Sadie Powell
2024-03-10Add support for encrypting passwords with the Argon2 algorithm.Sadie Powell
2024-03-09Redocument the encryption module config.Sadie Powell
2024-03-09Add the enc_sha2 module which hashes passwords with HMAC-SHA-2.Sadie Powell