Schimon Jehudah
61bd792572
Add slixfeed.py for command line and split xmpp into modules.
2023-12-28 14:50:23 +00:00
Schimon Jehudah
4d03d6e16e
Laura: Fix runtime warning: coroutine was never awaited
...
```
/usr/lib/python3.11/asyncio/events.py:73: RuntimeWarning: coroutine 'send_update' was never awaited
self._args = None
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
/usr/lib/python3.11/asyncio/events.py:73: RuntimeWarning: coroutine 'send_status' was never awaited
self._args = None
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
```
Thank you, Laura
2023-12-27 22:41:53 +00:00
Schimon Jehudah
56d0da9a76
Improve connectivity recovery
2023-12-24 18:37:05 +00:00
Schimon Jehudah
19bc626eb1
Add user agent setting. Add command reset (mark as read). Fix error with command recent. Fix error with command stats. Thanks roughnecks for reporting these issues.
2023-12-18 15:29:32 +00:00
Schimon Jehudah
d4b0d08480
Do not send updates when updates are not enabled. Add a new module for handling URLs. Remove awaitables from functions of mere runtime actions.
2023-12-14 08:43:30 +00:00
Schimon Jehudah
7c928fea25
Add option to limit archived entries
2023-12-08 11:32:01 +00:00
Schimon Jehudah
ba97c33695
Disable activation token and mastership mechanism
2023-12-05 08:18:29 +00:00
Schimon Jehudah
ecdcfe9c22
Fox issue with callback (adding URL) and an attempt to import specific parts of modules
2023-12-04 14:41:02 +00:00
Schimon Jehudah
75ccfbe521
Various of modifications
2023-12-01 13:22:03 +00:00
Schimon Jehudah
634b0e3ce6
Add MUC support including bookmarks and improve filtering
2023-11-27 17:22:56 +00:00
Schimon Jehudah
071bf78e1d
Add support for groupchat and activation feature
2023-11-26 15:23:52 +00:00
Schimon Jehudah
31baf96430
Add preview commands (read and select) and experimenting with XEP-0249
2023-11-26 05:48:09 +00:00
Schimon Jehudah
efa05aaba1
Fix tasks. Listen carefully to Laura.
2023-11-23 16:55:36 +00:00
Schimon Jehudah
f82550d24c
Add feeds, mionr improvements and notes
2023-11-22 11:47:34 +00:00