* `casemapping: ascii` is now default
* test that non-ascii nicks are rejected by default
* test that non-ascii nicks are accepted under `casemapping: precis`
pytest-xdist (well, execnet) re-loads modules after forking, so each process
had its own lock, making the lock useless.
Co-authored-by: Shivaram Lingamneni <slingamn@cs.stanford.edu>
* [WIP] Add support for Sable
* tweak sable controller
* echo_message: Add missing synchronization for Sable
* update sable
* whois: Simplify test
* WHO: Remove test for oper flag from testWhoChan
So it won't fail on Sable, which hides oper status
* WHO: Skip/xfail tests for Sable as needed
* Skip NakWhole when multi-prefix is not supported
* [WIP] Run Sable on CI
* working-directory is not setable on actions
* this isn't ergo
* this really isn't ergo
* minimize rust install and cache cargo deps
* Need to specify packages to install...
* Phony target
* Give up on 'cargo install', it seems to ignore the cache
* try again to cache the target dir
* This isn't Solanum
* Comment out BaseServicesController
* Parallelize Sable tests
* target is relative...
* sigh
* Fix prefix
* Re-add the other software
* chathistory: Test TOPIC is not sent unless event-playable is enabled
* sable: Dynamically generate certificates
This allows using custom server/services names
* sable: Enable services
* sable: Add support for account registration
Sable doesn't support REGISTER via NickServ
* sable: Lower log verbosity
* Fix lint
* Re-add Sable to CI
* Fix/skip tests on Sable
* Kill sable_services' subprocesses
* Bump Sable to include the labeled-response fix
* Bump Sable to the channel-rename downgrade fix
* Add various validation tests
* skip UTF8ONLY tests on servers that don't support it
* Fixes for Ergo
* Fixes for Nefarious and ircu2
* xfail for irc2 and workaround for ngIRCd
* Bump ngIRCd to the ERR_NOTEXTTOSEND fix
* Test that WHO #chan always returns that channel
@emersion's test from https://github.com/progval/irctest/pull/190
Co-authored-by: Simon Ser <contact@emersion.fr>
Co-authored-by: Val Lorentz <progval+github@progval.net>
Our Github Workflow builds and runs on different machines, causing argon2
to be built sometimes with some CPU instructions that the machine running
it does not support.
The '=' syntax is an ircd-hybrid-ism, and Unreal will drop support for
it in the next release. More specifically, somewhere between
0af88581d380602bfd58a0cdaa36b714fb7ef3c3 and c8c265790494b908ff397c705855a21e591884de
in its Git history.
* Update workflows to run on Ubuntu 22.04.
* Add a patch to fix Bahamut on Ubuntu 22.04.
Source: https://github.com/DALnet/bahamut/pull/219
* Add a patch to fix Charybdis on Ubuntu 22.04.
* Add SETNAME tests
* fix race condition
* fix synchronization issue
sendLine does not synchronize by itself; call getMessage to synchronize
and test the message since we have it
* Update irctest/server_tests/setname.py
Co-authored-by: Val Lorentz <progval+github@progval.net>
---------
Co-authored-by: Shivaram Lingamneni <slingamn@cs.stanford.edu>
Co-authored-by: Val Lorentz <progval+github@progval.net>
'yarn global add https://github.com/thelounge/thelounge.git' doesn't work
because we now need to compile TypeScript to JavaScript when not downloading
from the package manager
* add a test for channel +n / -n
* Update irctest/server_tests/chmodes/nooutside.py
Co-authored-by: Val Lorentz <progval+github@progval.net>
* Update irctest/server_tests/chmodes/nooutside.py
Co-authored-by: Val Lorentz <progval+github@progval.net>
* consistently rename to "no external messages"
---------
Co-authored-by: Val Lorentz <progval+github@progval.net>