This project is mirrored from https://github.com/Nheko-Reborn/nheko.git.
Pull mirroring updated .
- Jul 26, 2018
-
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
-
- Jul 25, 2018
-
-
Konstantinos Sideris authored
fixes #249
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
-
- Jul 24, 2018
-
-
Konstantinos Sideris authored
-
- Jul 23, 2018
-
-
Konstantinos Sideris authored
This was causing some flickering when many messages were added. Mostly visible on macOS.
-
- Jul 22, 2018
-
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
fixes #357 fixes #335 fixes #230
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
-
Marcin Mikołajczak authored
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
- Jul 21, 2018
-
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
The old algorithm during filtering will check every room if it's part of the group. O(N*G) The room ids for a group are now stored in a map for faster lookup so the search can be completed in a single pass. O(N)
-
Konstantinos Sideris authored
That's a fix to deal with long running sessions which will end up taking more & more memory given enough time.
-
- Jul 20, 2018
-
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
-
- Jul 19, 2018
-
-
Konstantinos Sideris authored
fixes #378
-
- Jul 18, 2018
-
-
Konstantinos Sideris authored
-
- Jul 17, 2018
-
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
-
- Jul 16, 2018
-
-
mujx authored
Improvements to Linux notification manager
-
Benedikt Heine authored
The notification spec handles -1 and 0 as special values: -1 -> representation for "undef" 0 -> infinitely values above 0 represent the timeout in ms. The notification messages should disappear again and with 0, this insn't the case. Setting it to -1 lets the notification manager decide the timeout and displays the notification like all others.
-
Benedikt Heine authored
The current notification spec says image-data should get used instead of image_data.
-
- Jul 15, 2018
-
-
Konstantinos Sideris authored
-
Konstantinos Sideris authored
fixes #305
-