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

Experimental Zulip support #184

Open
wants to merge 26 commits into
base: master
Choose a base branch
from

Commits on Oct 16, 2017

  1. first draft of zulip module

    aglasgall committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    cb463cd View commit details
    Browse the repository at this point in the history
  2. fix retries in Zulip module

    aglasgall committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    fa4c773 View commit details
    Browse the repository at this point in the history
  3. Better HTTPS support

    Allow validation of server certs by specifying a CA file and at least
    theoretically support client certs (I will test the latter on Monday)
    aglasgall committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    5afbccf View commit details
    Browse the repository at this point in the history
  4. add README

    aglasgall committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    e25b189 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7eda6b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7727a68 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ee496b View commit details
    Browse the repository at this point in the history
  8. update README

    aglasgall committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    efb0807 View commit details
    Browse the repository at this point in the history
  9. further README updates

    aglasgall committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    c753a6a View commit details
    Browse the repository at this point in the history
  10. untabify files and add file-local variables to keep them that way. Th…

    …anks to adehnert for noticing the tabs
    aglasgall committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    cc6de81 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ca7ab9d View commit details
    Browse the repository at this point in the history
  12. Fix whitespace in Message/Zulip.pm

    dehnert authored and aglasgall committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    6607b83 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9ec88c6 View commit details
    Browse the repository at this point in the history
  14. Zulip: Better private reply support

    dehnert authored and aglasgall committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    05b1ab8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7c6a07f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    30eb401 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a93ff35 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2776966 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    51ce84b View commit details
    Browse the repository at this point in the history
  20. giant README update

    add USAGE section and more notes on future work
    aglasgall committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    ac53f3d View commit details
    Browse the repository at this point in the history
  21. more README

    aglasgall committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    8c77c4f View commit details
    Browse the repository at this point in the history
  22. Don't try to register for events if zulip is not configured (e.g. if …

    …it couldn't parse the config file). Thanks to Alex Dehnert for the bug report
    aglasgall committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    eda7d62 View commit details
    Browse the repository at this point in the history
  23. more README updates

    aglasgall committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    6226f0e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    20fb602 View commit details
    Browse the repository at this point in the history
  25. Make -c and -s options to zulip:write required

    Zulip requires them anyway and making them required fixes some
    obnoxious quoting-related behavior.
    aglasgall committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    e5f5e2c View commit details
    Browse the repository at this point in the history
  26. add missing Makefile.PL

    aglasgall committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    f0bd871 View commit details
    Browse the repository at this point in the history