17
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected over 2 years ago.
Sep 26, 2021 — Sep 26, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix some typo or massreplace error in Failed OPER attempt message. [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
Don't show REMOTE_CLIENT_JOIN for users on a server that is syncing. Was an overshight. We don't show REMOTE_CLIENT_CONNECT either in such a case.
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
Propagate blacklist hit message globally. For snomask 'B', but also for remote logging and JSON-RPC logging purposes. [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
JSON-RPC: log.list now has a sources argument which allows filtering. Uses the same filter as log.subscribe.
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
Don't log join/part/kick by default if memory log is on via conf/rpc.modules.default.conf. This because: 1) It matches the default in example.conf for ircd.log 2) It is a more privacy-friendly setting 3) The log entries are spammy / fill the memory log buffer quickly
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
JSON-RPC: add log.list call to fetch old(er) log entries from memory.
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
When rpc.modules.default.conf is loaded, remember last 1000 lines of log entries for a maximum of 7 days, in memory. [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
Add safe_json_decref() which sets pointer to NULL after decref.
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
Set version to 6.1.1-git [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
Whoops.. fix windows compile issue :D. Let's not add a random x there.
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
** UnrealIRCd 6.1.0 **
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
Remove CCM ciphers, which are likely unavailable anyway.
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
Fix small memory leak when using JSON-RPC timers.
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
Fix memory leak in whowasdb Caused by fix a01862bf05cf951bc2f05ade800e82581d6efd04 which no longer assigns but duplicates string values.
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
JSON-RPC: server_ban.del: more fixes for previous two commits (done)
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
Additional fix for previous: deletion didn't work either, let's move this fiddling up one layer. Though i should really check if .get works.
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
JSON-RPC: server_ban.add: fix softbans not working. Actually two issues: * passed the wrong 'type' so it rejected all softbans. * and fix bans being added with %% instead of %.
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
Fix-for-fix of remote includes crash of yesterday (2922a8ae5a6fd79dd6119e5e4f5f1b80b4c70bcd)
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
Fix memory leak when an outgoing TLS_connect() fails. Reported by immibis in https://bugs.unrealircd.org/view.php?id=6263
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
Fix crash if there is a parse error in an included file and there are other remote included files still being downloaded. This issue exists both with and without cURL, so in both url interfaces.
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
Remove library before 'make install'. Possibly fix a bug.
Bram Matthys (syzop)
as Bram Matthys
More... over 1 year ago
More chgs to last commits: use listener->options & LISTENER_NO_CHECK_CONNECT_FLOOD as that is the same method we use in connect-flood.
Bram Matthys (syzop)
as Bram Matthys
More... almost 2 years ago
whowasdb: fix double free issues
Bram Matthys (syzop)
as Bram Matthys
More... almost 2 years ago
Make previous commit actually work
Bram Matthys (syzop)
as Bram Matthys
More... almost 2 years ago
Don't count RPC for set::max-unknown-connections-per-ip. This fixes you no longer being able to get on to the IRC network if you also run the webpanel from your same source IP (and other similarly weird errors, of course)
Bram Matthys (syzop)
as Bram Matthys
More... almost 2 years ago
Add sendtaggednumeric/sendtaggednumericfmt (#250) More... almost 2 years ago
Bleh, fix a warning...
Bram Matthys (syzop)
as Bram Matthys
More... almost 2 years ago
** UnrealIRCd 6.1.0-rc2 **
Bram Matthys (syzop)
as Bram Matthys
More... almost 2 years ago
New option listen::spoof-ip, only valid when using UNIX domain sockets (so listen::file). This way you can override the IP address that users come online with when they use the socket (default was and still is `127.0.0.1`).
Bram Matthys (syzop)
as Bram Matthys
More... almost 2 years ago
Update release notes a bit [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... almost 2 years ago