Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-28 | replace libaxolotl by libsignal | dartraiden | |
(cherry picked from commit 219d1e3fb1c29a0b14b32801baab0abcaae5e7dd) | |||
2019-03-28 | VKontakte: | ElzorFox | |
fix (?) add groups user to friend list fix add/remove groups user to/from muc | |||
2019-03-28 | MSN: code cleaning | George Hazan | |
2019-03-28 | unused translations removed | George Hazan | |
2019-03-28 | VKontakte: types fix | ElzorFox | |
2019-03-28 | Menu_ModifyItem to receive icolib handle, not HICON | George Hazan | |
2019-03-27 | VKontakte: | ElzorFox | |
fix group users in muc fix link to profile for group users in forwarded messages version bump | |||
2019-03-27 | Clist events: | George Hazan | |
- no need to save 4 bytes each time we wanna declare protocol-wide events; - all event adding code is forced to be executed in the main thread; - also fixes #1904 (ICQ: mail notification bug); - now we can use any event ids for global events. | |||
2019-03-27 | fixes #1903 (ICQ: auto dismiss tray notification if the mail was read in the ↵ | George Hazan | |
browser) | |||
2019-03-26 | ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removed | George Hazan | |
2019-03-26 | Discord: more descriptive name | dartraiden | |
2019-03-26 | Spelling correction | dartraiden | |
2019-03-26 | libaxolotl doesn't exist anymore, it's renamed to libsignal | George Hazan | |
2019-03-25 | Jabber: error popup's title to carry account name | George Hazan | |
2019-03-25 | ICQ-WIM: no need to wipe out Nick field | George Hazan | |
2019-03-25 | ICQ-WIM: if nick is missing at the server, no need to create an empty string | George Hazan | |
2019-03-25 | ICQ-WIN: if contact's nick is missing, try to copy it from IcqNick field | George Hazan | |
2019-03-17 | fixes #1898 (XMPP/Jabber: Implement XEP-0352 (Client State Indication)) | George Hazan | |
2019-03-16 | Discord: UseGroupChats shall be enabled by default, but disabled for new ↵ | George Hazan | |
accounts | |||
2019-03-14 | Jabber: fixes status message calculation for the case of single resource present | George Hazan | |
2019-03-14 | Discord: we don't need that crutch anymore | George Hazan | |
2019-03-14 | fixes #1894 ([Discord] syncing DM contact Miranda take random message and ↵ | George Hazan | |
copy it +19x times) | |||
2019-03-14 | fixes #1893 ([Discord] Make option to DISABLE at all group chats/channels) | George Hazan | |
2019-03-14 | also related to #1895 - possible fix for UINs stored as Unicode strings | George Hazan | |
2019-03-14 | fixes #1895 (fix for a typo in ICQ-WIM) | George Hazan | |
2019-03-13 | fixes #1875 (problems with Facebook login) | George Hazan | |
2019-03-13 | fixes #1895 (problem with importing old ICQ profiles where UIN was in the ↵ | George Hazan | |
form of email) | |||
2019-03-12 | ICQ-WIM: we simply read the tail, when the polling cycle is executed | George Hazan | |
2019-03-12 | fixes for format specifiers | George Hazan | |
2019-03-12 | YAMN: warning fixes | George Hazan | |
2019-03-11 | fixes #1741 (ICQ10: Invalid Request. statusDetailCode 1015) | George Hazan | |
2019-03-11 | warning fix for non-standard projects | George Hazan | |
2019-03-11 | obsolete option removed from project files | George Hazan | |
2019-03-11 | fixes #1892 (ICQ: still online even if network adapter is disabled) | George Hazan | |
2019-03-08 | life is too short to remember whether this structure is zeroed or not | George Hazan | |
2019-03-08 | fixes #1863 completely ([Discord] add manual history sync from IMs/DMs ↵ | George Hazan | |
(private chat)) | |||
2019-03-07 | Srmm_ModifyIcon now changes only tooltip and/or icon, Srmm_SetIconFlags ↵ | George Hazan | |
controls flags | |||
2019-03-07 | Skin_GetProtoIcon - new function to retrieve status icon's handle | George Hazan | |
2019-03-06 | related to #1863 ([Discord] Make option to turn off group chats/channels ; & ↵ | George Hazan | |
add manual history sync from IMs/DMs (private chat)) | |||
2019-03-06 | popups: | George Hazan | |
- internal implementation details & all service declarations moved to m_popup_int.h; - all service calls removed and replaced with function calls; - direct access to popup serttings replaced with Popup_Enable / Popup_Enabled; | |||
2019-03-06 | fixes #1875 (Facebook cannot login) | George Hazan | |
2019-03-05 | Popup: | George Hazan | |
- wiping out checks for service presence; - code cleaning | |||
2019-03-05 | fixes #1875 (Facebook fails to log in) | George Hazan | |
2019-03-05 | fixes #1878 (if a user wipes all sessions from a browser, Miranda can't read ↵ | George Hazan | |
incoming messages for about 30 minutes) | |||
2019-03-05 | fixes #1877 (ICQ-WIM doesn't close session correctly in some cases) | George Hazan | |
2019-03-04 | Tox not to modify Request Auth/Grant Auth menu items for another contacts | George Hazan | |
2019-03-04 | fixes #1879 (jabber doesn't delete contacts from roster anymore) | George Hazan | |
2019-03-04 | fixes #1880 (chinese in Jabber Ad-hoc forms) | George Hazan | |
2019-03-04 | Jabber: | George Hazan | |
- roster editor extracted to the separate source module; - fixes #1881 (first column's text is set improperly, thus creating problems on roster upload); - roster editor rewritten to UI classes | |||
2019-03-04 | Jabber: | George Hazan | |
- ugly & obsolete class CCtrlFilterListView removed, because it behave wrong in the presence of scrollbars; - manual filter added to the Disco dialog; - also fixes #1882 (Jabber: channel list glitch) |