MadelineProto/src/danog/MadelineProto
Daniil Gentili 4c3de2573d Bugfixes
2017-02-13 13:27:59 +01:00
..
MTProtoTools Bugfix 2017-02-11 19:40:38 +03:00
Threads Apply fixes from StyleCI 2017-02-11 14:18:18 +00:00
TL Apply fixes from StyleCI 2017-02-13 03:45:36 +00:00
Wrappers Merge branch 'master' of https://github.com/danog/MadelineProto 2017-02-05 12:57:02 +01:00
AnnotationsBuilder.php Apply fixes from StyleCI 2017-01-27 21:05:24 +00:00
API.php Bugfixes 2017-02-13 13:27:59 +01:00
APIFactory.php Apply fixes from StyleCI 2017-01-27 21:05:24 +00:00
Connection.php Apply fixes from StyleCI 2017-02-11 14:18:18 +00:00
DataCenter.php Important bugfixes 2017-02-12 19:55:49 +01:00
DocsBuilder.php Apply fixes from StyleCI 2017-02-13 03:45:36 +00:00
Exception.php HUGE performance improvements (run composer update), started to work on threading 2017-02-11 15:16:57 +01:00
getpq.py Fixed prime module, removed dependencies from repository, adapted for hhvm. 2016-08-10 14:51:28 +02:00
InternalDoc.php Clean up code 2017-01-26 02:52:04 +01:00
Logger.php Donut break stuff pls 2017-01-28 00:46:30 +01:00
MTProto.php Bugfixes 2017-02-13 13:27:59 +01:00
NothingInTheSocketException.php HUGE performance improvements (run composer update), started to work on threading 2017-02-11 15:16:57 +01:00
prime.py Fixed prime module, removed dependencies from repository, adapted for hhvm. 2016-08-10 14:51:28 +02:00
PrimeModule.php Apply fixes from StyleCI 2017-01-28 15:34:48 +00:00
ResponseException.php Added partial support for http/https connectins, cleaned up docs, updated to layer 62. 2017-01-25 23:16:22 +01:00
RPCErrorException.php Added partial support for http/https connectins, cleaned up docs, updated to layer 62. 2017-01-25 23:16:22 +01:00
RSA.php HUGE performance improvements (run composer update), started to work on threading 2017-02-11 15:16:57 +01:00
Serialization.php Apply fixes from StyleCI 2017-02-11 14:18:18 +00:00
Stream.php Apply fixes from StyleCI 2017-02-11 14:18:18 +00:00
TL_mtproto_v1.json Implemented lots of security checks and reorganized code. 2016-08-17 19:19:43 +02:00
TL_telegram_v18.json Added docs for layer 18, 23, 25, 27, 33, 38, 40, 41, 42, 44, 45, 46, 51, 53, 55 2017-01-02 20:04:36 +00:00
TL_telegram_v23.json Added docs for layer 18, 23, 25, 27, 33, 38, 40, 41, 42, 44, 45, 46, 51, 53, 55 2017-01-02 20:04:36 +00:00
TL_telegram_v25.json Added docs for layer 18, 23, 25, 27, 33, 38, 40, 41, 42, 44, 45, 46, 51, 53, 55 2017-01-02 20:04:36 +00:00
TL_telegram_v27.json Added docs for layer 18, 23, 25, 27, 33, 38, 40, 41, 42, 44, 45, 46, 51, 53, 55 2017-01-02 20:04:36 +00:00
TL_telegram_v33.json Added docs for layer 18, 23, 25, 27, 33, 38, 40, 41, 42, 44, 45, 46, 51, 53, 55 2017-01-02 20:04:36 +00:00
TL_telegram_v38.json Added docs for layer 18, 23, 25, 27, 33, 38, 40, 41, 42, 44, 45, 46, 51, 53, 55 2017-01-02 20:04:36 +00:00
TL_telegram_v40.json Added docs for layer 18, 23, 25, 27, 33, 38, 40, 41, 42, 44, 45, 46, 51, 53, 55 2017-01-02 20:04:36 +00:00
TL_telegram_v41.json Added docs for layer 18, 23, 25, 27, 33, 38, 40, 41, 42, 44, 45, 46, 51, 53, 55 2017-01-02 20:04:36 +00:00
TL_telegram_v42.json Added docs for layer 18, 23, 25, 27, 33, 38, 40, 41, 42, 44, 45, 46, 51, 53, 55 2017-01-02 20:04:36 +00:00
TL_telegram_v44.json Added docs for layer 18, 23, 25, 27, 33, 38, 40, 41, 42, 44, 45, 46, 51, 53, 55 2017-01-02 20:04:36 +00:00
TL_telegram_v45.json Added docs for layer 18, 23, 25, 27, 33, 38, 40, 41, 42, 44, 45, 46, 51, 53, 55 2017-01-02 20:04:36 +00:00
TL_telegram_v46.tl Written module to translate tl scheme files, turned documentation script into a class, separated ed the MTProto and telegram docs, added layer 46 and layer 55 docs 2017-01-02 18:50:37 +00:00
TL_telegram_v51.json Added docs for layer 18, 23, 25, 27, 33, 38, 40, 41, 42, 44, 45, 46, 51, 53, 55 2017-01-02 20:04:36 +00:00
TL_telegram_v53.json Added docs for layer 18, 23, 25, 27, 33, 38, 40, 41, 42, 44, 45, 46, 51, 53, 55 2017-01-02 20:04:36 +00:00
TL_telegram_v55.json Written module to translate tl scheme files, turned documentation script into a class, separated ed the MTProto and telegram docs, added layer 46 and layer 55 docs 2017-01-02 18:50:37 +00:00
TL_telegram_v57.json Updated to layer 57 and added logging 2016-11-22 16:37:48 +00:00
TL_telegram_v62.tl Clean up code 2017-01-26 02:52:04 +01:00
Tools.php HUGE performance improvements (run composer update), started to work on threading 2017-02-11 15:16:57 +01:00