1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 09:38:57 +01:00
MadelineProto/src
2023-12-25 22:13:33 +03:30
..
ApiWrappers Change cs rules 2023-10-01 20:05:04 +02:00
Broadcast Fix issue in broadcasts 2023-12-15 17:55:39 +01:00
Db Update 2023-12-21 20:24:22 +01:00
EventHandler Improve text filters 2023-12-25 22:13:33 +03:30
Ipc Small fix for IPC exceptions 2023-12-24 19:28:21 +01:00
Loop Fix update handling in supergroups and channels after botched revert 2023-12-19 19:03:16 +01:00
MTProto Add takeout ID to API 2023-12-23 22:13:17 +01:00
MTProtoSession Add takeout ID to API 2023-12-23 22:13:17 +01:00
MTProtoTools Add update objects to filters 2023-12-25 12:48:11 +03:30
Namespace Add takeout ID to API 2023-12-23 22:13:17 +01:00
RPCError Change cs rules 2023-10-01 20:05:04 +02:00
SecretChats Remove internal details from API, remove getDialogs (use only getDialogIds now), remove useless getInfo fields 2023-12-14 19:38:22 +01:00
Settings Update to layer 169 2023-12-23 20:35:35 +01:00
Stream More cancellations 2023-10-03 21:01:45 +02:00
TL Add takeout ID to API 2023-12-23 22:13:17 +01:00
VoIP Remove internal details from API, remove getDialogs (use only getDialogIds now), remove useless getInfo fields 2023-12-14 19:38:22 +01:00
Wrappers Misc improvements 2023-12-18 20:29:32 +01:00
AbstractAPI.php Change cs rules 2023-10-01 20:05:04 +02:00
API.php Small fix for IPC exceptions 2023-12-24 19:28:21 +01:00
APIWrapper.php
AsyncTools.php Fixes 2023-11-11 16:55:29 +01:00
BotApiFileId.php
Connection.php Add takeout ID to API 2023-12-23 22:13:17 +01:00
ContextConnector.php
Conversion.php Fixes 2023-11-11 16:55:29 +01:00
DataCenter.php Fixes 2023-11-11 16:55:29 +01:00
DataCenterConnection.php Completely remove postponing from the API to avoid unwanted side effects (sequentially queued requests are still bundled in a single container anyway) 2023-12-14 17:08:19 +01:00
DoHConnector.php Fixes 2023-11-11 16:55:29 +01:00
DoHWrapper.php Fixes 2023-11-11 16:55:29 +01:00
empty.wav
EventHandler.php Secret chat media improvements and report errors thrown from event handler to the report peer of the current event handler. 2023-12-14 18:05:04 +01:00
EventHandlerIssue.php Misc improvements 2023-12-18 20:29:32 +01:00
Exception.php Improve IPC TL stacktrace 2023-12-15 16:59:22 +01:00
FileCallback.php Fix file upload race condition that might occur during reconnection 2023-09-23 20:58:55 +02:00
FileCallbackInterface.php Fix file upload race condition that might occur during reconnection 2023-09-23 20:58:55 +02:00
FileRedirect.php Improve media redirects 2023-10-04 22:31:04 +02:00
GarbageCollector.php Fixes 2023-11-11 16:55:29 +01:00
InternalDoc.php cs-fix 2023-12-14 19:57:41 +01:00
Lang.php Improve peer handling logic 2023-12-17 16:54:01 +01:00
LightState.php Change cs rules 2023-10-01 20:05:04 +02:00
LocalFile.php
Logger.php Add translation invitation 2023-11-23 21:49:03 +01:00
LoggerGetter.php Improve psalm 2023-11-09 21:27:12 +01:00
Magic.php Fix some QR code login issues 2023-11-23 14:33:41 +01:00
MTProto.php Automatically optimize database 2023-12-21 19:32:35 +01:00
MyTelegramOrgWrapper.php Fixes 2023-11-11 16:55:29 +01:00
NothingInTheSocketException.php
Ogg.php Fix FFI usage for opus conversion 2023-12-18 21:19:11 +01:00
ParseMode.php
PeerNotInDbException.php
PluginEventHandler.php
polyfill.php
PsrLogger.php
PTSException.php
RemoteUrl.php
ResponseException.php
RPCErrorException.php Normalize 2023-11-23 20:50:50 +01:00
RSA.php Change cs rules 2023-10-01 20:05:04 +02:00
SecretPeerNotInDbException.php
SecurityException.php
Serialization.php Fix issue in broadcasts 2023-12-15 17:55:39 +01:00
SessionPaths.php Fix issue in broadcasts 2023-12-15 17:55:39 +01:00
Settings.php Change cs rules 2023-10-01 20:05:04 +02:00
SettingsAbstract.php Change cs rules 2023-10-01 20:05:04 +02:00
SettingsEmpty.php
SettingsGetter.php Fix MyTelegramOrgWrapper 2023-11-09 21:22:35 +01:00
Shutdown.php Add support for ephemeral filesystems, UNIX socket database connections, fix revoltphp bug, fix updatePinnedMessages 2023-11-19 16:41:47 +01:00
SimpleEventHandler.php
Snitch.php Fixes 2023-11-11 16:55:29 +01:00
StreamEof.php
StrTools.php Add HTML escaping helper function for MadelineProto's HTML entity converter 2023-11-30 17:12:48 +01:00
TL_mtproto_v1.tl
TL_secret.tl
TL_telegram_v169.tl Update to layer 169 2023-12-23 20:35:35 +01:00
Tools.php Small fix 2023-12-06 23:01:03 +01:00
UpdateHandlerType.php
v3.json
VoIP.php
VoIPController.php Fixes 2023-11-11 16:55:29 +01:00
VoIPServerConfig.php Change cs rules 2023-10-01 20:05:04 +02:00
WrappedFuture.php