summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-04When using ldap/sql auth prevent displays expiring before their group.Sadie Powell
This prevents zombie accounts from being left around that can't be authenticated to. Closes #355.
2024-02-29Fix a copy/paste error in webcpanel.Sadie Powell
2024-02-27Fix matching extbans on InspIRCd and implement missing matchers.Sadie Powell
2024-02-17Mark as 2.0.16-git.Sadie Powell
2024-02-17Release 2.0.15.2.0.15Sadie Powell
2024-02-17Update the change log.Sadie Powell
2024-02-17Update the copyright headers for 2024.Sadie Powell
2024-02-17Prevent resetting the password of suspended accounts.Sadie Powell
Closes #351.
2024-02-11Update the Windows dependencies.Sadie Powell
2024-02-11Add a GitHub security policy.Sadie Powell
2024-02-11Revert "Document ns_no_expire nick default".Sadie Powell
This reverts commit 9c9df2ad1fc8e8f03f4b28d21b4dcc2895d3795c. Closes #350.
2024-01-31Update the dutch language file.Robby
2024-01-31Remove an extraneous space in cs_xop.Robby
2024-01-24Backport CI changes from the 2.1 branch.Sadie Powell
2024-01-22Add a new Turkish translation contributed by CaPa CuL.Sadie Powell
Co-authored-by: CaPa CuL <capacul@gmail.com>
2024-01-22Fix typoVictor Coss
2024-01-05fr_FR: Update fuzzy stringsVal Lorentz
2024-01-05fr_FR: Fix trailing spacesValentin Lorentz
2024-01-01Fix a copy/paste error in the default channel settings.Sadie Powell
2023-12-19Tweak the issue templates slightly.Sadie Powell
2023-12-17Misc grammar fixes.Sadie Powell
2023-12-08messages: fix incorrect format specifierMingjie Shen
Calling a printf-like function with the wrong type of arguments causes unpredictable behavior. Signed-off-by: Mingjie Shen <shen497@purdue.edu>
2023-11-24Fix missing end of commentPeGaSuS
2023-11-16Fix chanserv/suspend info not being visible to regular users.Sadie Powell
Closes #325.
2023-11-16Make the SASL PLAIN implementation more robust.Sadie Powell
- Reject auth attempts that try to authenticate using an alternate authorization identity. - Reject auth attempts that contain extraneous null bytes in the string as required by the SASL PLAIN RFC. - General code quality cleanup.
2023-10-24Fix a missing override keyword.Sadie Powell
2023-10-24When changing the nick of a user on inspircd3 send the expected ts.Sadie Powell
This should prevent users being renicked if they changed their nick between services sending the renick and the IRCd receiving it.
2023-10-22Fix confirming an unconfirmed operator's account.Sadie Powell
2023-10-20Fix a misleading temporary variable in ns_register.Sadie Powell
2023-10-12Fix removing entries by an alias in chanserv/access and chanserv/xop.Sadie Powell
2023-10-04Small fixes and improvements to Italian translation.Dragone2
2023-10-01Bump actions/checkout from 3 to 4dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05Show the SQL service name in the db_sql error message.Sadie Powell
This should help users diagnose issues easier.
2023-08-31Replace Twitter with Mastodon in the ns_set_misc example config.Sadie Powell
Closes #320.
2023-08-06Mark as 2.0.15-git.Sadie Powell
2023-08-06Release 2.0.14.2.0.14Sadie Powell
2023-08-06Update the changelogs.Sadie Powell
2023-07-30Fix the pull request template to be more relevant to Anope.Sadie Powell
2023-07-30Add some templates for people filing issues on GitHub.Sadie Powell
2023-07-28Fix paging the Config header on some util-linux revisions.Sadie Powell
We use an environment variable here as passing -e directly may result in an error on older `more` releases.
2023-07-16Remove references to the ilm which never got updated from 1.8.Sadie Powell
2023-07-11Allow Anope to look up multiple DNS results.Sadie Powell
For fixing bug 1756.
2023-07-11Fix sending log messages from a renamed pseudoclient.Sadie Powell
If a command is named e.g. nickserv/wibble it previously tried to look up the nickserv service and if this service didn't exist then it would fall back to sending from the first available service. This caused problems if the NickServ service had been renamed to something else. Reported by @AndrioCelos on IRC.
2023-07-09Clarify that operserv/sqline can also match channel names.PeGaSuS
2023-07-09Fix not serialising dontkickops/dontkickvoices properly.Sadie Powell
2023-07-09Enable CanSQLineChannel in unreal4.Sadie Powell
Ref: https://www.unrealircd.org/docs/Server_protocol:SQLINE_command
2023-07-09Fix not getting memo notifications when using SASL.Sadie Powell
2023-07-09Update links to the bugtracker.Sadie Powell
2023-07-09Allow customising the email content type.Sadie Powell
This will allow people to send emails using HTML or non UTF-8 text.
2023-07-06Fix a crash when a module tries to get another module's config.Sadie Powell