summaryrefslogtreecommitdiff
path: root/protocols
AgeCommit message (Collapse)Author
2016-09-01Facebook: Set users that were active more than 15 minutes ago as offline; ↵Robert Pösel
version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@17241 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-01Facebook: Rework event notify type from defines and flags to enumRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@17240 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-01Facebook: Remove use of useless macrosRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@17239 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-01protocol:Alexander Gluzsky
jabber: added caps for fututer omemo implementation git-svn-id: http://svn.miranda-ng.org/main/trunk@17236 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-09-01Facebook: Add support for forgotten PHONE_CALL and cleanup codeRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@17233 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-31git-svn-id: http://svn.miranda-ng.org/main/trunk@17231 ↵George Hazan
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-31git-svn-id: http://svn.miranda-ng.org/main/trunk@17230 ↵George Hazan
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-31minor code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17227 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-31VKontakte: remove logically dead codeSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@17224 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-31Facebook: Improve handling users joining chatroom (fixes #1279)Robert Pösel
This commit makes them add to chat's user list and load their name too. git-svn-id: http://svn.miranda-ng.org/main/trunk@17223 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-31Facebook: Basic support for handling more chat events; version bumpRobert Pösel
Events like user join/leave, change emoji, etc. are now printed, but that's all. Still missing specific behavior for them, but that require more changes in events parsing and on other places. git-svn-id: http://svn.miranda-ng.org/main/trunk@17222 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-31Facebook: Support loading videocall events from serverRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@17221 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-31Facebook: Implement loading history from server (via contact menu)Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@17220 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-30YAHOO Japan removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17219 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-30stupid bug with calling FreeLibrary several timesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17216 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-28SkypeWeb: Menu items which open some dialog should end with "..."Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@17213 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-28SkypeWeb: Improve setting custom nick for chat contact; version bumpRobert Pösel
* Fixed memleak (pForm.ptszResult must be freed) * Fixed target groupchat (use gch->pDest->ptszID instead of id of user) * Setting empty name will delete the custom nick * When new nick is same as current, do nothing git-svn-id: http://svn.miranda-ng.org/main/trunk@17212 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-28SkypeWeb: Show better names for chat contactsRobert Pösel
Based on idea of olegtarasov - https://github.com/miranda-ng/miranda-ng/pull/8 It primarily uses custom nicks (changed via chatroom), then it tries to get custom name of the contact in our contact list, or his nick (if custom name is not present), or as last option his id. Also custom name is used on more places (when adding new contact, or kicking contact - and also the "initiator" of the kick). git-svn-id: http://svn.miranda-ng.org/main/trunk@17211 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-27VKontakte: show 'service_msg_warning'Sergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@17210 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-23warning fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17204 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-22fix for registration using dynamic formGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17199 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-22There are different popup plugins (YAPP, Toster)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@17198 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-21fix for some problems with Jabber registrationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17197 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-21Tlen protocolSzymon Tokarz
Sometimes now there is no GetRoster response, so try to move connection code to other place. git-svn-id: http://svn.miranda-ng.org/main/trunk@17196 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-19protocols:Alexander Gluzsky
aim: added missed mir_base64_decode for cookie decoding clientlogin is working now for both ssl and plain mode git-svn-id: http://svn.miranda-ng.org/main/trunk@17193 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-17Facebook: Version bumpRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@17191 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-17Facebook: Remove option "Load last messages (24 hours old)" as it doesn't ↵Robert Pösel
work anymore git-svn-id: http://svn.miranda-ng.org/main/trunk@17190 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-17Facebook: Fix sending messages and other changed requestsRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@17189 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-17Facebook: Remove rest of unused buddy_list requestRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@17188 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-14Facebook: Provide option to automatically join existing chats (enabled by ↵Robert Pösel
default) git-svn-id: http://svn.miranda-ng.org/main/trunk@17184 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-13VKontakte:Tobias Weimer
- Translation fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@17182 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-12VKontakte:Sergey Bolhovskoy
fix lists default item index git-svn-id: http://svn.miranda-ng.org/main/trunk@17179 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-11VKontakte: Sergey Bolhovskoy
fix vkLang list default item index fix creating left chats git-svn-id: http://svn.miranda-ng.org/main/trunk@17178 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-11VKontakte: crash fixSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@17177 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-11VKontakte: small fixSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@17175 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-08VKontakte: Sergey Bolhovskoy
fixed processing for ‘validation required’ error change MessageBox -> MessageBoxW change styles for some MessageBoxW git-svn-id: http://svn.miranda-ng.org/main/trunk@17166 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-05VKontakte: small fix for send message to vk-groupSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@17160 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-05VKontakte: Sergey Bolhovskoy
fix(???) ‘validation required’ error add support vk-groups contacts fix (???) rare error with WorkerThread on connection lost version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@17159 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-08-01MSN: Filter some control charaxters in text that MSN protocol doesn't seem ↵leecher1337
to like. git-svn-id: http://svn.miranda-ng.org/main/trunk@17153 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-31ICQ: - Fixed unicode conversionTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@17152 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-29removing TCHAR + WCHAR from headersGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17146 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-29fix for the broken removal of orphaned contacts in JabberGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17145 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-29VKontarte: Utils_OpenUrlT -> Utils_OpenUrlWSergey Bolhovskoy
git-svn-id: http://svn.miranda-ng.org/main/trunk@17142 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-29VKontakte:Sergey Bolhovskoy
rename string variables (p)tsz* -> (p)wsz* rename struct TCHAR_ PARAM -> WCHAR_ PARAM change mir_sntprintf -> mir_snwprintf, LPCTSTR -> LPCWSTR, setTString -> setWString, db_set_ts(a)-> db_set_ws(a) and etc. git-svn-id: http://svn.miranda-ng.org/main/trunk@17141 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27<tchar.h> removed from <m_system.h>George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17136 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-26less 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-25Facebook: Rename "On this day" to "Memories" as Facebook calls it, and use ↵Robert Pösel
better icon for it git-svn-id: http://svn.miranda-ng.org/main/trunk@17132 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-25Facebook: Don't join archived or unsubscribed chatrooms at loginRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@17131 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c