Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-11 | mir_base64_* => parameters type fix | George Hazan | |
2017-12-10 | - remove emails (if author retired - it's useless to write to him; if author ↵ | dartraiden | |
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure | |||
2017-12-10 | Miranda idle code cleaning | George Hazan | |
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-12-05 | Facebook: Lower ping request interval to 90 sec. | Robert Pösel | |
2017-12-02 | temporary fix not to disconnect Facebook if chat info isn't available | George Hazan | |
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-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-10-16 | the whole idea of customizable colors in chat considered totally useless | George Hazan | |
2017-10-12 | convert to ANSI (#990 related) | dartraiden | |
2017-09-25 | Facebook: fix encoding (it's leads to strange symbol on Miranda's settings ↵ | dartraiden | |
Plugin page) | |||
2017-09-19 | remove GCDEST remains | dartraiden | |
2017-09-19 | useless structure GCDEST finally removed | George Hazan | |
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-08-25 | Facebook: Fix receiving typing notifications (broken in ↵ | Robert Pösel | |
e04d28cfcfe33f0450b390bb1af6e9df823fc86a) | |||
2017-08-20 | Facebook: Use HTTPS when opening links / loading contact picture | Robert Pösel | |
2017-08-15 | fixes #799 (Crash on receiving msg in FB group chat) | George Hazan | |
2017-08-06 | Update all other files in repository to use https links for Miranda NG website | Robert Pösel | |
2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
2017-08-05 | Change plugin links from http:// to https:// | Robert Pösel | |
2017-07-30 | Hotkeys: code cleaning | George Hazan | |
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-06-20 | Facebook: fix for the wrong pointer | George Hazan | |
2017-05-07 | Facebook: Ignore typing nofitications meant not for us (but e.g. for our page) | Robert Pösel | |
2017-05-05 | Facebook: Version bump | Robert Pösel | |
2017-05-05 | Facebook: New (temporary) hidden option to ignore chat message read notify ↵ | Robert Pösel | |
(addresses #799) Add byte key "NoChatMessageReadNotify" with value 1 to use it. | |||
2017-05-05 | Revert "Facebook: Try to send message only once" (commit ↵ | Robert Pösel | |
740a34b1053593cb728f7615ba9bcbad4558e428) | |||
2017-05-05 | Facebook: Reverse logic of checkbox | Robert Pösel | |
Checkboxes should have positive description/meaning. | |||
2017-05-05 | Facebook: Fix not remembering login | Robert Pösel | |
2017-04-23 | Facebook: Version bump | Robert Pösel | |
2017-04-23 | Facebook: Fix parsing newsfeeds (fixes #789) | Robert Pösel | |
2017-04-23 | Facebook: Try to send message only once | Robert Pösel | |
This commit temporarily ignores option to try to send message multiple times if one attempt fails. Let's see if this helps somehow with recent issues with sending messages. | |||
2017-04-23 | Facebook: New option to not send typing when invisible | Robert Pösel | |
Enabling it helps to not being marked as "active 1 min ago" by Facebook. | |||
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-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. |