1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 19:04:40 +01:00
Commit Graph

651 Commits

Author SHA1 Message Date
c41047c55c Cleanup 2023-11-30 19:30:29 +01:00
d0c2cb500d Fixup 2023-11-30 19:25:25 +01:00
7310ca70e2 Fixup 2023-11-30 19:24:26 +01:00
66c4840319 Fixup 2023-11-30 19:21:40 +01:00
dd99299c07 Fixup 2023-11-30 19:20:12 +01:00
0ba0e39427 Parallelize tests 2023-11-30 19:06:46 +01:00
1f10c076f6 Parallelize tests 2023-11-30 19:05:41 +01:00
999500eaf3 Further improve tests 2023-11-30 18:19:12 +01:00
be6632083b Update docs 2023-11-30 18:08:33 +01:00
4148d58c42 Further improve tests 2023-11-30 17:58:48 +01:00
84c04cbc31 Improve tests 2023-11-30 17:51:55 +01:00
7394ecfa79 Improve tests 2023-11-30 17:44:10 +01:00
47eac0ac20 Improve tests 2023-11-30 17:24:18 +01:00
25c99b944e Add HTML escaping helper function for MadelineProto's HTML entity converter 2023-11-30 17:12:48 +01:00
41352e7ef8 Update to PHP 8.3 2023-11-29 10:41:40 +01:00
1dcc9af659 Simplify code escaping 2023-11-20 21:48:21 +01:00
66fb3499c4
Update php.ini 2023-11-19 19:46:36 +01:00
78713b5b0a Fixup 2023-11-19 19:40:50 +01:00
f1a4bed3cf cs-fix 2023-11-19 19:23:02 +01:00
1e08575cce Enable function JIT 2023-11-19 19:14:51 +01:00
9cefbef84d Add jemalloc to docker image 2023-11-19 19:06:13 +01:00
b26f6ec1b3 Fix build 2023-11-17 20:33:32 +01:00
bc2c5bc24f Fixup build 2023-11-17 18:53:12 +01:00
102521bdb1 Fixup build 2023-11-17 18:45:52 +01:00
151a809c6e Fixes 2023-11-11 16:55:29 +01:00
2452eff7fd Update psalm & avoid cs-fixer timeouts 2023-10-21 17:23:17 +02:00
90a25e3738 Increase release 2023-10-21 17:08:47 +02:00
27d21681e7 Change cs rules 2023-10-01 20:05:04 +02:00
7b6a65a55f Add gd image to docker 2023-09-30 21:07:53 +02:00
4af9bc1c23
Fixes 2023-09-26 14:29:09 +02:00
2514334e6b
Fix issue in DialogTopicEdited 2023-09-16 19:34:11 +02:00
9c6adbd24a
Add handshake test 2023-09-16 17:23:03 +02:00
7a8fc38c47 Fix hangs by disabling JIT 2023-09-14 07:55:30 +02:00
554cef33c4
Improve tests 2023-09-11 09:53:35 +02:00
6bf45181db
Add nghttp2 to docker image, fix issue with messages.sendMedia 2023-09-08 11:53:54 +02:00
76c6bc7149 Fixup CI for previous version 2023-09-07 19:27:55 +02:00
43c9ec2162
Psalm fixes 2023-09-07 19:08:55 +02:00
634d2c8f82
Fix sendDocument/sendPhoto through IPC API 2023-09-07 19:00:14 +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
62fc24bc1d
Speed up psalm 2023-09-01 17:14:30 +02:00
ff658a962e
Add pcntl extension to docker image 2023-09-01 15:57:14 +02:00
7a8f762aca
Add missing schema 2023-09-01 15:31:26 +02:00
07176701bb
Update schema submodule 2023-09-01 15:16:47 +02:00
a904be25a2
Speed up build 2023-09-01 15:14:28 +02:00
8379bd8fc4
Update 2023-09-01 15:04:04 +02:00
4290c569fd
Add test.sh 2023-09-01 14:56:43 +02:00
e1f0682be9
Add ffmpeg to image 2023-08-20 17:21:27 +02:00
8a76b29952
Fix markdownUrlEscape 2023-08-20 11:34:46 +02:00
7812537b37
Fix HTTP proxies for websocket and HTTP transports 2023-08-16 16:20:51 +02:00
c32a929ae0
Fix HTTP proxies 2023-08-16 13:52:10 +02:00
105ed6b9e5
Fixes 2023-08-14 22:19:23 +02:00
68a60a8c22
More refactoring 2023-08-13 16:57:42 +02:00
aeb91820e7
Remove legacy array settings 2023-08-13 16:21:59 +02:00
d7a2ef38c3
New ORM API 2023-08-13 15:47:21 +02:00
48f2551e6e
Cleanup 2023-08-13 12:26:52 +02:00
a3094016e8
Fix logout in case of session termination 2023-08-06 16:29:29 +02:00
bfa9264d9a Increase release 2023-08-05 23:34:40 +02:00
b05470766d
Skip DataCenterTest for now 2023-08-05 23:20:37 +02:00
9ba8af106a
Improve tests 2023-08-05 23:09:40 +02:00
89e1230b06
Add FromAdminOrOutgoing simple filter, markdownUrlEscape function, fix pagination hash & other fixes 2023-08-04 20:15:37 +02:00
17e84ec003
Fix usage of inputMediaPhotoExternal and inputMediaDocumentExternal in sendMultiMedia 2023-08-03 20:52:48 +02:00
26713b1349
Fix update checks on composer 2023-07-25 16:12:42 +02:00
ee226b54fa
Relax markdown parser 2023-07-16 16:07:49 +02:00
6cc71a5c8e
Cleanup changelog 2023-07-15 16:34:54 +02:00
e81f4be805
Switch to custom MarkdownV2 parser 2023-07-15 16:02:32 +02:00
1255e1c66a
Improve docbuilder 2023-07-14 16:44:10 +02:00
ff743d1418
Fixes 2023-07-14 16:34:52 +02:00
e21b45b547
Add tests 2023-07-08 16:48:47 +02:00
2fec7cfe7f
Properly escape when building HTML 2023-07-01 14:24:50 +02:00
7a739ee45b
Add messageEntitiesToHtml, htmlToMessageEntities, markdownToMessageEntities methods 2023-07-01 14:17:11 +02:00
5b483ac88f
Fix tests 2023-06-19 10:24:36 +02:00
776fafb0d1 Add igbinary 2023-06-19 01:42:38 +02:00
359cf3870d Fixup tests 2023-06-19 01:15:22 +02:00
dcec859fda Fix tests 2023-06-19 01:07:28 +02:00
34b6b45438
Add iconv dependency 2023-06-18 21:02:43 +02:00
f572f7606f
Implement QR code login, allow restart()ing the IPC daemon, wrap Cancellations in the IPC client 2023-06-18 20:55:16 +02:00
d935fd1a4f
Enable uv extension 2023-06-13 20:41:18 +02:00
0e904efa38
More fixes 2023-06-13 20:05:33 +02:00
9115f90030
Fix build 2023-06-13 20:02:02 +02:00
08093bc6fa
Fix multiple args + improve build 2023-06-13 19:58:20 +02:00
7e98e783b4
Add memprof extension and replace ev/eio with uv 2023-06-13 17:02:17 +02:00
fd543444ba Fix 2023-06-13 01:02:38 +02:00
2057ccf3ba Add release version as asset 2023-06-12 22:54:21 +02:00
3d4094ff9c
Misc improvements 2023-06-02 18:53:16 +02:00
8740352963
Don't create debian images 2023-05-31 13:01:42 +02:00
0f31201bf3
Install openssh 2023-05-31 12:33:24 +02:00
259c6a6cf7
Update build 2023-05-31 12:23:26 +02:00
3e61914fe6 Add some nice tools 2023-05-30 22:57:41 +02:00
91acd82d4e
Update 2023-05-30 22:40:20 +02:00
cca1182028
Update 2023-05-30 21:31:59 +02:00
5f4e8ab7e5
Test on riscv64 2023-05-30 21:25:28 +02:00
1d9b18ddab
Manifests are hell 2023-05-30 21:18:20 +02:00
971e92d50f
Fixup manifest 2023-05-30 21:14:24 +02:00
719135b7dc
Fixup manifest 2023-05-30 21:12:22 +02:00
467d5d1e2d
Fixup manifest 2023-05-30 20:36:06 +02:00
f25da0a1a9
Buildkit sucks 2023-05-30 20:31:59 +02:00
f431673057
Buildkit sucks 2023-05-30 20:31:09 +02:00