1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-12 10:18:18 +01:00
MadelineProto/src
2023-07-16 20:31:44 +02:00
..
ApiWrappers Restore templates 2023-06-18 22:40:43 +02:00
Broadcast Update 2023-07-14 20:15:04 +02:00
Db Switch to string serializer for usernames 2023-07-09 17:23:54 +02:00
DocsBuilder Improve static analysis 2023-07-16 13:43:55 +02:00
EventHandler Final fixes 2023-07-16 16:00:09 +02:00
Ipc Improvements to getDownloadLink 2023-07-16 15:34:26 +02:00
Loop Add a bunch of new filters and a getAdmin function 2023-07-10 18:42:58 +02:00
MTProto Add remaining filters 2023-07-05 21:28:17 +02:00
MTProtoSession Switch to custom MarkdownV2 parser 2023-07-15 16:02:32 +02:00
MTProtoTools Fixup 2023-07-16 20:31:44 +02:00
Namespace Final fixes 2023-07-15 16:34:38 +02:00
RPCError Add FloodWaitError 2023-01-29 19:20:42 +01:00
SecretChats Further refactoring 2023-07-04 18:19:06 +02:00
Settings Fixes 2023-07-14 16:34:52 +02:00
Stream Allow automatically pinning broadcasted messages 2023-07-09 15:42:08 +02:00
TL Relax markdown parser 2023-07-16 16:07:49 +02:00
VoIP Performance improvement 2023-06-28 15:50:38 +02:00
Wrappers Update 2023-07-14 20:15:04 +02:00
AbstractAPI.php Misc psalm fixes 2023-01-28 16:39:03 +01:00
AnnotationsBuilder.php Final fixes 2023-07-15 16:34:38 +02:00
API.php Localize 2023-07-16 16:17:25 +02:00
APIWrapper.php Misc psalm fixes 2023-01-28 16:39:03 +01:00
AsyncTools.php Further refactoring 2023-07-04 18:19:06 +02:00
BotApiFileId.php Add reply, delete bound methods 2023-07-11 19:43:31 +02:00
Bug74586Exception.php Refactor public API 2023-01-27 14:20:47 +01:00
Connection.php Add remaining filters 2023-07-05 21:28:17 +02:00
ContextConnector.php Improve docbuilder 2023-07-14 16:44:10 +02:00
Conversion.php Final fixes 2023-05-19 22:24:07 +02:00
DataCenter.php Performance improvement 2023-06-28 15:50:38 +02:00
DataCenterConnection.php Add some service messages 2023-07-06 20:58:12 +02:00
DocsBuilder.php Improve static analysis 2023-07-16 13:43:55 +02:00
DoHConnector.php Refactor public API 2023-01-27 14:20:47 +01:00
DoHWrapper.php Performance improvement 2023-06-28 15:50:38 +02:00
EventHandler.php Improving static analysis 2023-07-16 14:12:23 +02:00
EventHandlerIssue.php Fix 2023-07-16 17:42:16 +02:00
Exception.php BC fix 2023-07-16 17:26:59 +02:00
FileCallback.php Fix #1372 2023-07-16 16:32:49 +02:00
FileCallbackInterface.php Refactor public API 2023-01-27 14:20:47 +01:00
GarbageCollector.php Cleanup 2023-06-18 22:13:12 +02:00
InternalDoc.php Fix 2023-07-16 20:22:22 +02:00
Lang.php Fix 2023-07-16 17:45:09 +02:00
LightState.php Refactor public API 2023-01-27 14:20:47 +01:00
LocalFile.php Implement PSR-4 autoloading for plugin paths 2023-07-10 21:15:35 +02:00
Logger.php Reduce latency 2023-07-13 17:05:44 +02:00
LoggerGetter.php Refactor public API 2023-01-27 14:20:47 +01:00
loop.php Update to layer 152 2023-02-06 20:17:35 +01:00
Magic.php Add messageEntitiesToHtml, htmlToMessageEntities, markdownToMessageEntities methods 2023-07-01 14:17:11 +02:00
MTProto.php Further improvements 2023-07-16 14:29:03 +02:00
MyTelegramOrgWrapper.php Refactor public API 2023-01-27 14:20:47 +01:00
NothingInTheSocketException.php Refactor public API 2023-01-27 14:20:47 +01:00
ParseMode.php Better abstractions 2023-07-14 20:39:32 +02:00
PeerNotInDbException.php Performance improvement 2023-06-28 15:50:38 +02:00
PluginEventHandler.php Include plugins before deserializing session 2023-07-13 16:02:53 +02:00
polyfill.php Small fix 2023-03-26 22:51:22 +02:00
PsrLogger.php Refactor public API 2023-01-27 14:20:47 +01:00
PTSException.php Refactor public API 2023-01-27 14:20:47 +01:00
RemoteUrl.php Add reply, delete bound methods 2023-07-11 19:43:31 +02:00
ResponseException.php Refactor public API 2023-01-27 14:20:47 +01:00
RPCErrorException.php Performance improvement 2023-06-28 15:50:38 +02:00
RSA.php Cleanup public namespace 2023-02-16 18:38:47 +01:00
SecretPeerNotInDbException.php Performance improvement 2023-06-28 15:50:38 +02:00
SecurityException.php Refactor public API 2023-01-27 14:20:47 +01:00
Serialization.php Add messageEntitiesToHtml, htmlToMessageEntities, markdownToMessageEntities methods 2023-07-01 14:17:11 +02:00
SessionPaths.php Minor fixes 2023-05-25 15:32:57 +02:00
Settings.php Restore templates 2023-06-18 22:40:43 +02:00
SettingsAbstract.php Fixes 2023-05-11 12:51:35 +02:00
SettingsEmpty.php Refactor public API 2023-01-27 14:20:47 +01:00
Shutdown.php Fix 2023-02-08 10:12:14 +01:00
SimpleEventHandler.php Implement PSR-4 autoloading for plugin paths 2023-07-10 21:15:35 +02:00
Snitch.php Add getDownloadLink, openFileAppendOnly functions and improve static analysis 2023-07-16 13:02:07 +02:00
StrTools.php Add getDownloadLink, openFileAppendOnly functions and improve static analysis 2023-07-16 13:02:07 +02:00
TL_botAPI.tl Refactor public API 2023-01-27 14:20:47 +01:00
TL_mtproto_v1.tl Remove legacy constructors 2023-06-28 18:57:16 +02:00
TL_secret.tl Refactor public API 2023-01-27 14:20:47 +01:00
TL_telegram_v158.tl Remove messages.getAllChats 2023-04-25 17:31:36 +02:00
Tools.php Update 2023-07-16 14:41:26 +02:00
UpdateHandlerType.php Refactor public API 2023-01-27 14:20:47 +01:00
v3.json cs-fix 2023-07-08 22:24:31 +02:00
VoIP.php Refactor public API 2023-01-27 14:20:47 +01:00
VoIPServerConfig.php Refactor public API 2023-01-27 14:20:47 +01:00
WrappedFuture.php Refactor public API 2023-01-27 14:20:47 +01:00