Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-13 | common chat code moved to the core | George Hazan | |
2016-12-13 | StdMsg: | George Hazan | |
- unused parameter removed; - code cleaning. | |||
2016-12-13 | options code cleaning | George Hazan | |
2016-12-13 | unused code removed | George Hazan | |
2016-12-13 | StdMsg: | George Hazan | |
- toolbar buttons unification; - duplicate control ids removed; - code cleaning | |||
2016-12-13 | use http://miranda-ng.org/p/<plugin_name> which we use in plugin details ↵ | dartraiden | |
(thx Robyer) | |||
2016-12-12 | ugly custom construction replaced with the kernel API call | George Hazan | |
2016-12-12 | code cleaning | George Hazan | |
2016-12-12 | sync for pascal headers | George Hazan | |
2016-12-12 | we should point user to our wiki instead opening a non-existent file | dartraiden | |
2016-12-11 | Steam: Attempt to fix not loading contact statuses at login (addresses #646) | 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-11 | fix for missing button text | George Hazan | |
2016-12-11 | VKontakte: fix (?) set online status after connection problem | ElzorFox | |
2016-12-10 | StdMsg: fix missing space | dartraiden | |
2016-12-10 | Scriver: proper capitalization, fixed missed space | dartraiden | |
2016-12-10 | - ability to pass a button's text to a toolbar button; | George Hazan | |
- common code moved into the core | |||
2016-12-08 | misprint fixed | George Hazan | |
2016-12-08 | fix for dynamically created toolbar icons in Actman | George Hazan | |
2016-12-08 | - improperly removed line returned back | George Hazan | |
- minor code cleaning | |||
2016-12-08 | Scriver: fix for a broken toolbar visibility control | George Hazan | |
2016-12-08 | fix for the control codes in Scriver | George Hazan | |
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-07 | MSN: Support for File.1 type file transfers. | leecher1337 | |
2016-12-07 | no need to calculate button width each time | George Hazan | |
2016-12-07 | compilation fix | George Hazan | |
2016-12-07 | TabSRMM: | George Hazan | |
- fixes #643 (Tabsrmm "insert image" button regression); - massive code cleaning | |||
2016-12-07 | unused option removed | George Hazan | |
2016-12-07 | minor fix | George Hazan | |
2016-12-06 | forgotten code for processing toolbar button events | George Hazan | |
2016-12-06 | bIsMiranda09 - useless variable removed | George Hazan | |
2016-12-06 | Tlen: "then" and "else" are identical, so "if" is useless | dartraiden | |
2016-12-06 | minus Scriver's own window list | George Hazan | |
2016-12-06 | StdMsg & Scriver: | George Hazan | |
- switched to the toolbar buttons instead of the fixed button set; - switched to the shared windows list | |||
2016-12-05 | fix for pascal toobar buttons api | watcher | |
2016-12-05 | VKontakte: use CCtrlSpin for spin controls | ElzorFox | |
2016-12-04 | MSN: Added support for file transfer type RichText/Media_GenericFile | leecher1337 | |
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 | small fixes | George Hazan | |
2016-12-04 | std_string_utils: Rework url::decode method to be universal | Robert Pösel | |
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-12-04 | MirOTR: Fix changing ConvHTML/Policy (fixes #553) | Robert Pösel | |
Problem was that only the changed value of one of the two options was changed/remembered, but when saving the options, both of them were saved. So one of them was always reseted to default value (unless user changed both of them before applying settings). This commit fixes that by remembering value of both options at once. It's not best/beautiful solution (as we always touch more things than we need), but it should be ok for now. | |||
2016-12-04 | SkypeWeb: Disconnect only when 3 *consecutive* errors happens | Robert Pösel | |
Previously, errors counter wasn't reset when correct request arrived, so it could easily accumulate 3 errors during short time very easily, causing unneeded disconnections. This commit changes that behavior and makes disconnection happen only for 3 consecutive errors. | |||
2016-12-04 | SkypeWeb: Switch to offline on error in trouter (fixes #622) | Robert Pösel | |
2016-12-03 | SkypeWeb: Fix saving unicode status messages | Robert Pösel | |
2016-12-03 | SkypeWeb: Decode numeric html entities (fixes #639) | Robert Pösel | |
Code taken from 'utils\std_string_utils.cpp'. We should combine both codes and move the better / more effective code to the mentioned file so more plugins can share it. |