Skip to content

Releases: hwipl/nuqql-matrixd

v0.6.0

10 Mar 16:41
Compare
Choose a tag to compare

Changes:

  • Update matrix_client to v0.4.0

v0.5.0

03 Jan 10:19
Compare
Choose a tag to compare

Changes:

  • Update nuqql-based to v0.3.0, switch to asyncio, require python version >= 3.7.
  • Add welcome and account adding help messages.
  • Disable filtering of own messages, rewrite sender of own messages to <self>.

v0.4.0

20 Oct 20:44
Compare
Choose a tag to compare

Changes:

  • Update nuqql-based to v0.2.0

v0.3

21 Dec 19:26
Compare
Choose a tag to compare

Changes:

  • Use nuqql-based as dependency and adapt to nuqql-based changes
  • Add setup.py for installation and package distribution
  • Add python type annotations
  • Restructure code
  • Cleanups, fixes, and improvements

v0.2

13 Oct 09:50
Compare
Choose a tag to compare

Changes:

  • Allow specification of the homeserver url in the account user when adding
    an account. Thus, the following account users are possible:
    • <user>@<domain> (defaults to https)
    • <user>@http://<domain>[:<port>]
    • <user>@https://<domain>[:<port>]
  • Save sync token for each account in a file. So, only messages newer than
    the last sync are retrieved after a restart of the backend.
  • Add new commands:
    • bye: disconnect from the backend.
    • quit: quit the backend.
    • help: show list of commands and their description.
  • Add and use "chat msg" message format for group chat messages
  • Store accounts in .ini file accounts.ini in the backend's working
    directory. Note: existing accounts have to be re-added to the backend to
    be usable with the .ini file.
  • Add configuration file support: in addition to the command line arguments,
    configuration parameters can now be set in the .ini file config.ini in
    the backend's working directory.
  • Add loglevel configuration parameter to command line arguments and
    configuration file for setting the logging level to debug, info,
    warn, or error. Default: warn.
  • Make daemon python module optional
  • Fixes and improvements

v0.1

04 Jul 14:54
Compare
Choose a tag to compare

Changes:

  • First/initial release.