This project is mirrored from https://github.com/Nheko-Reborn/nheko.git.
Pull mirroring updated .
- May 01, 2019
-
-
Nicolas Werner authored
-
Nicolas Werner authored
Parsing html as xml has inherent problems, most notable there are many matrix clients that don't escape ampersands in urls of mx-replies, etc. (See issue #18) This also removes the replacement of <mx-reply> as it isn't strictly needed. Also the QRegExp is replaced with the Qt5 QRegularExpression for perfomance and because it supports lookahead and lookbehind. I'm pretty sure that the original code also replaced href="" with href=\"\", which was probably wrong, but I'm not to sure about that. Fixes #18
-
- Apr 29, 2019
-
-
Joe Donofry authored
improve shell scripts and update .gitignore. Thanks @zapashcanon
-
- Apr 23, 2019
-
-
zapashcanon authored
-
- Apr 19, 2019
-
-
Joe Donofry authored
Remove LICENSE file in favor of COPYING
-
Joe Donofry authored
-
- Mar 03, 2019
-
-
Joe Donofry authored
Get rid of implicit conversion in text input height calculation. Thanks @vtronko
-
Joe Donofry authored
Don't let multiline text background overlap top border of text widget. Fixes #39 Thanks @vtronko
-
Vladyslav tronko authored
-
Vladyslav Tronko authored
-
- Feb 27, 2019
-
-
Joe Donofry authored
-
Joe Donofry authored
-
Joe Donofry authored
-
- Feb 26, 2019
-
-
Joe Donofry authored
-
- Feb 25, 2019
-
-
Joe Donofry authored
-
Joe Donofry authored
-
Joe Donofry authored
-
- Feb 24, 2019
-
-
Joe Donofry authored
-
Joe Donofry authored
-
Joe Donofry authored
-
Joe Donofry authored
Apparently the nlohmann library is not available in the standard repositories. I would rather build it than add universe deps.
-
Joe Donofry authored
Update JSON build dependencies, change the dockerfile and other CI files that relate to this. Also update target mtxclient revision.
-
Joe Donofry authored
-
Joe Donofry authored
-
- Feb 20, 2019
-
-
Joe Donofry authored
Updated Dutch translation (thanks @Vistaus )
-
Heimen Stoffels authored
-
- Feb 19, 2019
-
-
Joe Donofry authored
Fix initial sync loop
-
- Feb 18, 2019
-
-
Joe Donofry authored
Attempt to fix issue #19 by increasing the lmdb max_dbs setting.
-
- Feb 17, 2019
-
-
Joe Donofry authored
Update nheko_de.ts (German Translations)
-
miocho authored
-
Andrew Johnson authored
-
- Feb 08, 2019
-
-
Joe Donofry authored
- Update version numbers and documentation - Fix github releases oauth key
-
Joe Donofry authored
-
Joe Donofry authored
-
Joe Donofry authored
Colors are generated asynchronously now and the TimelineItem is updated when the color generation finishes. This allows the UI to stay responsive while new colors are being generated.
-
- Feb 07, 2019
-
-
Joe Donofry authored
Preparing for 0.6.3 release
-
Joe Donofry authored
escape id when joining a room
-
rnhmjoj authored
-
- Feb 05, 2019
-
-
Joe Donofry authored
-