Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Jan 14, 2018
  2. Jan 13, 2018
  3. Jan 12, 2018
  4. Jan 11, 2018
    • Konstantinos Sideris's avatar
      8beef5e6
    • Konstantinos Sideris's avatar
      Lint · 9521efab
      Konstantinos Sideris authored
      [ci skip]
      9521efab
    • krombel's avatar
      Filter out content in sync that is currently unhandled (#198) · 05701352
      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]
      05701352
  5. Jan 10, 2018
  6. Jan 09, 2018
  7. Jan 05, 2018
  8. Jan 04, 2018
  9. Jan 03, 2018
  10. Dec 30, 2017
  11. Dec 25, 2017
  12. Dec 24, 2017
  13. Dec 23, 2017
    • Konstantinos Sideris's avatar
      Don't keep fetching history on non-visible timelines · 9d763c4d
      Konstantinos Sideris authored
      If the user switched to another timeline before the current timeline
      filled up with messages, nheko would keep fetching history.
      
      Now it will check periodically if the timeline became visible so
      it can decide whether or not to stop fetching history.
      9d763c4d
  14. Dec 21, 2017
  15. Dec 19, 2017
  16. Dec 14, 2017
  17. Dec 12, 2017
    • Konstantinos Sideris's avatar
      Valgrind run · 1d285993
      Konstantinos Sideris authored
      - Fix a memory leak where a layout was created without being used.
      - Fix uninitialized value.
      1d285993
  18. Dec 11, 2017
  19. Dec 10, 2017
  20. Dec 05, 2017
  21. Dec 04, 2017
  22. Dec 03, 2017
  23. Dec 01, 2017
Loading