Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-18 | fixes #4684 (Skypeweb: сломалась автозагрузка файлов) | George Hazan | |
2024-09-17 | fixes #4680 (Skypeweb: не принимает PDF-файлы. Как ↵ | George Hazan | |
минимум) | |||
2024-09-17 | fixes #4678 (Skypeweb: сообщения отправляются, но ↵ | George Hazan | |
затем приходит ошибка отправки) | |||
2024-09-15 | fixes #4672 (Highlighting: При автооткрытии вкладки в ↵ | George Hazan | |
табсах по обнаружению хайлайтнутых сообщений в групчате открывается не то) | |||
2024-09-08 | fixes #4630 (Skypeweb: не работает удаление ↵ | George Hazan | |
сообщения с сервера) | |||
2024-09-06 | fixes #4621 (SkypeWeb: Если я пишу что-то с другого ↵ | George Hazan | |
устройства, и потом удаляю, в миранде остаются некие оскропотки от произошедшего) | |||
2024-08-14 | fixes #4571 (Skypeweb: "левые" уведомления об ↵ | George Hazan | |
окончании набора текста) | |||
2024-08-14 | fixes #4573 (Skypeweb: видео не принимается как файл) | George Hazan | |
2024-08-07 | fixes #4542 (SkypeWeb: Load Server History втягивает только ↵ | George Hazan | |
некоторое количество свежих сообщений, а не всю историю) | |||
2024-08-06 | SkypeWeb: duplicate message processing code went to the common function | George Hazan | |
2024-08-06 | SkypeWeb: fix for apostrophes in fetched history | George Hazan | |
2024-08-05 | SkypeWeb: fix for processing apostropes in messages | George Hazan | |
2024-07-31 | SkypeWeb: simple file transfers are packed into offline file events | George Hazan | |
2024-07-20 | fixes #4548 (SkypeWeb: организовать запись истории ↵ | George Hazan | |
групчатов в БД) | |||
2024-06-11 | fixes #4465 (SkypeWeb: исходящие файлы ↵ | George Hazan | |
отображаются как входящие) | |||
2024-01-26 | major atavism, PROTORECVEVENT, died with its own set of constants | George Hazan | |
2024-01-08 | Update copyrights | dartraiden | |
2024-01-05 | Netlib: | George Hazan | |
- NETLIBHTTPHEADER & NETLIBHTTPREQUEST obsoleted; - NETLIBHTTPREQUEST divided into MHttpRequest & MHttpResponse; - MHttpHeaders now manager headers both for MHttpRequest & MHttpResponse; | |||
2023-12-03 | PROTO_INTERFACE::SendMsg: second parameter became a reply event id | George Hazan | |
2023-09-15 | PROTO_INTERFACE::SendMsg - unused parameter flags removed | George Hazan | |
2023-09-15 | fixes #3674 (Реакция протоколов на отсылку в ↵ | George Hazan | |
оффлайн) | |||
2023-02-10 | ME_DB_EVENT_MARKED_READ: recursion prevention | George Hazan | |
2023-01-02 | Update copyrights | dartraiden | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | PBYTE -> uint8_t* | George Hazan | |
2021-02-11 | SkypeWeb: | George Hazan | |
- fixes the problem with messages marked as read; - fixes user search for Outlook.com contacts; - fixes missing nick name after adding contact; - fixes error 201 "User id is misprinted"; - minor code cleaning; - version bump | |||
2021-01-17 | Update copyrights | dartraiden | |
2020-12-20 | SkypeWeb: protocol reworked almost from scratch to support contact types ↵ | George Hazan | |
other than 8 & 19 | |||
2020-10-29 | SkypeWeb: | George Hazan | |
- fixes #2491 (correct visualization of Skype invitations); - massive code cleaning; - version bump | |||
2020-06-04 | fixes #2410 (Problems with (false) offline contacts in skype protocol) | George Hazan | |
2020-05-28 | SkypeWeb: further shit cleaning | George Hazan | |
2020-05-27 | SkypeWeb: | George Hazan | |
- massive code cleanup, old http junk wiped out & replaced with standard MHttpRequest class - old MS login code removed; - basic url replaced with modern one; | |||
2020-04-16 | SkypeWeb: | George Hazan | |
- fixes #2306 (SkypeWeb: sometimes plugin does not show contacts statuses); - obsoleted GetContactsInfoRequest removed (as well as its handler CSkypeProto::LoadContactsInfo); - major optimization for polling process; - ugly & crashy map Contacts removed; - old crappy timer code removed and replaced with CTimer; - version bump | |||
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
Proto_GetBaseAccountName | |||
2019-10-30 | fixes #2096 (SkypeWeb: Unknown event) | George Hazan | |
2019-07-12 | SkypeWeb: | George Hazan | |
- fixes #2002 (Skype caches wrong server data); - unused structure removed; - version bump | |||
2019-05-24 | SkypeWeb: patch to save history in the correct order | George Hazan | |
2019-03-01 | fixes #1871 (SkypeWeb: after synchronization, edited message is deleted in ↵ | George Hazan | |
Miranda NG, and not replaced with edited message) | |||
2019-02-22 | SkypeWeb: | George Hazan | |
- fixes #1849 (SkypeWeb duplicates some outgoing messages in history); - fixes speading Skype contacts to a group on the first run; - unused data removed; - version bump | |||
2019-02-14 | grrm, one missing HXML | George Hazan | |
2019-02-01 | fixes #1777 (SkypeWeb duplicates already received incoming messages) | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-10-01 | centralized system of processing message ids. also fixes #1375 | George Hazan | |
2018-09-21 | old crutch removed: error messages to go in Unicode | George Hazan | |
2018-09-20 | creepy crutch removed that was adding message ids after the binary zero in ↵ | George Hazan | |
message text | |||
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) |