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
Bump UNREAL_VERSION_TIME [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Fix build problem with current git due to HOOKTYPE_PLACE_HOST_BAN mismatch
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Support setting tags via spamfilter { } blocks
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Change default of set::spamfilter::stop-on-first-match to 'no' (Apparently an undocumented feature, by the way)
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Hmm, why is '=' special in the conf? It isn't!
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Add spamfilter::rule (preconditions), add context to crule parser, and add the first functions: online_time() and reputation().
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Add comparisson operator support to crule (< > ==) Should probably add >= and <= as well :D
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
First go at multi actions...
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Add support for restricting config file blocks.
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Update early release notes a bit [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Set set::spamfilter::utf8 to 'yes' by default.
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Update antimixedutf8 with a complete list of UTF8 blocks, counter more spam.
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Fix rejected_deletes setting in history_delete()
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Bump MODDATA_MAX_LOCAL_CLIENT from 12 to 24.
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Fix documentation confusing regarding rpc-user::match vs ::mask. Only match was working earlier, and for now both are accepted, like everywhere else. Reported by BlackBishop.
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Remove UnrealIRCd 5 from supported versions
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Fix crash on invalid badword { } block in config file (one without type)
Bram Matthys (syzop)
as Bram Matthys
More... 10 months ago
Fix doc\conf\aliases\* being twice in unrealinst.iss [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 11 months ago
Whoops, removed an important backslash, fix compile error :D
Bram Matthys (syzop)
as Bram Matthys
More... 11 months ago
Add 'history_delete' method to HistoryBackend (#253) More... 11 months ago
Update this file too :D [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 11 months ago
Bump version to 6.1.2-git
Bram Matthys (syzop)
as Bram Matthys
More... 11 months ago
Some changes to HOOKTYPE_RECONFIGURE_WEB_LISTENER hack from earlier, that was added late in 6.1.1 development to fix a crash with removing websocket listeners. Now replaced with a generic HOOKTYPE_CONFIG_LISTENER that is not only called for removed listeners, but for all listeners.
Bram Matthys (syzop)
as Bram Matthys
More... 11 months ago
Code cleanup: some strncmp -> str_starts_with* replaces (less chance of mistakes)
Bram Matthys (syzop)
as Bram Matthys
More... 11 months ago
** UnrealIRCd 6.1.1.1 **
Bram Matthys (syzop)
as Bram Matthys
More... 11 months ago
Fix maxperip bug when using a WEBIRC proxy/gateway with IPv4 vs IPv6 mismatch. (more info to follow)
Bram Matthys (syzop)
as Bram Matthys
More... 11 months ago
Mention ./unrealircd upgrade [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 11 months ago
** UnrealIRCd 6.1.1 **
Bram Matthys (syzop)
as Bram Matthys
More... 11 months ago
Don't use slow socket closing (w/TLS handshake) for (G)ZLINE. The whole point of (G)ZLINEs is that it rejects instantly upon accept, that's what makes them different from KLINE/GLINE.
Bram Matthys (syzop)
as Bram Matthys
More... 11 months ago
Fix crash with log destination 'syslog'.
Bram Matthys (syzop)
as Bram Matthys
More... 11 months ago