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

fix md5 authentication, remove guava deps #90

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Jan 4, 2020

  1. fix md5 authentication, remove guava deps

    Previously, the code looking for $MD5$ preambles would always return
    false, as the '$' characters were quoted as if they were being passed to
    a regexp library. Splitter.on() did not take a regex, so this pattern
    never matched.
    sjamesr committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    cf1c716 View commit details
    Browse the repository at this point in the history