Bram Matthys
4d85e162aa
Bump git version to 5.0.5-dev.
2020-04-19 17:42:43 +02:00
Bram Matthys
a8a8196147
*** UnrealIRCd 5.0.4 ***
2020-04-19 14:14:03 +02:00
Bram Matthys
6b2d0c4b4b
Update release notes a bit
...
[skip ci]
2020-04-19 09:31:47 +02:00
Bram Matthys
a3784479a1
UnrealIRCd 5.0.4-rc1 (internal release candidate)
2020-04-15 17:45:17 +02:00
Bram Matthys
bc6079c540
Update release notes
...
[skip ci]
2020-04-15 09:10:40 +02:00
Ryan Allen
0b350be64c
Removing duplicate line in conf prog header ( #98 )
2020-04-15 09:02:54 +02:00
LeCoyote
cd059839c5
Update of the French help text. Quite a few items were pretty outdated ( #99 )
...
Fixed a couple of typos too.
2020-04-15 09:01:37 +02:00
Bram Matthys
9fab197021
Bump version to 5.0.4-dev.
2020-04-15 08:56:57 +02:00
Bram Matthys
682f9598d4
Add section header wrt upgrade from u4
...
[skip ci]
2020-04-15 08:49:10 +02:00
Bram Matthys
abd0d3c04c
Add initial version of release notes for 5.0.4
...
[skip ci]
2020-04-15 08:47:49 +02:00
Bram Matthys
30ed989113
*** UnrealIRCd 5.0.3.1 ***
2020-02-11 18:36:52 +01:00
Bram Matthys
b7e2cbea0f
Split off existing account-notify functionality to account-notify module
...
now that we have a hook, so the functionality of it is nicely contained
in a separate module.
2020-02-09 10:48:23 +01:00
Bram Matthys
a283a1cf51
Add link to original UnrealIRCd 5 announcement, for easier navigation.
...
[skip ci]
2020-02-08 09:03:32 +01:00
Bram Matthys
88b13fed26
Move general comment about UnrealIRCd 5 up in release notes.
2020-02-08 08:44:26 +01:00
Bram Matthys
3febf6bc90
*** UnrealIRCd 5.0.3 ***
2020-02-08 08:39:15 +01:00
Bram Matthys
febc4a45f3
Updated labeled-response: drop the draft/ prefix now that the specification
...
is ratified and also fix a serious flood bug in the implementation.
Oh, and move the loadmodule line to the correct place in modules.default.conf.
2020-02-08 08:09:53 +01:00
Bram Matthys
e0d70f577b
Update release notes a bit
...
[skip ci]
2020-02-03 14:49:16 +01:00
Bram Matthys
9211e105eb
Add unrealircd.org/userhost message tag. Similar to previous, so IRCOps
...
can see the real host of a user in each message.
2020-02-02 18:12:07 +01:00
Bram Matthys
ed6a2cf3e3
Add new message tag "unrealircd.org/userip" which will communicate
...
the user@ip of users to IRCOps if the message-tags capability is
enabled. Idea from westor. This is work in progress.
2020-02-02 15:49:21 +01:00
Bram Matthys
63b61d456b
Update wiki link
...
[skip ci]
2020-02-02 13:12:13 +01:00
Bram Matthys
43a9e74662
Set version to 5.0.3-git and write some early release notes.
2020-02-02 12:33:46 +01:00
Bram Matthys
a8c191b291
Add new command: HISTORY #chan [lines]. This is meant for end-users
...
so they can fetch more history than the standard on-join history.
In the future we are also likely to implement IRCv3 CHATHISTORY
once that becomes an official specification. However, until it is
specified and until most major clients support it, several years
are likely to pass. It would be a shame to withhold channel
history to many end-users in the meantime when it takes so little
effort from us to provide an easy command.
See also
https://www.unrealircd.org/docs/Channel_history
And in particular the new section:
https://www.unrealircd.org/docs/Channel_history#Playback_frontends
which explains the relationship between on-join playback,
HISTORY and CHATHISTORY.
2020-02-02 11:57:51 +01:00
Bram Matthys
21278d2549
** UnrealIRCd 5.0.2 release **
2020-01-22 07:11:26 +01:00
Bram Matthys
65afb71111
Fix channel history using the wrong time unit. It is really +H lines:minutes
...
Release notes:
+* [Channel history](https://www.unrealircd.org/docs/Channel_history ) used
+incorrect time internally, resulting in messages expiring too soon.
+The syntax is now really ```/MODE #chan +H lines:time-in-minutes```.
+To make clear that the time is in minutes, an 'm' will be added
+automatically by the server (eg ```+H 15:1440m```).
Bug reported by k4be.
2020-01-21 13:44:51 +01:00
Bram Matthys
8a6968c933
UnrealIRCd 5.0.2
2020-01-20 17:28:56 +01:00
Bram Matthys
f3019f89a1
Fix github hate regarding <>
...
[skip ci]
2020-01-20 14:13:03 +01:00
Bram Matthys
9aa7b7e52f
Update release notes
...
[skip ci]
2020-01-20 14:12:01 +01:00
Bram Matthys
83db4e07db
Always fun that markdown has URI links in reverse order compared to wiki syntax.
...
[skip ci]
2020-01-20 14:07:29 +01:00
Bram Matthys
ce94746898
More release notes updates
...
[skip ci]
2020-01-20 13:52:06 +01:00
Bram Matthys
5b8eba750f
Make set::tls::outdated-protocols and set::tls::outdated-ciphers work
...
again. This ports change 96ee7083c8
from UnrealIRCd 4.x to 5.x. Reported by HeXiLeD.
2020-01-20 13:26:37 +01:00
Bram Matthys
70973ec18b
Start writing release notes for 5.0.2.
2020-01-20 13:05:25 +01:00
Bram Matthys
e9d8341efd
Mention the IRCOp guide in HELPOP OPERCMDS
...
( https://www.unrealircd.org/docs/IRCOp_guide )
2020-01-12 14:43:21 +01:00
Bram Matthys
92c5f06e7e
Fix incorrect spacing in HELPOP EXTBANS
...
[skip ci]
2020-01-10 09:06:28 +01:00
Bram Matthys
bb82138466
UnrealIRCd 5.0.1
2020-01-03 09:38:28 +01:00
Bram Matthys
672153cc4d
Last update of release notes for 5.0.1?
...
[skip ci]
2020-01-03 09:22:12 +01:00
Bram Matthys
a2d0194d94
More release note updates
...
[skip ci]
2020-01-03 09:14:50 +01:00
Bram Matthys
739caa5b88
Some more release note updates
...
[skip ci]
2020-01-03 09:05:26 +01:00
Bram Matthys
ecaec0f062
Update release notes for upcoming 5.0.1 (first part)
...
[skip ci]
2020-01-03 08:48:09 +01:00
Bram Matthys
410148ea91
Document the WHOX syntax in /HELPOP WHO
2019-12-31 13:22:01 +01:00
Bram Matthys
4c255ccbd5
Remove some old "release candidate" references in the docs.
2019-12-13 09:15:18 +01:00
Bram Matthys
eac9cdc319
UnrealIRCd 5.0.0 release
2019-12-13 08:38:42 +01:00
Bram Matthys
f118f95ffa
Some minor release notes updates (need to quote some stuff)
2019-12-11 19:54:30 +01:00
Bram Matthys
9a96c32706
Release notes: update text since --enable-asan is no longer on by default
...
[skip ci]
2019-12-11 18:05:13 +01:00
Bram Matthys
f3e538170e
Minor update in release notes
2019-12-11 17:21:38 +01:00
Bram Matthys
d7301f1b11
Convert some http:// to https:// that were not previously updated it seems
...
[skip ci]
2019-12-06 08:43:37 +01:00
Bram Matthys
12af48a433
Typo in release notes, reported by Koragg
2019-12-01 15:02:40 +01:00
Bram Matthys
e5f9061636
Update Config.header a bit and release UnrealIRCd 5.0.0-rc2.
2019-11-29 08:18:50 +01:00
Bram Matthys
0f7f872a97
Update release notes and set version to 5.0.0-rc2. The actual public
...
release will probably be on Friday, though.
2019-11-27 19:37:38 +01:00
Bram Matthys
1e3d726df7
Setting user mode +q now requires the self:unkickablemode permission.
...
This is included in the *-with-override operclasses.
2019-11-27 12:35:58 +01:00
Bram Matthys
0b8d435232
+L can now be set by +o (or higher) instead of requiring +q (channel owner).
...
Also, update helpop on the new meaning of +L: if unable to join, then
the user is forwarded to the specified channel.
2019-11-27 12:00:57 +01:00