17
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected over 1 year ago.
Sep 26, 2021 — Sep 26, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
'./unrealircd module upgrade' only showed output for one module upgrade, even when multiple modules were upgraded.
Bram Matthys (syzop)
as Bram Matthys
More... 8 months ago
Config file: when not using quotes, don't silently drop slashes in names/values.
Bram Matthys (syzop)
as Bram Matthys
More... 8 months ago
Forgot to mention set::blacklist::recheck-time in release notes. [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 8 months ago
** UnrealIRCd 6.1.2-rc1 **
Bram Matthys (syzop)
as Bram Matthys
More... 8 months ago
Update curl-ca-bundle to Tue Aug 22 03:12:04 2023 GMT [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 8 months ago
Integrate third/blacklistrecheck functionality (set::blacklist::recheck-time) https://www.unrealircd.org/docs/Set_block#set::blacklist::recheck-time
Bram Matthys (syzop)
as Bram Matthys
More... 8 months ago
In `HOOKTYPE_PRE_CHANMSG` the `mtags` is now a `MessageTag **`, so a pointer-to-a-pointer rather than a pointer, to allow stripping message tags by modules. Needed for a module from Valware.
Bram Matthys (syzop)
as Bram Matthys
More... 9 months ago
Show who actually tried to use a banned nick. Reported by Amiga600 in https://bugs.unrealircd.org/view.php?id=6300 Inspired by patch from Valware in https://github.com/unrealircd/unrealircd/pull/255
Bram Matthys (syzop)
as Bram Matthys
More... 9 months ago
Remember answer to "generate certificate" question in ./Config (#256) More... 9 months ago
Fix crash when ~security-group:securitygroup is used in conf (so old style in eg ban user::mask). Reported by BlackBishop in https://bugs.unrealircd.org/view.php?id=6319
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Make central spamfilters require an 'id', and ignore for non-central. At least for now...
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Add set::central-spamfilter::feed and update the page at https://www.unrealircd.org/docs/Central_Spamfilter
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Spamfilter fixes: prevent actions that are currently config-only from being added by other servers and being able to spread to areas of which the code is currently not ready for ('set', 'report', 'stop').
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Use (*errors)++ consistently.
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Update release notes a bit [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Add new spamfilter type 'raw' which matches against a raw command/protocol line.
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Fix memory leak if using sni blocks
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Possibly fix Windows build.
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Remove antimixedutf8 changes from release notes [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Revert antimixedutf8 changes from earlier, back to 6.1.1(.1) version again.
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Update release notes [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Fix set unknown-users { } not working Repoerted by BlackBishop in https://bugs.unrealircd.org/view.php?id=6292
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Add security-group::rule support, see https://www.unrealircd.org/docs/Crule
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
spamfilter::rule: add destination('#xyz') support (supports wildcards)
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
crule: add inchannel('#xyz'), and inchannel('@#needopshere') works too
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Make 'channel' work in security groups.
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
crule: code cleanups / conform a bit more to unrealircd style
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
crule/spamfilter: pass text in crule context, not used yet, but could be useful in some future crule function. [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
crule: remove CR_DEBUG, bump some limits and remove collapse() call
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Move crule to a module, so we can hot-patch if needed in the future. This is a mandatory module to load, and included in modules.default.conf.
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago