Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-12-06 | fix after files conversation | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-28 | OPTIONSDIALOGPAGE::hInstance is useless when pDialog is filled | George Hazan | |
2017-11-28 | VKontakte: crash fix | ElzorFox | |
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-11-02 | VKontakte: fix capitalization | dartraiden | |
2017-10-24 | unified version resource with explicitly stated language & code page | George Hazan | |
2017-10-16 | the whole idea of customizable colors in chat considered totally useless | George Hazan | |
2017-10-15 | VKontakte: ignore ‘friends_recomm’ news type | ElzorFox | |
2017-10-14 | VKontakte: crash fix | ElzorFox | |
2017-09-20 | replace Cyrillic "С" by Latin "C" | dartraiden | |
2017-09-19 | useless structure GCDEST finally removed | George Hazan | |
2017-09-19 | VKontakte: ops | ElzorFox | |
2017-09-19 | VKontakte: | ElzorFox | |
add removing from friendlist and clear server history on delete from Miranda clist version bump | |||
2017-09-18 | VKontakte: fix error 100 for deactivated contact on mark message as read | ElzorFox | |
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-09-07 | crash fix | George Hazan | |
2017-09-07 | VKontakte: code cleaning | ElzorFox | |
2017-09-06 | VKontakte: | ElzorFox | |
fix error 100 on messages.markAsRead version bump | |||
2017-09-02 | VKontakte: fix parsing telephone digits in capcha | ElzorFox | |
2017-08-20 | VKontakte: minor fix | ElzorFox | |
2017-08-16 | VKontakte: | ElzorFox | |
add hidden contact option ShowVkDeactivateEvents (default true) update VK_API to 5.68 version bump | |||
2017-08-15 | anonymous SRMM services got names | George Hazan | |
2017-08-15 | fixes #799 (Crash on receiving msg in FB group chat) | George Hazan | |
2017-08-06 | Update all other files in repository to use https links for Miranda NG website | Robert Pösel | |
2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
2017-08-05 | Change plugin links from http:// to https:// | Robert Pösel | |
2017-07-28 | VKontakte: | Tobias Weimer | |
- translation fix | |||
2017-07-28 | VKontakte: add nick to broadcast popup title | ElzorFox | |
2017-07-23 | VKontakte: | Tobias Weimer | |
* Fixed typo | |||
2017-07-22 | VKontakte: fix typo | ElzorFox | |
2017-07-22 | VKontakte: | ElzorFox | |
remove ‘Use non-standard urlEncode for sent messages (less traffic)’ option (now ExpUrlEncode is used by default) add UseStandardUrlEncode hidden option :) add ‘Notify about changes of contacts audio broadcast’ option (default false) add FloodListingToPopups contacts hidden option (default true) version bump | |||
2017-07-05 | VKontakte: | ElzorFox | |
update VK_API to 5.67 version bump | |||
2017-06-24 | VKontakte: small fix | ElzorFox | |
2017-06-14 | more libjson dependencies | George Hazan | |
2017-06-05 | VKontakte: | ElzorFox | |
update VKAPI_VER to 5.65 version bump | |||
2017-05-18 | VKontakte: | ElzorFox | |
fix random server delivery processing show error popups for sending messages errors | |||
2017-05-14 | VKontakte: | ElzorFox | |
fix invisible status on sending message update VK_API_VER to 5.64 version bump | |||
2017-05-02 | VKontakte: fix invisible status on miranda start | ElzorFox | |
2017-04-14 | VKontakte: code cleaning | ElzorFox | |
2017-04-02 | VKontakte: more fix multiply loading history | ElzorFox | |
2017-04-02 | VKontakte: | ElzorFox | |
fix treads handle leaks fix multiply loading history on quick online-offline-online | |||
2017-03-30 | VKontakte: | ElzorFox | |
fix return types for js store procedures => fix loading history for messages > 100 | |||
2017-03-29 | VKontakte: | ElzorFox | |
add multiple files sending (simple but not optimal way) version bump | |||
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 |