Schimon Jehudah
b1a1955545
Replace configuration file INI by TOML.
...
Fix ping functionality when activated as component (thank you Guus and MattJ).
Add initial code for XEP-0060: Publish-Subscribe.
Fix case-sensitivity with setting keys sent in-chat-command (Thank you mirux)
2024-03-12 17:13:01 +00:00
Schimon Jehudah
e553166954
Improve About form.
...
Improve handling of setting change.
2024-03-09 19:03:18 +00:00
Schimon Jehudah
ae89521d9b
Reduce amount of Python keywords async and await
2024-03-08 09:14:36 +00:00
Schimon Jehudah
5d1cb85a36
Manage settings from a dict as a handler.
...
Make the inclusive/main filter optional.
2024-03-07 14:52:51 +00:00
Schimon Jehudah
9969f8ded1
Add Config class as instance. See comment above class Config inside module config.
2024-03-06 12:52:07 +00:00
Schimon Jehudah
f207dc1632
Fix call to function adhoc_commands
2024-02-29 20:29:41 +00:00
Schimon Jehudah
56c7bf40a8
Correct modules client and component
2024-02-29 20:12:03 +00:00
Schimon Jehudah
3733c4e11a
Remove module command.py.
...
Help wanted.
See issue #6
2024-02-29 19:53:05 +00:00
Schimon Jehudah
072614fffe
Ad-Hoc: Minor fixes
2024-02-29 17:13:53 +00:00
Schimon Jehudah
270551b8ee
Message:
...
* Remove HTML tags from titles.
Fetch:
* Handle all exceptions.
SQLite:
* Add more functions to handle new ad-hoc commands.
Ad-Hoc:
* Move all commands into a single module called command.
* Remove commands from client and component.
Documentation:
* Comment commands that are not available.
2024-02-29 17:08:53 +00:00
Schimon Jehudah
e2652760bc
Fix component mode
2024-02-23 13:51:19 +00:00
Schimon Jehudah
88261571d1
Remove breakpoint
2024-02-19 00:42:59 +00:00
Schimon Jehudah
85f1ba18f0
Add functionality to set feed name (i.e. command rename).
...
Improve forms.
2024-02-19 00:26:10 +00:00
Schimon Jehudah
c1dec9d808
Adjust modules client and component
2024-02-16 13:16:52 +00:00
Schimon Jehudah
10762a69e4
Fix check for filters and settings keys
2024-02-16 12:12:06 +00:00
Schimon Jehudah
4e193a2b02
Add for Add Subscription.
...
Segregating more code as one task per function, particularly adding of new subscription.
Fix allow/deny keys.
2024-02-16 01:46:04 +00:00
Schimon Jehudah
89ef18d5d7
Fix Ad-hoc form of Settings
2024-02-12 19:01:28 +00:00
Schimon Jehudah
f6bc76fdf8
Fix settings update.
...
Add option to restore default settings.
Reorganize code.
Thank you mirux.
2024-02-11 21:31:31 +00:00
Schimon Jehudah
9434833449
WIP: Closer to fix double message. See task.py
2024-02-10 17:53:53 +00:00
Schimon Jehudah
c568145ecf
Fix bad reference to function that does not exist and - hopefully - improve subscription handling
2024-02-07 23:41:02 +00:00
Schimon Jehudah
6c16fa4af1
Restore support for disabling and enabling feeds.
...
Assign handlers to "self".
Towards better handling of subscription and unsubscription.
Minor fixes.
2024-02-07 22:24:59 +00:00
Schimon Jehudah
51e48c8389
Standardize modules client and component
2024-02-07 01:12:51 +00:00
Schimon Jehudah
00a8ed180a
Fix presence and subscription handling.
...
Segregate and atomize into classes.
2024-02-07 00:26:42 +00:00
Schimon Jehudah
422e0669f1
Add ad-hoc commands
2024-02-06 03:04:43 +00:00
Schimon Jehudah
c7fa2496a8
Fix many issues amidst change of table structure
2024-02-04 17:08:12 +00:00
Schimon Jehudah
9094921b40
Enable usage of private chat on groupchat
2024-01-27 17:15:28 +00:00
Schimon Jehudah
4406e61fbe
Improve update interval mechanism.
...
Add service discovery identity.
Add exception errors.
2024-01-26 11:34:07 +00:00
Schimon Jehudah
c1ef5acc7e
More fixes
2024-01-24 20:28:14 +00:00
Schimon Jehudah
2f6b86522f
Add service component support.
...
Thank you to Mr. Guus der Kinderen from IgniteRealtime.org for promptly providing an Openfire instance for development.
2024-01-24 18:11:39 +00:00