Mads Marquart
|
2f973f129d
|
Privatize default_thread_X client variables
We have a setter method for them, so there should be no need to access these directly!
|
2019-04-17 23:20:08 +02:00 |
|
Mads Marquart
|
9b81365b0a
|
Privatize fb_h and client_id variables
These are sparsely used and badly named, so probably not externally depended on externally
|
2019-04-17 23:20:08 +02:00 |
|
Mads Marquart
|
a079797fca
|
Remove email/password client variables
|
2019-04-17 23:18:37 +02:00 |
|
Mads Marquart
|
6ab298f6e8
|
Remove temporary _postLogin variables from the client
|
2019-04-17 23:18:37 +02:00 |
|
Mads Marquart
|
a159999879
|
Remove redundant client variables
|
2019-04-17 23:18:37 +02:00 |
|
Mads Marquart
|
a71835a5b8
|
Version up, thanks to @kapi2289 and @LukasOndrejka
v1.6.5
|
2019-04-17 22:58:37 +02:00 |
|
Mads Marquart
|
86a6e07804
|
Merge branch 'master' into refactor-model-parsing
|
2019-04-17 22:42:20 +02:00 |
|
Kacper Ziubryniewicz
|
73c6be1969
|
Add message parameter to sending location (#416)
|
2019-04-17 22:35:04 +02:00 |
|
Kacper Ziubryniewicz
|
7db7868d2b
|
Fix forwarding replied messages (#417)
|
2019-04-17 22:34:19 +02:00 |
|
Mads Marquart
|
18ec1f5680
|
Merge branch 'master' into refactor-model-parsing
|
2019-04-17 22:06:07 +02:00 |
|
Mads Marquart
|
8e65074b11
|
Hotfixes
Fix mistakes introduced in #415
|
2019-04-17 21:56:50 +02:00 |
|
Mads Marquart
|
d720438aef
|
Merge pull request #415 from carpedm20/cleanup
Cleanup
|
2019-04-17 21:11:18 +02:00 |
|
Mads Marquart
|
ec0e3a91d1
|
Merge branch 'master' into cleanup
|
2019-04-17 20:50:08 +02:00 |
|
Mads Marquart
|
48e7203ca6
|
Rename internal variable
|
2019-04-17 20:47:49 +02:00 |
|
Mads Marquart
|
4f76b79629
|
Merge pull request #409 from kapi2289/message-reply
Add replying to messages
|
2019-04-17 20:44:30 +02:00 |
|
Mads Marquart
|
1eeae78a9f
|
Small refactoring
The `muteX` methods return values are now checked using `check_request`, `seq` is now parsed in `_parseMessage` and a few other things.
|
2019-03-31 00:16:36 +01:00 |
|
Mads Marquart
|
bc27f756ed
|
Split long strings, use format when creating strings
|
2019-03-31 00:11:20 +01:00 |
|
Mads Marquart
|
6302d5fb8b
|
Split overly nested calls
|
2019-03-31 00:07:29 +01:00 |
|
Mads Marquart
|
24e238c425
|
Remove superfluous whitespace
|
2019-03-31 00:02:49 +01:00 |
|
Mads Marquart
|
070f57fcc4
|
Refactor _graphql away
|
2019-03-30 21:20:20 +01:00 |
|
Kacper Ziubryniewicz
|
a4ce45e9b0
|
Add detecting replied messages while listening
|
2019-03-29 21:09:19 +01:00 |
|
Kacper Ziubryniewicz
|
a3efa7702a
|
Add possibility to reply to messages
and to (partly) fetch the replied messages
|
2019-03-23 21:26:43 +01:00 |
|
LukasOndrejka
|
d7a5d00439
|
Add new colors (#393)
Color names are from https://www.htmlcsscolor.com/
|
2019-03-12 18:15:11 +01:00 |
|
Mads Marquart
|
6636d49cc0
|
Remove graphql.py
|
2019-03-10 20:30:22 +01:00 |
|
Mads Marquart
|
8e6ee4636e
|
Move gender dict into _user.py
|
2019-03-10 20:25:02 +01:00 |
|
Mads Marquart
|
71f19dd3c7
|
Move fetchAllUsers parsing into User._from_all_fetch
|
2019-03-10 20:22:56 +01:00 |
|
Mads Marquart
|
e166b472c5
|
Move message pull parsing into Message._from_pull
|
2019-03-10 20:10:19 +01:00 |
|
Mads Marquart
|
28c867a115
|
Simplify _graphql.py imports
|
2019-03-10 19:54:36 +01:00 |
|
Mads Marquart
|
f20a04b2a0
|
Move graphql_to_message -> Message._from_graphql
|
2019-03-10 19:50:06 +01:00 |
|
Mads Marquart
|
1f961b2ca7
|
Move thread parser dispatching into _client.py
I know, it's not pretty, but it doesn't belong in _graphql.py either
|
2019-03-10 19:39:22 +01:00 |
|
Mads Marquart
|
e579e0c767
|
Move graphql_to_quick_reply into _quick_reply.py
|
2019-03-10 19:35:07 +01:00 |
|
Mads Marquart
|
6693ec9c36
|
Move graphql_to_extensible_attachment into _message.py
|
2019-03-10 19:33:58 +01:00 |
|
Mads Marquart
|
53856a3622
|
Move attachment and subattachment dispatching to _file.py
|
2019-03-10 19:26:01 +01:00 |
|
Mads Marquart
|
0b99238676
|
Move subattachment parsing to the respective models
|
2019-03-10 19:19:50 +01:00 |
|
Mads Marquart
|
cb2c68e25a
|
Move graphql_to_page -> Page._from_graphql
|
2019-03-10 17:36:41 +01:00 |
|
Mads Marquart
|
fd5553a9f5
|
Move graphql_to_group -> Group._from_graphql
|
2019-03-10 17:33:46 +01:00 |
|
Mads Marquart
|
60ebbd87d8
|
Move graphql_to_thread user parsing to User._from_thread_fetch
|
2019-03-10 17:26:47 +01:00 |
|
Mads Marquart
|
3a5185fcc8
|
Move graphql_to_user -> User._from_graphql
|
2019-03-10 17:21:06 +01:00 |
|
Mads Marquart
|
ce469d5e5a
|
Move get_customization_info -> Thread._parse_customization_info
|
2019-03-10 17:02:03 +01:00 |
|
Mads Marquart
|
4f0f126e48
|
Make Github Releases deploy in the published state
|
2019-03-10 16:45:16 +01:00 |
|
Mads Marquart
|
94c30a2440
|
Merge pull request #405 from carpedm20/private-api
Privatize `client`, `utils` and `graphql` submodules
|
2019-03-10 16:42:48 +01:00 |
|
Mads Marquart
|
1460b2f421
|
Version up, thanks to @oneblue and @darylkell
v1.6.4
|
2019-03-10 16:33:44 +01:00 |
|
Mads Marquart
|
968223690e
|
Move plan parsing to the Plan model
- Add `GuestStatus` enum
- Add `Plan.guests` property
- Made `Plan.going`, `Plan.declined` and `Plan.invited` property accessors to `Plan.guests`
|
2019-03-10 16:21:22 +01:00 |
|
Mads Marquart
|
789d9d8ca1
|
Split graphql_to_attachment into smaller methods
|
2019-03-07 21:22:56 +01:00 |
|
Mads Marquart
|
2ce99a2c44
|
Split graphql_to_extensible_attachment into smaller methods
|
2019-03-07 20:50:14 +01:00 |
|
Mads Marquart
|
ee207e994f
|
Move graphql_to_live_location -> LiveLocationAttachment._from_pull
|
2019-03-07 20:17:29 +01:00 |
|
Mads Marquart
|
c374aca890
|
Fix _util exception import
|
2019-03-07 19:59:25 +01:00 |
|
Mads Marquart
|
c28ca58537
|
Add missing attributes to Poll and PollOption __init__
|
2019-03-07 19:58:24 +01:00 |
|
Mads Marquart
|
0578ea2c3c
|
Move graphql_to_poll -> Poll._from_graphql
|
2019-03-07 19:52:29 +01:00 |
|
Mads Marquart
|
e51ce99c1a
|
Move graphql_to_poll_option -> PollOption._from_graphql
|
2019-03-07 19:47:36 +01:00 |
|