Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:ricochet-im/ricochet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v1.1.4
Choose a base ref
Loading
...
head repository:ricochet-im/ricochet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:master
Choose a head ref
Loading
  • 19commits
  • 19files changed
  • 10contributors

Commits on Nov 16, 2016

  1. Configuration menu
    Copy the full SHA
    2504d9cView commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2016

  1. Configuration menu
    Copy the full SHA
    7cdf942View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2017

  1. ricochet: Error the build if pkg-config is not available

    We need it to find dependencies.
    @rburchell@special
    rburchell authored andspecial committedJan 15, 2017
    Configuration menu
    Copy the full SHA
    991db2bView commit details
    Browse the repository at this point in the history
  2. ricochet: Remove C++ linkage to QtMultimedia

    This is not needed, as we only use the QML import. This allows buildswithout QtMultimedia to finish.
    @rburchell@special
    rburchell authored andspecial committedJan 15, 2017
    Configuration menu
    Copy the full SHA
    6c6095bView commit details
    Browse the repository at this point in the history
  3. BUILDING: Note the pkg-config requirement on OS X

    It does not seem to be available by default for me.
    @rburchell@special
    rburchell authored andspecial committedJan 15, 2017
    Configuration menu
    Copy the full SHA
    25e9467View commit details
    Browse the repository at this point in the history
  4. ricochet: Do not attempt to use the built-in openssl on Mac

    It is not available at all on newer Mac. Unfortunately, we cannot relyon pkg-config to pick it up for us, as homebrew doesn't symlink the .pcinto the right place, so force the user to specify the path.
    @rburchell@special
    rburchell authored andspecial committedJan 15, 2017
    Configuration menu
    Copy the full SHA
    52d2169View commit details
    Browse the repository at this point in the history
  5. ricochet: Run lrelease at qmake time

    We cannot set a dependency to force updateqm to run before rcc, whichmakes rcc complain (unnecessarily, really) about missing language files.To prevent this being a source of confusion, switch from using an extracompiler to running lrelease by hand.Note that this does mean that updating translations will mean that qmakewill need to be reinvoked as there is no way of specifying the .ts asbuild dependencies, but this should not be a source of major burden.
    @rburchell@special
    rburchell authored andspecial committedJan 15, 2017
    Configuration menu
    Copy the full SHA
    96d124dView commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. Configuration menu
    Copy the full SHA
    4d9de3fView commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2017

  1. Discard duplicate incoming messages (#515)

    @wfr@special
    wfr authored andspecial committedJan 18, 2017
    Configuration menu
    Copy the full SHA
    3989099View commit details
    Browse the repository at this point in the history
  2. first version of .travis.yml config file

    @special
    Kacper Kołodziej authored andspecial committedJan 18, 2017
    Configuration menu
    Copy the full SHA
    1b58df5View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62c4f01View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2017

  1. fix typo in Linux packaging README

    @sts10@special
    sts10 authored andspecial committedJan 25, 2017
    Configuration menu
    Copy the full SHA
    09f7d2cView commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2017

  1. Fix build with LibreSSL

     - Check LIBRESSL_VERSION_NUMBER in addition to OpenSSL > 1.1LibreSSL forked from OpenSSL 1.0.1f and does not have all featuresfrom 1.1.0.
    @Sp1l@special
    Sp1l authored andspecial committedMar 9, 2017
    Configuration menu
    Copy the full SHA
    79c79a0View commit details
    Browse the repository at this point in the history
  2. Fix crash in ContactUser::deleteContact()

    Issue:#278
    @wfr@special
    wfr authored andspecial committedMar 9, 2017
    Configuration menu
    Copy the full SHA
    e13b240View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2017

  1. Updates contributor's info

    @hsribei@special
    hsribei authored andspecial committedMar 29, 2017
    Configuration menu
    Copy the full SHA
    3b62f89View commit details
    Browse the repository at this point in the history

Commits on May 6, 2017

  1. Remove dead fields from protocol doc

    Fixes#299
    @rburchell@special
    rburchell authored andspecial committedMay 6, 2017
    Configuration menu
    Copy the full SHA
    6e0c7f9View commit details
    Browse the repository at this point in the history
  2. Add detail on ChatAcknowledged.accepted field

    Fixes#300.
    @rburchell@special
    rburchell authored andspecial committedMay 6, 2017
    Configuration menu
    Copy the full SHA
    87233caView commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4294b6bView commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. Update and optionally install apparmor profile (#549)

    * Update usr.bin.ricochet-apparmorneeds access to /sys/devices.../config for some graphics cards (i915 it seems, in my case), access to /proc/$PID/environ to read envvars (e.g. TOR_CONTROL_PORT), access to Tor's Control Cookie file to authenticate. Strangely also /dev/dri/ to draw the UX (not covered by <abstractions/X>?) Updated with `aa-genprof`, tested under Tails 3.0.1 and Debian Stretch desktop.The apparmor profile can be installed in `make install` by passing `DEFINES+=APPARMOR`, and optionally `APPARMORDIR=/path/`.
    @epidemics-scepticism@special
    epidemics-scepticism authored andspecial committedAug 16, 2017
    Configuration menu
    Copy the full SHA
    a22c729View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp