Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-08 | IMGL_WCHAR removed, all paths are in Unicode now | George Hazan | |
2018-03-07 | old AdvaImg services converted into Image_* functions | George Hazan | |
2018-03-02 | Facebook: unneeded thread removed | George Hazan | |
2018-02-22 | Facebook: added support for parsing audio attachment + moved parsing of ↵ | matej | |
specific types into lambda functions so there are not duplicities in code (and logic is in one place) | |||
2018-02-06 | Facebook: added parsing for messenger invitation | matej | |
2018-01-31 | reverted and modified some changes to make attachments work in active chat | matej | |
2018-01-23 | Facebook: attachments seems to work differently, some adjustments | matej | |
2018-01-13 | Facebook: fix for loading multiple unread messages at once at startup | matej | |
2018-01-12 | why not parse the whole json and then iterate nodes? | George Hazan | |
2018-01-12 | unused parameters removed | George Hazan | |
2018-01-12 | C++'11 iterators | George Hazan | |
2018-01-12 | Facebook: initial changes to support loading of unread chat messages (#1095) | zemiacsik | |
* Facebook: initial changes to support loading of unread chat messages * Facebook: load unread messages in one request + load last messages when chat opens (if is set) * shrinked regex pattern, commented unused code * Facebook: fixed loading of whole history | |||
2018-01-10 | Facebook: added custom reactions' icons to popups | George Hazan | |
2018-01-08 | adds support for exiting groupchats | George Hazan | |
2018-01-04 | Facebook: kinda final fix for groupchats | George Hazan | |
2018-01-04 | Facebook: switch to mir_cs instead of custom lock | George Hazan | |
2018-01-04 | С++'11 scope for's are suddenly more effective... | George Hazan | |
2018-01-03 | code cleaning | George Hazan | |
2018-01-01 | massive copyright update | dartraiden | |
2017-12-29 | PROTO_INTERFACE::setAllContactStatuses - common code moved to the core | George Hazan | |
2017-12-28 | code cleaning | George Hazan | |
2017-12-28 | Facebook: | George Hazan | |
- fixes problems with decoding attachments; - major rework of class structure; - version bump | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-27 | Facebook: all source files converted to utf-8 | Kirill Volinsky | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-08-25 | Facebook: Fix receiving typing notifications (broken in ↵ | Robert Pösel | |
e04d28cfcfe33f0450b390bb1af6e9df823fc86a) | |||
2017-08-15 | fixes #799 (Crash on receiving msg in FB group chat) | George Hazan | |
2017-05-07 | Facebook: Ignore typing nofitications meant not for us (but e.g. for our page) | Robert Pösel | |
2017-03-28 | massive cleanup of useless cbSize fields | George Hazan | |
2017-03-05 | Facebook: Fix handling of various chat events | Robert Pösel | |
E.g. renaming thread, adding/removing participants, etc. | |||
2017-03-05 | Facebook: Update processing various FB events (especially messages) | Robert Pösel | |
2017-03-05 | Facebook: Remove "mercury" and "messaging" processing | Robert Pösel | |
These events aren't used by Facebook anymore | |||
2017-03-05 | Facebook: Remove forgotten useless optimizations | Robert Pösel | |
2017-03-05 | Facebook: Fix cutting unicode strings (fixes #711) | Robert Pösel | |
2017-01-23 | Facebook: Fix loading offline messages | Robert Pösel | |
2017-01-07 | Facebook: Fix logging string (fixes #660) | Robert Pösel | |
2017-01-01 | bump copyright year | dartraiden | |
2016-12-11 | Facebook: Option to load all contacts at login (not only friends) | Robert Pösel | |
2016-12-07 | Facebook: Fix not loading unread messages; version bump | Robert Pösel | |
This also fixes not loading messages at contact window open (if enabled). And cleans up part of obsolete code. | |||
2016-12-04 | Facebook: Fix typo | Robert Pösel | |
2016-12-04 | Facebook: Fix support for "new" group chats (dirty changes) | Robert Pösel | |
This commit is just quick workaround for group chat changes, where Facebook stopped using "id.XXX" ids, and instead use just "XXX" fbids. And for old existing chats tolerates old type, but for new forces this new format. I don't know how that, or changes in this commit, affects classic conversations, but in any case this commit should be cleaned and integrated better. Perhaps rewrite whole uses of "ids" to "fbids" everywhere. | |||
2016-12-04 | Facebook: Fix parsing attachments | Robert Pösel | |
2016-12-04 | Facebook: Load only friends at login | Robert Pösel | |
Because of some change on Facebook side it started sending not only friends, but also other people we talked in some time in history. This commit ignores them and won't load them at login. | |||
2016-09-13 | Facebook: Fix errors from Coverity | Robert Pösel | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17294 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-06 | Facebook: Improve loading history | Robert Pösel | |
* Allow loading history only for one contact at a time * Make text in messagebox translatable and use question instead of warning type * Don't load and refresh stickers during history loading (so it won't be slow) git-svn-id: http://svn.miranda-ng.org/main/trunk@17264 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-04 | Facebook: Fix sometimes wrongly identified users as friends | Robert Pösel | |
Also fixes related problem when it was showing "user was removed from server list" popup even when user was never your friend (due to problem above). git-svn-id: http://svn.miranda-ng.org/main/trunk@17252 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-04 | Facebook: Fix determination whether some event is for chat or classic user | Robert Pösel | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17251 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-04 | Facebook: Handle unsubscribe events in chat; improve also subscribe event | Robert Pösel | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17250 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-01 | Facebook: 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 |