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

2.1.0 #3

Merged
merged 3 commits into from
Mar 13, 2017
Merged

2.1.0 #3

merged 3 commits into from
Mar 13, 2017

Commits on Mar 11, 2017

  1. Starting work on converting to asynchrounous functions

    Some things are incredibly broken. Basically rewriting a lot of
    the code to work asynchronously. SQL was rewritten for smaller functions,
    scanning is now asynchronous (should be anyways). Compacted Slackbot
    a little bit, also changes icon based on number of servers down
    (once I've fixed all the other bugs :D).
    gmemstr committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    ec11826 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. Removed async and implemented threading instead.

    Decided to nix async (for now) because I have no clue how to properly implement it.
    Instead decided to use threading, which should work just fine (benchmarks TBD).
    Also fixed SQL.py not commiting to the database (derp).
    gmemstr committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    577352d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f9b38e View commit details
    Browse the repository at this point in the history