Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-06 | add proper previous-log parsing for matrix | Daniel Schadt | |
Doing all the "new log" insertion based on simple string operations is a bit of madness, so the proper course of action is to parse them into a proper intermediate representation from which we can then generate a plain and HTML body. In addition, this has some other minor code cleanup for the matrix module. | |||
2021-03-06 | add some basic tests to matrix module | Daniel Schadt | |
2021-03-06 | initial support for matrix log posting | Daniel Schadt | |
Similar to Discord posting, this now allows ezau to post a message to the given Matrix room for every log. The text handling is still pretty bad and should be reworked, but so should the Discord one. This is just the initial support, now that the actual posting works we can add some tests and proper text parsing, together with unifying some of the logic between Discord and Matrix. Note that this currently only works for unencrypted rooms! |