Lonami Exo
|
a2fc7dca79
|
Handle users=None properly in ChatAction
|
2020-01-21 10:39:51 +01:00 |
|
Lonami Exo
|
94ff5a8641
|
Handle ChannelForbidden on leaving ChatAction
|
2019-12-27 10:21:37 +01:00 |
|
Lonami Exo
|
7e6f12daa6
|
Fix ChatAction join/leave in channels, bump v1.10.9
|
2019-12-11 12:42:51 +01:00 |
|
Lonami Exo
|
57dd0827f4
|
Slight improvement on ChatAction's docs
|
2019-11-10 14:59:01 +01:00 |
|
Lonami Exo
|
45d82f2a85
|
Fix issues with to/from ID in private chats with multiple clients
This should address #1218.
|
2019-08-07 00:46:19 +02:00 |
|
Lonami Exo
|
8e36bb4c4d
|
Link Python keywords with Python's documentation
|
2019-07-06 12:11:00 +02:00 |
|
Lonami Exo
|
a7a7c4add2
|
Pass all Updates when building events
|
2019-06-30 16:34:34 +02:00 |
|
Lonami Exo
|
aa2b3daccc
|
Factor out setting entities to events
|
2019-06-30 16:34:34 +02:00 |
|
Lonami Exo
|
51de0bd2da
|
Update documentation with intersphinx and better summaries
|
2019-06-11 11:09:22 +02:00 |
|
Lonami Exo
|
e47f3ec1d6
|
Clarify some aspects of the documentation
|
2019-06-01 16:28:20 +02:00 |
|
Lonami Exo
|
80f19bd1f0
|
Point to the new domains
|
2019-05-22 11:29:46 +02:00 |
|
Lonami Exo
|
8abc7ade22
|
Use the new in-memory entity cache
This should avoid a disk access every time an input entity
is needed, which is very often. Another step for #1141.
|
2019-03-26 11:39:25 +01:00 |
|
Lonami Exo
|
934c733ccb
|
Treat users "kicking themselves" as leaving (#1116)
|
2019-02-27 19:42:17 +01:00 |
|
Lonami Exo
|
4a8a85d7a6
|
Refetch ChatAction service message to get input users
|
2018-11-28 18:59:49 +01:00 |
|
Lonami Exo
|
d214c78bd0
|
Add missing @property decorator
|
2018-11-19 12:06:18 +01:00 |
|
Lonami Exo
|
e5fc9d8674
|
Fix several broken links in the docs
|
2018-10-17 11:50:11 +02:00 |
|
Lonami Exo
|
ec0aa65fe1
|
An user -> a user
|
2018-09-22 19:18:42 +02:00 |
|
Lonami Exo
|
2f09e5c335
|
Support custom-callback filter for all events
|
2018-09-09 15:48:54 +02:00 |
|
Lonami Exo
|
1c0d595205
|
Replace custom.Message creation with ._finish_init
|
2018-07-22 19:20:55 +02:00 |
|
Lonami Exo
|
7f78d7ed2f
|
Use classmethod for all Event.build
|
2018-07-19 01:47:32 +02:00 |
|
Lonami Exo
|
1d0fd6801d
|
Build events only once per update
|
2018-07-11 11:22:43 +02:00 |
|
Lonami Exo
|
c1046c2acc
|
Fix "user joined" being "user added itself"
|
2018-06-25 13:21:23 +02:00 |
|
Lonami Exo
|
410518aa65
|
Stop using await with properties
|
2018-06-25 11:38:56 +02:00 |
|
Lonami Exo
|
efc9f4c414
|
Get rid of all remaining async properties
|
2018-06-25 11:03:20 +02:00 |
|
Lonami Exo
|
908dfa148b
|
Revisit codebase to add missing async/await
|
2018-06-14 17:09:20 +02:00 |
|
Lonami Exo
|
f7222407de
|
Document custom.Message
|
2018-06-02 12:52:38 +02:00 |
|
Lonami Exo
|
9e4854fcce
|
Use custom.Message in events
|
2018-05-31 13:30:22 +02:00 |
|
Lonami Exo
|
cffef411b2
|
Enhance documentation
|
2018-05-17 12:00:22 +02:00 |
|
Lonami Exo
|
d6935355ae
|
Fix two tiny typos
|
2018-04-28 13:42:36 +02:00 |
|
Lonami Exo
|
f31ca142a3
|
Support autocast to InputMessage
|
2018-04-23 11:05:38 +02:00 |
|
Lonami Exo
|
414fec91f1
|
Stop using input version on events to just get the ID
|
2018-04-08 15:55:10 +02:00 |
|
Lonami Exo
|
93b5909be5
|
Add chat_id-like convenience properties to the events
|
2018-04-08 14:24:01 +02:00 |
|
Jeff
|
259bb6ace1
|
Several documentation fixes/additions (#750)
|
2018-04-08 14:15:26 +02:00 |
|
Lonami Exo
|
b7c3f80679
|
Split events into separate files
|
2018-04-05 20:14:22 +02:00 |
|