Permalink
Switch branches/tags
Nothing to show
Commits on Dec 13, 2016
Commits on Oct 9, 2015
  1. Merge pull request #21 from epan/patch-1

    Add bash file help and split step from json set up
    committed Oct 9, 2015
Commits on Oct 8, 2015
  1. Merge pull request #20 from slinlee/officehours

    Add support for office hours
    committed Oct 8, 2015
Commits on Oct 7, 2015
  1. Toggle officehours feature with boolean

    Set in config.json, and is is off by default.
    
    This also sets the default office hours to be 9 to 5pm.
    slee committed Oct 6, 2015
  2. Merge pull request #23 from timmytofu/minute-pluralization

    (Un)pluralizes MINUTE(S) for those who go hard and fast
    committed Oct 7, 2015
  3. Add bash file help and split step from json set up

    I got a bit confused at these points and want to help people who might also get confused there
    epan committed Oct 7, 2015
Commits on Oct 6, 2015
  1. Add support for office hours

    Set the times the bot should be running in config.json.
    
    Right now this is very simple and only supports whole hours and doesn't
    check if the last challenge of the day is outside office hours.
    slee committed Oct 6, 2015
Commits on Jun 27, 2015
  1. Merge pull request #13 from brandonshin/x/hotfix-removed-gitignore-orig

    X/hotfix removed gitignore orig
    committed Jun 27, 2015
  2. removed config.json file

    committed Jun 27, 2015
Commits on Jun 26, 2015
  1. removed .orig file

    committed Jun 26, 2015
Commits on Jun 20, 2015
  1. Merge pull request #10 from brandonshin/branch-ahollenbach

    Branch ahollenbach
    committed Jun 20, 2015
  2. removed .orig file

    committed Jun 20, 2015
  3. Added calling on multiple users

    Can call on variable number of users (set in config file),
    and from time to time, will call on the entire channel (probability set
    in config file)
    ahollenbach committed with Jun 19, 2015
  4. Finally fixed user cache

    Loads from cache, and on shut down, store the run’s exercises in
    history and reset daily counter
    ahollenbach committed with Jun 19, 2015
  5. Rounding out exercises for users

    There is now a sliding window to select users from the front of the
    queue. Basically, if a user is first in queue, but has already done the
    exercise, we want to give someone who hasn’t gotten the opportunity to
    do so.
    ahollenbach committed with Jun 18, 2015
  6. Added time logging

    - Log files have dates and times (to the minute)
    - Log file entries store timestamps
    ahollenbach committed with Jun 18, 2015
  7. Added data persistence

    (sort of works)
    ahollenbach committed with Jun 15, 2015
  8. Ignore cache file

    ahollenbach committed with Jun 15, 2015
  9. ignore pyc files

    ahollenbach committed with Jun 15, 2015
  10. Added a user object

    ahollenbach committed with Jun 15, 2015
  11. Extracted variables

    ahollenbach committed with Jun 12, 2015
Commits on Jun 14, 2015
  1. added .gitignore

    committed Jun 14, 2015
Commits on Jun 12, 2015
  1. Merge pull request #2 from craftbyte/master

    Made the link to slack work
    committed Jun 12, 2015