17
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected about 3 years ago.
Sep 26, 2021 — Sep 26, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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]
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
Destroy channel if 0 users and can_join() rejects the user.
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
Write some initial release notes [skip ci]
Bram Matthys (syzop)
as Bram Matthys
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
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
Add ./Config -h / -help Suggested by hnj in https://bugs.unrealircd.org/view.php?id=6417 [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
Attempt to fix KICK OperOverride message if you are not +o but have +h/+a/+q.
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
Bump version to 6.1.7-git
Bram Matthys (syzop)
as Bram Matthys
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 **
Bram Matthys (syzop)
as Bram Matthys
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]
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
./Config: import settings from UnrealIRCd 6.1.5 [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
** UnrealIRCd 6.1.6-rc1 **
Bram Matthys (syzop)
as Bram Matthys
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.
Bram Matthys (syzop)
as Bram Matthys
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).
Bram Matthys (syzop)
as Bram Matthys
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 { }.
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
Crule: forgot match_realname('*xyz*'). Now we should be at 100% :)
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
Crule: add match_account(), match_country(), match_certfp().
Bram Matthys (syzop)
as Bram Matthys
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.
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
Let's get rid of this !strlen(arg) [skip ci]
Bram Matthys (syzop)
as Bram Matthys
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.
Bram Matthys (syzop)
as Bram Matthys
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]
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago