1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 12:35:16 +01:00
Commit Graph

143 Commits

Author SHA1 Message Date
b896ae8699
Fix 2023-07-10 10:13:11 +02:00
b8bc4cafe5
Add Cron attribute (rename the old Periodic attribute) 2023-07-09 18:13:37 +02:00
a401ea2495
Simplify a bit 2023-07-09 18:10:58 +02:00
d202ea173e
Add support for @admin and simple crons with the Periodic attribute 2023-07-09 18:07:23 +02:00
ec5792fe41
Switch to string serializer for usernames 2023-07-09 17:23:54 +02:00
2b30be0d2c
Allow automatically pinning broadcasted messages 2023-07-09 15:42:08 +02:00
758354fa85
Cleanup 2023-07-09 15:18:17 +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
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
9f4a1d5dc0
Cleanup examples 2023-07-08 17:46:45 +02:00
fea7f01066
Multiple fixes 2023-06-27 19:48:39 +02:00
c758f74ee2
Add more languages 2023-06-26 18:24:49 +02:00
9b3502684d
Implement plugin event handlers 2023-06-25 19:52:00 +02:00
70e645373c
Fix 2023-06-25 15:33:14 +02:00
6b46f32583
Update example 2023-06-13 20:28:38 +02:00
a4e7a904c3
Update example 2023-06-02 18:56:53 +02:00
61dec268d2
Update example 2023-05-30 22:29:54 +02:00
115497e4f6
Add support for emojis with <emoji id="1234">, <tg-emoji emoji-id="1234> HTML tags and tg://emoji?id=1234 links, in addition to the pre-existing emoji:id links 2023-05-27 11:50:24 +02:00
f7339184d7
Update example 2023-05-07 21:09:17 +02:00
4aca7a637a
Cleanup 2023-05-06 20:35:59 +02:00
74847f0dec
Merge pull request #1342 from danog/v8_save_updates_to_db
Support different serializers for each table
2023-05-06 20:35:22 +02:00
17db61ae95
Fixup types 2023-05-06 20:35:03 +02:00
6f5dec19ec
Update example 2023-05-02 18:48:02 +02:00
26b900cf61
Misc improvements 2023-05-02 18:42:46 +02:00
68b045ff74
Update example 2023-05-02 17:50:48 +02:00
8e12707948
Add windows notice 2023-04-27 15:55:10 +02:00
378a5c0eb0
Make longs optional 2023-04-26 17:50:29 +02:00
ed02391d00 Update example 2023-04-23 14:32:38 +02:00
a80042a54b Update example 2023-04-22 20:32:39 +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
4c41b2b5d6 Fix uploadFromCallable 2023-03-26 19:16:54 +02:00
f5c94fcae3 Refactor public API 2023-01-27 14:20:47 +01:00
5f08fbd9e0 cs-fix 2023-01-26 19:30:56 +01:00
77a5417f20 Fix garbage collection 2023-01-26 14:33:30 +01:00
7488d9734e Get rid of circular references 2023-01-25 19:12:49 +01:00
f5c4972e44 Refactor loop API. 2023-01-24 14:28:49 +01:00
Github Actions
fbfc2a9faa Possible fix 2023-01-23 19:32:28 +01:00
d038816432 Adapt for new amphp/socket 2023-01-22 15:39:10 +01:00
f0d8379fc5 Try setting max_connections 2023-01-22 13:00:48 +01:00
ff1565c4cd Cleanup 2023-01-22 10:50:06 +01:00
8e24ce92a3 Fix uploadFromUrl 2023-01-21 23:07:43 +01:00
Github Actions
d3d50ba027 Bugfix 2023-01-20 19:21:13 +01:00
12e6efa9ce Deprecate setEventHandler 2023-01-20 15:30:13 +01:00
bbc819b603 More secret chat fixes 2023-01-20 13:49:44 +01:00
e1a52fb6c7 Last fixes 2023-01-19 17:14:04 +01:00
29dd777b5b Turn the session file into a session directory 2023-01-19 16:18:22 +01:00
006708dda3 Multiple fixes 2023-01-19 15:48:56 +01:00
f9508bbfbd Add subscribeToUpdates method 2023-01-16 13:17:59 +01:00