Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-29 | Add support for numerics associated with cs_set_misc entries. | Sadie Powell | |
This is mainly to allow the URL entry to use RPL_CHANNELURL. | |||
2024-11-25 | Rework how guest nicks work. | Sadie Powell | |
- Use the config setting as a string template instead of as a prefix. - Allow users of IRCds that have UIDs to use that as the guest nick. - Fall back to a UID before killing if a guest nick can not be found. | |||
2024-11-18 | Move the set option to its own module. | Sadie Powell | |
This is the first step of rewriting nickname protection. | |||
2024-11-15 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-11-15 | Clarify how to import databases from flatfile to SQL. | Sadie Powell | |
Closes #456. | |||
2024-11-08 | Make the grammar of the SET privilege description less weird. | Sadie Powell | |
2024-10-22 | Replace usestrictprivmsg with something actually useful. | Sadie Powell | |
Every IRC server we support (other than Bahamut which is probably on the chopping bock) uses UIDs so this setting does nothing. Instead, allow configuring a server-side alias for each service and use that when servicealias is enabled. | |||
2024-10-22 | Fix some stuff that was missed in commit b94c3740b9. | Sadie Powell | |
2024-10-22 | Move nickserv/set/message to a new module, kill options:useprivmsg. | Sadie Powell | |
2024-10-20 | Update the cron file name. | TehPeGaSuS | |
name | |||
2024-10-18 | Replace the Facebook ns_set_misc example with a non-URL alternative. | Sadie Powell | |
This makes it more clear you can use this for more than just an URL to an external service. | |||
2024-10-01 | Raise the default nickname expiry time to one year. | Sadie Powell | |
2024-09-26 | Allow sending an oper account on InspIRCd. | Sadie Powell | |
2024-09-17 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-09-17 | Remove config option for options:warningtimeout. | Sadie Powell | |
This hasn't done anything since the early 1.9 releases I'm not sure why it hasn't been removed already. | |||
2024-09-01 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-09-01 | Fix the documentation of mail:usemail. | TehPeGaSuS | |
`nickserv:registration` only has as options: none, admin, mail. I assume that `mail` is the word that should replace `yes` | |||
2024-08-29 | Remove pointless semicolons in the config for the webcpanel module. | Sadie Powell | |
2024-08-29 | Allow server admins to require that a display nick drops last. | Sadie Powell | |
Closes #348. | |||
2024-08-14 | Automatically 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-07-11 | Make it clear that inspircd3 also works with InspIRCd 4. | Sadie Powell | |
2024-07-04 | Add UNIX socket support to mysql module. | ItsOnlyBinary | |
Ref: #419 | |||
2024-06-23 | Make the language around fantasy commands less weird. | Sadie Powell | |
2024-06-23 | Rename suspend in cs_expire to suspendexpire to match ns_expire. | Sadie Powell | |
2024-06-23 | Fix the default config for channel suspensions. | Sadie Powell | |
2024-06-23 | Fix the default config for channel suspensions. | Sadie Powell | |
2024-06-22 | Split nickserv/{sa,}set/language out to its own module. | Sadie Powell | |
2024-06-19 | Update the databases more regularly. | Sadie Powell | |
2024-06-12 | Remove the broken Catalan, Hungarian, and Russian translations. | Sadie Powell | |
2024-06-07 | Rename example.chk to cron.example.sh. | TehPeGaSuS | |
2024-05-16 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-05-16 | Remove some unnecessary advice. | Sadie Powell | |
2024-05-10 | Always use server-side topic and mode locks where available. | Sadie Powell | |
2024-05-01 | Automatically add client certificates to the cert list on register. | Sadie Powell | |
2024-04-15 | Only enable os_noop on IRCDs that actually have a SendSVSNOOP impl. | Sadie Powell | |
2024-04-14 | Fix a typo in the example configs. | Robert Scheck | |
2024-04-05 | Add an operator privilege to allow overriding drop codes. | Sadie Powell | |
Closes #392 | |||
2024-03-31 | Add a default value for sendmailpath. | Sadie Powell | |
2024-03-27 | Alias ACCESS to ALIST now the former is unused. | Sadie Powell | |
2024-03-26 | Allow specifying the webcpanel template directory directly. | Sadie Powell | |
There's no need to hardcode a base path here. | |||
2024-03-19 | Use paths relative to data/conf in the config file. | Sadie Powell | |
This was done in some places already but not consistently. Closes #349. | |||
2024-03-19 | Redocument deprecated encryption modules. | Sadie Powell | |
2024-03-18 | Add verify-only support for POSIX crypt() hashes from Atheme. | Sadie Powell | |
2024-03-18 | Improve sending email. | Sadie Powell | |
- Use consistent line endings as expected by the email spec. - Don't require admins to escape . at the start of lines. - Log the reason why sending email fails. | |||
2024-03-14 | Restore some functionality that was removed in an earlier commit. | Sadie Powell | |
2024-03-14 | Rework sending global notices. | Sadie Powell | |
Admins can now queue multiple messages and send them when they are ready. This is fully compatible with the previous global behaviour. Admins can now also send messages to individual servers. This is useful for informing users of maintenance due to downtime. | |||
2024-03-10 | Ensure that verify-only encryption modules can never encrypt passwords. | Sadie Powell | |
If another module was loaded first and then later unloaded it was possible for a deprecated module to encrypt passwords. | |||
2024-03-10 | Add support for encrypting passwords with the Argon2 algorithm. | Sadie Powell | |
Closes #369. | |||
2024-03-09 | Redocument the encryption module config. | Sadie Powell | |
2024-03-09 | Add the enc_sha2 module which hashes passwords with HMAC-SHA-2. | Sadie Powell | |
Using HMAC instead of changing the IV is a lot safer. |