Fix some typo or massreplace error in Failed OPER attempt message. [skip ci] |
|
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. |
|
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] |
|
More...
|
over 1 year ago
|
JSON-RPC: log.list now has a sources argument which allows filtering. Uses the same filter as log.subscribe. |
|
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 |
|
More...
|
over 1 year ago
|
JSON-RPC: add log.list call to fetch old(er) log entries from memory. |
|
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] |
|
More...
|
over 1 year ago
|
Add safe_json_decref() which sets pointer to NULL after decref. |
|
More...
|
over 1 year ago
|
Set version to 6.1.1-git [skip ci] |
|
More...
|
over 1 year ago
|
Whoops.. fix windows compile issue :D. Let's not add a random x there. |
|
More...
|
over 1 year ago
|
** UnrealIRCd 6.1.0 ** |
|
More...
|
over 1 year ago
|
Remove CCM ciphers, which are likely unavailable anyway. |
|
More...
|
over 1 year ago
|
Fix small memory leak when using JSON-RPC timers. |
|
More...
|
over 1 year ago
|
Fix memory leak in whowasdb Caused by fix a01862bf05cf951bc2f05ade800e82581d6efd04 which no longer assigns but duplicates string values. |
|
More...
|
over 1 year ago
|
JSON-RPC: server_ban.del: more fixes for previous two commits (done) |
|
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. |
|
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 %. |
|
More...
|
over 1 year ago
|
Fix-for-fix of remote includes crash of yesterday (2922a8ae5a6fd79dd6119e5e4f5f1b80b4c70bcd) |
|
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 |
|
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. |
|
More...
|
over 1 year ago
|
Remove library before 'make install'. Possibly fix a bug. |
|
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. |
|
More...
|
almost 2 years ago
|
whowasdb: fix double free issues |
|
More...
|
almost 2 years ago
|
Make previous commit actually work |
|
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) |
|
More...
|
almost 2 years ago
|
Add sendtaggednumeric/sendtaggednumericfmt (#250) |
|
More...
|
almost 2 years ago
|
Bleh, fix a warning... |
|
More...
|
almost 2 years ago
|
** UnrealIRCd 6.1.0-rc2 ** |
|
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`). |
|
More...
|
almost 2 years ago
|
Update release notes a bit [skip ci] |
|
More...
|
almost 2 years ago
|