restrict-commands: add option 'channel-create' (channel creation) (#285) |
|
More...
|
over 1 year ago
|
Reorder some if's and comment them to make sense. [skip ci] |
|
More...
|
over 1 year ago
|
Destroy channel if 0 users and can_join() rejects the user. |
|
More...
|
over 1 year ago
|
Write some initial release notes [skip ci] |
|
More...
|
over 1 year ago
|
Make locop only able to REHASH local server and not remote ones. As reported in https://bugs.unrealircd.org/view.php?id=6414 |
|
More...
|
over 1 year ago
|
Add ./Config -h / -help Suggested by hnj in https://bugs.unrealircd.org/view.php?id=6417 [skip ci] |
|
More...
|
over 1 year ago
|
Attempt to fix KICK OperOverride message if you are not +o but have +h/+a/+q. |
|
More...
|
over 1 year ago
|
Bump version to 6.1.7-git |
|
More...
|
over 1 year ago
|
Add option set::tls::certificate-expiry-notification (#286) |
|
More...
|
over 1 year ago
|
comment optional, fictional example blocks (#282) |
|
More...
|
over 1 year ago
|
remove nonexistant email address in badwords conf (#283) |
|
More...
|
over 1 year ago
|
Fix comment in example.conf (#281) |
|
More...
|
over 1 year ago
|
fix comment in modules.optional.conf (#280) |
|
More...
|
over 1 year ago
|
Fix OPEROVERRIDE_VERIFY option. (#278) |
|
More...
|
over 1 year ago
|
** UnrealIRCd 6.1.6 ** |
|
More...
|
over 1 year ago
|
Update curl-ca-bundle to Mon Mar 11 15:25:27 2024 GMT https://curl.se/docs/caextract.html [skip ci] |
|
More...
|
over 1 year ago
|
./Config: import settings from UnrealIRCd 6.1.5 [skip ci] |
|
More...
|
over 1 year ago
|
** UnrealIRCd 6.1.6-rc1 ** |
|
More...
|
over 1 year ago
|
fix word repetition in operclass.conf (#279) |
|
More...
|
over 1 year ago
|
Don't put insecure gatewayed/proxied connections in 'tls-users' security group. |
|
More...
|
over 1 year ago
|
Fix crash if you first REHASH and have a parse error (failed rehash 1) and then REHASH again but a remote include fails to load (failed rehash 2). |
|
More...
|
over 1 year ago
|
Crule: forgot a context && context->client check. Just in case the crule is used outside security groups / spamfilter, like in deny link { }. |
|
More...
|
over 1 year ago
|
Crule: forgot match_realname('*xyz*'). Now we should be at 100% :) |
|
More...
|
over 1 year ago
|
Crule: add match_account(), match_country(), match_certfp(). |
|
More...
|
over 1 year ago
|
Add user_matches_extended_server_ban() which works similar to match_user_extended_server_ban except that it works by name/value. |
|
More...
|
over 1 year ago
|
Let's get rid of this !strlen(arg) [skip ci] |
|
More...
|
over 1 year ago
|
Some minor tweaks so these can be used in pre-connect-stage. Otherwise in pre-connect-stage is_identified(), is_webirc() and is_websocket() will always return false due to the IsUser() check. |
|
More...
|
over 1 year ago
|
Crule: add is_identified(), is_websocket() and is_webirc() (#277) |
|
More...
|
over 1 year ago
|
Update modules.c - Fix small spelling error (#276) |
|
More...
|
over 1 year ago
|
Update release notes a bit [skip ci] |
|
More...
|
over 1 year ago
|