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. |
|
More...
|
about 2 years ago
|
*** UnrealIRCd 6.0.5-rc2 *** |
|
More...
|
about 2 years ago
|
Update release notes [skip ci] |
|
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 |
|
More...
|
about 2 years ago
|
Fix RPC spamfilter.* (and tkl.*?) not going through fully net-wide due to bogus sender. [skip ci] |
|
More...
|
about 2 years ago
|
RPC spamfilter.add: convert reason to underscores internally when adding |
|
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 |
|
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 |
|
More...
|
about 2 years ago
|
Rebuild ./configure due to previous commit |
|
More...
|
about 2 years ago
|
configure.ac: fix -Wimplicit-function-declaration (#242) |
|
More...
|
about 2 years ago
|
Reorder release notes a bit [skip ci] |
|
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. |
|
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] |
|
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 |
|
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 |
|
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. |
|
More...
|
about 2 years ago
|
Update release notes: fix browser reference, has to be <1.2 and not =1.2. |
|
More...
|
about 2 years ago
|
BuildBot on Windows: Updates for new libraries [skip ci] |
|
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. |
|
More...
|
about 2 years ago
|
*** UnrealIRCd 6.0.5-rc1 *** |
|
More...
|
about 2 years ago
|
Remove unused --enable-opt argument to jansson ./configure |
|
More...
|
about 2 years ago
|