Skip to content
Snippets Groups Projects
  1. Mar 26, 2025
    • Adrien Béraud's avatar
      json: use toString · 7b40c5f2
      Adrien Béraud authored
      Use a single static instance of Json::StreamWriterBuilder
      instead of creating a new one repeatedly.
      Move json-related symbols to their own namespace.
      
      Change-Id: I5145a71d7b19fd2aac158b51774e964ce772311b
      7b40c5f2
  2. Mar 24, 2025
  3. Mar 08, 2025
  4. Mar 06, 2025
  5. Feb 05, 2025
  6. Feb 04, 2025
  7. Jan 30, 2025
  8. Jan 08, 2025
  9. Dec 02, 2024
    • ovari's avatar
      cleanup · 6df44807
      ovari authored and Adrien Béraud's avatar Adrien Béraud committed
      cannot → unable to
      fail to → failed to
      {inexistent, non-existing} → nonexistent
      P2P
      try → attempt
      UPnP
      retrieven → retrieved
      testAdminCannotKickTheirself → testAdminCannotKickThemselves
      wishes → wants
      
      Change-Id: I84dbb7b78fd674507eab7186c8f9e0a5f1d3d5b3
      6df44807
  10. Nov 28, 2024
  11. Nov 20, 2024
  12. Nov 19, 2024
    • François-Simon Fauteux-Chapleau's avatar
      plugins: fix broken test · ba2d4c6f
      François-Simon Fauteux-Chapleau authored
      PluginsTest::testTranslations assumes that at least one of the fields in
      the TestSuite plugin's manifest has a French translation. Such a
      translation was added in version 1.0.1 of TestSuite last year by commit
      d0e0ef18395a07a1579b512c5d67bf61f7c3587a in the jami-plugins repo:
      https://review.jami.net/c/jami-plugins/+/25667
      However, the daemon plugin tests were still using version 1.0.0 of
      TestSuite, which is why testTranslations was failing every day. This
      patch fixes the issue by upgrading the TestSuite.jpl file used for the
      tests to version 1.0.1.
      
      GitLab: #1064
      Change-Id: I7b851083bd8e1ac80d61f721baabbc092b46c56a
      ba2d4c6f
  13. Nov 12, 2024
  14. Oct 01, 2024
  15. 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
  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. Jul 23, 2024
  18. Jul 22, 2024
  19. Jul 15, 2024
    • François-Simon Fauteux-Chapleau's avatar
      jamiaccount: fix deadlock · 2a805d24
      François-Simon Fauteux-Chapleau authored
      This patch moves the updateConvForContact function from JamiAccount to
      ConversationModule. This fixes a deadlock that sometimes occurred when
      starting Jami.
      
      GitLab: #1033
      Change-Id: I441426fa339e5cfb327566df6132bfecb206bd1e
      2a805d24
  20. Jul 04, 2024
  21. Jun 12, 2024
  22. May 31, 2024
    • Sébastien Blin's avatar
      jamiaccount: check if uri is valid before adding contact · 239d1367
      Sébastien Blin authored
      Else, if a client calls addContact with an invalid uri, it will
      create a conversation with an invalid contact and the client will
      be in a bugguy state.
      
      git.jami.net/savoirfairelinux/jami-client-android/-/issues/1681
      Change-Id: Id6227c45c279c78aac0a191b6ae688ebe0d3d1c4
      239d1367
  23. May 30, 2024
  24. May 27, 2024
  25. May 24, 2024
    • Sébastien Blin's avatar
      conference: fix tests and conference hangup · d6cb4930
      Sébastien Blin authored
      API changed for ut_conference.
      For ut_conversation_call, because the host is not a dummy call,
      we must change the hangup in manager.cpp and fix sink creation
      for host while attaching.
      
      Change-Id: Icfc296949438e92f7b9b986ed6aa3b463ec2334e
      d6cb4930
  26. May 17, 2024
  27. May 10, 2024
  28. May 09, 2024
  29. Apr 29, 2024
  30. Mar 08, 2024
  31. Mar 06, 2024
  32. Mar 05, 2024
  33. Mar 04, 2024
  34. Feb 28, 2024
    • Sébastien Blin's avatar
      conversation: improve typers management · fab9009a
      Sébastien Blin authored
      Now, a client should not do any logic and not store preferences
      client side.
      + When a member is removed while banned, the typing indication
      is updated
      + Timeout is computed both for sender and receiver
      + Sending and receiving a composing status is managed by the
      account's config.
      
      GitLab: #951
      Change-Id: Iba9441736eec4f71695bfbd609d4b9e8b6adcb73
      fab9009a
Loading