Mads Marquart
|
a298e0cf16
|
Refactor MQTT to do proper reconnecting
|
2020-01-05 14:56:01 +01:00 |
|
Mads Marquart
|
766b0125fb
|
Refactor MQTT connecting, add sync token support
|
2020-01-05 00:31:58 +01:00 |
|
Mads Marquart
|
998fa43fb2
|
Refactor MQTT connecting
|
2020-01-04 23:18:20 +01:00 |
|
Mads Marquart
|
ecc6edac5a
|
Fix message receiving in MQTT
|
2020-01-04 16:23:51 +01:00 |
|
Mads Marquart
|
ea518ba4c9
|
Add initial MQTT helper
|
2020-01-04 16:23:35 +01:00 |
|
Mads Marquart
|
ffdf4222bf
|
Split ._parseMessage to reduce indentation
|
2019-12-15 16:24:17 +01:00 |
|
Mads Marquart
|
a97ef67411
|
Backport e348425
|
2019-12-15 15:26:53 +01:00 |
|
Mads Marquart
|
813219cd9c
|
Bump version: 1.8.2 → 1.8.3
v1.8.3
|
2019-09-08 15:59:29 +02:00 |
|
Asiel Díaz Benítez
|
bb1f7d9294
|
Fix mimetypes.guess_type (#471)
`mimetypes.guess_type` fails if the url is something like `http://example.com/file.zip?u=10`.
Backported from 6bffb66
|
2019-09-08 15:58:34 +02:00 |
|
Mads Marquart
|
3d28c958d3
|
Bump version: 1.8.1 → 1.8.2
v1.8.2
|
2019-09-05 20:07:44 +02:00 |
|
Marco Gavelli
|
6b68916d74
|
Fix Python 2 only issue (str.split does not take keyword parameters)
Fixes #469
|
2019-09-05 20:02:51 +02:00 |
|
Mads Marquart
|
12e752e681
|
Bump version: 1.8.0 → 1.8.1
v1.8.1
|
2019-08-28 19:21:39 +02:00 |
|
Mads Marquart
|
1f342d0c71
|
Move Client._getSendData into the Thread / Group models
|
2019-08-28 18:07:21 +02:00 |
|
Mads Marquart
|
5e86d4a48a
|
Add method to convert a ThreadType to a subclass of Thread (e.g. Group)
|
2019-08-28 18:07:21 +02:00 |
|
Mads Marquart
|
0838f84859
|
Move most of Client._getSendData to State._do_send_request
|
2019-08-28 18:07:21 +02:00 |
|
Mads Marquart
|
abc938eacd
|
Make State.fb_dtsg private
|
2019-08-28 18:07:21 +02:00 |
|
Mads Marquart
|
4d13cd2c0b
|
Move body of Client._doSendRequest to State
|
2019-08-28 18:07:21 +02:00 |
|
Mads Marquart
|
8f8971c706
|
Move parts of Client._getSendData to Message._to_send_data
|
2019-08-28 18:07:21 +02:00 |
|
Mads Marquart
|
2703d9513a
|
Move Client._client_id to State
|
2019-08-28 18:07:21 +02:00 |
|
Mads Marquart
|
3dce83de93
|
Move Client._upload to State
|
2019-08-28 18:07:21 +02:00 |
|
Mads Marquart
|
ef8e7d4251
|
Move user id handling to State
|
2019-08-28 18:07:21 +02:00 |
|
Mads Marquart
|
a131e1ae73
|
Move body of Client.graphql_requests to State._graphql_requests
|
2019-08-28 18:07:21 +02:00 |
|
Mads Marquart
|
84a86bd7bd
|
Move body of Client._payload_post to State
|
2019-08-28 18:07:21 +02:00 |
|
Mads Marquart
|
adfb5886c9
|
Move body of Client._post to State
|
2019-08-28 18:07:21 +02:00 |
|
Mads Marquart
|
8d237ea4ef
|
Move body of Client._get to State
|
2019-08-28 18:07:21 +02:00 |
|
Mads Marquart
|
513bc6eadf
|
Move Client._do_refresh to State
|
2019-08-28 18:07:21 +02:00 |
|
Mads Marquart
|
856962af63
|
Bump version: 1.7.3 → 1.8.0
v1.8.0
|
2019-08-28 10:58:46 +02:00 |
|
Mads Marquart
|
7c68a29181
|
Stop using Client.graphql_request internally
|
2019-07-25 23:32:17 +02:00 |
|
Mads Marquart
|
2f4e3f2bb1
|
Remove Client._generatePayload
Make Client._get and Client._post require a query input
|
2019-07-25 20:20:26 +02:00 |
|
Mads Marquart
|
0389b838bc
|
Merge pull request #455 from carpedm20/add-spell-check
Add spell checking.
Use sphinxcontrib-spelling to fix documentation and docstring spelling errors.
|
2019-07-25 18:51:53 +02:00 |
|
Mads Marquart
|
441f53e382
|
Merge pull request #454 from carpedm20/google-style-docstrings
Google docstring style
|
2019-07-24 21:56:33 +02:00 |
|
Mads Marquart
|
83c45dcf40
|
Fix spelling / typesetting in various places
|
2019-07-24 16:18:15 +02:00 |
|
Mads Marquart
|
cc9d81a39e
|
Fix spelling mistakes in documentation
|
2019-07-24 16:18:15 +02:00 |
|
Mads Marquart
|
edf14cfd84
|
Add and configure sphinxcontrib-spelling
|
2019-07-24 16:17:36 +02:00 |
|
Mads Marquart
|
ee79969eda
|
Delete docs/robots.txt
Introduced in a2930b4 , but I found out you could deprecate the doc url at /en/master/ using the ReadTheDocs web configuration
|
2019-07-24 16:15:31 +02:00 |
|
Mads Marquart
|
dbb20b1fdc
|
Convert various directives to Google style sections
|
2019-07-24 13:45:33 +02:00 |
|
Mads Marquart
|
beee209249
|
Convert :return: / :rtype: roles to Returns sections
|
2019-07-24 13:45:33 +02:00 |
|
Mads Marquart
|
d6876ce13b
|
Convert :raises: roles to Raises sections
|
2019-07-24 13:43:34 +02:00 |
|
Mads Marquart
|
ed05d16a31
|
Move :type: roles into the Args sections
|
2019-07-24 13:43:34 +02:00 |
|
Mads Marquart
|
3806f01d2f
|
Convert :param: roles to Args sections
|
2019-07-24 13:43:30 +02:00 |
|
Mads Marquart
|
5b69ced1e8
|
Add ability to use Google style docstrings
Use and configure the `napoleon` Sphinx extension
|
2019-07-24 13:43:02 +02:00 |
|
Mads Marquart
|
6b07f1d8b9
|
Fix first line of docstrings
- Use the imperative sense
- Use trailing dot
- Omit leading newline
- Grammar / vocabulary fixes
|
2019-07-24 13:43:01 +02:00 |
|
Przemek
|
700cf14a50
|
Add fetchThreadImages (#434)
|
2019-07-24 13:40:00 +02:00 |
|
Mads Marquart
|
1b08243cd2
|
Fix TODO entries showing file paths of the build system
|
2019-07-24 00:33:55 +02:00 |
|
Mads Marquart
|
a0b978004c
|
Bump version: 1.7.2 → 1.7.3
v1.7.3
|
2019-07-20 17:09:03 +02:00 |
|
Mads Marquart
|
efc8776e70
|
Fix login check, close #446
Facebook changed something internally, so that the redirected url is no longer always "/home.php", but instead sometimes just "/"
|
2019-07-20 17:01:54 +02:00 |
|
Szczepan Wiśniowski
|
915f9a3782
|
Add heart reaction (#445)
|
2019-07-20 16:21:44 +02:00 |
|
Mads Marquart
|
e136d77ade
|
Fix 2FA login error, closes #442, replaces #443
|
2019-07-20 16:00:32 +02:00 |
|
Mads Marquart
|
04aec15833
|
Fix documentation badge
|
2019-07-04 00:43:34 +02:00 |
|
Mads Marquart
|
dd5e1024db
|
Bump version: 1.7.1 → 1.7.2
v1.7.2
|
2019-07-04 00:34:11 +02:00 |
|