Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-04 | code reordering, not to reassemble the whole project on each change in headers | George Hazan | |
2018-01-03 | Facebook: first version of GrahQL request that doesn't fail | George Hazan | |
2018-01-03 | code cleaning | George Hazan | |
2018-01-03 | Facebook: | George Hazan | |
- switch to the kernel parameter types; - strong parameters typization (also produces more compact code) - fixed timeline notifications - version bump | |||
2018-01-01 | massive copyright update | dartraiden | |
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-14 | Facebook: Use better url for getting dtsg | Robert Pösel | |
2017-06-23 | Facebook: unneeded crutch removed (reverted from commit ↵ | Robert Pösel | |
b846cb5043b6d5f5ac59cb40f252bc9ced189dfd) We need values with "abcdefgh...xyz0123456789", that's why radix 36 was used. INT_VALUE produces only numbers. | |||
2017-06-20 | Facebook: unneeded crutch removed | George Hazan | |
2017-04-23 | Facebook: Fix reporting idle time in away/invisible | Robert Pösel | |
Previously Miranda wasn't reporting "idle" at all when invisible, but it was probably represented as "active" by Facebook. Now when user is invisible, it reports idle as number of seconds since switching to invisible (or away). NOTE: Facebook determine last active time of user based not only of this "idle" argument, but also on last time when user was TYPING message. | |||
2017-03-21 | warning fix | George Hazan | |
2017-02-26 | Facebook: Load birthday on refresh contact details (fixes #642) | Robert Pösel | |
2017-02-12 | Facebook: Fix loading newsfeed and memories; version bump | Robert Pösel | |
2017-01-23 | Facebook: Optimize searching pages/persons | Robert Pösel | |
2017-01-22 | Facebook: Search also Facebook pages | Robert Pösel | |
2017-01-22 | Facebook: Fix searching (by name/email/...) | Robert Pösel | |
2017-01-01 | bump copyright year | dartraiden | |
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-10-04 | Facebook: Fix searching by id (now for real); version bump | Robert Pösel | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17349 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-04 | Facebook: Use separate persistent connection for sending messages to make ↵ | Robert Pösel | |
sending faster git-svn-id: http://svn.miranda-ng.org/main/trunk@17248 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-04 | Facebook: Use persistent connection again | Robert Pösel | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17247 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-04 | Facebook: Massive rewrite of all communication requests | Robert Pösel | |
Note it doesn't use persistent connection yet. git-svn-id: http://svn.miranda-ng.org/main/trunk@17246 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |