1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 05:58:58 +01:00
Commit Graph

4574 Commits

Author SHA1 Message Date
55fd50afb0 Fixes 2023-09-28 22:21:12 +02:00
8412eae275 Update baseline 2023-09-28 21:05:33 +02:00
eec2605a9f Fixes 2023-09-28 21:03:56 +02:00
ef259dce4f
Merge pull request #1403 from mtalaeii/v8
Add support for secret chats in SimpleEventHandler!
2023-09-28 20:53:39 +02:00
17f8f0e8f5 Fix everything 2023-09-28 20:52:21 +02:00
8dffdd0ff4 Fixes 2023-09-28 19:59:44 +02:00
2acd733355 Fixes 2023-09-28 19:46:49 +02:00
fd27fd700b fixes 2023-09-28 19:42:28 +02:00
8794309dfb Fixes 2023-09-28 19:36:45 +02:00
64d05b96f2 Fixes 2023-09-28 19:33:23 +02:00
829c249abb Media support 2023-09-28 19:15:29 +02:00
f5ff772640 Refactoring 2023-09-28 18:53:18 +02:00
e6c3220d70 Fixes 2023-09-28 18:34:24 +02:00
5c464fe4e6 Change message ID when reacting to RPC_CALL_FAIL 2023-09-28 18:28:36 +02:00
c1bef7bc31 Add better logs for server-side 500 errors 2023-09-28 18:23:55 +02:00
462cb882e2 Merge branch 'v8' into secret 2023-09-28 18:16:01 +02:00
eada23f8cd Add outgoing field to secret messages 2023-09-28 18:15:05 +02:00
eeae942980 Cleanup 2023-09-28 18:11:48 +02:00
37cc9b5a69
Merge pull request #1406 from AhjByte/Updates,-Bounded-methods
Updates, bounded methods
2023-09-28 18:04:13 +02:00
83a712d0c7
Update ChannelMessage.php 2023-09-28 18:01:53 +02:00
1c8ba0fcc8 Update baseline 2023-09-28 18:00:44 +02:00
40fec09237
Update AbstractVideo.php 2023-09-28 17:58:37 +02:00
096a89eac3
Update AbstractAudio.php 2023-09-28 17:58:11 +02:00
c9c4dcbff1 Wait for auth to be imported before executing queries in case of AUTH_KEY_ RPC errors 2023-09-28 17:35:33 +02:00
e28b06c846 Improve call queue logic 2023-09-28 17:28:40 +02:00
d9668d2650 Bugfi in AUTH_KEY_ error handling 2023-09-28 15:55:32 +02:00
72975d146a Avoid using non-existent persistent key during media DC linking 2023-09-28 10:15:48 +02:00
fdc7675639 Small performance improvement 2023-09-27 15:24:59 +02:00
c0abc09191 Handle proxy issues and improve performance 2023-09-27 15:10:20 +02:00
Mahdi
b10e08fca3 Add phpDoc for DialogDeleteMessages class 2023-09-27 16:18:46 +03:30
Mahdi
5d610ec4de Fix
- move service messages of secret chat out of secret namespace and use some of implemented instead in some case
- tag medias as todo
- other fixes
- Run composer cs-fix
2023-09-27 16:13:42 +03:30
Mahdi
291158fc20
Merge branch 'danog:v8' into v8 2023-09-27 11:58:07 +00:00
ea60a169e3
Actually use getSystemLangCode 2023-09-26 21:48:04 +02:00
5d2951e527
Add systemLangCode config 2023-09-26 18:43:36 +02:00
8227e4d02c
Check auth status on first connection 2023-09-26 18:23:30 +02:00
Mahdi
4f85415a0f
Merge branch 'danog:v8' into v8 2023-09-26 14:21:09 +00:00
0454a41623
Fix 2023-09-26 15:53:59 +02:00
Mahdi
f725fc86a2
Merge branch 'danog:v8' into v8 2023-09-26 13:50:30 +00:00
7c3b72fb38
Small fix 2023-09-26 15:35:21 +02:00
4af9bc1c23
Fixes 2023-09-26 14:29:09 +02:00
c903311f90
Fix 2023-09-26 10:32:25 +02:00
bcf1126200
Add another mutex for confirmation too 2023-09-26 10:27:04 +02:00
a1c04527ae
Fix race condition 2023-09-26 10:24:23 +02:00
6e527e55f6
Small fix 2023-09-25 23:12:59 +02:00
AhJ
e5a18d9bb7
Update enableTTL method 2023-09-25 23:00:32 +03:30
َAhJ
d7d67eaea0 fix method name 2023-09-25 15:16:30 +03:30
Mahdi
e73a6a6334 Final Fix 2023-09-25 14:07:36 +03:30
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
AhJ
8b0eb78cb1
remove empty space 2023-09-25 12:56:16 +03:30
َAhJ
b490ba773d add some bounded methods 2023-09-25 12:54:21 +03:30