summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM
AgeCommit message (Collapse)Author
2019-09-02Facebook: fix for rare crash after disabling FB accountGeorge Hazan
2019-09-01unused variables & declarations removedGeorge Hazan
2019-08-26unified fake User-Agent field generation for all http-related protocolsGeorge Hazan
2019-08-22attempt to make Facebook happyGeorge Hazan
2019-07-24more useless shit cleanedGeorge Hazan
2019-07-24NLHR_PTR - smart pointers make better codeGeorge Hazan
2019-07-21Restore "Free for chat" status support (fixes #1963)dartraiden
2019-07-15PROTO_INTERFACE::ReportSelfAvatarChanged = useful helper for working with ↵George Hazan
avatars
2019-06-27manual access to CList/Group restrictedGeorge Hazan
2019-06-17flicker free version of previous patchGeorge Hazan
2019-06-16Facebook: version bumpGeorge Hazan
2019-06-16Facebook - alternative loading of contacts' statusesikeblaster
2019-06-10fixes #1978 (Facebook notification issue)George Hazan
2019-06-04fixes #1963 (unused icons in proto_conn_*.dll)George Hazan
2019-06-04more fixes for #1963dartraiden
2019-06-04fixes #1954 (Facebook notifications issue)George Hazan
2019-05-29all icons with keys replaced with skin password icon SKINICON_OTHER_KEYSGeorge Hazan
2019-05-27fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵George Hazan
completely)
2019-04-12wiping custom icolib functions: FacebookGeorge Hazan
2019-04-04Move some docs to wikidartraiden
2019-03-13fixes #1875 (problems with Facebook login)George Hazan
2019-03-08life is too short to remember whether this structure is zeroed or notGeorge Hazan
2019-03-06popups:George Hazan
- internal implementation details & all service declarations moved to m_popup_int.h; - all service calls removed and replaced with function calls; - direct access to popup serttings replaced with Popup_Enable / Popup_Enabled;
2019-03-06fixes #1875 (Facebook cannot login)George Hazan
2019-03-05Popup:George Hazan
- wiping out checks for service presence; - code cleaning
2019-03-05fixes #1875 (Facebook fails to log in)George Hazan
2019-03-02grrm... wtf is that?George Hazan
2019-03-02all protocols (even virtual ones) moved to the Protocols folderGeorge Hazan
2019-02-27popup code cleaning (cause we have no tchar.h)George Hazan
2019-02-25GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵George Hazan
events (UTF16LE by default)
2019-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
2019-01-23code cleaningGeorge Hazan
2019-01-18code cleaningGeorge Hazan
- ACKTYPE_URL removed; - PF1_URL removed; - IEED_EVENT_URL removed; - another URL-related code cleaning
2019-01-17that hook must be called upon ME_SYSTEM_MODULESLOADED eventGeorge Hazan
2019-01-17code cleaningGeorge Hazan
2019-01-08fixes #1715 (by default account's destructor doesn't free network handle)George Hazan
2019-01-04Update copyrightsdartraiden
2018-12-28ACKTYPE_GETINFO-related code cleaningGeorge Hazan
2018-12-28User added notifications:George Hazan
- old obsoleted ICQ-related junk like PF4_FORCEADDED & PF1_ADDED removed; - appropriate controls removed from auth dialogs and menus; - fixes #1680 (ICQ10: disable "Auth request" and "Send you are added" in "Add contact" dialog)
2018-12-24minor code cleaningGeorge Hazan
2018-12-22Facebook: minor code cleaningGeorge Hazan
2018-12-22crash fixGeorge Hazan
2018-12-21Facebook -> sync MHttpRequestGeorge Hazan
2018-12-21code cleaningGeorge Hazan
2018-12-21Facebook: warning fixesGeorge Hazan
2018-12-18C++ exceptions are disabled in all cases where they just prevent warningsGeorge Hazan
2018-11-26Chat_AddGroup - simplified prototypeGeorge Hazan
2018-09-21old crutch removed: error messages to go in UnicodeGeorge Hazan
2018-09-20fix for the proper return type of PROTO<>::RecvMsgGeorge Hazan
2018-09-03Popups:George Hazan
- fixes #1564 (Move popups fonts/colors settings into submenu SkypeWeb VKontakte) - more code cleaning