Skip to content

Tags: sshyran/yowsup

Tags

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.48

Toggle v2.4.48's commit message
v2.4.48

Core

- Fixed bug that avoid some acks from being sent, thanks to @t0rr3sp3dr0
- Check fields in video message before parsing, thanks to @menachem
- Fixed image scaling in Palette mode, thanks to @janboll and @Salmon-Bard
- Fixed image preview, thanks to @gagandeep
- Fixed erroneous method in LiteAxolotlStore, thanks to @magicgoose
- Fixed YowParallelLayer returning layer instead of the layer's interface

Protocol

- Can now get status of users, thanks to @moyamo
- Fixed login, thanks to @cgraefe
- new profile privacy options, thanks to @jlguardi

Registration

- Updated registration token, thanks to @mgp25
- Updated android env data, thanks to @Holi0317

yowsup-cli demos

- Send read receipts for received messages in cli demo, thanks to @jlguardi
- Fixed Warning that demos are not using YowParallelLayer, thanks to @joaoricardo000

v2.4

Toggle v2.4's commit message
v2.4

Protocol

- Support sending receipt for multiple messages
- Updated S40 env to 2.12.96

Core

- Layers can now expose an InterfaceLayer for outside interaction
- YowNetworkLayer and Auth Layer now expose an InterfaceLayer
- Fixed message forwarding thanks to @jlguardi
- Don't panic on try send something when offline
- Allow setting props on stackbuilder, it passed them to the instantiated stack
- Fixed interface not forwarding to upper layers unhandled protocolenties
- Don't crash on UntrustedIdentityException, will silently ignore the message
- Handle DuplicateMessageException
- Added stack.send/receive

Cli

- E2E enc is now enabled by default, remove -m/--moxie switch
- Opt-out E2E enc using -M/--unmoxie

v2.3.185

Toggle v2.3.185's commit message
v2.3.185

Protocol

Recover from possible no session/no prekey in a received message, thanks to @danielapsmaior
Send/receive v2 enc messages, thanks to @CharlesOkwuagwu

v2.3.183

Toggle v2.3.183's commit message
v2.3.183

Core:

random endpoints selection, thanks to @jlguardi

Protocol:

Handle account ib
Fixed audio send

Demos:

improved cli demo usage display, thanks to @jlguardi
added **/audio send** to cli demo
support for image caption in cli demo, thanks to @jlguardi

v2.3.167

Toggle v2.3.167's commit message
v2.3.67

Core

Updated to e16 serv
Fixed callbacks for group info iq
Use s40 env by default
Updated to s40 v2.12.189
Fixed error in android env with python 2.6, thanks to Alexander Bergolth

Protocol

Removed "av" from enc nodes
Added contact sync notification

yowsup-cli

Deprecated --moxie
Optional arguments support in yowsup demo, thanks to @jlguardi
Fixed error when axolotl is not installed