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 compile error due to previous commit (#246) More... about 2 years ago
When authprompt kicks in and the session timeouts, show the original ban reason from the *LINE (or other ban type). Eg /GLINE %*@192.168.* 0 :Please authenticate using SASL would now, if the user has authprompt enabled and the connection times out, exit the client after ~30 secs with "Please authenticate using SASL", instead of "Registration timeout" (pre 6.0.5-rc2) or the generic "Account required to login" (6.0.5-rc2). This to help clients and users who do not type or display anything.
Bram Matthys (syzop)
as Bram Matthys
More... about 2 years ago
*** UnrealIRCd 6.0.5-rc2 ***
Bram Matthys (syzop)
as Bram Matthys
More... about 2 years ago
Update release notes [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... about 2 years ago
Another fix for set::authentication-prompt::enabled 'no' being ignored (#245) More... about 2 years ago
Actually fix previous-previous-commit cdd0e4116d7d60f8267a23f2731f414befda7caf
Bram Matthys (syzop)
as Bram Matthys
More... about 2 years ago
Fix RPC spamfilter.* (and tkl.*?) not going through fully net-wide due to bogus sender. [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... about 2 years ago
RPC spamfilter.add: convert reason to underscores internally when adding
Bram Matthys (syzop)
as Bram Matthys
More... about 2 years ago
When timing out on authprompt, error with "Account required to connect". More ideally it would show the full *LINE reason but that is something for a later release. Inspired by https://bugs.unrealircd.org/view.php?id=6202
Bram Matthys (syzop)
as Bram Matthys
More... about 2 years ago
Fix set::authentication-prompt::enabled 'no' being ignored (#243) More... about 2 years ago
Fix link warning about moddata creationtime (#233) More... about 2 years ago
Log who actually initiated a /CONNECT (both local and remote). Reported by Noisytoot in https://github.com/unrealircd/unrealircd/pull/244
Bram Matthys (syzop)
as Bram Matthys
More... about 2 years ago
Rebuild ./configure due to previous commit
Bram Matthys (syzop)
as Bram Matthys
More... about 2 years ago
configure.ac: fix -Wimplicit-function-declaration (#242) More... about 2 years ago
Reorder release notes a bit [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... about 2 years ago
Get rid of forgotten references to ./unrealircd upgrade-conf (#241) More... about 2 years ago
Unrealircd to UnrealIRCd More... about 2 years ago
unreal to unrealircd More... about 2 years ago
./unreal to ./unrealircd More... about 2 years ago
Enhance ./unrealircd start and ./unrealircd restart: * The `./unrealircd start` command will now refuse to start if UnrealIRCd is already running. * The `./unrealircd restart` command will validate the configuration file (it will call `./unrealircd configtest`). If there is a configuration error then the restart will not go through and the current UnrealIRCd process is kept running.
Bram Matthys (syzop)
as Bram Matthys
More... about 2 years ago
Add internal timeout to unrealircdctl, just in case UnrealIRCd hangs. This because we will soon use that script for 'start' too... [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... about 2 years ago
Update help.conf More... about 2 years ago
Show better error on ./unrealircd start when .so files are missing. And refer to https://www.unrealircd.org/docs/FAQ#shared-library-error
Bram Matthys (syzop)
as Bram Matthys
More... about 2 years ago
Fix ExtBanAdd() for bans that are registered in both MOD_TEST and MOD_INIT leading to duplicates. The effect was that in the 005 EXTBAN= string some letters showed up twice like EXTBAN=~,aacfjmnpqrrtCCGGOSST. Reported by jesse in https://bugs.unrealircd.org/view.php?id=6199
Bram Matthys (syzop)
as Bram Matthys
More... about 2 years ago
Fix leak of 1 file descriptor per /REHASH (the control socket). In "/STATS P" one additional UNIX control socket appeared after each "/REHASH". Reported by jesse.
Bram Matthys (syzop)
as Bram Matthys
More... about 2 years ago
Update release notes: fix browser reference, has to be <1.2 and not =1.2.
Bram Matthys (syzop)
as Bram Matthys
More... about 2 years ago
BuildBot on Windows: Updates for new libraries [skip ci]
Bram Matthys (syzop)
as Bram Matthys
More... about 2 years ago
Update shipped argon2: change Makefile to use 'lib' directory instead of subdir Otherwise things get installed in ~/unrealircd/lib/x86_64-linux-gnu/ which confuses the rest of the system and has no added value whatsoever in our case.
Bram Matthys (syzop)
as Bram Matthys
More... about 2 years ago
*** UnrealIRCd 6.0.5-rc1 ***
Bram Matthys (syzop)
as Bram Matthys
More... about 2 years ago
Remove unused --enable-opt argument to jansson ./configure
Bram Matthys (syzop)
as Bram Matthys
More... about 2 years ago