Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-08 | Facebook: less RTTI, less useless data | George Hazan | |
2018-01-05 | code cleaning | 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 | Facebook: first version of GrahQL request that doesn't fail | George Hazan | |
2018-01-03 | code cleaning | George Hazan | |
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-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-09-12 | old good sound services became finally functions | George Hazan | |
2017-09-12 | Revert "Merge branch 'master' of https://github.com/miranda-ng/miranda-ng" | George Hazan | |
This reverts commit e09448dd03e3647717166e92ee818e395041993a, reversing changes made to b0f44b16bd1138de85a5d17bb42151742f9c8298. | |||
2017-09-11 | old good sound services became finally functions | George Hazan | |
2017-08-25 | Facebook: Fix encoding issue when parsing newsfeeds with empty attachment ↵ | Robert Pösel | |
(address #803) | |||
2017-08-25 | Facebook: Fix parsing newsfeeds/memories (fixes #882) | Robert Pösel | |
2017-08-25 | Facebook: Clear "message seen" when we send message from another instance | Robert Pösel | |
2017-04-23 | Facebook: Fix parsing newsfeeds (fixes #789) | Robert Pösel | |
2017-03-22 | warning fixes | George Hazan | |
2017-03-05 | Facebook: Fix reseting chat name | Robert Pösel | |
When user changed thread name from website and set it to "", in Miranda it previously stay "". Now it correctly generates new name from participant names. | |||
2017-03-05 | Facebook: Fix cutting unicode strings (fixes #711) | Robert Pösel | |
2017-03-05 | Facebook: Remove useless optimizations | Robert Pösel | |
I was told that db driver checks if value isn't same before writing it. | |||
2017-02-26 | Facebook: Fix loading newsfeed/memories posts (fixes #718) | Robert Pösel | |
2017-02-12 | Facebook: Fix loading newsfeed and memories; version bump | Robert Pösel | |
2017-02-12 | Facebook: Notify number of loaded items (when manually triggered) | Robert Pösel | |
2017-02-05 | Facebook: Pages contacts should be "invisible", not "online" | Robert Pösel | |
2017-01-23 | Facebook: Add option to make Pages always invisible (enabled by default) | Robert Pösel | |
FB Pages are not online or offline, they just are. And this options helps users to find them in their contact list easily. | |||
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-22 | Facebook: Support searching by entering profile URL (into ID field) | Robert Pösel | |
2017-01-17 | useless field DBEVENTINFO::cbSize removed | George Hazan | |
2017-01-16 | DB_AUTH_BLOB: handy piece of code moved into the core | George Hazan | |
2017-01-01 | bump copyright year | dartraiden | |
2016-12-11 | Facebook: Fix IntelliSense error | Robert Pösel | |
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-10-04 | warning fixes | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17352 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
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-10-04 | Facebook: Potential fix for searching by username/id | Robert Pösel | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17348 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-06 | Facebook: Fix not resetting the "message seen" info when we sent message ↵ | Robert Pösel | |
from other instance (e.g. web) git-svn-id: http://svn.miranda-ng.org/main/trunk@17263 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: 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-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 | |||
2016-09-02 | warning fixes | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17242 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-01 | Facebook: Rework event notify type from defines and flags to enum | Robert Pösel | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17240 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-09-01 | Facebook: Remove use of useless macros | Robert Pösel | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17239 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |