1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-02 19:07:45 +01:00
Commit Graph

69 Commits

Author SHA1 Message Date
151a809c6e Fixes 2023-11-11 16:55:29 +01:00
5ffb8a8f1d More cancellation support 2023-10-05 17:16:53 +02:00
3993485b65 Full cancellation support & fixes & layertest script 2023-10-04 21:57:17 +02:00
c8e4e85417 More cancellations 2023-10-03 21:01:45 +02:00
27d21681e7 Change cs rules 2023-10-01 20:05:04 +02:00
949758aeb5 Cancellation support 2023-09-30 21:29:51 +02:00
0a8e41ac09
Fix file upload race condition that might occur during reconnection 2023-09-23 20:58:55 +02:00
0d11019f2b
Fix upload of images with no content-length, fix usage of streams and filecallbacks through the IPC API 2023-09-07 18:55:37 +02:00
3b9c5dc238
Avoid GC bugs and improve media DC logic 2023-09-07 17:02:27 +02:00
da252bb291
Allow using fopen on php://memory, improve stream upload logic, handle MSG_WAIT_FAILED errors, improve call queue, improve tests 2023-09-07 16:24:35 +02:00
cbe87bca8d
Indent phpdocs 2023-09-06 21:12:19 +02:00
5706814ced
Improve parameters of public API 2023-09-06 18:39:48 +02:00
3abf8b5101
Secret chat fixes 2023-09-06 17:46:35 +02:00
8b77f20ca3
Wait for initialization earlier 2023-08-27 11:57:49 +02:00
674f6eb264
Start IPC server earlier (avoids the proc_open error in some cases) 2023-08-27 11:49:53 +02:00
026b998f93
Update 2023-08-20 19:22:51 +02:00
9ed87db50a
More fixes 2023-08-20 19:07:14 +02:00
2e6a992e3c
Update 2023-08-20 17:43:07 +02:00
f94637935b
Replace exception traces 2023-08-20 15:50:14 +02:00
1458a2b42b
Allow playing streams via IPC 2023-08-20 14:17:21 +02:00
dbe6376507
More VoIP fixes 2023-08-19 21:45:38 +02:00
fb74752588
Fix a bug in the VoIP::skip() method, add VoIP::getCurrent method 2023-08-19 21:20:51 +02:00
cd812ba24a
Fix IPC error reporting if daemon fails to start 2023-08-19 18:32:45 +02:00
789f623986
Remove all deprecated APIs and polyfills 2023-08-13 11:59:05 +02:00
ef4c083526
Add copyright notices 2023-08-13 11:40:35 +02:00
4d5a12d24b
Final fixes 2023-08-06 22:00:31 +02:00
96e95b5d95
Fix login into testmode 2023-08-06 16:44:16 +02:00
a3094016e8
Fix logout in case of session termination 2023-08-06 16:29:29 +02:00
203815a322
Psalm fixes 2023-08-05 21:26:58 +02:00
663afb6a76
Psalm fixes 2023-08-05 20:53:57 +02:00
e79ba357b2
Cleanup 2023-08-05 19:13:26 +02:00
3d6186235f
Allow inclusion of traits, interfaces in plugins, fix creation of sessions, improve addReaction/delReaction/getOurReactions methods 2023-07-26 17:36:53 +02:00
7f7326acd8
Fix 2023-07-26 11:56:38 +02:00
0439daeae0
Small IPC fix 2023-07-26 08:17:41 +02:00
55e1d2f15f
Update localization 2023-07-25 19:06:31 +02:00
76446a2d82
Remove non-IPC fallback, improve IPC logic 2023-07-25 18:44:30 +02:00
555ebac434
Update relase 2023-07-22 14:00:29 +02:00
78eb97944a
Fixes 2023-07-21 21:30:19 +02:00
03b293bdf9
Fixed getDownloadLink for non-event-handler web IPC instances. 2023-07-21 20:31:26 +02:00
867a88bcba
Improve logging 2023-07-19 18:14:46 +02:00
866591325c
Fix IPC with pure madeline.phar 2023-07-18 20:51:44 +02:00
2f8c3016c0
Download script improvements 2023-07-18 15:44:09 +02:00
5e1e059808
Improvements to getDownloadLink 2023-07-16 15:34:26 +02:00
861ade96cf
Fix simple filters 2023-07-16 15:02:06 +02:00
b421f393b6
Add getDownloadLink, openFileAppendOnly functions and improve static analysis 2023-07-16 13:02:07 +02:00
ff743d1418
Fixes 2023-07-14 16:34:52 +02:00
2a648fe3bc
Reduce latency 2023-07-13 17:05:44 +02:00
8f66319b66
Implement PSR-4 autoloading for plugin paths 2023-07-10 21:15:35 +02:00
f314cd9f2c
Allow usage of getPlugin from IPC clients thanks to the PluginEventHandlerProxy 2023-07-10 19:21:22 +02:00
8fd4aa7e2d
Improve pure phar installs 2023-07-09 18:42:42 +02:00