Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-24 | oops | George Hazan | |
2022-10-23 | WhatsApp: prepare to send messages + code reordering | George Hazan | |
2022-10-23 | WhatsApp: sending acks & read receipts | George Hazan | |
2022-10-21 | temporarily disable prekey removel | George Hazan | |
2022-10-21 | WhatsApp: minor fixes & code reordering | George Hazan | |
2022-10-21 | WhatsApp: app state sync | George Hazan | |
2022-10-20 | WhatsApp: correct decoding of patches | George Hazan | |
2022-10-20 | fixes #3217 (WhatsApp: "chinese" in account manager) | George Hazan | |
2022-10-20 | fixes #3218 (Dummy: fix WhatsApp ID) | George Hazan | |
2022-10-20 | WhatsApp: remove deprecated field | dartraiden | |
2022-10-20 | WhatsApp: enhanced error logging | George Hazan | |
2022-10-20 | unneeded code removed | George Hazan | |
2022-10-20 | WhatsApp: fix client name | dartraiden | |
2022-10-20 | WhatsApp: let's name the dialog | dartraiden | |
2022-10-19 | Rename WhatsAppWeb to WhatsApp | dartraiden | |
2017-11-29 | libevent, telegram, whatsapp moved to deprecated coz doesn't work | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-11-05 | More CMake (#1016) | Vitaly Svyastyn | |
* Generate version information before build. * Removed /EHsc from compile options. * CMake files for the rest of protocols. * CMake 64 bit build. * CMake: precompiled headers. | |||
2017-10-24 | unified version resource with explicitly stated language & code page | George Hazan | |
2017-09-19 | useless structure GCDEST finally removed | George Hazan | |
2017-09-12 | old good sound services became finally functions | George Hazan | |
2017-09-12 | Revert "Merge branch 'master' of https://github.com/miranda-ng/miranda-ng" | George Hazan | |
This reverts commit e09448dd03e3647717166e92ee818e395041993a, reversing changes made to b0f44b16bd1138de85a5d17bb42151742f9c8298. | |||
2017-09-11 | old good sound services became finally functions | George Hazan | |
2017-08-15 | fixes #799 (Crash on receiving msg in FB group chat) | George Hazan | |
2017-08-05 | Change plugin links from http:// to https:// | Robert Pösel | |
2017-03-28 | massive cleanup of useless cbSize fields | George Hazan | |
2017-03-24 | revolution in chat menus | George Hazan | |
- common code moved to the core (Chat_CreateGCMenu, Chat_DestroyGCMenu); - ability added to any plugin to add its own items into any GC menu, not only to the protocol plugins to do that a plugin calls Chat_AddMenuItems and returns 0 to allow any other plugin to process menu hook | |||
2017-02-14 | fix for include duplicates & recursions | George Hazan | |
2017-02-13 | porotocol: | Gluzskiy Alexandr | |
whatsapp: use new libsignal header (looks unused anyway....) | |||
2017-01-31 | - NUF_HTTPGATEWAY: unused option removed; | George Hazan | |
- NETLIBUSER::szDescriptiveName replaced with MAllStrings; - code cleaning. | |||
2017-01-28 | Update Useragent and Token | Bjarne Roß | |
2017-01-14 | separate handle types for HNETLIBCONN & HNETLIBBIND | George Hazan | |
2017-01-13 | a bit less netlib services | George Hazan | |
2017-01-12 | Netlib_FreeHttpRequest() instead of MS_NETLIB_FREEHTTPREQUESTSTRUCT | George Hazan | |
2017-01-11 | strong typization - better typization | George Hazan | |
2017-01-11 | - Netlib_Send & Netlib_Recv helpers became real functions, MS_NETLIB_SEND & ↵ | George Hazan | |
MS_NETLIB_RECV died; - fix for dumping chunked http replies into a network log | |||
2017-01-01 | bump copyright year | dartraiden | |
2016-12-03 | stronger typization | George Hazan | |
2016-12-02 | MS_SYSTEM_* services became functions | George Hazan | |
2016-12-01 | warning fix | George Hazan | |
2016-10-28 | - old useless helpers removed from the Options module; | George Hazan | |
- mir_app functions introduced instead of them; - OPENOPTIONSDIALOG structure removed from m_options.h | |||
2016-09-21 | Whatsapp: Updated constants so it can at least login (hopefully) | Tobias Weimer | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17330 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-19 | grrrrm... there's no hLangpack in chat items, therefore strings must be ↵ | George Hazan | |
translated inside plugins git-svn-id: http://svn.miranda-ng.org/main/trunk@17323 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-19 | unused translations removed | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17320 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-19 | - struct GCSESSION died; | George Hazan | |
- Chat_NewSession simply gets 5 parameters; - minor chat code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@17318 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-19 | Chat_AddGroup - even less structures | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17316 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-17 | chats: more functions, less structures | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17309 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-16 | - chats services replaces with functions; | George Hazan | |
- chat calls switched from CallServiceSync to direct calls everywhere git-svn-id: http://svn.miranda-ng.org/main/trunk@17305 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-14 | second major wipeout of database services & structures: | George Hazan | |
- DBCONTACTENUMSETTINGS removed; - all helpers moved to mir_core.dll git-svn-id: http://svn.miranda-ng.org/main/trunk@17296 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |