Skip to content
Snippets Groups Projects
  1. Sep 27, 2024
  2. Sep 22, 2024
    • Adrien Béraud's avatar
      conversation: use one thread per device · 0b705167
      Adrien Béraud authored
      Prevent race conditions and busy loops when processing fetches:
      
      * use independent op queues per device
      * each thread processes pulls for a single device
      * use single locked section in thread to prevent race-conditions
      
      Change-Id: I4de0ac2e89b3c486d000444ee5ebc374f529c17a
      0b705167
  3. Sep 20, 2024
  4. Sep 17, 2024
  5. Sep 16, 2024
    • ovari's avatar
      misc: unify terminology · ad5b6cba
      ovari authored and ovari's avatar ovari committed
      8+3 filename → 8.3 filename
      be ware → beware
      {cannot, can not, cant, can't, could not, couldn't} → unable to
      conpleted → completed
      file name → filename
      imcomplete → incomplete
      informations → information
      trying to → attempting to
      wrong password → incorrect password
      
      GitLab: jami-client-qt#1730
      
      Change-Id: Ia7757efafd2c06af978db02c65b40b1b77c393f8
      ad5b6cba
    • Léopold Chappuis's avatar
      interface-nodejs: add files transfer support · 3004e72c
      Léopold Chappuis authored and Adrien Béraud's avatar Adrien Béraud committed
      Now it is possible to send and receive files through the nodejs interface
      
      Change-Id: Ide81e01c1965ea790b4c0d892445d14dcec38b30
      3004e72c
  6. Sep 10, 2024
  7. Sep 09, 2024
    • François-Simon Fauteux-Chapleau's avatar
      contrib: bump dhtnet · dd54a5be
      François-Simon Fauteux-Chapleau authored
      This fixes a bug in DHTNet that caused some of the daemon tests on
      Jenkins to generate a large volume of logs (20+ GB) before eventually
      timing out.
      
      GitLab: #1059
      Change-Id: I6d824d457c5bed929ba654b45c787c395b326ca5
      dd54a5be
  8. Sep 06, 2024
  9. Sep 03, 2024
  10. Aug 30, 2024
  11. Aug 27, 2024
  12. Aug 23, 2024
  13. Aug 21, 2024
  14. Aug 20, 2024
  15. Aug 15, 2024
  16. Aug 12, 2024
    • François-Simon Fauteux-Chapleau's avatar
      conversation: don't connect to banned members · cbf8f0af
      François-Simon Fauteux-Chapleau authored and Adrien Béraud's avatar Adrien Béraud committed
      This patch makes two changes to ensure that banned swarm members don't
      sync with or receive message notifications from other members:
      1) when bootstrapping a conversation, devices belonging to banned
         members are no longer added to the swarm manager;
      2) when merging a "ban" commit for a certain swarm member, that member
         is immediately removed from the swarm manager's routing table and all
         Git sockets with them are removed.
      
      GitLab: #1041
      Change-Id: Idb817795f978ca4ca46502efea5101831ffccbe3
      cbf8f0af
  17. Aug 05, 2024
  18. Jul 31, 2024
  19. Jul 30, 2024
  20. Jul 26, 2024
  21. Jul 23, 2024
  22. Jul 22, 2024
  23. Jul 19, 2024
  24. Jul 16, 2024
  25. Jul 15, 2024
Loading