summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp
AgeCommit message (Collapse)Author
2015-01-29media files detectionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11954 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-29fix for user typing notificationsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11953 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-29fix for the automatic nick name extractionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11951 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-29- receipts for offline messagesGeorge Hazan
- slightly enilghtened login procedure - WHATSAPP_KEY_PUSH_NAME removed git-svn-id: http://svn.miranda-ng.org/main/trunk@11950 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-29more cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11949 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-29- two new's replaced with aggregatesGeorge Hazan
- member's name unification git-svn-id: http://svn.miranda-ng.org/main/trunk@11948 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-29small adjustmentVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11945 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-28avatars are backGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11943 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-28- statusbar icon added to notify user that a message was read;George Hazan
- FMessage own numbering removed as atavism; - WAConnection::msg_id followed FMessage::id on its road to hell - WhatsAppProto::GetSerial() added as the only method that increments message numbers git-svn-id: http://svn.miranda-ng.org/main/trunk@11941 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-27WhatsApp: correct read receiptsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11935 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-27final version of pingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11933 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-27WhatsApp:George Hazan
- fix for the ping thread; - fix for message notifications git-svn-id: http://svn.miranda-ng.org/main/trunk@11932 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-26WhatsApp: fix for send/recv messagesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11922 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-26fix for going offline in WhatsAppGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11921 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-26minus another shitty newGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11920 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-26fix for sending messagesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11919 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-26fixed user search & additionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11918 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-26fix for a crash on message sendingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-26first version that logs inGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11913 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-25- correct writing of tokens, especially extendedGeorge Hazan
- further code optimizations git-svn-id: http://svn.miranda-ng.org/main/trunk@11911 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-25missing paramsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11908 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-25less pointers, less memory problemsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11906 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-25- class KeyStream extracted to the separate module;George Hazan
- xml attributes redesigned to produce efficient code; - many small improvements git-svn-id: http://svn.miranda-ng.org/main/trunk@11905 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-24adaptation of WhatsApp for protocol version 1.5/2.0George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11898 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-16MEVENT - the strict type for events, they are not HANDLE anymoreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11866 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
SendDlgItemMessage(...BM_GETCHECK ...) -> IsDlgButtonChecked(...) constants fix for CheckDlgButton() git-svn-id: http://svn.miranda-ng.org/main/trunk@11387 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-09code cleanup over mir_sntprintf + small bug fixRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11295 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30new sorting functions appliedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11180 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30lstr* replacementsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30Fix buf size for Get/Set text, open/save file nameRozhuk Ivan
SMS: SIZE_T -> size_t MRA: small code cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@11175 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-22WhatsApp:Tobias Weimer
-Changed account resource to "S40-2.12.49" (patch by Cassio) git-svn-id: http://svn.miranda-ng.org/main/trunk@11040 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-15WhatsApp:Tobias Weimer
-Fixed login (patch by Cassio) git-svn-id: http://svn.miranda-ng.org/main/trunk@10993 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-10much less crazy imlementaion of xml readerGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10945 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-10minor code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10944 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-10-05version bumpGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10700 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-25WhatsApp: decapitalization, spelling correctionDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@10583 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-20code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10535 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-20SMS received code entering fix (second field) (patch by Mataes)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10534 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-19git-svn-id: http://svn.miranda-ng.org/main/trunk@10533 ↵George Hazan
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-19sms code field divided into two separate fieldsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10531 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-19merge #2George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10527 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-18merge into trunkGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10515 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-16smaller iconVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10486 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-16compilation fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@10481 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-09-15resources: comma in Conditional Clauses with "if":RMN
if the subordinate clause ("if clause") comes first, a comma should be used to separate it from the main clause, while no comma is needed if the "if clause" follows the main one. git-svn-id: http://svn.miranda-ng.org/main/trunk@10450 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-31Fixed UTC conversionTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@10346 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-29WhatsApp: Changed formatting of status messageTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@10338 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-22mot neededVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@10289 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-08-22WhatsApp: WART updateDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@10286 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-07-22one more changeVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@9918 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c