Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-06 | fixes #4694 (TabSRMM: сделать иконки ↵ | George Hazan | |
форматирования в тулбаре протоколозависимыми) | |||
2024-09-12 | fixes #4651 (NewStory+tabSRMM: Форматирование текста ↵ | George Hazan | |
по-разному работает в приватах и чатах) | |||
2024-09-11 | fixes #4650 (Окно сообщений: кнопки ↵ | George Hazan | |
форматирования текста работают в приватах, но не в групчатах) | |||
2023-12-12 | fixes #4032 (IRC + Tabsrmm: User details windows is without information for ↵ | George Hazan | |
IRC users) | |||
2023-12-12 | IRC: code cleaning | George Hazan | |
2023-12-03 | PROTO_INTERFACE::SendMsg: second parameter became a reply event id | George Hazan | |
2023-09-15 | PROTO_INTERFACE::SendMsg - unused parameter flags removed | George Hazan | |
2023-09-15 | fixes #3674 (Реакция протоколов на отсылку в ↵ | George Hazan | |
оффлайн) | |||
2023-02-11 | PS_CREATEACCMGRUI is obsoleted and converted into event | George Hazan | |
2023-01-28 | IRC: fix for event broadcasting | George Hazan | |
2023-01-27 | IRC: contact converter | George Hazan | |
2023-01-27 | Group chats: all old APIs with lookup by module+session removed | George Hazan | |
2023-01-25 | Group chats: ChatRoomID setting replaced with real protocol id | George Hazan | |
2022-01-24 | We do not need to translate account names | dartraiden | |
2022-01-22 | Fixes #2997 | dartraiden | |
2022-01-20 | fixes #3000 (IRC: не нужно сообщать об ошибках ↵ | George Hazan | |
протокола, если он не в сети) | |||
2021-12-26 | WORD -> uint16_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-06-26 | for #2928 - atavism removed from IRC: scripting support | George Hazan | |
2021-03-27 | IRCG: | George Hazan | |
- fixes #2810 (own messages are invisible); - fixes #2809 (Perform on Event' broken); - code cleaning | |||
2021-03-26 | fixes #2798 (IRC: remove "Networks") | George Hazan | |
2021-02-27 | fixes #2751 (misprint in error message) | George Hazan | |
2020-07-23 | fixes #2493 (Проблема с Юникодом в диалоге ↵ | George Hazan | |
добавления контакта) | |||
2020-07-08 | group chat initialization to be done in protocol's constructor, not inside ↵ | George Hazan | |
OnModulesLoaded | |||
2020-05-07 | fix for old PROTO_INTERFACE::FileResume interface error | George Hazan | |
2020-02-20 | bunch of useless threads replaced with a call of ProtoBroadcastAsync | George Hazan | |
2019-07-21 | Restore "Free for chat" status support (fixes #1963) | dartraiden | |
2019-05-27 | fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵ | George Hazan | |
completely) | |||
2019-04-12 | wiping custom icolib functions: IRC | George Hazan | |
2019-01-08 | fixes #1715 (by default account's destructor doesn't free network handle) | George Hazan | |
2018-11-26 | Chat_AddGroup - simplified prototype | George Hazan | |
2018-11-14 | code cleaning | George Hazan | |
2018-10-17 | IRC: | George Hazan | |
- useless variable m_evWndCreate removed; - fixes #1628 (IRC channel list window crashes when closed prematurely); - code cleaning; - version bump | |||
2018-09-21 | old crutch removed: error messages to go in Unicode | George Hazan | |
2018-07-25 | cosmetic fixes, typos | dartraiden | |
2018-07-24 | database: | George Hazan | |
- senseless fiels ptszVal removed from DBVARIANT, pwszVal is used instead; - if you want db_get to return a string, you need to use db_get_s. | |||
2018-04-22 | EV_PROTO_ONMENU removed | George Hazan | |
2018-04-22 | OnEvent(EV_PROTO_ONCONTACTDELETED) => PROTO_INTERFACE::OnContactDeleted | George Hazan | |
2018-04-21 | EV_PROTO_DBSETTINGSCHANGED - old useless stub removed | George Hazan | |
2018-04-21 | code cleaning: | George Hazan | |
- in conformance to C++'11 rules, we don't declare a method as virtual if it's declared as override; - cause this code isn't visible in Pascal anymore, there's no need to use __cdecl calling convention for virtual methods; - since PROTO_INTERFACE is a regular C++ class, there's no need to use old style service declarations for virtual methods like OnModulesLoaded / OnShutdown | |||
2018-04-19 | EV_PROTO_ONOPTIONS removed and replaced with the call of ↵ | George Hazan | |
CallObjectEventHook(pa->ppro, ME_OPT_INITIALIZE) this eliminates the possibility of making a mistake in hand-written code also fixes #1280 (Tox: "Confugure" menu item is broken) | |||
2018-03-28 | PFLAG_UNIQUEIDSETTING removed, its functionality transferred to ↵ | George Hazan | |
Proto_SetUniqueId / Proto_GetUniqueId | |||
2018-02-21 | IRC: C++'11 iterators | George Hazan | |
2017-12-22 | quick-n-dirty fix for #1069 | 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-11-23 | database enumerators => void* instead of LPARAM | George Hazan | |
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-03-21 | warning fix | George Hazan | |