Skip to content

Releases: hwipl/nuqql-slixmppd

v0.8.3

03 Mar 09:58
Compare
Choose a tag to compare

Changes:

  • Update slixmpp to v1.8.5

v0.8.2

10 Sep 07:24
Compare
Choose a tag to compare

Changes:

  • Update slixmpp to v1.8.4

v0.8.1

17 Nov 07:36
Compare
Choose a tag to compare

Changes:

  • Update slixmpp to v1.8.3

v0.8.0

07 Mar 20:03
Compare
Choose a tag to compare

Changes:

  • Update slixmpp to v1.8.0, which should fix python 3.10 issues

v0.7.0

03 Jan 10:15
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.6.0

20 Oct 20:35
Compare
Choose a tag to compare

Changes:

  • Update nuqql-based to v0.2.0

v0.5

21 Dec 20:00
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

v0.4

13 Oct 10:00
Compare
Choose a tag to compare

Changes:

  • 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.3

04 Jul 15:00
Compare
Choose a tag to compare

Changes:

  • Add group chat support and messages:
    • list chats on account: account <id> chat list
    • join a chat on account: account <id> chat join <chat>
    • part a chat on account: account <id> chat part <chat>
    • send a message to a chat on account: account <id> chat send <chat> <message>
    • list users of a chat on account: account <id> chat users <chat>
  • Cleanups, fixes, and improvements

v0.2

28 Apr 13:40
Compare
Choose a tag to compare

Changes:

  • Add account status message:
    • Set current status with: account <id> status set <status>
    • Get current status with: account <id> status get
  • Use stricter permissions for account, log, and sock files