forked from venomous0x/WhatsAPI
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
51 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,52 @@ | ||
**Recent Changes** | ||
Aug 16, 2012 | ||
============ | ||
- More work on the protocol processor. | ||
- Small fixes. | ||
- More work on protocol class | ||
- New protocol parser... not yet working! | ||
- Made the socket read a bit smarter. | ||
- Puts annoying tabs in place. | ||
- Puts a more reasonable timeout on the socket reads. | ||
|
||
- Added image sending support | ||
- Added iOS password support | ||
- Fixed special characters support | ||
Jul 11, 2012 | ||
============ | ||
- Fixed small bug in the retry count handling. | ||
|
||
Jul 09, 2012 | ||
============ | ||
- Adds nickname to call | ||
- Fixed warning about $str in decode.php. Issue #17. | ||
- Clean temporal error loggers. | ||
- Fixed nickname change. Issue #5. | ||
- Fixed pull. Issue #1. | ||
|
||
Jun 30, 2012 | ||
============ | ||
- Made the device, version, and port class member variables. | ||
|
||
Jun 29, 2012 | ||
============ | ||
- POST-JSON API | ||
|
||
Jun 28, 2012 | ||
============ | ||
- Adds message rx ack | ||
|
||
Jun 25, 2012 | ||
============ | ||
- Adds code to handle incomplete messages | ||
|
||
Jun 21, 2012 | ||
============ | ||
- Cleanup and fix line 240 (decode.php) is curriently the value "l$dict" but this should be "last". Issue #7. | ||
- Simple indentation, simplification and cleaning. Issue #9. | ||
|
||
May 30, 2012 | ||
============ | ||
- Updated protocol. Issue #4. | ||
|
||
May 29, 2012 | ||
============ | ||
- Re-arranged php source. | ||
- Adds PHP version. | ||
- First version. |