This project is mirrored from https://github.com/Nheko-Reborn/nheko.git.
Pull mirroring updated .
- Jan 31, 2020
-
-
Nicolas Werner authored
-
- Nov 23, 2019
-
-
Nicolas Werner authored
-
- Feb 24, 2019
-
-
Joe Donofry authored
-
- Sep 12, 2018
-
-
Konstantinos Sideris authored
fixes #437
-
- Sep 07, 2018
-
-
Konstantinos Sideris authored
When the object is destroyed the connections will be removed automatically by Qt. fixes #433
-
- Jul 17, 2018
-
-
Konstantinos Sideris authored
-
- Jul 15, 2018
-
-
Konstantinos Sideris authored
-
- Jul 14, 2018
-
-
Konstantinos Sideris authored
-
- Jun 10, 2018
-
-
Konstantinos Sideris authored
-
- Jun 09, 2018
-
-
Konstantinos Sideris authored
-
- May 16, 2018
-
-
Konstantinos Sideris authored
[ci skip]
-
Konstantinos Sideris authored
fixes #235
-
- May 11, 2018
-
-
Konstantinos Sideris authored
-
- May 08, 2018
-
-
Konstantinos Sideris authored
-
- May 05, 2018
-
-
Konstantinos Sideris authored
-
- May 02, 2018
-
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
-
- Apr 21, 2018
-
-
Konstantinos Sideris authored
-
- Mar 27, 2018
-
-
Konstantinos Sideris authored
NHEKO_ALLOW_INSECURE_CONNECTIONS=1 ./nheko fixes #260
-
- Mar 25, 2018
-
-
Konstantinos Sideris authored
-
- Mar 17, 2018
-
-
Konstantinos Sideris authored
-
- Mar 12, 2018
-
-
Konstantinos Sideris authored
fixes #264
-
- Mar 07, 2018
-
-
Konstantinos Sideris authored
-
- Mar 04, 2018
-
-
Konstantinos Sideris authored
fixes #233 fixes #89
-
- Feb 19, 2018
-
-
Konstantinos Sideris authored
-
- Feb 18, 2018
-
-
Konstantinos Sideris authored
-
christarazi authored
* Refactor widget items to use same interface * Support audio, video, generic file for pasting * Add utils function for human readable file sizes * Set correct MIME type for media messages This change also determines the size of the upload once from the ContentLengthHeader, rather than seeking the QIODevice and asking for its size. This prevents any future trouble in case the QIODevice is sequential (cannot be seeked). The MIME type is also determined at upload once, rather than using the QIODevice and the underlying data inside. * Allow for file urls to be used as fall-back This fixes an issue on macOS which uses `text/uri-list` for copying files to the clipboard. fixes #228
-
- Feb 08, 2018
-
-
Konstantinos Sideris authored
Show a better message on the login screen after an initial sync failure.
-
- Jan 22, 2018
-
-
Konstantinos Sideris authored
-
- Jan 21, 2018
-
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
fixes #86 fixes #89
-
- Jan 13, 2018
-
-
krombel authored
When a custom filter is inserted into nheko.conf or there was no filter defined yet the default filter gets automatically uploaded. After a successful upload the server-side generated filter-id is used. This is done async as it is just an enhancement and it is not required to upload the filter before the first request.
-
- Jan 11, 2018
-
-
Konstantinos Sideris authored
[ci skip]
-
krombel authored
I had a look at sync.cpp and checked which parts of the sync response are currently handled and which not. As I think it is unnecessary to let the unhandled data be transmitted without being handled I added these filters. In the same term I increased the timeout server-side to 30s as Riot defaults to this value as well. Especially now when a lots of presence-updates are not send anymore this value is more relevant. It is now also possible to use a filter that is defined in`client/sync_filter`. Advanced users might want to set an own filter here. [ci skip]
-
- Jan 10, 2018
-
-
christarazi authored
fixes #132
-
- Jan 09, 2018
-
-
Max Sandholm authored
-
- Dec 21, 2017
-
-
Konstantinos Sideris authored
fixes #107
-
- Dec 11, 2017
-
-
Konstantinos Sideris authored
fixes #25
-
- Dec 10, 2017
-
-
Konstantinos Sideris authored
-