Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-15 | PROTO_INTERFACE::SendMsg - unused parameter flags removed | George Hazan | |
2023-09-15 | fixes #3674 (Реакция протоколов на отсылку в ↵ | George Hazan | |
оффлайн) | |||
2023-02-11 | PS_CREATEACCMGRUI is obsoleted and converted into event | George Hazan | |
2023-01-25 | Group chats: ChatRoomID setting replaced with real protocol id | George Hazan | |
2023-01-17 | PROTO_INTERFACE::GetAvatarPath - new helper for calculating avatars' root ↵ | George Hazan | |
for an account | |||
2023-01-14 | Convert sources to CR+LF | dartraiden | |
2023-01-02 | Update copyrights | dartraiden | |
2022-12-05 | Telegram: setting statuses | George Hazan | |
2022-11-27 | fixes #3237 (WhatsApp: при удалении учётной записи ↵ | George Hazan | |
из Миранды разрывать и сопряжение с телефоном) | |||
2022-11-21 | device list storage unification | George Hazan | |
2022-11-18 | WhatsApp: fix for the requests' queue processing | George Hazan | |
2022-11-14 | basic set for storing group chat messages in a database + reusing log ↵ | George Hazan | |
settings like show 10 recent messages | |||
2022-11-12 | WhatsApp: | George Hazan | |
- attempt to implement group chat encryption; - signal session loading optimization; - support for image, video & audio messages | |||
2022-11-05 | WhatsApp: unify error message with IRC protocol | dartraiden | |
2022-11-03 | WhatsApp: support for message titles in the extended messages | George Hazan | |
2022-11-02 | WhatsApp: | George Hazan | |
- fixes #3236 (WhatsApp: при первом запуске среди контактов загружается и мой собственный (с моим номером)); - fixes #3235 (WhatsApp: выдавать запрос на сопряжение (QR), если пользователь удалил привязанную Миранду в настройках мобильного приложения) | |||
2022-10-31 | fixes #3230 (WhatsApp: при удалении учётной записи ↵ | George Hazan | |
остаётся кэш) | |||
2022-10-31 | fixes #3234 (WhatsApp: реализовать возможность ↵ | George Hazan | |
переименовать сессию) | |||
2022-10-27 | fixes #3226 (WhatsApp: для кэша аватаров ↵ | George Hazan | |
используется не внутреннее имя учётки, а обычное имя) | |||
2022-10-26 | WhatsApp: typing notification | George Hazan | |
2022-10-26 | WhatsApp: message sending | George Hazan | |
2022-10-23 | WhatsApp: prepare to send messages + code reordering | George Hazan | |
2022-10-21 | WhatsApp: app state sync | 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-19 | Rename WhatsAppWeb to WhatsApp | dartraiden | |
2017-11-29 | libevent, telegram, whatsapp moved to deprecated coz doesn't work | Kirill Volinsky | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
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-01-31 | - NUF_HTTPGATEWAY: unused option removed; | George Hazan | |
- NETLIBUSER::szDescriptiveName replaced with MAllStrings; - code cleaning. | |||
2017-01-12 | Netlib_FreeHttpRequest() instead of MS_NETLIB_FREEHTTPREQUESTSTRUCT | George Hazan | |
2017-01-11 | strong typization - better typization | George Hazan | |
2016-12-01 | warning fix | George Hazan | |
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-06 | MS_CLIST_SYSTRAY_NOTIFY - more useless code removed | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17268 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-29 | no more TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-27 | less TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-26 | less TCHARs: | George Hazan | |
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-25 | hello, Unix. | George Hazan | |
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-22 | Standardize use of slashes in includes to "/" (thanks ybznek for idea) | Robert Pösel | |
Previous paths weren't usable on Linux git-svn-id: http://svn.miranda-ng.org/main/trunk@17121 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-04-17 | - unused netlib flags removed | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16689 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-04-15 | contact list groups: | George Hazan | |
- finally database is not used anymore (only as a settings' storage); - MGROUP type introduced to replace HANDLE for group ids; - MS_CLIST_GROUP* services became Clist_Group* functions; - CLIST_INTERFACE members pfnGetGroupName & pfnRenameGroup also transformed into static Clist_Group* functions git-svn-id: http://svn.miranda-ng.org/main/trunk@16659 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-02-09 | - code cleaning; | George Hazan | |
- warning fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@16250 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-02-09 | unified project for WhatsApp | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16249 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-02-01 | same fix for WhatsAppProto - not to create main menu copies | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16205 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-11-29 | WhatsApp: | Tobias Weimer | |
- Updated some constants.h - Fixed error message git-svn-id: http://svn.miranda-ng.org/main/trunk@15785 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-09-21 | WhatsApp: | Tobias Weimer | |
- Request password with Voice (patch by Cassio) - minor fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@15418 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |