[Request] Quassel Core
[Request] Quassel Core
Yet another IRC bouncer, although we have Soju and ZNC already, but they don't play nice with any of the Android clients. Quassel has both desktop and android clients.
Re: [Request] Quassel Core
I am using Quassel locally on my WIndows machine (both client and core)and used it with the Android client as well before, that works quite well
For Android I am now using RevolutionIRC with the ZNC bouncer and also have Quassel coore connect to the same bouncer
For Android I am now using RevolutionIRC with the ZNC bouncer and also have Quassel coore connect to the same bouncer
Last edited by alexlehm on Sat Nov 16, 2024 11:31 am, edited 1 time in total.
Re: [Request] Quassel Core
I might try to look at setting that up later when I get time
Re: [Request] Quassel Core
Doesn't the quassel system work better when ran per user?, I'm not sure if this is the case.
The first reference to it supporting multiple users I could find seems to be from 2008, so things might have changed and the man page section having the command to add a new user seems to say running separate quasselcore is the recommended way to allow multiple clients (so users?)
Re: [Request] Quassel Core
Quassel is a bit quirky, I remember I once upgraded the program shut myself out due to the way the users worked, so the Core was starting and connecting to the irc networks but I could not access the channels until I reset the password with a Sqlite tool.
I will try if a multi-user setup works since I am running that on my machine anyway, that should be easy to test
I will try if a multi-user setup works since I am running that on my machine anyway, that should be easy to test
Re: [Request] Quassel Core
When I add a user to the Quasselcore database, i can connect to that independent of my normal user, so that would work
Depending on how many users that might use, it would work, but the maintenance is manual it seems (quasselcore --add-user)
Another possibility would be to run the Quasselcore program as regular user and use something like tilde.green:4242 to connect (not sure if that is supported on tilde.green actually)
Depending on how many users that might use, it would work, but the maintenance is manual it seems (quasselcore --add-user)
Another possibility would be to run the Quasselcore program as regular user and use something like tilde.green:4242 to connect (not sure if that is supported on tilde.green actually)
Re: [Request] Quassel Core
That's great.
I'd rather not automate the pipeline if I'm not sure it's going to change (and break the script) in the future.
You could run Quasselcore as a regular user, but can't connect from the outside unless you use a ssh tunnel.
Maybe I should setup haproxy to proxy quassel-$USER.tilde.green to a unix domain socket for the users, and they would get the HAProxy IP thingy first, so they'd have to use some library to process that off.