1. 23 Nov, 2023 - 2 commits
  2. 21 Nov, 2023 - 9 commits
  3. 20 Nov, 2023 - 1 commit
    • Andrea Gianarda's avatar
      Database: · dc0f3e41
      Andrea Gianarda authored
      - Do not use temporary variable in soci:use
      
      Conference Scheduler:
      - Do not attempt to send an ICS message to ourselves
      
      Capability Negotiation Tester:
      - When a call changes encryption towards DTLS or ZRTP, wait for the callback encryption change before moving on as ZRTP key negotiation might be slow in some cases
      
      Local Conference Tester:
      - Expand usage of wait_for_conference_streams to make sure that a conference is full established instead of relying on the number of the state changes of a call to a particular state
      
      Tester:
      - Update suite expected duration
      dc0f3e41
  4. 18 Nov, 2023 - 1 commit
  5. 16 Nov, 2023 - 2 commits
  6. 15 Nov, 2023 - 1 commit
  7. 14 Nov, 2023 - 1 commit
  8. 10 Nov, 2023 - 1 commit
  9. 09 Nov, 2023 - 2 commits
  10. 07 Nov, 2023 - 2 commits
  11. 06 Nov, 2023 - 1 commit
    • Andrea Gianarda's avatar
      - Add 'security_level' column to conference_info table in version 27 of · ad2ef89e
      Andrea Gianarda authored
      the database ot fix compatibility issues when migrating from release/5.2
      - Allow to update participant parameters in DB
      - Improve handling of organizer addition and merge into participant if
        it is also specified in the participant list
      - Add test to perform migration from DB version 22 of release 5.2 to DB
        version 27 of master
      ad2ef89e
  12. 03 Nov, 2023 - 1 commit
  13. 26 Oct, 2023 - 3 commits
    • Simon Morlat's avatar
    • Ghislain MARY's avatar
      Fix versions in Info.plist. · ea2e252d
      Ghislain MARY authored
      ea2e252d
    • Andrea Gianarda's avatar
      Recover from chat room duplication in the database. · a60dcc80
      Andrea Gianarda authored
      When starting the core, make sure that there is not other chatroom
      already retrieved that has the same conference id when the gr parameter
      is ignored on the peer and local address. If so, then keep the one that
      has the oldest creation time and replace it by the value stored in the
      other.
      All events linked to the to-be-deleted chat room generated before chat room creation time are moved as
      they now belong to the kept chat room. The other events are simply
      deleted because they are linked ot both chatrooms.
      
      Split suite "Local conference tester (Chat)" into "Local conference tester (Chat Basic)" and "Local conference tester (Chat Advanced)"
      a60dcc80
  14. 25 Oct, 2023 - 1 commit
  15. 24 Oct, 2023 - 10 commits
  16. 23 Oct, 2023 - 2 commits