Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made AbstractLicenseValidator implement IDisposable #4

Closed
wants to merge 10 commits into from

Commits on Jun 7, 2011

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

Commits on Jun 9, 2011

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

Commits on Jul 19, 2011

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

Commits on Jul 22, 2011

  1. Upgraded to .NET 4.0 / PSAKE 4.0 and xUnit 1.8, Merged dependencies o…

    …f the admin tool for easier deployment
    HEskandari committed Jul 22, 2011
    Configuration menu
    Copy the full SHA
    61734f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2011

  1. -Separated view/models for license info and custom user data

    -Added saving and exporting of user custom fields for license
    -Some touches to the style
    -Ability to add key/values to the license
    -Made the dialog fixed size
    HEskandari committed Aug 8, 2011
    Configuration menu
    Copy the full SHA
    969d847 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2011

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

Commits on Jan 11, 2012

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

Commits on Oct 10, 2012

  1. Fixed a very annoying typo

    stemarie committed Oct 10, 2012
    Configuration menu
    Copy the full SHA
    ecada43 View commit details
    Browse the repository at this point in the history
  2. Fixed annoying typo

    stemarie committed Oct 10, 2012
    Configuration menu
    Copy the full SHA
    14f9877 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2013

  1. Made AbstractLicenseValidator implement IDisposable

    Not sure what "fancy-word"-principle this seems to break but essentially
    every time you instantiate the AbstractLicenseValidator it would create
    a timer thread which would never be removed until the garbage collector
    did its job. This is a very strange behavior because it forces us to
    call DisableFutureChecks as if it was a dispose method. This opens up
    the license validator to be used in bigger server environments.
    stemarie committed Jan 9, 2013
    Configuration menu
    Copy the full SHA
    ac279b4 View commit details
    Browse the repository at this point in the history