Commit graph

386 commits

Author SHA1 Message Date
Schimon Jehudah, Adv.
442fa016f0 Set function cancel_all_tasks for events got_offline and presence_unavailable. 2024-11-27 13:05:05 +02:00
Schimon Jehudah, Adv.
7e2724b663 Make several changes that are related to presence of type unavailable. 2024-11-27 11:41:35 +02:00
Schimon Jehudah, Adv.
f7a1196e64 Remove an additional break-point. 2024-11-24 18:49:56 +02:00
Schimon Jehudah, Adv.
01819da64d Remove a "breakpoint". 2024-11-24 18:42:27 +02:00
Schimon Jehudah, Adv.
aa1036f85d Fix invalid syntax.
Thank you. mirux.
2024-11-24 18:25:52 +02:00
Schimon Jehudah, Adv.
23780584ad Fix HTTP download.
Thank you. mirux.
2024-11-24 18:17:13 +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.
d6dfbc339e Improve alias handling. 2024-11-19 19:23:47 +02:00
Schimon Jehudah, Adv.
412acc7cbe Additional modifications concerning to PubSub. 2024-11-19 17:40:33 +02:00
Schimon Jehudah, Adv.
dac0c771dd Remove modules adhoc and component.
Module component will be restored in a form which be similar to Jabber RSS Transport.
2024-11-19 16:36:28 +02:00
Schimon Jehudah, Adv.
8181c9dc74 PubSub: Remove code which publishes to self PEP node. 2024-11-19 16:35:09 +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.
709bac58b8 Fix consequent disruption in functionality upon exception
TimoutError of AsyncIO consequent to join to an MUC group chat.
2024-10-31 17:52:12 +02:00
Schimon Jehudah, Adv.
263382ba8d Add Gajim to the list of recommended clients;
Improve PEP and PubSub publishing mechanism.
2024-09-25 11:56:46 +03:00
Schimon Jehudah, Adv.
640677437c Fix error UnboundLocalError (Thank you. mirux). 2024-09-16 15:20:03 +03:00
Schimon Jehudah, Adv.
2a9d2657b1 Invoke Slixfeed by its alias in a given group chat. 2024-09-16 14:42:55 +03:00
Schimon Jehudah, Adv.
e63a5e4a74 Improve subscription preview form;
Fix adding subscriptions to a custom JID/
2024-09-16 13:46:04 +03:00
Schimon Jehudah, Adv.
735ce58178 Improve PEP and PubSub publishing mechanism;
Change label to value for fixed fields of data forms.
2024-09-13 11:44:08 +03:00
Schimon Jehudah, Adv.
70a62d3e33 Fix moderator check upon chat messages (Thank you. roughnecks). 2024-09-12 17:22:03 +03:00
Schimon Jehudah, Adv.
95dd1f82e4 Correct pathname to OMEMO file. 2024-09-12 16:38:12 +03:00
Schimon Jehudah, Adv.
f3f58244e8 Improve handling of OMEMO messages by extracting string from message body. 2024-09-12 16:06:05 +03:00
Schimon Jehudah, Adv.
26185f96d7 Disable module requests. 2024-09-12 15:44:35 +03:00
Schimon Jehudah, Adv.
c050c765dd Python : Add support for newer OMEMO (Thank you. Syndance);
Python : Fix Ad-Hoc Commands;
SQLite : Fix tagging mechanism.
2024-09-12 15:20:14 +03:00
Schimon Jehudah, Adv.
178f49cb86 Python : Set OMEMO as an optional dependency;
SVG    : Add a selection of variations of the Slixfeed logo.
2024-09-11 09:48:27 +03:00
Schimon Jehudah, Adv.
3913f740ef Add MUC Ad-Hoc instructions (Thank you roughnecks);
Fix automatic publishing mechanism by not excluding own JID;
Update index of commands and URLs.
2024-08-01 12:53:16 +03:00
Schimon Jehudah, Adv.
ed7491b5a9 Fix automated publishing mechanism of PubSub, so it will not halt other procedures. 2024-07-31 20:53:42 +03:00
Schimon Jehudah, Adv.
4642aa694b Expose all options except 'check' and 'formatting'. 2024-07-07 13:31:12 +03: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.
bd058ebf73 Always allow untrusted keys. 2024-07-07 11:49:52 +03:00
Schimon Jehudah, Adv.
9c068ad600 Fix UnboundLocalError for variable 'retry' 2024-07-07 11:33:07 +03:00
Schimon Jehudah, Adv.
6714089bdd Add aiofiles as a dependency. 2024-07-07 11:26:41 +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.
f9a1c683cd Update file pyproject.toml. 2024-07-05 19:25:03 +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.
37444c9d4e Fix default alias upon joining to an MUC groupchat;
Scan subscriptions by last scanned time;
Update file README.
2024-06-24 12:46:05 +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.
1b8254832d Restore scan interval to 50 seconds in order to lower CPU usage (Thank you roughnecks). 2024-06-17 20:31:40 +03:00
Schimon Jehudah, Adv.
22a3921915 Remove a reference to module slixfed.dt which does not exist (Thank you lorenzo). 2024-06-17 20:10:50 +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.
15e6a1de66 Fix command reset (Thank you to lorenzo, Mari0 and roughnecks). 2024-06-14 19:24:38 +03:00
Schimon Jehudah, Adv.
382b5a52be Disable redundant print directives. 2024-06-14 12:52:29 +03:00
Schimon Jehudah, Adv.
fb4ca2c852 Improve batch processing of invalid items. 2024-06-14 12:38:44 +03:00
Schimon Jehudah, Adv.
d0b49b5717 Fixed command version (Thank you roughnecks). 2024-06-13 20:40:30 +03:00
Schimon Jehudah, Adv.
f1d906c839 Add module muc (Thanks roughnecks). 2024-06-13 20:32:00 +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.
286900af63 Rename module command.py to adhoc.py. 2024-06-11 05:34:18 +03:00