quassel-webserver icon indicating copy to clipboard operation
quassel-webserver copied to clipboard

A web server/client for Quassel

Results 44 quassel-webserver issues
Sort by recently updated
recently updated
newest added

Used to work fine in Ubuntu 18.04 but does not work in 20.04. The client connects and disconnects immediately. There seems to be some tls error. Here are the error...

If the browser windows has no focus no new messages are displayed. But strangely it works if there is an open connection to another client (quasseldroid oder quasselclient). Is this...

Would be great to have videos and pictures displayed automatically in the chat window (like some apps do).

enhancement

I'm running nodejs 11.15.0-1 on archlinux. [email protected] When I try to start quassel-webserver I get ``` Jun 22 02:07:42 vostro systemd[1]: Started quassel-webserver.service. Jun 22 02:07:42 vostro quassel-webserver[26885]: internal/modules/cjs/loader.js:670 Jun...

This happens on trying to commit (save) a new network. Inspecting at the `getBuffer` frame, `e[4].__obj.IrcUsersAndChannels` is `{ __obj: undefined }`, causing the following error once quassel-webserver tries to serialize...

bug

See: - https://github.com/magne4000/node-libquassel/blob/master/src/request.js#L506 - https://github.com/magne4000/quassel-webserver/blob/master/public/javascripts/angular-controller.js#L704 The end result is that on creating a new network, the ServerList contains an array of two "servers": - [0] with the settings just created,...

bug

I have pulled the latest code as of yesterday and verified my Apache config but I get the following errors when connecting to the Core: ``` Connecting to quasselcore libquassel.js:8...

[The Lounge](https://thelounge.chat/) has a [File Upload](https://github.com/thelounge/thelounge/search?utf8=%E2%9C%93&q=upload&type=) feature, which i think would make for a great fit this project, too!

Hi, thanks for this project! Is there support for adding network server proxies? In the Quassel Mac client there is an "Edit" button next to each server which allows me...

The lack of source maps makes debugging a little bit difficult. Perhaps we could change that? Does the current build system allow for that?