1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 06:07:49 +01:00
Commit Graph

127 Commits

Author SHA1 Message Date
1dcc9af659 Simplify code escaping 2023-11-20 21:48:21 +01:00
77ce9de35c Fixes 2023-11-11 16:47:17 +01:00
10f22111ac Update schema 2023-11-09 21:03:01 +01:00
a85c6cf847 Build 2023-10-05 18:25:18 +02:00
3993485b65 Full cancellation support & fixes & layertest script 2023-10-04 21:57:17 +02:00
8e171c90fc Update 2023-09-30 21:43:03 +02:00
949758aeb5 Cancellation support 2023-09-30 21:29:51 +02:00
54c935a3ca Add secret chat support to sendDocument/sendPhoto 2023-09-30 20:19:03 +02:00
6baac5b14a Try changing php-cs-fixer version 2023-09-29 17:51:02 +02:00
a1f3a41e9f Serialize when the session is created 2023-09-29 17:30:08 +02:00
eec2605a9f Fixes 2023-09-28 21:03:56 +02:00
64d05b96f2 Fixes 2023-09-28 19:33:23 +02:00
Mahdi
e0129cd407 Add some fixes and stuff
- Force getSecretMessage method to return SecretMessage
- Implement last Todo (getReply method inside SecretMessage class)
- Add private file field into media class for supporting download medias from secret chats
- Run composer cs-fix
2023-09-25 13:39:00 +03:30
584dd504b3
Add public-facing getSecretMessage method 2023-09-24 19:55:06 +02:00
127f8ce7d1
Merge branch 'v8' into secret_refactoring 2023-09-23 21:06:38 +02:00
0a8e41ac09
Fix file upload race condition that might occur during reconnection 2023-09-23 20:58:55 +02:00
d6b0926c71
Cleanup 2023-09-19 21:20:41 +02:00
f01cb4092b
Use local queue & separate tables for secret chat messages 2023-09-19 14:49:53 +02:00
cbe87bca8d
Indent phpdocs 2023-09-06 21:12:19 +02:00
41de551a96
Rename some classes before release 2023-09-06 19:33:52 +02:00
86b3c7787b
Fixes 2023-09-05 21:26:15 +02:00
060c4ffd38
Fixes 2023-09-05 21:19:01 +02:00
26823cc46d
Move all dialog ID-related methods to DialogId enum 2023-09-05 15:34:40 +02:00
02e18baf06
Multiple improvements 2023-09-05 15:11:10 +02:00
b9ec2b7cc2
Add support for bot API secret chat IDs 2023-09-04 20:01:28 +02:00
4e785b183c
Further improve types 2023-09-02 15:36:10 +02:00
ae7cf4b9f0
Use more consistent types for file functions 2023-09-02 15:31:12 +02:00
ec00340350
Add FilterFromBot filter 2023-09-01 16:09:13 +02:00
e7fc3ccc53
Fix 2023-08-31 18:50:48 +02:00
7cfa861347
Psalm fixes 2023-08-31 18:02:11 +02:00
85000058f2
Remove isSupergroup and create isSupergroupOrChannel method 2023-08-29 22:12:42 +02:00
5419a35075
Misc fixes 2023-08-21 10:11:23 +02:00
9ed87db50a
More fixes 2023-08-20 19:07:14 +02:00
7dfe57a4dc
Add FilterEnded;FilterOutgoing and Ended;Outgoing filters for calls 2023-08-20 18:14:26 +02:00
1458a2b42b
Allow playing streams via IPC 2023-08-20 14:17:21 +02:00
fb74752588
Fix a bug in the VoIP::skip() method, add VoIP::getCurrent method 2023-08-19 21:20:51 +02:00
1d989eeabe
Fix playing and converting VoIP audio from a stream 2023-08-19 17:33:47 +02:00
c37df506ad
Allow uploading files directly from streams! 2023-08-19 16:17:16 +02:00
bd07cfccb8
Final improvements 2023-08-14 20:54:16 +02:00
bd1d23062d
Improve cancellation 2023-08-14 19:17:50 +02:00
2f1ce8f716
Allow playing files of any format 2023-08-14 18:28:44 +02:00
4b9ade0fea
Improve API 2023-08-14 17:16:59 +02:00
f4db68954a
Fixes 2023-08-14 16:10:20 +02:00
9aa1e3ba6e
Remove all side effects 2023-08-14 15:48:39 +02:00
726a6ba1e2
Properly validate all OPUS packets 2023-08-13 18:41:37 +02:00
df1e6b2ba8
Add downloadToReturnedStream method 2023-08-13 17:23:33 +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
8678bba3bb
Implement hold logic 2023-08-12 21:47:09 +02:00
c9ffd30024
Allow IPC usage 2023-08-12 17:45:25 +02:00