summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/src/contacts.cpp
AgeCommit message (Expand)Author
2018-01-09Facebook: code cleaningGeorge Hazan
2018-01-08more useless mir_urlEncodeGeorge Hazan
2018-01-08Facebook: less RTTI, less useless dataGeorge Hazan
2018-01-04Facebook: kinda final fix for groupchatsGeorge Hazan
2018-01-04code reordering, not to reassemble the whole project on each change in headersGeorge Hazan
2018-01-04С++'11 scope for's are suddenly more effective...George Hazan
2018-01-03code cleaningGeorge Hazan
2018-01-01massive copyright updatedartraiden
2017-12-29PROTO_INTERFACE::setAllContactStatuses - common code moved to the coreGeorge Hazan
2017-12-28code cleaningGeorge Hazan
2017-12-28Facebook:George Hazan
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 6...Kirill Volinsky
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-12-02temporary fix not to disconnect Facebook if chat info isn't availableGeorge Hazan
2017-11-27Facebook: all source files converted to utf-8Kirill Volinsky
2017-11-13Code modernize ...Goraf
2017-03-22warning fixesGeorge Hazan
2017-03-05Facebook: Fix reseting chat nameRobert Pösel
2017-03-05Facebook: Remove useless optimizationsRobert Pösel
2017-02-26Facebook: Don't block main thread when refreshing user infoRobert Pösel
2017-01-01bump copyright yeardartraiden
2016-12-11Facebook: Fix IntelliSense errorRobert Pösel
2016-09-14second major wipeout of database services & structures:George Hazan
2016-09-11Facebook: When generating group chat name, don't include ourselfRobert Pösel
2016-09-04Facebook: Massive rewrite of all communication requestsRobert Pösel
2016-09-01Facebook: Rework event notify type from defines and flags to enumRobert Pösel
2016-09-01Facebook: Remove use of useless macrosRobert Pösel
2016-08-17Facebook: Fix sending messages and other changed requestsRobert Pösel
2016-07-29no more TCHARsGeorge Hazan
2016-07-27less TCHARsGeorge Hazan
2016-07-26less TCHARs:George Hazan
2016-07-25Facebook: Don't join archived or unsubscribed chatrooms at loginRobert Pösel
2016-07-25Facebook: Improve loading users in chatroomsRobert Pösel
2016-07-25hello, Unix.George Hazan
2016-07-17Facebook: Use better page prefix (emoji), and make it customizableRobert Pösel
2016-07-16Facebook: Use "[Page]" prefix for "page" contact's nickname and don't split i...Robert Pösel
2016-07-16Facebook: Improve working with different user types (friend, user, page)Robert Pösel
2016-05-17Facebook: Rework loading online contacts (not properly finished!); version bumpRobert Pösel
2016-04-17Facebook: Loading names of all users in multi chat from server (not only exis...Robert Pösel
2016-02-12Facebook: Update some requests format, changes for stickers and new support f...Robert Pösel
2016-01-02Copyrights update part 2Dart Raiden
2015-09-01Facebook: Revise various requests, remove weird typing optimizationRobert Pösel
2015-09-01Facebook: Various fixesRobert Pösel
2015-08-28mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...George Hazan
2015-06-25- Set wparam and lParam to 0 as default arg in CallService and others, to sim...Tobias Weimer
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-06-19- all static protocol services replaced with functions;George Hazan
2015-05-25FB json parsing rewritten for new headersGeorge Hazan
2015-05-22replace _tcscmp to mir_tstrcmpKirill Volinsky
2015-05-22replace strcmp to mir_strcmpKirill Volinsky