Commit graph

19 commits

Author SHA1 Message Date
Schimon Jehudah, Adv.
d9446e63f1 Further fixes (missing parameters and imports);
Thank you. roughnecks.
2024-12-15 20:56:01 +02:00
Schimon Jehudah, Adv.
5fe4e3b211 Fix database creation;
Thank you. roughnecks.
2024-12-15 20:33:55 +02:00
Schimon Jehudah, Adv.
13b7c94f17 Fix display count of results;
Thank you. mirux.
2024-12-15 18:18:40 +02:00
Schimon Jehudah, Adv.
5104919588 Fix OPML export (OMEMO is not yet supported);
Add commands blacklist/whitelist to command list.
2024-12-05 12:06:57 +02:00
Schimon Jehudah, Adv.
878753b26e Increase usage of "self" handlers;
Remove CSV database.
2024-11-24 17:25:49 +02:00
Schimon Jehudah, Adv.
6a78afd67f Shorten string formatting. 2024-11-19 20:09:32 +02:00
Schimon Jehudah, Adv.
79b80b1698 Improve handling of configuration directories by allocating
a handler to each directory, instead of processing a function
to detect them.
2024-11-19 15:55:29 +02:00
Schimon Jehudah, Adv.
09bd838ad2 Add a selection mechanism to manage whitelist and blacklist. 2024-11-15 13:34:26 +02:00
Schimon Jehudah, Adv.
21cb7df160 Fix groupchat responses.
Segregate self.settings from 'default' settings with handler self.defaults.
2024-07-07 12:57:10 +03:00
Schimon Jehudah, Adv.
51943b5b0c Add chat command for omemo;
Fix NameError: name 'XmppChat' is not defined of function XmppOmemo.decrypt.
2024-07-07 11:16:00 +03:00
Schimon Jehudah, Adv.
5e20b2830d [WIP] Add OMEMO encryption;
Various of improvements and fixes.
2024-07-05 19:04:24 +03:00
Schimon Jehudah, Adv.
fd07ae865a Fix command read; Improve code of module sqlite. 2024-06-19 23:28:17 +03:00
Schimon Jehudah, Adv.
5babb02cf8 Fix new entry selection (Thank you lorenzo and roughnecks);
Fix handling with RDF documents which has caused to a halt during feed tscan;
Ignore items without a link (Thank you Kris);
Set entry identifier as MD5 hash of link (Thank you TheCoffeMaker).
2024-06-17 17:25:24 +03:00
Schimon Jehudah, Adv.
93ea8a9fab Fix command export; Restructure code. 2024-06-16 11:55:22 +03:00
Schimon Jehudah, Adv.
f925a8effe Fix functionality search;
Delete module task.
2024-06-13 19:37:34 +03:00
Schimon Jehudah, Adv.
64727d207f Restructure code;
Add more classes and modules;
Restore database maintenance;
Remove JSON support;
Remove Beautiful Soup.
2024-06-13 18:53:53 +03:00
Schimon Jehudah, Adv.
def8b5f120 Modularize code. Move OPML related functions to a new module opml.py. 2024-06-11 05:21:07 +03:00
Schimon Jehudah, Adv.
0a26ac163b Do not disqualify subscriptions due to being not-well-formed 2024-06-10 21:20:04 +03:00
Schimon Jehudah, Adv.
245cd9832a [WIP] Add an IPC interface of type Unix domain socket (Berkeley sockets). Thank you Laura and TheCoffeMaker. 2024-06-10 18:54:27 +03:00