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
Update release notes a bit [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 5 months ago
Proxy block: rework and add support for X-Forwarded-For, Cloudflare, etc.
Bram Matthys (syzop)
as Bram Matthys
More... 5 months ago
Disable some recent debugcode even with DEBUGMODE on ;D (And yeah this will eventually be removed altogether)
Bram Matthys (syzop)
as Bram Matthys
More... 5 months ago
Remove WSU() items forwarded & secure, since these are in webserver nowadays.
Bram Matthys (syzop)
as Bram Matthys
More... 5 months ago
Add an option to check websocket Origin header via listen { websocket { allow-origin { *.example.net; } } }
Bram Matthys (syzop)
as Bram Matthys
More... 5 months ago
Fix some more warnings, rather minor. [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 5 months ago
Add value check for blacklist config, well, fix it i mean. And fix some compiler warning (remove a useless check). [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 5 months ago
Fix crash reporter to use SNI.
Bram Matthys (syzop)
as Bram Matthys
More... 5 months ago
central-*.c: remove old module manager stuff and bump version. [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 5 months ago
Remove accidental 'else' that caused modulemgr to freeze / make install to hang. ... when using url_unreal instead of url_curl.
Bram Matthys (syzop)
as Bram Matthys
More... 5 months ago
Update central spamreport, https://www.unrealircd.org/docs/Central_spamreport
Bram Matthys (syzop)
as Bram Matthys
More... 5 months ago
Add option set::central-blocklist::blocklist-enabled yes/no (default yes).
Bram Matthys (syzop)
as Bram Matthys
More... 5 months ago
Add RegisterApiCallbackResolverHost() and make blacklist module non-PERM.
Bram Matthys (syzop)
as Bram Matthys
More... 5 months ago
Move dns.h include to unrealircd.h and remove it elsewhere. Because I need c-ares prototypes in modules.h, for next commit. [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 5 months ago
Add URL API and use it at one place from central-blocklist. Docs at: https://www.unrealircd.org/docs/Dev:URL_API
Bram Matthys (syzop)
as Bram Matthys
More... 5 months ago
URL API: add request->connect_timeout & request->transfer_timeout ... in case you want to do fine-tuning.
Bram Matthys (syzop)
as Bram Matthys
More... 6 months ago
Fix Windows compile problem [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 6 months ago
Fix modulemanager issue due to changes from an hour ago.
Bram Matthys (syzop)
as Bram Matthys
More... 6 months ago
Replace modulemanager HTTPS code with the generic URL code. We now have a synchronous_http_request() which can be used for that (NOTE: that function is NOT for use in unrealircd modules)
Bram Matthys (syzop)
as Bram Matthys
More... 6 months ago
In url_curl.c we properly did remove(tmpfile) but in url_unreal.c we did not. Also add a flag to say not to remove the tmpfile -- not working yet. [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 6 months ago
URL API: Response callback is now two structs so we can easily extend.
Bram Matthys (syzop)
as Bram Matthys
More... 6 months ago
URL API: work towards callback w/struct -- actually this is an interim step
Bram Matthys (syzop)
as Bram Matthys
More... 6 months ago
New URL API (not really a unrealircd module api tho) - work in progress.
Bram Matthys (syzop)
as Bram Matthys
More... 6 months ago
Provide a good error when trying to load third/centralblocklist and the like. Since people should use the core modules from now on.
Bram Matthys (syzop)
as Bram Matthys
More... 6 months ago
Bump UNREAL_VERSION_TIME [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 6 months ago
Make get_central_api_key() an efunction rather than doing things by hooks.
Bram Matthys (syzop)
as Bram Matthys
More... 6 months ago
Fix compile problem with central-blocklist on FreeBSD.
Bram Matthys (syzop)
as Bram Matthys
More... 6 months ago
Update modules and Makefiles so central-api & central-blocklist compile.
Bram Matthys (syzop)
as Bram Matthys
More... 6 months ago
First import these as-is from third/ to track history properly (not compilable) [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... 6 months ago
Via JSON-RPC one could place a gzline on ide...@host, which is invalid. The effect it had was actually *@host, so ident@* became *@* -grin-.
Bram Matthys (syzop)
as Bram Matthys
More... 6 months ago