1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 09:34:38 +01:00
Commit Graph

3662 Commits

Author SHA1 Message Date
fce985afbc
Bugfix 2023-07-10 20:12:41 +02:00
d6f2daddba
One more string 2023-07-10 20:10:06 +02:00
1ce9ecf770
Improve 2023-07-10 20:05:46 +02:00
400590edd2
Localize errors 2023-07-10 19:56:44 +02:00
e7d8c746cc
Improve logic 2023-07-10 19:33:02 +02:00
6b5d7ad909
Execute migration just once 2023-07-10 19:26:32 +02:00
1ed51dd7fa
Update changelog 2023-07-10 19:23:52 +02:00
f314cd9f2c
Allow usage of getPlugin from IPC clients thanks to the PluginEventHandlerProxy 2023-07-10 19:21:22 +02:00
e5fddecce9
Add getReply function and more simple filters 2023-07-10 18:51:27 +02:00
4e1581c3d0
Add a bunch of new filters and a getAdmin function 2023-07-10 18:42:58 +02:00
b896ae8699
Fix 2023-07-10 10:13:11 +02:00
Alexander Pankratov
7e69782e74 Hotfix: waveform deserialization 2023-07-10 01:50:47 +02:00
Alexander Pankratov
dec5bff3c9 Fix: log deserialization errors 2023-07-10 00:51:34 +02:00
7d4cc59221
Merge pull request #1369 from danog/v8_async_upgrade
Fix: async database upgrade
2023-07-10 00:29:50 +02:00
Alexander Pankratov
7cbeb4c9cb Fix: async database upgrade 2023-07-10 00:27:24 +02:00
c57a63b365 Permit integer casting 2023-07-09 23:57:00 +02:00
8fd4aa7e2d
Improve pure phar installs 2023-07-09 18:42:42 +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
363058f99d
Add Periodic attribute 2023-07-09 17:43:35 +02:00
5389f73371
Automatically try caching all dialogs on peer not found error 2023-07-09 17:42:51 +02:00
ec5792fe41
Switch to string serializer for usernames 2023-07-09 17:23:54 +02:00
1f654d8f26
Ban plugins from using file_get_contents, PDO, files 2023-07-09 16:55:08 +02:00
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
ba94c478d1
Add support for more buttons 2023-07-09 15:58:03 +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
aee4b40905
Tweak smore 2023-07-09 14:54:36 +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
0ad2d5e187
Higher priority for abstract handlers 2023-07-08 21:42:47 +02:00
cc4a99d598
Improve performance 2023-07-08 21:42:18 +02:00
c5b7a06641
Small fix 2023-07-08 17:53:41 +02:00
9f4a1d5dc0
Cleanup examples 2023-07-08 17:46:45 +02:00
30890ae4e5
Allow uploading PHP memory resources and add reportMemoryProfile method 2023-07-08 17:41:40 +02:00
7c14ff9924
Fixes 2023-07-08 17:11:21 +02:00
e21b45b547
Add tests 2023-07-08 16:48:47 +02:00
120176c668
Implement automatic waveform decoding 2023-07-08 16:43:13 +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
bab9efa656
Finalize API 2023-07-07 22:06:32 +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