Skip to content

Releases: SaicharanKandukuri/puwifi

v1.1.2

22 Dec 14:06
bed5aab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

24 Nov 02:47
503feee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

maintainence | XML parsion & log messages

29 Sep 03:27
b5fa416
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.9...v1.1.0

keepalive fix

09 Sep 08:26
2d9e0a4
Compare
Choose a tag to compare
v1.0.9

workflow: checkout before building

fix logout and body control

09 Sep 05:01
c450343
Compare
Choose a tag to compare
  • dynamically set epoch time for "&a"
  • fixes issue with logout with mode ( mode 191: for login, mode 193: for logout )
  • Control for product type ( unfinished )
  • Validation checks for auth modes
        body_arg_passwd     = f"&password={password}" if mode == "191" else ""
        body_arg_username   = f"&username={username}"
        body_arg_epoch      = f"&a={int(time.time())}"
        body_arg_product    = f"&product={product}"
        
        body = (
            f"mode={mode}" 
            + body_arg_username 
            + body_arg_passwd 
            + body_arg_epoch
            + body_arg_product
        )

PR based on experiments with @abhikatta


Full Changelog: v1.0.6...v1.0.8

v1.0.7

14 Jul 10:49
62f839b
Compare
Choose a tag to compare

Full Changelog: v1.0.3...v1.0.7

v1.0.6

13 Jul 15:58
62f839b
Compare
Choose a tag to compare

Full Changelog: v1.0.3...v1.0.6

v1.0.3

10 Jul 18:12
514a773
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.3

v1.0.2

10 Jul 18:11
167a0ce
Compare
Choose a tag to compare
update readme

Revamp

20 Dec 15:03
Compare
Choose a tag to compare

PUWIFI V1.0.1

this release is all about making code good enough to look & understand

Here is What's New

  • all crazy folders are cleaned up
  • all logout login & keep_alive features are merged in one file puwifi.py

logout feature is experimental

  • class wifi_utils

& more

Full Changelog: https://github.com/SaicharanKandukuri/puwifi/commits/v1.0.0