1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 12:47:46 +01:00
Commit Graph

3891 Commits

Author SHA1 Message Date
1a60bfa997 Add classes for all RPC errors 2024-06-15 15:36:14 +02:00
7595fbf538 Bump release 2024-06-13 17:15:41 +02:00
56b4253748 Bump 2024-06-13 17:13:22 +02:00
216b06fcca Fix getPwrChat 2024-06-13 17:08:58 +02:00
Mahdi
36d1ab7ee5 Add support for @replies messages
- Add CommentReply class
- Add FilterCommentReply class
- Some changes for chatId ,senderId,messageId (named id here)
2024-06-11 15:09:02 +03:30
3b578f225a Change API endpoint 2024-06-09 19:38:16 +02:00
750369d9be Bump to layer 181 2024-06-08 17:10:16 +02:00
bca3902fb6 Add docs 2024-05-29 23:31:32 +02:00
e1e2c3ddc2 Fix IPC upload of stream thumbnails 2024-05-29 21:29:01 +02:00
ae2e4a1692 Misc fixes 2024-05-29 21:10:29 +02:00
649b38ca15 Improve label names 2024-05-24 21:45:18 +02:00
003b344473 Small fix 2024-05-24 21:29:06 +02:00
10a5f861f6 Cleanup pending requests 2024-05-23 19:13:29 +02:00
ca0c50ceb3 Speed up tests 2024-05-23 18:43:32 +02:00
31e3a4fb86 Fix SecretMessage::delete, SeekableTrait::seek and add deleteHistory flag to discardSecretChat 2024-05-23 18:21:15 +02:00
64c6d3bd41 Fixup timeouts 2024-05-20 19:40:50 +02:00
11284e0b77 Bump 2024-05-20 18:00:33 +02:00
20f308c49d Add support for pyroscope memory profiling 2024-05-20 17:42:04 +02:00
a2c759cd0b Fix 2024-05-20 16:18:55 +02:00
9ad145fade Cleanup 2024-05-20 16:14:34 +02:00
cda2583744 cs-fix 2024-05-20 16:10:40 +02:00
044a22c91f Encapsulate 2024-05-20 16:10:12 +02:00
Alexander Pankratov
682e072a17 Fix: timeout for outgoing messages & possible fatal error for media downloads 2024-05-18 21:35:14 +02:00
Alexander Pankratov
a2e77db9aa Revert "Fix: fatal on media download"
This reverts commit 6ac5d8f4c9.
2024-05-18 18:54:42 +02:00
Alexander Pankratov
31cadeee3d Fix: fatal on media download 2024-05-18 18:47:24 +02:00
8baa441ed8 Small fix 2024-05-16 20:09:58 +02:00
6421d7f231 Add inflight request gauge 2024-05-16 20:00:42 +02:00
f04d072af0 Fix psalm 2024-05-16 00:54:10 +02:00
264c3c9eee Fix 2024-05-16 00:38:27 +02:00
3a757b4907 Cleanup metrics 2024-05-15 22:42:49 +02:00
25caa332ea Improve gauges 2024-05-15 22:39:22 +02:00
ccadcf42c8 Fixes 2024-05-15 22:27:54 +02:00
3866ef8d25 Finalize prometheus settings 2024-05-15 22:17:03 +02:00
8ae865bcc4 Add a setting to bind on TCP/UNIX port for prometheus stats 2024-05-15 21:08:52 +02:00
3ec6805dfe Use text prometheus renderer by default 2024-05-15 20:51:40 +02:00
177dfe39e8 Add warning 2024-05-15 20:49:02 +02:00
bd3a513789 Extract DialogId into separate library 2024-05-10 14:26:50 +02:00
642e7d5dfa Fixes 2024-05-09 21:06:07 +02:00
746d88b852 Measure request latency in nanoseconds 2024-05-09 20:50:04 +02:00
be472eaadd Improve counters 2024-05-09 20:40:01 +02:00
28173c7b68 Fix entity issue, finalize prometheus API 2024-05-07 15:27:07 +02:00
d9dcdfeb47 Add more counters 2024-05-06 17:48:02 +02:00
3209f8c60e Add more counters 2024-05-06 17:32:38 +02:00
59b14bca76 Switch to danog/better-prometheus 2024-05-03 17:40:57 +02:00
ca81b3865a Progress 2024-05-02 22:32:28 +02:00
1c7bc488e2 Bump layer 2024-05-01 19:32:59 +02:00
3db5fb1b42 Add some prometheus stats 2024-05-01 18:21:21 +02:00
13cea65a80 Prepare prometheus stats 2024-05-01 15:31:34 +02:00
e4a87559bf Bump layer 2024-05-01 14:44:19 +02:00
b307c716aa Add appropriate getHTML methods for polls 2024-04-28 17:17:34 +02:00
1bb1212d34 Fix entities in polls & composer installation reporting 2024-04-28 16:57:30 +02:00
aeb3d18b86
Release 2024-04-27 16:33:49 +02:00
c2b09b6101 Return a Photo object from getPropicInfo, getPwrChat, getFullInfo 2024-04-27 16:03:13 +02:00
a0b9becb31 Bump docs 2024-04-27 15:39:06 +02:00
02b6f8d365 Psalm fixes 2024-04-27 15:06:59 +02:00
5d0f02d031 Make getPropicInfo return a BotApiFileId, make getPwrChat return more info with fullfetch=false, layer 179 2024-04-27 15:02:03 +02:00
230dc3e004 Fix getFullInfo in certain conditions 2024-04-25 15:29:06 +02:00
ed1f15c19a Small bugfix, update to layer 178 2024-04-24 17:08:58 +02:00
b768866b80 Fix 2024-04-23 21:09:05 +02:00
e64c1c52eb Fix upload callbacks in the send* methods, fix issue with plugins in a phar 2024-04-23 15:28:38 +02:00
e23043fded Bump 2024-04-22 17:34:30 +02:00
14f590f27f Entity fix 2024-04-22 16:55:43 +02:00
cebebed93a Bump 2024-04-21 15:31:32 +02:00
9eacb62a92 Fix performance issue caused by excessive GC-ing 2024-04-21 15:22:01 +02:00
ae8f8cff89 Fix Message::forward 2024-04-21 14:51:48 +02:00
f07e40392d Improvement 2024-04-21 14:45:27 +02:00
79a9feda11 Fix 2024-04-21 13:56:00 +02:00
fd9b0af1b4 Entity refactoring 2024-04-21 13:51:54 +02:00
Mahdi
f61d6c8314
Merge branch 'danog:v8' into v8 2024-04-20 13:22:50 +03:30
Mahdi
097b3bc96b Add some reply methods 2024-04-20 13:22:24 +03:30
2c22ce9d42 Fix getPwrChat 2024-04-20 00:31:46 +02:00
0e4b4c278b Remove moved code 2024-04-20 00:06:55 +02:00
3584d83187 Fixes 2024-04-19 23:52:20 +02:00
01e0594671 Fixes 2024-04-19 23:42:43 +02:00
5ada37aec3
Merge pull request #1513 from xcgu/v8
Some fixes
2024-04-19 23:40:03 +02:00
522a68ae93 Bump deps 2024-04-19 23:37:07 +02:00
2bcd0917cb Bump deps 2024-04-19 23:37:03 +02:00
4c9820f4da Add sendDocumentPhoto 2024-04-19 20:51:19 +02:00
0d6d7fbf10 Bugfix 2024-04-19 17:08:04 +02:00
f537e23092 Prepare release of beta200 2024-04-19 17:01:47 +02:00
4bb21c0682 Multiple fixes 2024-04-19 16:31:11 +02:00
173d1501d8 ffmpeg fixes 2024-04-19 15:52:17 +02:00
b8120d66dc Secret chat support 2024-04-19 15:41:53 +02:00
ae65b27843 Improvement 2024-04-19 15:36:30 +02:00
2a80498542 Fixes 2024-04-19 15:35:02 +02:00
b9513ac4a6 Improvements 2024-04-19 15:30:47 +02:00
5d30d1cc56 Refactor 2024-04-19 15:24:43 +02:00
amir
1e8e6e6d67 Some fixes 2024-04-19 16:28:51 +03:30
3f31a3e22a Fixes to conversion 2024-04-18 23:20:23 +02:00
9bd1113b5b Bugfix 2024-04-18 21:32:10 +02:00
94f2727be2 Never invoke constructor of event handler 2024-04-18 20:55:22 +02:00
92b9f057ba Fixes 2024-04-18 20:46:05 +02:00
a2a7c3a7e6 Small psalm fix 2024-04-18 20:03:03 +02:00
7bec8cf3e8 Psalm fixes 2024-04-18 20:03:03 +02:00
d256e0875b Cleanup 2024-04-18 20:03:03 +02:00
8485b46934 Bump 2024-04-18 20:03:03 +02:00
c7dce6189d Bump 2024-04-18 20:03:03 +02:00
0dce27db79 Move legacy classes 2024-04-18 20:03:03 +02:00
2d03f871ee Fixe peer database 2024-04-18 20:03:03 +02:00
0c25881c27 IPC improvement 2024-04-18 20:03:03 +02:00