Steffen Vogel
|
64f444e0e6
|
Merge pull request #68 from languitar/executable-bit
Make transwhat.py executable
|
2017-01-03 09:23:05 +01:00 |
|
Steffen Vogel
|
c1f1ba172b
|
Merge pull request #66 from languitar/broken-imports
Fix missing imports for yowsup
|
2017-01-03 09:22:20 +01:00 |
|
Johannes Wienke
|
a90c3ef923
|
Fix missing imports for yowsup
|
2017-01-02 23:21:47 +01:00 |
|
Johannes Wienke
|
2562983933
|
Make transwhat.py executable
|
2017-01-02 18:20:07 +01:00 |
|
Steffen Vogel
|
a1b8cf0ca9
|
Merge remote-tracking branch 'gh/dazzzl/yowsup2-port' into develop
|
2016-10-07 21:42:28 -04:00 |
|
Steffen Vogel
|
86b81b60a8
|
Merge remote-tracking branch 'gh/kiv1in/yowsup-2' into develop
|
2016-10-07 21:31:50 -04:00 |
|
Steffen Vogel
|
484b175706
|
Merge remote-tracking branch 'gh/stv0g/yowsup-2' into develop
|
2016-10-07 21:24:33 -04:00 |
|
Steffen Vogel
|
ce2419ba27
|
Merge branch 'develop' of github.com:stv0g/transwhat into develop
|
2016-10-07 21:24:06 -04:00 |
|
Steffen Vogel
|
9e4ce9032f
|
Merge pull request #59 from rigid/develop
support yowsup wa16 protocol and axolotol changes
|
2016-10-07 21:06:48 -04:00 |
|
Steffen Vogel
|
fb685e5faf
|
Merge pull request #56 from moyamo/yowsup-2
Add parser for spectrum configuration file
|
2016-10-07 21:06:39 -04:00 |
|
kiv1n
|
8e92eaedc2
|
Add feature for send data for decrypt image on onImage() method
|
2016-08-24 20:52:02 +03:00 |
|
kiv1n
|
c12b136b76
|
Fix text encode for cyrillic
|
2016-08-10 22:08:00 +03:00 |
|
kiv1n
|
118d65cbd8
|
Fix Yowsup stack and env
|
2016-08-10 16:14:46 +03:00 |
|
git-o-bot
|
e0d25122bd
|
fix typo (use result of method, not method itself)
|
2016-04-29 15:01:50 +02:00 |
|
git-o-bot
|
5e1636237e
|
always treat entity as unicode() when outputting it to logging
|
2016-04-27 23:08:47 +02:00 |
|
git-o-bot
|
5063966772
|
separated axolotol layers, use android env
|
2016-04-19 21:10:05 +02:00 |
|
Steffen Vogel
|
f2ccbc003b
|
fixed whitespace
|
2016-04-16 10:32:47 +02:00 |
|
DaZZZl
|
838f2bc712
|
fix unicode issues (again)
|
2016-04-12 19:01:40 +02:00 |
|
DaZZZl
|
49fc66444c
|
fix typo
|
2016-04-12 18:23:39 +02:00 |
|
DaZZZl
|
80059a7b91
|
read web storage from config file
|
2016-04-12 18:21:04 +02:00 |
|
Daniel Hiepler
|
5b7f8c9646
|
added unicode-literals forward-compatibility module
|
2016-04-12 17:24:57 +02:00 |
|
dazzzl
|
7f71b56988
|
Merge pull request #6 from moyamo/yowsup-2
Add parser for spectrum configuration file
|
2016-04-12 17:15:40 +02:00 |
|
Daniel Hiepler
|
0574044472
|
more fixes - give protobuf the types it wants
|
2016-04-12 17:13:18 +02:00 |
|
DaZZZl
|
88b43de0f2
|
Merge branch 'moyamo-unicode-fixes' into yowsup2-port
|
2016-04-12 17:04:45 +02:00 |
|
DaZZZl
|
b518fb07af
|
Merge branch 'unicode-fixes' of https://github.com/moyamo/transwhat into moyamo-unicode-fixes
Conflicts:
session.py
|
2016-04-12 17:04:03 +02:00 |
|
Daniel Hiepler
|
60480d02ea
|
always hand bytes() to protobuf
|
2016-04-12 17:01:28 +02:00 |
|
Daniel Hiepler
|
47dd2a0bdf
|
some more encoding fixes
|
2016-04-12 14:53:15 +02:00 |
|
moyamo
|
a398a69eaa
|
Add parser for spectrum configuration file
|
2016-04-11 20:34:24 +02:00 |
|
moyamo
|
d1e67d0555
|
Revert "Convert str literals to unicode literals"
This reverts commit d9bd18013d .
|
2016-04-11 16:55:12 +02:00 |
|
Daniel Hiepler
|
c8d6d95d9e
|
use bytes() for data
|
2016-04-10 23:54:50 +02:00 |
|
Daniel Hiepler
|
d1a2cc63d9
|
handle status-message from number not in buddylist
|
2016-04-10 23:06:01 +02:00 |
|
Daniel Hiepler
|
6107e38a69
|
use bytes() not unicode() for buffer
|
2016-04-10 22:48:04 +02:00 |
|
Daniel Hiepler
|
c5249e407d
|
use unicode literals by default, enforce __str__() to return str(), handle KeyError when removing buddies that are not in buddylist
|
2016-04-10 17:30:11 +02:00 |
|
Daniel Hiepler
|
5f979e37a9
|
re-added commit c005c31af that got rolled back
|
2016-04-10 03:01:22 +02:00 |
|
git-o-bot
|
c2ea9311fc
|
removed leftover .format() (python3?)
|
2016-04-10 02:47:53 +02:00 |
|
Daniel Hiepler
|
f25046de2d
|
fix encoding issues
|
2016-04-10 00:21:58 +02:00 |
|
moyamo
|
875717bf9a
|
Revert "Patch YowAxoltolLayer to fix padding problems"
This reverts commit 4643bb433d .
|
2016-04-09 23:05:16 +02:00 |
|
moyamo
|
c72f0e9616
|
Disable updating users VCard because it is causing crashes
|
2016-04-09 22:48:44 +02:00 |
|
moyamo
|
ef50b4c1db
|
Send timestamp with receipts (should help fix stream errors)
|
2016-04-09 22:48:19 +02:00 |
|
moyamo
|
d9bd18013d
|
Convert str literals to unicode literals
|
2016-04-09 22:07:26 +02:00 |
|
Steffen Vogel
|
22725c042f
|
lots of whitespace cleanups
|
2016-04-06 22:02:40 +02:00 |
|
Steffen Vogel
|
c005c31afa
|
added new option for log file
|
2016-04-06 21:10:04 +02:00 |
|
Steffen Vogel
|
feb4e4ac88
|
added note about available branches to readme
|
2016-04-06 14:56:21 +02:00 |
|
Steffen Vogel
|
c66d492707
|
added note about available branches to readme
|
2016-04-06 14:55:59 +02:00 |
|
Steffen Vogel
|
417465789f
|
Merge remote-tracking branch 'gh/moyamo/develop' into develop
|
2016-04-06 14:42:18 +02:00 |
|
Steffen Vogel
|
22e5419cda
|
Merge branch 'yowsup-2' into develop
|
2016-04-06 14:41:41 +02:00 |
|
DaZZZl
|
26dc1dbf04
|
fix unicode problems
first try to download encrypted images
|
2016-04-06 01:45:18 +02:00 |
|
Steffen Vogel
|
229d7b9e2e
|
Merge pull request #53 from dazzzl/yowsup2-port
Read receipts & fix for group chat receipt asks
Thanks @dazzzl !
|
2016-04-05 21:24:19 +02:00 |
|
DaZZZl
|
e357cef047
|
fix group receipt acks
|
2016-04-05 20:32:29 +02:00 |
|
moyamo
|
4643bb433d
|
Patch YowAxoltolLayer to fix padding problems
These changes should be reverted when yowsup updates.
|
2016-03-24 10:52:45 +02:00 |
|