Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.
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 or learn 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: M66B/XPrivacyLua
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.25
Choose a base ref
...
head repository: M66B/XPrivacyLua
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.26
Choose a head ref
  • 8 commits
  • 33 files changed
  • 3 contributors

Commits on Jun 6, 2019

  1. Added signing config

    M66B committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    a78dc26 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. Configuration menu
    Copy the full SHA
    0c99cc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2019

  1. Merge pull request #8 from Heineken/patch-4

    Changed German blocking category descriptions to reduce ambiguity
    M66B authored Jul 14, 2019
    Configuration menu
    Copy the full SHA
    0d0b4f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Updated gradle

    M66B committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    28f66d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. XLuaHook::invoke() must copy all Varargs elements used by the hook.

    The Varargs object passed to invoke() seems to be reused by the Lua
    interpreter and capturing it as is when defining the hook leads to
    accessing other elements than intended when the hook runs.
    Instead, copy all the function object in fun and the the extra
    arguments in xargs, and use these when defining the hook.
    F-i-f committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    c630906 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from F-i-f/master

    XLuaHook::invoke() must copy all Varargs elements used by the hook.
    M66B authored Nov 15, 2019
    Configuration menu
    Copy the full SHA
    ad05da8 View commit details
    Browse the repository at this point in the history
  3. Crowdin sync

    M66B committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    0d9b014 View commit details
    Browse the repository at this point in the history
  4. 1.26 release

    M66B committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    6d5a0a2 View commit details
    Browse the repository at this point in the history
Loading