Skip to content

Tags: gkrizek/ghi

Tags

v0.3.0

Toggle v0.3.0's commit message
Matrix capability integration

To support Matrix as an outlet for ghi we:
-edited ghi/configuration.py to read, check and use the (optional) Matrix-settings from the .yml
-created ghi/ghimatrix.py to facilitate creating credential-files, logging onto a Matrix server and sending messages to one or more rooms on it by using the matrix-nio module
-changed some naming and matrix-specific things in most of the files
-changed the README.md en .ghy.yml.example to include the new Matrix-support
-created ghi/util.py to facilitate in a workaround for a Matrix-issue (matrix-org/matrix-appservice-irc#1562)
-added relevant exception-handlers

No changes to the config-file are necessary when using IRC.

It works quite well with server.py, haven't tested it with AWS though, but should work as well.

Closes #27

Co-authored-by: W. J. van der Laan <laanwj@protonmail.com>

v0.2.0

Toggle v0.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
improved exception handling for unexpected and malformed messages

v0.1.3

Toggle v0.1.3's commit message
Version 0.1.3

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was signed with the committer’s verified signature.
gkrizek Graham Krizek
Properly handle IRC Authentication failures

v0.1.0

Toggle v0.1.0's commit message
Log version when debug enabled