Skip to content
Snippets Groups Projects
Select Git revision
  • 30b92436a27c67ced9f992b4b9f32622f503cae3
  • master default
  • windows_ci_static
  • c_link
  • cpack
  • windows_ci
  • cert_pk_id
  • proxy_push_result
  • cnode_put_id
  • update-windows-build
  • proxy
  • resubscribe_on_token_change
  • actions
  • client_mode
  • llhttp
  • search_node_add
  • crypto_aes_gcm_argon2
  • ios_notifications
  • log_fmt
  • v2asio
  • fix-msvc
  • v3.4.0
  • v3.3.1
  • v3.3.1rc1
  • v3.3.1rc2
  • v3.3.0
  • v3.2.0
  • v3.1.11
  • v3.1.10
  • v3.1.9
  • v3.1.8.2
  • v3.1.8.1
  • v3.1.8
  • v3.1.7
  • v3.1.6
  • v3.1.5
  • v3.1.4
  • v3.1.3
  • v3.1.2
  • v3.1
  • v3.0.1
41 results

opendht

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Maxim Cournoyer's avatar
    Maxim Cournoyer authored and Maxim Cournoyer committed
    Automated using the following commands:
    
      $ mv src/{dring,jami}
      $ git grep -l src/dring | xargs sed -i 's,src/dring,src/jami,g'
      $ git grep -l '#include "dring/' | \
        xargs sed -i 's,#include "dring/,#include "jami/,g'
      $ git grep -l 'dring.h' | xargs sed -i 's,dring.h,jami.h,g'
    
    And finally,
    
      $ git grep -l 'dring' | xargs sed -i 's,dring,jami,g'
    
      $ files=$(find -name '*dring*' | sort)
      $ for f in $files; do mkdir -p "$(dirname "$f")"; \
          mv "$f" "$(echo $f | sed 's/dring/jami/g')"; done
    
    To resolve a bad renaming favorably:
    
      $ git grep -l -i AlsaCarjami | \
        xargs sed -i -E 's/([Aa])lsaCarjami/\1lsaCardRingtone/g'
    
    The above renaming command is not perfect, so some hand-tuning was
    required to complete it.
    
    * src/manager.cpp (Manager::ManagerPimpl::retrieveConfigPath):
    Preserve the dring.yml configuration file name, until we add something
    to migrate (rename) it to jami.yml.
    * man/dring.pod: Delete.
    * bin/dbus/jamid.pod: Move to ...
    * man/jamid.pod: here.
    * bin/dbus/meson.build (jamid_targets): Normalize man section to the
    pre-existing 1 and adjust accordingly.
    * src/jami/def.h (dring_EXPORTS): Rename to ...
    (jami_EXPORTS): ... this.
    
    change-Id: I9828be6da9c711ab2f22c4d1b9539fea89d7b6fb
    ba3a411c
    History
    Name Last commit Last update