Skip to content

Tags: cgraefe/yowsup

Tags

v2.4-cg7

Toggle v2.4-cg7's commit message
Merge remote-tracking branch 'lemuelf/version_216148_update' into cg …

…(Bumping Android version to 2.16.148.)

v2.4-cg6

Toggle v2.4-cg6's commit message
Registrations currently seems to work with Anroid ENV only.

v2.4-cg5

Toggle v2.4-cg5's commit message
Merge remote-tracking branch 'jlguardi/master' into cg

v2.5.0

Toggle v2.5.0's commit message
v2.5.0

- Fixed python 2.6 support
- Auto-reconnect on stream:error
- Allow autotrust changed identities via an exposed layer property
- Fixed block detection in exists request, initiated by code request
- Fixed crash when node data is string

- WA1.6 support
- Fully working group encryption support
- Updated s40 token to 2.16.7
- Fixed timestamp in authentication not being UTC
- Fixed handling variant decrypt/encr fail scenarios

- No support for encrypted media yet

v2.4.103

Toggle v2.4.103's commit message
2.4.103

Updated token, thanks to @biji

v2.4.102

Toggle v2.4.102's commit message
- Simpler env select using YowsupEnv.setEnv("env_name"), get using Yo…

…wsupEnv.getCurrent()

- yowsup-cli allows setting preferred env using -E/--env argument

v2.4.98

Toggle v2.4.98's commit message
Minor Readme update

v2.4.97

Toggle v2.4.97's commit message
Core

- New optional modules interface
- pillow, axolotl and ffvideo as optional modules
- Improved mimetypes detection in media sending, thanks to @jlguardi
- Fixed some group Iqs callbacks getting swallowed and never invoked, thanks to @blr246
- Fixed python3 compat in iq_statuses_result, thanks to @moyamo
- New @EventCallback decoration to replace layer's onEvent method, thanks to @jlmadurga
- Fixed asyncore initialization, thanks to @jlmadurga

Protocol

- Updated tokens and fixed registration, thanks to @jlguardi
- Skip encryption of group messages, thanks to @jlguardi
- Improved video sending support, thanks to @jlguardi

yowsup-cli, demos and others

- echo and send clients now enable encryption by default
- Can now send videos from cli demo, thanks to @jlguardi
- Fixed URL to country codes in yowsup-cli help, thanks to @davidbecker
- Added *BSD installation instructions, thanks to @willyrgf

v2.4-cg4

Toggle v2.4-cg4's commit message
Receiving encrypted audio and video will only work in S40 env for now.

jlguardi#19 (comment)

v2.4-cg3

Toggle v2.4-cg3's commit message
Merge pull request tgalal#18 from cgraefe/cg

Fixed tgalal#14