summaryrefslogtreecommitdiff
path: root/data/anope.example.conf
AgeCommit message (Expand)Author
2025-04-07Make the length of confirmation codes configurable.Sadie Powell
2025-03-26Add the db_json module.Sadie Powell
2025-03-22Allow customising the length at which lines are wrapped after.Sadie Powell
2025-03-13Fix deleting old db_flatfile database backups.Sadie Powell
2025-03-09Make config variables a lot more useful.Sadie Powell
2025-03-08Rework how nickname protection works.Sadie Powell
2025-02-14Merge branch '2.0' into 2.1.Sadie Powell
2025-01-30Fix a typo in the enc_sha2 docs.Sadie Powell
2024-11-15Merge branch '2.0' into 2.1.Sadie Powell
2024-10-22Replace usestrictprivmsg with something actually useful.Sadie Powell
2024-10-22Move nickserv/set/message to a new module, kill options:useprivmsg.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-01Merge branch '2.0' into 2.1.Sadie Powell
2024-08-29Allow server admins to require that a display nick drops last.Sadie Powell
2024-06-23Make the language around fantasy commands less weird.Sadie Powell
2024-06-19Update the databases more regularly.Sadie Powell
2024-06-12Remove the broken Catalan, Hungarian, and Russian translations.Sadie Powell
2024-05-16Merge branch '2.0' into 2.1.Sadie Powell
2024-05-10Always use server-side topic and mode locks where available.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-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-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
2024-03-07Consistently use email instead of e-mail.Sadie Powell
2024-03-07Use the C++11 random number generator instead of rand().Sadie Powell
2024-03-07Add the initial version of the Atheme database importer.Sadie Powell
2024-02-29If a user runs an invalid command try to suggest a valid one.Sadie Powell
2024-02-29Fix some oversights.Sadie Powell
2024-02-29Rip out ns_access and related code.Sadie Powell
2024-02-25Remove a reference to 1.8.Sadie Powell
2024-02-22GetMaxListFor: use size_t and add a default like the other fields.Sadie Powell
2024-02-22If the IRCd sends a field limit then use it over that of the config.Sadie Powell
2024-01-24Rename several modules to remove the m_ prefix.Sadie Powell
2023-12-17Add the regex_stdlib regular expression engine.Sadie Powell
2023-11-24Add a note about how to send emails on Windows.Sadie Powell
2023-11-23Allow users to opt-out of being added to channel access lists.Sadie Powell
2023-07-11Merge branch '2.0' into 2.1.Sadie Powell
2022-12-17Add support for linking over UNIX sockets.Sadie Powell
2022-02-05Merge branch '2.0' into 2.1.Sadie Powell
2022-01-04Update more IRCServices references to reflect the current project.Sadie Powell
2022-01-03Merge branch '2.0' into 2.1.Sadie Powell