Commit graph

338 commits

Author SHA1 Message Date
Schimon Jehudah 6b07640666 Fix updates retrieval 2024-01-04 13:58:06 +00:00
Schimon Jehudah b77ef5346f More segregation of code 2024-01-04 12:38:22 +00:00
Schimon Jehudah 7135994888 Segregate code into more particular functions 2024-01-04 01:16:24 +00:00
Schimon Jehudah 96f3369539 Fix a couple of errors and split functions 2024-01-03 15:04:01 +00:00
Schimon Jehudah 94af40cf40 Fix creation of directory logs/ thanks roughnecks 2024-01-03 12:30:52 +00:00
Schimon Jehudah 9386e5de49 Add functionality to export to markdown 2024-01-03 12:17:39 +00:00
Schimon Jehudah a3d68f6a8f Add functionality to export feeds to OPML 2024-01-03 10:37:33 +00:00
Schimon Jehudah 9843337e43 Fix missing key error 2024-01-02 18:45:43 +00:00
Schimon Jehudah de200b3b03 Split more functions into smaller functions 2024-01-02 18:11:36 +00:00
Schimon Jehudah e2ad10592d Fix command recent 2024-01-02 13:19:27 +00:00
Schimon Jehudah 42cf0afeff Fix respond error 2024-01-02 12:58:45 +00:00
Schimon Jehudah d25c17a84a Fix error 2024-01-02 12:52:37 +00:00
Schimon Jehudah 57b666dde2 Remove breakpoint 2024-01-02 12:44:32 +00:00
Schimon Jehudah 2026dc9a6a Set initial value to variable response 2024-01-02 12:29:48 +00:00
Schimon Jehudah 0eaeaaa757 Fix error 2024-01-02 12:21:28 +00:00
Schimon Jehudah 8b1e03d8e9 Restrict command breakpoint 2024-01-02 12:17:48 +00:00
Schimon Jehudah 4701602355 Restrict command bookmarks 2024-01-02 12:12:29 +00:00
Schimon Jehudah beb5c4c976 Fix interval status message 2024-01-02 12:06:35 +00:00
Schimon Jehudah b4a20e9808 Fix command bookmarks 2024-01-02 11:52:04 +00:00
Schimon Jehudah bc30229c02 Update settings file 2024-01-02 11:48:44 +00:00
Schimon Jehudah f65be8b5c8 WIP
Add http proxy support.
Add more functionality to handle bookmarks.
Split into more modules.
Remove callback function initdb.
Tasked status messages are broken.
2024-01-02 11:42:41 +00:00
Schimon Jehudah 8e3e06b36b Improve redirection mechanism 2023-12-29 01:35:20 +00:00
Schimon Jehudah 76b2713223 Add proxy for links.
Fix minor problems.
2023-12-29 00:45:01 +00:00
Schimon Jehudah be008fc6b5 Fix error ModuleNotFoundError. Thank you roughnecks for the third time this evening! 2023-12-28 18:23:16 +00:00
Schimon Jehudah 395c2373ae Fix error ModuleNotFoundError. Thank you roughnecks for the second time this evening! 2023-12-28 18:16:33 +00:00
Schimon Jehudah 7ee4000ee0 Laura: Fix awaitable error 4d03d6e16e 2023-12-28 17:58:49 +00:00
Schimon Jehudah b2387a700d Fix error ModuleNotFoundError. Thank you roughnecks 2023-12-28 16:30:32 +00:00
Schimon Jehudah 08001eebf8 Add __init__.py and split muc.py into bookmark.py 2023-12-28 16:22:32 +00:00
Schimon Jehudah 61bd792572 Add slixfeed.py for command line and split xmpp into modules. 2023-12-28 14:50:23 +00:00
Schimon Jehudah 8fbe97e357 Add ClearURLs functionality.
Fix Proxy functionality (remove www).
2023-12-27 22:48:31 +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 57f429fff0 Add proxy services.
Merry Christmas to one and all!
2023-12-26 11:22:45 +00:00
Schimon Jehudah 56d0da9a76 Improve connectivity recovery 2023-12-24 18:37:05 +00:00
Schimon Jehudah 0566589a9d Add csv table and sort out assets 2023-12-24 18:26:31 +00:00
Schimon Jehudah cb05f8907e Delete datasets directory and it consequent csv files 2023-12-24 18:16:50 +00:00
Schimon Jehudah fa6cc7d1a5 Set Slixfeed/0.1 as default user agent 2023-12-18 16:25:22 +00:00
Schimon Jehudah ee9737debc Add section Network and future options for mixnet networks 2023-12-18 16:21:24 +00:00
Schimon Jehudah ccd01b837d Fixed error:
ERROR    Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f00643ef490>
2023-12-18 16:09:33 +00:00
Schimon Jehudah 0c80c722bb Revert change 2023-12-18 15:58:33 +00:00
Schimon Jehudah 7d711a9f11 Fix error:
ERROR    Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f00643ef490>
2023-12-18 15:56:42 +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 d8203abb20 Add Simone and Strix to THANKS 2023-12-11 12:48:45 +00:00
Schimon Jehudah d8a1799978 Add support for configuration files. Undo most of the changes of commit ecdcfe9c22 2023-12-11 09:04:45 +00:00
Schimon Jehudah 7c928fea25 Add option to limit archived entries 2023-12-08 11:32:01 +00:00
Schimon Jehudah 1e55dba759 Update README 2023-12-05 10:13:27 +00:00
Schimon Jehudah f4a016f32e Add new file 2023-12-05 10:00:30 +00:00
Schimon Jehudah e734c57bc2 Fixed new compliance mechanism. Thank you for the report, roughnecks. 2023-12-05 09:07:45 +00:00
Schimon Jehudah fd8fb7c247 Add more feeds 2023-12-05 08:27:45 +00:00
Schimon Jehudah ba97c33695 Disable activation token and mastership mechanism 2023-12-05 08:18:29 +00:00