Commit Graph

1443 Commits

Author SHA1 Message Date
danogentili
cfa5f9c868 Translating... 2016-06-26 12:59:15 +02:00
Daniil Gentili
3b4b6d5362 Translating... 2016-06-25 20:39:49 +02:00
danogentili
f518034af0 Translating... 2016-06-25 00:10:27 +02:00
danogentili
24a47af854 Merge branch 'master' of https://github.com/danog/MadelineProto 2016-06-25 00:02:00 +02:00
danogentili
407ca2286b Translating... 2016-06-25 00:01:38 +02:00
danogentili
6399888253 Translating... 2016-06-24 23:47:10 +02:00
Daniil Gentili
fcb7885dce Update README.md 2016-06-24 00:15:13 +02:00
Daniil Gentili
c280c13179 Update README.md 2016-06-24 00:14:48 +02:00
danogentili
3ce36dff92 Update 2016-06-24 00:09:58 +02:00
danogentili
b5326b4cbb Let the madness begin! 2016-06-23 23:51:08 +02:00
Anton Grigoryev
433e9bc5d3 Now it works in case if we have bad clock settings on the client. 2015-04-11 08:46:49 +03:00
Anton Grigoryev
308b76fce1 Now deserialized answer is an object.
name = tl_elem.predicate
It can help us  avoid keys collision in case of TL element has parameter "name"
2015-04-11 09:43:13 +03:00
Anton Grigoryev
26fe19a228 Merge pull request #6 from lds56/master
Add error handlings
2015-04-11 09:33:06 +03:00
lds56
98cf44412c delete something 2015-04-04 21:42:02 +08:00
lds56
1e6eb640c6 Test with py3 2015-04-04 21:39:26 +08:00
lds56
4d8cd202f1 Add auth error handling 2015-04-04 15:18:45 +08:00
Anton Grigoryev
a07f8e56a5 Merge remote-tracking branch 'origin/master'
Conflicts:
	TL.py
	testing.py
2015-03-24 08:51:32 +03:00
Anton Grigoryev
77a192e0a8 Naive TL message container implementation 2015-03-24 08:49:27 +03:00
chidea
9f7f51a6d0 testing.py now shares Telepy class with TelepyShell 2015-03-23 03:08:49 +09:00
chidea
06c90ba9ab list of TL data types, useful link for TL data types 2015-03-22 03:50:10 +09:00
chidea
2193c009f9 telepyShell and Telepy class have separated from telepy.py 2015-03-22 03:40:46 +09:00
chidea
bed593c924 test fix 2015-03-22 01:44:43 +09:00
chidea
75e6c0d17a abstract file class fix 2015-03-22 01:35:00 +09:00
chidea
cc8d65f76a +remove method of file, test for file 2015-03-22 01:09:25 +09:00
chidea
911e2dad2d abstract file class with multi platform opening method 2015-03-22 00:50:38 +09:00
chidea
79ea16f1dd renaming.. name "classes" makes glitch with git 2015-03-18 03:28:38 +09:00
chidea
6bccf85f32 renaming.. name "classes" makes glitch with git 2015-03-18 03:27:20 +09:00
chidea
d8e4f76683 blank classes as interfaces 2015-03-18 03:24:30 +09:00
chidea
83853d0df3 blank classes as interfaces 2015-03-18 03:13:36 +09:00
Anton Grigoryev
262f0f5f2b Some bytearrays were replaced with bytes. 2015-03-17 20:26:22 +03:00
Anton Grigoryev
32b99a298c Could not extract type: vector<%Message> 2015-03-17 19:28:24 +03:00
Anton Grigoryev
de05aad138 Merge remote-tracking branch 'origin/master' 2015-03-17 17:26:53 +03:00
Anton Grigoryev
a3c300ee3e Now works on Py2.7 2015-03-17 17:26:36 +03:00
agrigoryev
8fb4edf2a0 try to commit from new machine 2015-03-17 14:40:37 +03:00
Anton Grigoryev
94ed33bb15 Start of refactoring
A lot of work to be done
2015-03-17 02:02:01 +03:00
Anton Grigoryev
0d79c88636 Auth successful
Python 2 is not supported since to_bytes function in testing.py
2015-03-17 01:04:23 +03:00
Anton Grigoryev
e21614b1b2 crypt module refactor. need to be tested in py2 2015-03-16 17:59:59 +03:00
Anton Grigoryev
9379dd968d Merge remote-tracking branch 'origin/master'
Conflicts:
	tests/ige.py
2015-03-16 17:24:08 +03:00
Anton Grigoryev
e8bab0987c crypt module refactor. need to be tested in py2 2015-03-16 17:22:18 +03:00
Sammy Pfeiffer
343d07240b Unified py3 checking of version (kind of) and now we support py3.2+ as I've tried it on a machine 2015-03-16 12:38:12 +01:00
Sammy Pfeiffer
438a1c294b Fixed something that didnt happen before in py2 2015-03-16 12:23:14 +01:00
chidea
186c5e837c force lower character on command word 2015-03-16 17:45:30 +09:00
chidea
51c9fc4301 help description fully filled.
external shell cmd support added.
2015-03-16 17:34:02 +09:00
chidea
31313ceabf blank functions for entire interactive interface almost the same of CLI tg 2015-03-16 01:01:54 +09:00
chidea
acc0510c17 starting front script for inline and shell interface 2015-03-16 00:24:54 +09:00
Sammy Pfeiffer
7586874510 Added author name and some extra info 2015-03-15 02:55:59 +01:00
Sammy Pfeiffer
dd445d4d8b Removed file used as reference 2015-03-15 02:48:17 +01:00
Sammy Pfeiffer
9df14fa6a6 Now works on py3 also 2015-03-15 02:44:48 +01:00
Sammy Pfeiffer
33b5708da3 Added full aes-256-ige with tests 2015-03-15 02:02:15 +01:00
chidea
5a39d105fa gitignore fix for intellij 2015-03-14 22:05:44 +09:00