17
I Use This!
Activity Not Available

Commits : Listings

Analyzed 3 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
Fix "Central blocklist too slow to respond" message when using softban or require authentication { } block.
Bram Matthys (syzop)
as Bram Matthys
More... 4 months ago
Move 'reserved clients' stuff to runtime, since 'ulimit -n' could be lower. This fixes a bug where if you run ./Config with 'auto' file descriptors, and then have an unusually low 'ulimit -n' of like 150, you would end up with a negative amount of file descriptors available for use.
Bram Matthys (syzop)
as Bram Matthys
More... 4 months ago
Fix no-implicit-names to set official flag. As all buildbots failed.
Bram Matthys (syzop)
as Bram Matthys
More... 4 months ago
Add support for CAP draft/no-implicit-names
Bram Matthys (syzop)
as Bram Matthys
More... 4 months ago
Only do slow spamfilter detection for regexes, not for 'simple' */?
Bram Matthys (syzop)
as Bram Matthys
More... 4 months ago
Don't call spamfilter for TAGMSG. If you are filtering that, look at 'T'.
Bram Matthys (syzop)
as Bram Matthys
More... 4 months ago
Bump version to 6.1.5-git
Bram Matthys (syzop)
as Bram Matthys
More... 4 months ago
central-api: add format check for api-key so people don't use a request-key there. Reported by DeviL.
Bram Matthys (syzop)
as Bram Matthys
More... 4 months ago
Fix +I ~operclass requiring an operclass block name of >3 characters. Reported by BlackBishop in https://bugs.unrealircd.org/view.php?id=6372
Bram Matthys (syzop)
as Bram Matthys
More... 4 months ago
Wait longer for a REHASH when running with ASan
Bram Matthys (syzop)
as Bram Matthys
More... 4 months ago
** UnrealIRCd 6.1.4 **
Bram Matthys (syzop)
as Bram Matthys
More... 4 months ago
Make sure we never use this variable again ;) [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 4 months ago
Fix crash issue in websocket server (CVE-2023-50784)
Bram Matthys (syzop)
as Bram Matthys
More... 4 months ago
Fix the fix for frame assembly in webserver.
Bram Matthys (syzop)
as Bram Matthys
More... 4 months ago
** UnrealIRCd 6.1.3 **
Bram Matthys (syzop)
as Bram Matthys
More... 4 months ago
Fix memory leak due to change from yesterday (duh..) Caused by 4178cb3f810df32960dcc5025c73bdc1ead382bb [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 4 months ago
Fix frame reassembly in webserver_handle_request_header()
Bram Matthys (syzop)
as Bram Matthys
More... 4 months ago
Thanks to Koragg for reporting previous issue :D 54ad2d15860f9daa68003b3259584344339b6061 [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 4 months ago
Fix crash with 'crule', because it was being checked against Services bots
Bram Matthys (syzop)
as Bram Matthys
More... 4 months ago
** UnrealIRCd 6.1.3-rc1 **
Bram Matthys (syzop)
as Bram Matthys
More... 5 months ago
Add unrealircd_version in CBL request, mostly for the future. [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 5 months ago
Makefile.windows: add src/api-apicallback.c to fix build [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 5 months ago
Include oper name on /SPAMREPORT (for central spamreport)
Bram Matthys (syzop)
as Bram Matthys
More... 5 months ago
Fix module manager: if 1 upgrade failed, the remaining were not upgraded.
Bram Matthys (syzop)
as Bram Matthys
More... 5 months ago
Update RELEASE-NOTES.md to fix reference to 6.1.2 (#264) More... 5 months ago
Doxygen updates, mostly for https://www.unrealircd.org/docs/Dev:URL_API Or actually: https://www.unrealircd.org/api/6/structOutgoingWebRequest.html
Bram Matthys (syzop)
as Bram Matthys
More... 5 months ago
Some minor release notes updates [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 5 months ago
Fix unitialized variable access caused by earlier commit of today
Bram Matthys (syzop)
as Bram Matthys
More... 5 months ago
Fetch Central Spamfilter rules with the API Key via alternate URL.
Bram Matthys (syzop)
as Bram Matthys
More... 5 months ago
Release notes: mention central-api/-blocklist/-spamreport. [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 5 months ago