1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 22:14:39 +01:00
Commit Graph

197 Commits

Author SHA1 Message Date
1d989eeabe
Fix playing and converting VoIP audio from a stream 2023-08-19 17:33:47 +02:00
d52b51963a
Fixes 2023-08-18 21:15:09 +02:00
c32a929ae0
Fix HTTP proxies 2023-08-16 13:52:10 +02:00
a474894d90
Update min version 2023-08-15 12:57:20 +02:00
1b6d7e5a36
Fix connection to the database when a password is accidentally provided but none is required 2023-08-14 16:29:04 +02:00
789f623986
Remove all deprecated APIs and polyfills 2023-08-13 11:59:05 +02:00
6e9b4be259 Fix typo 2023-08-06 00:06:25 +02:00
27485be888 Recommend uv 2023-08-05 23:42:57 +02:00
9ba8af106a
Improve tests 2023-08-05 23:09:40 +02:00
b540eefc73
Improvements 2023-08-05 20:15:50 +02:00
6cc71a5c8e
Cleanup changelog 2023-07-15 16:34:54 +02:00
1f654d8f26
Ban plugins from using file_get_contents, PDO, files 2023-07-09 16:55:08 +02:00
03a78dba98
Cleanup localization 2023-06-24 18:01:10 +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
942d0ac4d3
Update docs 2023-05-26 17:54:42 +02:00
26b900cf61
Misc improvements 2023-05-02 18:42:46 +02:00
8ae9696d0f Enable GNU factor factorization module 2023-04-12 16:19:59 +02:00
5f5153eed0
Merge pull request #1314 from danog/dependabot/composer/bamarni/composer-bin-plugin-1.8.2
Update bamarni/composer-bin-plugin requirement from 1.5.0 to 1.8.2
2023-03-26 20:32:02 +02:00
Alexander Pankratov
8a2eb8d7a1 Fix: request headers support only strings
Fix: correct HttpStatus class
2023-03-26 16:50:36 +02:00
dependabot[bot]
e1b536d687
Update bamarni/composer-bin-plugin requirement from 1.5.0 to 1.8.2
Updates the requirements on [bamarni/composer-bin-plugin](https://github.com/bamarni/composer-bin-plugin) to permit the latest version.
- [Release notes](https://github.com/bamarni/composer-bin-plugin/releases)
- [Commits](https://github.com/bamarni/composer-bin-plugin/compare/v1.5.0...1.8.2)

---
updated-dependencies:
- dependency-name: bamarni/composer-bin-plugin
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-06 13:16:05 +00:00
b69b1f7ce0 Fix getPwrChat 2023-02-14 19:48:03 +01:00
c9a1df59f8 Fixes 2023-02-14 14:11:24 +01:00
de081572f0 Fixes 2023-02-07 16:38:36 +01:00
de03776ae3 Provide full Psalm typehints 2023-01-27 18:12:33 +01:00
2e1572ad1e New API 2023-01-27 14:36:54 +01:00
f5c94fcae3 Refactor public API 2023-01-27 14:20:47 +01:00
906091bbaa Polyfill legacy danog/loop APIs 2023-01-26 15:34:16 +01:00
fbbab0786a Fix deps 2023-01-21 21:47:35 +01:00
006708dda3 Multiple fixes 2023-01-19 15:48:56 +01:00
53b8919388 Cleanup 2023-01-15 13:08:07 +01:00
9bb5e511c4 Rewrite tests 2023-01-15 13:07:48 +01:00
04adbcd115 Cleanup
Some checks failed
ci/woodpecker/push/build Pipeline failed
2023-01-11 18:47:53 +01:00
6b3b8cc8a6 More refactoring 2022-12-30 21:43:58 +01:00
517a563e2d Begin amp v3 refactoring 2022-12-30 19:21:36 +01:00
8c90ecdaec
Update composer.json
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/tag/build Pipeline failed
ci/woodpecker/tag/deploy unknown status
2022-11-05 23:46:05 +01:00
fdfb23216d Switch to PHP 8.1+
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/tag/build Pipeline failed
ci/woodpecker/tag/deploy unknown status
2022-11-04 14:16:30 +01:00
891f5a19ac Build docs 2022-10-08 14:10:04 +02:00
a3137cb5b8
Improve entities handling, fix MTProtoToBotAPI for messages forwarded from private users 2022-07-28 17:35:42 +02:00
01a652b3ac
Lock the composer-bin plugin
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful
ci/woodpecker/tag/deploy Pipeline was successful
2022-07-18 14:41:49 +02:00
08e7cab5c1
Fix waking up of update loops, refresh getSelf cache automatically, remove legacy pwr logic, add methods to forcefully refresh the peer cache 2022-07-16 18:10:58 +02:00
c27dfd80ed
Database fixes
Some checks failed
ci/woodpecker/push/build Pipeline failed
2022-06-25 19:15:30 +02:00
0ebd3068de
Multiple fixes 2022-06-04 16:51:23 +02:00
332c1916ef
Move utf8 code 2022-05-17 22:17:41 +02:00
0a9bc0e0ca
Update docs 2022-05-01 20:17:16 +02:00
1161df5568
Add more logs 2022-04-29 21:01:04 +02:00
c9791fd291
Fixes 2021-12-21 14:44:39 +01:00
eb5cf0c16e
Update amphp/file, fix downloading of files on windows 2021-12-15 13:51:01 +01:00
b3d90f8291
Remove legacy hacks and BC, optimize IGE crypto 2021-12-06 19:14:34 +01:00
aca4f7c120
Update to layer 135 2021-12-03 18:15:56 +01:00
a6a41e19fe
Fix dependency 2021-09-16 18:00:37 +02:00