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

Essentially Rewrite HellPot + Fun Bonus Features #162

Closed
wants to merge 38 commits into from
Closed

Commits on Jan 18, 2024

  1. Add optional -b/--book flag to choose source file other than Niet…

    …zche
    
    While I do think all bots enjoy Nietzche (who doesn't?), I think we should
    take a stance to educate them. What better way than to be able to choose
    from any book!
    
    Personal suggestions include:
    
    - The Sorrows of Young Werther by Goethe
    - Any political manifesto
    - The Declaration of Independence
    
    etc. etc.
    ginger51011 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    ef69b86 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Remove globals from heffalump/*, add NewDefault{Heffalump,MarkovMap}()

    This removes globals from `heffalumpt/`, which are hard to reason about,
    easy to get wrong, and should not be created if they are never used.
    
    A possible drawbacks is if you would create multiple new defaults,
    but this should never be the case.
    ginger51011 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    ac77dcc View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Add short flags to help, add --help flag

    This prints the short variants (like `-c` for `--config`)
    in the help.
    
    Also fixes bug where only `-h` flag works, not `--help`.
    ginger51011 committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    1b8de3d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

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

Commits on Apr 14, 2024

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

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    e016fba View commit details
    Browse the repository at this point in the history
  2. fix plaintext

    ShadowJonathan committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    54e492c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53afe56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a06c356 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    b647b54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81e2fb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4ab0cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e63d81a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cefb21b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c309667 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

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

Commits on Jun 19, 2024

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

Commits on Jun 20, 2024

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

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    14ba022 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc7020f View commit details
    Browse the repository at this point in the history
  3. Fix: build and vet errors

    yunginnanet committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    3c2059a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df5c936 View commit details
    Browse the repository at this point in the history
  5. SAST: Resolve gosec G304

    yunginnanet committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    db0ec03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8519480 View commit details
    Browse the repository at this point in the history
  7. Chore: prune deps

    Tacking this on to trigger github issue notifs:
    
    Related to pull request GH-162:
    closes #140
    closes #139
    yunginnanet committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    843d04a View commit details
    Browse the repository at this point in the history
  8. Resolve #162 (comment)

    yunginnanet committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    be9700a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    da2fadd View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    ee11dd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    833b424 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    317fd91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9785d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfad295 View commit details
    Browse the repository at this point in the history
  6. Chore: go mod tidy

    yunginnanet committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    303aa0b View commit details
    Browse the repository at this point in the history
  7. Fix: cli arg, config, and logger fixes

    additionally:
      - fix `-c` flag
      - make main package test better
    yunginnanet committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    362c1d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    888142b View commit details
    Browse the repository at this point in the history
  9. Fix: add missing util.go

    yunginnanet committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    eac788b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    031e116 View commit details
    Browse the repository at this point in the history
  11. Revert "fix plaintext"

    This reverts commit 54e492c.
    yunginnanet committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e5831c0 View commit details
    Browse the repository at this point in the history