1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 08:27:45 +01:00
Commit Graph

21 Commits

Author SHA1 Message Date
e4ff361ee7
Use PSR naming scheme for plugin files 2023-07-09 16:39:43 +02:00
74d6fea009
Use PSR naming scheme for plugin files 2023-07-09 16:36:30 +02:00
b5d5890ae7
Reduce memory usage during flood waits by tweaking defaults 2023-07-09 14:43:51 +02:00
3eb0cc359a
Use distinct PluginEventHandler class to make it clearer that a plugin is actually a plugin 2023-07-09 14:38:39 +02:00
b51f388696
Choose simpler way of interrupting execution flow to install plugins 2023-07-09 13:54:41 +02:00
8b65f51bb0
Try slightly different approach 2023-07-08 22:37:13 +02:00
47f53cf049
cs-fix 2023-07-08 22:24:31 +02:00
83a6b48471
Recursively include plugins returned by getPluginPaths() 2023-07-08 22:14:49 +02:00
cc4a99d598
Improve performance 2023-07-08 21:42:18 +02:00
a278f1efc1
Finish implementing filters 2023-07-08 15:45:14 +02:00
e454f373cf
Implement simple filters 2023-07-07 22:19:34 +02:00
b6c4fcdc7b
Fix file uploads with uv 2023-07-07 16:56:03 +02:00
bfc0ee9065
Update 2023-07-07 15:23:01 +02:00
1d850a6209
Simplify 2023-07-06 22:09:09 +02:00
b5a7513555
Settle for the simplest structure 2023-07-06 21:59:36 +02:00
9370181002
Fix 2023-06-25 20:00:41 +02:00
9b3502684d
Implement plugin event handlers 2023-06-25 19:52:00 +02:00
56a9af594e Make getID work with usernames, allow calling restart() and stop() from outside the event handler 2023-04-22 20:22:17 +02:00
20d3ef279b Queue updates while onStart is running 2023-01-28 20:08:56 +01:00
1514b40f9a Allow using stop and restart methods only inside of the event handler 2023-01-27 16:47:26 +01:00
f5c94fcae3 Refactor public API 2023-01-27 14:20:47 +01:00