Bram Matthys
9c85cd5bc6
*** UnrealIRCd 5.0.7 release ***
2020-10-10 15:04:18 +02:00
Stanley
893dd84aaf
Added help.nl.conf (Dutch), contribution from Stanley ( #121 )
...
Co-authored-by: DjSxX <46792280+DjSxX@users.noreply.github.com >
2020-09-30 17:49:01 +02:00
Bram Matthys
f2d49eed04
Reputation used the score of the WEBIRC IP rather than the end-user IP.
...
This resulted in high reputation scores for all WEBIRC users.
Reported by DeviL.
2020-09-28 17:41:37 +02:00
Bram Matthys
2d90245626
** UnrealIRCd 5.0.7-rc1 **
2020-09-28 10:04:06 +02:00
Bram Matthys
35ee1eb28a
Some more small release note changes
...
[skip ci]
2020-09-28 09:13:48 +02:00
Bram Matthys
f424a0560a
Update release notes
2020-09-28 09:08:17 +02:00
Bram Matthys
b4b7908612
Fix '/STATS b' and '/STATS badword' not working.
...
Reported by CoreDuo in https://bugs.unrealircd.org/view.php?id=4722
2020-09-27 18:20:34 +02:00
Bram Matthys
b01cbff3e1
Add message tags (such as server-time) to PONG.
...
Requested by GaMbiTo- and KiwiIRC authors in
https://bugs.unrealircd.org/view.php?id=5758
2020-09-27 16:57:28 +02:00
Bram Matthys
42da15bb6e
Minor release note updates
...
[skip ci]
2020-09-27 12:27:47 +02:00
Bram Matthys
9002c92062
Set version to 5.0.7-git and start on some early release notes.
2020-09-26 14:28:41 +02:00
Bram Matthys
422244a2e5
** UnrealIRCd 5.0.6 **
2020-07-15 13:47:49 +02:00
Bram Matthys
f9e8df1972
Update release notes, add header.
...
[skip ci]
2020-07-15 13:44:47 +02:00
Bram Matthys
dd57e08b18
UnrealIRCd 5.0.6 release notes
...
[skip ci]
2020-07-15 13:42:21 +02:00
Bram Matthys
1a349d041d
Start writing release notes
...
[skip ci]
2020-07-15 08:52:41 +02:00
Bram Matthys
7901d61e92
Add Spanish help.conf (conf/help/help.es.conf).
2020-06-12 12:10:52 +02:00
Bram Matthys
d1d0237f2d
** UnrealIRCd 5.0.5.1 **
2020-05-29 08:38:20 +02:00
Bram Matthys
8213eca7d6
Update release notes
2020-05-26 17:50:48 +02:00
Bram Matthys
9c42c20b3c
*** UnrealIRCd 5.0.5 *** (will be published tomorrow)
2020-05-26 17:45:53 +02:00
Bram Matthys
efe4fab8a3
Revert "Update PCRE2 to 10.35 (09-May-2020)."
...
This reverts commit a8e3b2fe59
due to compile issues on Ubuntu 20.04. Bug filed upstream as
https://bugs.exim.org/show_bug.cgi?id=2578
2020-05-24 19:10:58 +02:00
Bram Matthys
60f143acfb
Update curl-ca-bundle to Wed Jan 1 04:12:10 2020 GMT
...
[skip ci]
2020-05-24 17:37:16 +02:00
Bram Matthys
a8e3b2fe59
Update PCRE2 to 10.35 (09-May-2020).
...
The minimum version required is kept at 10.34.
2020-05-24 17:31:59 +02:00
Bram Matthys
30acfcc8c5
UnrealIRCd 5.0.5-rc1 (internal RC, will not be published on site)
2020-05-18 19:28:28 +02:00
Bram Matthys
af51f6e2b2
Fix ELINE helpop docs regarding antimixedutf8.
2020-05-18 15:29:08 +02:00
Bram Matthys
c98eb7c54e
Get rid of }; in example and other shipped .conf files.
...
This is 1,5 years after 459a55245a
and we're on a new series too (5.0), so it was about time.
And YES you may still use }; if you want to. There are no
plans to deprecate or warn about it.
We simply ship with } in the shipped configs because it is
more logical that both { and } don't require a ; rather
than only { not requiring it.
2020-05-18 14:06:57 +02:00
Bram Matthys
5712f0f5d6
Use example.org domain everywhere in example*.conf and help*.conf.
...
And similarly, use ExampleNET instead of MYNet.
2020-05-18 13:44:52 +02:00
Bram Matthys
e7725a3bf2
Reorder things a bit in draft release notes.
...
[skip ci]
2020-05-17 18:40:12 +02:00
k4bek4be
0aa5fb6e7c
Add CLIENTTAGDENY module. ( #108 )
...
It implements the current version of CLIENTTAGDENY isupport token, as defined by IRCv3.
2020-05-16 10:04:33 +02:00
Bram Matthys
893cc2db99
Update draft release notes a bit with the changes of past few days.
...
[skip ci]
2020-05-09 12:20:50 +02:00
Bram Matthys
cf2eecb0d1
Add set::anti-flood::target-flood and +draft/typing to release notes.
...
Again, these are still early release notes drafts.
2020-05-06 11:12:46 +02:00
Bram Matthys
90485453b7
Load typing-indicator module by default (IRCv3 +draft/typing)
2020-05-06 10:56:03 +02:00
Bram Matthys
4e3817b4d5
Initial version of set::anti-flood::target-flood
2020-05-05 20:27:53 +02:00
k4bek4be
331134649f
Add Polish translation for help.conf and update the English one ( #104 )
...
In English helpop add ELINE and extended server bans, fix some typo's....
2020-05-03 13:33:04 +02:00
Bram Matthys
166a772951
Fix except ban without type not exempting gline due to wrong character
...
being used ('g' instead of 'G'). Reported by DeviL.
https://bugs.unrealircd.org/view.php?id=5555
2020-05-03 09:41:32 +02:00
Bram Matthys
9c10bca2a2
Some more release note updates.
...
[skip ci]
2020-04-26 16:13:18 +02:00
Bram Matthys
f5b3328103
Some more release note updates
...
[skip ci]
2020-04-26 15:33:05 +02:00
Bram Matthys
a4345d6091
Write some early release notes for 5.0.5 (won't be released soon)
...
[skip ci]
2020-04-26 15:29:02 +02:00
Bram Matthys
ef5df81917
Merge branch 'unreal50' of github.com:unrealircd/unrealircd into unreal50
2020-04-26 08:48:56 +02:00
Bram Matthys
097903a246
Anope aliases: remove helpserv. Reported by k4be.
2020-04-26 08:47:42 +02:00
LeCoyote
275dffcd6b
French helpop: add missing chmode +D ( #102 )
2020-04-26 08:45:38 +02:00
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