Sadie Powell
ee7455daa8
Fix a copy/paste error in webcpanel.
2024-02-29 16:27:24 +00:00
Sadie Powell
5f735b2570
Fix matching extbans on InspIRCd and implement missing matchers.
2024-02-27 20:33:43 +00:00
Sadie Powell
4ea2bc5e46
Mark as 2.0.16-git.
2024-02-17 20:08:10 +00:00
Sadie Powell
eabc8b641e
Release 2.0.15.
2.0.15
2024-02-17 20:07:09 +00:00
Sadie Powell
2f1ed186d1
Update the change log.
2024-02-17 20:06:08 +00:00
Sadie Powell
4cc68397dc
Update the copyright headers for 2024.
2024-02-17 19:58:17 +00:00
Sadie Powell
2b7872139c
Prevent resetting the password of suspended accounts.
...
Closes #351 .
2024-02-17 19:52:39 +00:00
Sadie Powell
8e3be20387
Update the Windows dependencies.
2024-02-11 21:34:00 +00:00
Sadie Powell
689dd44d3b
Add a GitHub security policy.
2024-02-11 21:32:23 +00:00
Sadie Powell
c9e0245f23
Revert "Document ns_no_expire nick default".
...
This reverts commit 9c9df2ad1f .
Closes #350 .
2024-02-11 16:22:01 +00:00
Robby
73d8c85879
Update the dutch language file.
2024-01-31 06:17:00 +01:00
Robby
7ae20c2a6d
Remove an extraneous space in cs_xop.
2024-01-31 03:08:54 +01:00
Sadie Powell
d6a826a09c
Backport CI changes from the 2.1 branch.
2024-01-24 14:45:57 +00:00
Sadie Powell
016761776b
Add a new Turkish translation contributed by CaPa CuL.
...
Co-authored-by: CaPa CuL <capacul@gmail.com >
2024-01-22 16:29:20 +00:00
Victor Coss
c2450eabab
Fix typo
2024-01-22 00:38:23 +00:00
Val Lorentz
6e6e053384
fr_FR: Update fuzzy strings
2024-01-05 19:49:56 +00:00
Valentin Lorentz
5edf19d230
fr_FR: Fix trailing spaces
2024-01-05 19:00:19 +00:00
Sadie Powell
eb2aaf22ed
Fix a copy/paste error in the default channel settings.
2024-01-01 17:32:37 +00:00
Sadie Powell
aca9d30064
Tweak the issue templates slightly.
2023-12-19 21:21:39 +00:00
Sadie Powell
b84b1d8166
Misc grammar fixes.
2023-12-17 19:32:45 +00:00
Mingjie Shen
8e2fa4acdb
messages: fix incorrect format specifier
...
Calling a printf-like function with the wrong type of arguments causes
unpredictable behavior.
Signed-off-by: Mingjie Shen <shen497@purdue.edu >
2023-12-08 17:16:53 +00:00
PeGaSuS
cc9e2c1260
Fix missing end of comment
2023-11-24 21:04:05 +00:00
Sadie Powell
c3e95d8e2e
Fix chanserv/suspend info not being visible to regular users.
...
Closes #325 .
2023-11-16 19:54:23 +00:00
Sadie Powell
ba163027bd
Make the SASL PLAIN implementation more robust.
...
- 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-11-16 18:14:15 +00:00
Sadie Powell
1eba69d035
Fix a missing override keyword.
2023-10-24 18:10:32 +01:00
Sadie Powell
eb409fc6eb
When changing the nick of a user on inspircd3 send the expected ts.
...
This should prevent users being renicked if they changed their nick
between services sending the renick and the IRCd receiving it.
2023-10-24 18:00:34 +01:00
Sadie Powell
97fa6d84bc
Fix confirming an unconfirmed operator's account.
2023-10-22 23:31:48 +01:00
Sadie Powell
02940e4ea8
Fix a misleading temporary variable in ns_register.
2023-10-20 18:10:29 +01:00
Sadie Powell
69a0f3bec2
Fix removing entries by an alias in chanserv/access and chanserv/xop.
2023-10-12 19:09:44 +01:00
Dragone2
6119586920
Small fixes and improvements to Italian translation.
2023-10-04 17:14:39 +01:00
dependabot[bot]
32cf99fdb5
Bump actions/checkout from 3 to 4
...
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-10-01 17:20:09 +01:00
Sadie Powell
ca2209aaed
Show the SQL service name in the db_sql error message.
...
This should help users diagnose issues easier.
2023-09-05 00:21:31 +01:00
Sadie Powell
0a3ddef315
Replace Twitter with Mastodon in the ns_set_misc example config.
...
Closes #320 .
2023-08-31 07:19:00 +01:00
Sadie Powell
0715db7182
Mark as 2.0.15-git.
2023-08-06 13:00:09 +01:00
Sadie Powell
8bf14ad5ea
Release 2.0.14.
2.0.14
2023-08-06 12:58:38 +01:00
Sadie Powell
c9f21f4ef6
Update the changelogs.
2023-08-06 12:57:26 +01:00
Sadie Powell
1b2eb9b9c8
Fix the pull request template to be more relevant to Anope.
2023-07-30 12:41:21 +01:00
Sadie Powell
1343be58d7
Add some templates for people filing issues on GitHub.
2023-07-30 12:15:20 +01:00
Sadie Powell
97f6aadd5b
Fix paging the Config header on some util-linux revisions.
...
We use an environment variable here as passing -e directly may
result in an error on older `more` releases.
2023-07-28 23:56:09 +01:00
Sadie Powell
2dafc85af4
Remove references to the ilm which never got updated from 1.8.
2023-07-16 18:25:21 +01:00
Sadie Powell
7f8a0c9d33
Allow Anope to look up multiple DNS results.
...
For fixing bug 1756.
2023-07-11 16:11:57 +01:00
Sadie Powell
cc23f6dc01
Fix sending log messages from a renamed pseudoclient.
...
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-11 15:13:17 +01:00
PeGaSuS
e717ac0a89
Clarify that operserv/sqline can also match channel names.
2023-07-09 23:44:02 +01:00
Sadie Powell
34ab54522e
Fix not serialising dontkickops/dontkickvoices properly.
2023-07-09 23:09:11 +01:00
Sadie Powell
47bbc9b3fb
Enable CanSQLineChannel in unreal4.
...
Ref: https://www.unrealircd.org/docs/Server_protocol:SQLINE_command
2023-07-09 22:32:43 +01:00
Sadie Powell
68b51c7481
Fix not getting memo notifications when using SASL.
2023-07-09 22:32:43 +01:00
Sadie Powell
37b60f8d9d
Update links to the bugtracker.
2023-07-09 20:06:32 +01:00
Sadie Powell
14204353ac
Allow customising the email content type.
...
This will allow people to send emails using HTML or non UTF-8 text.
2023-07-09 14:39:51 +01:00
Sadie Powell
098f19c005
Fix a crash when a module tries to get another module's config.
2023-07-06 10:53:25 +01:00
PeGaSuS
4e1f5cce80
Tell users that they must identify to their account before using CONFIRM.
...
This only happens when a nickname is registered via webcpanel and said nickname is online.
2023-07-05 17:09:47 +01:00