mirror of
https://github.com/anope/anope.git
synced 2026-06-29 19:56:37 +02:00
47 lines
1.1 KiB
Markdown
47 lines
1.1 KiB
Markdown
# Anope Change Log
|
|
|
|
## Anope 2.1.19 (unreleased)
|
|
|
|
<!-- Last updated for 9f6f0b445bc9387d32a78a089bea529581049683 -->
|
|
|
|
### Breaking Changes
|
|
|
|
* `pkg-config` is now required to find dependencies for the following modules on UNIX systems:
|
|
- enc_argon2
|
|
- ldap
|
|
- mysql
|
|
- regex_pcre2
|
|
- regex_tre
|
|
|
|
### Changes
|
|
|
|
* Added support for associating a timezone with an account to allow users to receive timestamps in their local timezone.
|
|
|
|
```
|
|
/NICKSERV SET TIMEZONE Europe/London
|
|
-NickServ- Timezone changed to Europe/Berlin.
|
|
|
|
/NICKSERV INFO test
|
|
-NickServ- Account registered: Thu 09 Oct 2025 15:22:45 CEST (45 seconds ago)
|
|
```
|
|
|
|
NOTE: This requires a compiler with C++20 timezone support.
|
|
|
|
---
|
|
|
|
* Added support for language-specific time formats.
|
|
|
|
```
|
|
/NICKSERV SET LANGUAGE tr_TR.UTF-8
|
|
-NickServ- Dil Türkçe olarak değiştirildi.
|
|
|
|
/NICKSERV INFO test
|
|
-NickServ- Hesap kaydedildi: Prş 09 Eki 2025 15:22:45 (6 dakika, 16 saniye önce)
|
|
```
|
|
|
|
---
|
|
|
|
* Reordered the information in the `nickserv/info` command output to show the registration dates before the seen information.
|
|
|
|
* Updated the vendored libraries.
|