Commit Graph

26 Commits

Author SHA1 Message Date
0a4abdcd36 Complete AuthKey generation process
It works sometimes. Probably due to unsigned mistakes (50% chance)
2018-07-24 16:07:51 +02:00
e404594ad5 Complete step 2 of AuthKey generation 2018-07-24 13:49:39 +02:00
80ef876d92 Fix utils and create MTProtoPlainSender 2018-07-24 00:25:24 +02:00
11755fb266 Fix some name inconsistencies 2018-07-23 23:36:33 +02:00
f8f80c1659 Use BigInteger for int128 and int256 2018-07-23 23:18:08 +02:00
2d442c390c Fix missing objects when using multiple files 2018-07-23 23:09:13 +02:00
820c3bc83a Propagate throws ClassNotFoundException 2018-07-23 22:58:42 +02:00
4e8cc8181c Generate CONSTRUCTOR_ID and write it upon serializing 2018-07-23 22:55:09 +02:00
16ab4e3863 Generate a method to get TLObject from ID 2018-07-23 22:49:13 +02:00
3960febf3c Create a basic Connection class 2018-07-23 22:00:12 +02:00
957e29b4db Generate code to the lib module 2018-07-23 21:27:07 +02:00
9c0402e909 Separate generator from lib modules 2018-07-23 21:05:53 +02:00
b61398d166 Support setting and getting properties 2018-07-23 20:03:02 +02:00
d546801130 Take into consideration generic definitions 2018-07-23 19:43:04 +02:00
2f22e74eca Write deserialization code 2018-07-23 19:28:23 +02:00
389cdae3ec Extend abstract types 2018-07-23 19:16:05 +02:00
1836837245 Write serialization code 2018-07-23 18:45:58 +02:00
19b976807e Fix CharacterIterator re-reading the last part of a file 2018-07-23 17:45:07 +02:00
de5da4168c Fix .gitignore not ignoring generated code 2018-07-23 17:33:03 +02:00
b82639cf0d Generate types and functions with their members 2018-07-23 17:30:09 +02:00
e30e005d09 Create basic structure for generated code 2018-07-23 16:16:51 +02:00
d554b69c82 Read .tl files while respecting sections 2018-07-23 15:35:19 +02:00
6acd40719f Create a CharacterIterator to read files 2018-07-23 15:22:45 +02:00
703e5d1a51 Parse flags and nested types such as vectors 2018-07-23 13:55:09 +02:00
68a6d4a49f Add basic .tl parsing 2018-07-23 13:20:28 +02:00
7b75a31624 Initial commit 2018-07-23 11:11:49 +02:00