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 6.1.2.2 **
Bram Matthys (syzop)
as Bram Matthys
More... 7 months ago
Add support for "REHASH -centralspamfilter" (alias "REHASH -cs") to force an immediate fetch+load of central spamfilter rules, so you don't have to wait an hour (or whatever is configured).
Bram Matthys (syzop)
as Bram Matthys
More... 7 months ago
Make central spamfilters show in STATS spamfilter as "-centralspamfilter-" rather than "-config-". Suggested by Lord255. [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 7 months ago
Fix another instance of "STATS spamfilter" accidentally containing spaces When using multi-targets like spamfilter { action { report; block; } } it would output in stats like "report, block". Now changed to "report,block"
Bram Matthys (syzop)
as Bram Matthys
More... 7 months ago
Fix STATS output for config-based spamfilters with reasons with spaces.
Bram Matthys (syzop)
as Bram Matthys
More... 7 months ago
Fix possible crash on SETNAME with spamfilter 'u'. [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 7 months ago
Fix tkldb storing (and restoring) central spamfilters. These should not be in tkldb, just like config-based spamfilters are not.
Bram Matthys (syzop)
as Bram Matthys
More... 7 months ago
Don't allow central spamfilter without 'reason'
Bram Matthys (syzop)
as Bram Matthys
More... 7 months ago
Don't crash when reading spamfilters from tkldb that don't compile (anymore). For example, because of a different version of PCRE2, or because of the switch from non-UTF8 to UTF8 (or vice versa) which disallows certain byte sequences.
Bram Matthys (syzop)
as Bram Matthys
More... 7 months ago
Fix minor compiler warning on conflicting types for Auth_Hash (PR #261) More... 7 months ago
** UnrealIRCd 6.1.2.1 **
Bram Matthys (syzop)
as Bram Matthys
More... 7 months ago
Fix crash on REHASH with crule (such as spamfilter::rule). This happens when !, || or && are used, though the exact requirements for the crash may also require a function with arguments.
Bram Matthys (syzop)
as Bram Matthys
More... 7 months ago
** UnrealIRCd 6.1.2 **
Bram Matthys (syzop)
as Bram Matthys
More... 7 months ago
Add Windows .gitignore files (#260) More... 7 months ago
Update help.conf (#259) More... 7 months ago
Remove client->local->next_nick_allowed which is unused nowadays. It was moved to the generic anti-flood framework which is FloodCounter flood[MAXFLOODOPTIONS];
Bram Matthys (syzop)
as Bram Matthys
More... 7 months ago
Call fd_unnotify() on SetDeadSocket(), since we don't care anymore.
Bram Matthys (syzop)
as Bram Matthys
More... 7 months ago
Add small caveat for limited score bumping (running mixed net) [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 8 months ago
Almost forgot version bump in setup.h [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 8 months ago
** UnrealIRCd 6.1.2-rc2 **
Bram Matthys (syzop)
as Bram Matthys
More... 8 months ago
Update release notes [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 8 months ago
Fix NULL pointer crash due to reputation code changes from yesterday
Bram Matthys (syzop)
as Bram Matthys
More... 8 months ago
Update account extban in help.conf (#254) More... 8 months ago
Don't bump reputation scores anymore for users who are in no channels or when they are only in channel(s) with very low member counts.
Bram Matthys (syzop)
as Bram Matthys
More... 8 months ago
Use client:set:reputation oper privilege for latest change [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 8 months ago
Support setting of reputation via /REPUTATION <nick|ip> <value> Useful for testing and.. well.. perhaps other things.
Bram Matthys (syzop)
as Bram Matthys
More... 8 months ago
Allow setting reputation in https://www.unrealircd.org/docs/Actions via action { set REPUTATION--; } and similar.
Bram Matthys (syzop)
as Bram Matthys
More... 8 months ago
Update example.conf with Windows commands for mkpasswd/gencloak/spkifp These work since UnrealIRCd 6.0.2.
Bram Matthys (syzop)
as Bram Matthys
More... 8 months ago
Add set::blacklist::recheck-time 'never' to disable rechecking and document this and blacklist::recheck.
Bram Matthys (syzop)
as Bram Matthys
More... 8 months ago
Add blacklist::recheck to skip a dnsbl from rechecks.
Bram Matthys (syzop)
as Bram Matthys
More... 8 months ago