Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-28 | massive cleanup of useless cbSize fields | George Hazan | |
2017-03-24 | revolution in chat menus | George Hazan | |
- common code moved to the core (Chat_CreateGCMenu, Chat_DestroyGCMenu); - ability added to any plugin to add its own items into any GC menu, not only to the protocol plugins to do that a plugin calls Chat_AddMenuItems and returns 0 to allow any other plugin to process menu hook | |||
2017-03-22 | warning fixes | George Hazan | |
2017-03-21 | warning fix | George Hazan | |
2017-03-05 | Facebook: Version bump | Robert Pösel | |
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 joining chats that doesn't have Nick in database | Robert Pösel | |
This was weird and useless condition. I don't know why it was here. | |||
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: Raise limit for ignoring duplicated messages | Robert Pösel | |
Recently it wasn't hard to experience duplicated messages because Facebook sent us so many duplicit events (mainly as response to mark message as read). With this commit it should be better now. | |||
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-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: Version bump | Robert Pösel | |
2017-02-26 | Facebook: Fix loading newsfeed/memories posts (fixes #718) | Robert Pösel | |
2017-02-26 | Facebook: Don't block main thread when refreshing user info | Robert Pösel | |
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-02-12 | Facebook: Notify number of loaded items (when manually triggered) | Robert Pösel | |
2017-02-12 | Facebook: Fix "Open conversation" target URL | Robert Pösel | |
2017-02-10 | Facebook: correct status names capitalization | dartraiden | |
2017-02-05 | Facebook: Pages contacts should be "invisible", not "online" | Robert Pösel | |
2017-01-31 | - NUF_HTTPGATEWAY: unused option removed; | George Hazan | |
- NETLIBUSER::szDescriptiveName replaced with MAllStrings; - code cleaning. | |||
2017-01-23 | Facebook: Version bump | Robert Pösel | |
2017-01-23 | Facebook: Fix loading offline messages | 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: Rename option to better name | 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-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-14 | separate handle types for HNETLIBCONN & HNETLIBBIND | George Hazan | |
2017-01-12 | Netlib_FreeHttpRequest() instead of MS_NETLIB_FREEHTTPREQUESTSTRUCT | George Hazan | |
2017-01-12 | - stronger types, part II; | George Hazan | |
- don't call hNetlibUser hConnection | |||
2017-01-12 | a fix for passing connection handles into Netlib_Logf | George Hazan | |
2017-01-11 | strong typization - better typization | George Hazan | |
2017-01-07 | Facebook: Fix logging string (fixes #660) | Robert Pösel | |
2017-01-01 | bump copyright year | dartraiden | |
2016-12-18 | Facebook: Fix reaction icon urls (fixes #641) | Robert Pösel | |
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-12-04 | Facebook: Fix typo | Robert Pösel | |
2016-12-04 | Facebook: Version bump | 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. |