Commit Graph

311 Commits

Author SHA1 Message Date
moyamo 31bbab2ab1 Remove default layers, The logging layer causes problems 2015-06-21 16:59:09 +02:00
moyamo ebed803984 Use YowStackBuilder and the default stack 2015-06-21 16:44:20 +02:00
moyamo 926aa9a6c9 Send typing state updates 2015-06-21 16:31:01 +02:00
moyamo 6b1b714d3c Remove the domain from the buddy name before message is sent 2015-06-21 16:16:26 +02:00
moyamo 0c17a497ee Pass session into SpectrumLayer so that session specific things can be called 2015-06-21 16:11:43 +02:00
moyamo ce1bf5d35b Fix typo 2015-06-21 16:01:23 +02:00
moyamo 68f9ca43ea Add ability to receive whatsapp messages 2015-06-21 15:59:11 +02:00
moyamo 0fd33d38bb Add ability to send a message 2015-06-21 15:32:58 +02:00
moyamo e94aa383bf Remove redundent debug logs 2015-06-21 15:20:22 +02:00
moyamo 0ecc89d270 Catch TypeError thrown when password incorrectly formatted 2015-06-21 15:09:56 +02:00
moyamo 83f499b81d Set the yowsup PATH_STORAGE 2015-06-21 14:08:22 +02:00
moyamo 8d8711b586 Comment out google client 2015-06-21 13:40:15 +02:00
moyamo f40f077270 Comment out import contacts from Bot.py
This is interfering with testing.
2015-06-21 12:44:48 +02:00
moyamo 97c3aba3ec Session.call takes in kwargs instead of args 2015-02-27 19:30:18 +02:00
moyamo e9f40dbed9 Respond to presence updates 2015-02-27 19:24:57 +02:00
moyamo 99db6cce76 Disable googleclient
Google client is causing problems. Disable it for now.
2015-02-27 19:05:55 +02:00
moyamo a496e01967 Handle disconnect from Yowsup 2015-02-27 18:40:27 +02:00
moyamo c06bfac0a9 Add logging to IOChannel 2015-02-27 18:06:30 +02:00
moyamo 467cc80b0d Catch AuthError
When authentication fails, yowsup throws and AuthError.
2015-02-27 17:40:34 +02:00
moyamo 9e35017523 Fix bug 2015-02-27 17:35:32 +02:00
moyamo b651ba8c37 Stop Start-Event from propogating 2015-02-27 17:33:08 +02:00
moyamo 479efedc26 Add logger remove calls 2015-02-27 17:25:45 +02:00
moyamo 05525a8a3a Fix bugs 2015-02-27 17:13:48 +02:00
moyamo ae826b1341 Use YowLayerEvent instead of Prop
We cannot use Prop in the __init__ of a YowLayer, since Prop is
initialised only after all the YowLayers are initialized.

Instead, we send a YowLayerEvent containing the values.
2015-02-27 17:09:39 +02:00
moyamo 74a09ad07f Fix typo 2015-02-27 16:19:51 +02:00
moyamo 1ebf4e5cc9 Add SpectrumLayer to YowStack and handle Auth
Things that Session handled should be handled by a YowInterfaceLayer.
SpectrumLayer is such a layer. Paramaters that Session's __init__ is
passed into SpectrumLayer via Props.
2015-02-27 16:14:01 +02:00
moyamo 9fc0dc7333 Add logout event and disable call 2015-02-27 14:59:35 +02:00
moyamo 1878a30fb6 Authenticate user with legacyName and password
I forgot to send the legacyName with the password when authenticating.
2015-02-27 14:33:55 +02:00
moyamo 8dcc028548 Add Yowsup stack to session
Try to replace the old yowsup library by using a yowsup 2 stack.
2015-02-26 22:52:29 +02:00
moyamo 886b8ce988 Add more dependencies to README 2015-02-26 20:58:25 +02:00
Steffen Vogel 737d2c55b4 Merge pull request #6 from vitalyster/empty_status
Transport was not initialized if user have no status message
2013-08-06 12:46:28 -07:00
Vitaly Takmazov 8e2c03aaae Transport was not initialized if user have no status message 2013-08-06 23:21:37 +04:00
Steffen Vogel 7c7a8737a0 added mysql schema 2013-08-06 13:58:57 +02:00
Steffen Vogel 2955079bc2 fixed markdown formatting 2013-08-02 02:18:04 +02:00
Steffen Vogel 92fc0b3fb9 updated readme: added dependencies 2013-08-02 02:14:52 +02:00
Steffen Vogel 44706ebdf0 updated gitignore 2013-08-02 01:50:09 +02:00
Steffen Vogel d9ccfa9c5f added example configuration 2013-08-02 01:49:31 +02:00
Steffen Vogel afc334ec14 added GPL v3 licence 2013-08-02 01:46:11 +02:00
Steffen Vogel 5fb1934cc5 added copyright and author infos 2013-08-02 01:45:51 +02:00
Steffen Vogel bef9d3ea3d added tranwhat.py 2013-06-28 23:10:28 +02:00
Steffen Vogel 5d41cd712f changed a lot 2013-06-28 22:46:56 +02:00
Steffen Vogel a7e9cf853f cleaned up imports 2013-06-28 22:45:38 +02:00
Steffen Vogel 8da44e402f added reader.py and utils.py 2013-06-28 22:37:47 +02:00
Steffen Vogel 1fde38b979 added missing import 2013-06-28 22:37:23 +02:00
Steffen Vogel ea47ddb0c6 fixed rewrite rule 2013-06-28 22:36:03 +02:00
Steffen Vogel 494a76ae54 added cgi scripts 2013-06-28 22:35:34 +02:00
Steffen Vogel 0fb457da95 fixed typo 2013-06-28 21:43:39 +02:00
Steffen Vogel 638822c522 added googleclient.py to import contacts from google 2013-06-28 21:42:49 +02:00
Steffen Vogel 1f93bda06c added group.py 2013-06-28 21:40:45 +02:00
Steffen Vogel dfadbe62e4 added motd and apache vhost config file 2013-06-28 21:40:21 +02:00