moyamo
0b4e2f13d4
Add call function to use for deferreds
2016-01-02 22:24:32 +02:00
moyamo
03e56a4c07
Add Deferreds
2016-01-02 22:24:32 +02:00
moyamo
5fb84bca4f
Allow the user to request their own profile image
2016-01-02 22:24:32 +02:00
moyamo
1446e82dc0
Revert "Use base64 sha1hash instead of base16"
...
This reverts commit bed8214a11
.
It turns out the sha1hash should be a base16 string.
2016-01-02 22:21:03 +02:00
moyamo
d4a0593874
Replay changes from c40d477667
excluding fae4c648e
...
fae4c648e
was causing encoding errors. It's changes have been reverted.
2016-01-01 11:42:11 +02:00
moyamo
22cebef457
Revert upto c40d477667
...
Hard to find connection bugs are occuring. Reverting changes for now
2015-12-31 21:43:10 +02:00
moyamo
bed8214a11
Use base64 sha1hash instead of base16
2015-12-31 19:55:45 +02:00
moyamo
3781dcfc1c
Handle case when buddy has no status message
2015-12-31 18:48:15 +02:00
moyamo
bbf5a08697
Update nickname in groups if nickname is unset.
2015-12-30 09:46:39 +02:00
moyamo
fae4c648ee
Use unicode string literals
2015-12-29 21:46:29 +02:00
moyamo
4093568234
Remove \sync from USAGE.md
2015-12-29 13:50:42 +02:00
moyamo
eba8d24a92
Rework groupchats to support sending private messages
2015-12-28 19:03:09 +02:00
moyamo
02a27ecac8
Fix encoding errors on status messages
2015-12-27 23:10:13 +02:00
Mohammed Yaseen Mowzer
c40d477667
Update INSTALL.md
2015-12-27 14:24:05 +02:00
moyamo
c1736e4c47
Correct Installation instructions (install yowsup2)
2015-12-26 21:55:31 +02:00
moyamo
249e8582cb
Remove YowLoggerLayer
2015-12-18 21:21:37 +02:00
moyamo
8e9e8a6476
Remove manual sync command. It is done automatically
2015-12-18 20:58:09 +02:00
Mohammed Yaseen Mowzer
034a2adfd3
Merge pull request #27 from moyamo/yowsup-2
...
Request contacts' statuses when user logs in
2015-12-18 20:54:26 +02:00
moyamo
3c16f39479
Send 'muc = true' to spectrum backend
2015-12-18 20:52:23 +02:00
moyamo
40131a06eb
Fix undefined variable in buddy.py
2015-12-17 10:06:11 +02:00
moyamo
9434b1db6f
Request contacts' statuses when user logs in
2015-12-14 20:14:20 +02:00
dazzzl
cd44b01e94
Merge pull request #3 from stv0g/yowsup-2
...
update my fork
2015-12-06 14:38:32 +01:00
moyamo
7302c4fc2c
Handle edgecase when there are no buddies
2015-12-04 20:44:37 +02:00
moyamo
97c8cfed94
Remove _welcome from bot.py
2015-12-04 20:25:44 +02:00
Steffen Vogel
1af2b5072f
fixed Markdown and added short description of transwhat.py
2015-12-03 21:23:37 +01:00
moyamo
87ef2443f3
Improve documentation
2015-12-03 22:12:32 +02:00
Steffen Vogel
df773a9670
updated file headers
2015-12-03 13:53:21 +01:00
Steffen Vogel
7f227e5643
Merge branch 'yowsup-2' of github.com:stv0g/transwhat into yowsup-2
2015-12-03 13:50:43 +01:00
Steffen Vogel
75a0f310e3
removed transWhat config file ( closes #23 )
2015-12-03 13:49:44 +01:00
Steffen Vogel
a9e97d16d5
removed \fortune and \motd functionality from bot
2015-12-03 13:49:15 +01:00
Steffen Vogel
f5a668e589
removed support for contact import from google (@moyamo, did you added this again?)
2015-12-03 13:48:25 +01:00
Steffen Vogel
ce8fd39b35
updated Bot commands
2015-12-03 13:44:13 +01:00
Steffen Vogel
a84e7258d5
removed example configurations and message of the day (now part of
...
INSTALL.md)
2015-12-03 13:35:34 +01:00
Steffen Vogel
0594a887dc
Update USAGE.md
2015-12-03 13:34:00 +01:00
Steffen Vogel
10e793fc46
fixed table and added information about login
2015-12-03 13:32:45 +01:00
Steffen Vogel
d36c9e0987
added links to README.md
2015-12-03 13:28:54 +01:00
Steffen Vogel
4d07994d02
Create USAGE.md
2015-12-03 13:23:24 +01:00
Steffen Vogel
927bb0aa5c
Create INSTALL.md
2015-12-03 13:19:08 +01:00
Steffen Vogel
fa47742682
merged documentation from old project wiki to Github
2015-12-03 13:16:21 +01:00
Steffen Vogel
759f94ed18
reformated GPL3 license file to Markdown
2015-12-03 13:03:02 +01:00
Steffen Vogel
da6ae5fd65
Merge pull request #22 from moyamo/yowsup-2
...
Remove MySQL server in favour of using spectrum
2015-12-03 14:00:52 +02:00
moyamo
dc43506038
Remove MySQL installation instructions
2015-12-02 23:12:52 +02:00
moyamo
b78e694531
Merge remote-tracking branch 'upstream/yowsup-2' into yowsup-2
2015-12-02 23:09:11 +02:00
moyamo
17c8057db7
Remove all mention of MySQL database
2015-12-02 23:08:09 +02:00
moyamo
c44baf892d
Properly detect/send presence when updating buddy
2015-12-02 22:51:29 +02:00
moyamo
5a8874c9b9
Subscribe to presence only after user has logged in
...
Buddy.py would try to subscribe to presence before the user had logged
in to whatsapp. A loginQueue was added, so that functions could be
deferred to login.
2015-12-02 19:32:55 +02:00
moyamo
8385888e97
Minor bug fixes
2015-12-01 23:21:38 +02:00
moyamo
107354af81
Move updateRoster code to BuddyList
2015-12-01 21:57:53 +02:00
moyamo
da8a415d32
Remove MySQL from Buddy.py
2015-12-01 21:33:02 +02:00
moyamo
06388685d4
Update SpectrumBackend and build protocol buffers
...
This is to use the new handleBuddies feature.
2015-12-01 20:07:57 +02:00