| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-12 | fixes #4651 (NewStory+tabSRMM: Форматирование текста ↵ | George Hazan | |
| по-разному работает в приватах и чатах) | |||
| 2024-01-23 | fixes #4104 (Удаление серверной истории) | George Hazan | |
| 2023-12-18 | fixes #4060 (Crash: Miranda crashes after /part command) | George Hazan | |
| 2023-12-12 | fixes #4042 (IRC: Miranda rejoins channel if you left channel using part ↵ | George Hazan | |
| command) | |||
| 2023-12-12 | IRC: code cleaning | George Hazan | |
| 2023-12-09 | PROTO_INTERFACE::OnContactDeleted to be able to block the contact's deletion | George Hazan | |
| 2023-12-09 | fixes #4025 (IRC Accounts: <unknown> in nickname fields) | George Hazan | |
| 2023-01-27 | Group chats: all old APIs with lookup by module+session removed | George Hazan | |
| 2022-07-31 | Contact: group of functions gathered into the personal namespace | George Hazan | |
| 2021-12-26 | BYTE -> uint8_t | 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 | |
| 2020-02-19 | if a protocol handles an event, it shall return 1, not 0 | George Hazan | |
| 2020-01-25 | massive code cleaning: | George Hazan | |
| - GCHOOK structure normalized (i.e. inlined SESSION_INFO fields replaced with a reference to SESSION_INFO); - fake CMsgDialog declaration added to m_srmm_int.h, thus duplicated declarations in plugins aren't needed anymore - other minor changes | |||
| 2019-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
| Proto_GetBaseAccountName | |||
| 2019-09-27 | end of manual experiments with CList/NotOnList | George Hazan | |
| 2019-04-12 | wiping custom icolib functions: IRC | George Hazan | |
| 2018-11-26 | Chat_AddGroup - simplified prototype | 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-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-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
| 2018-06-25 | IRC: if user decide "kick with reason", he should write a reason manually | dartraiden | |
| 2018-05-22 | m_chat.h => CMPlugin | George Hazan | |
| 2018-05-22 | m_genmenu.h unbound from hLangpack | George Hazan | |
| 2018-04-22 | EV_PROTO_ONMENU removed | George Hazan | |
| 2018-04-22 | OnEvent(EV_PROTO_ONCONTACTDELETED) => PROTO_INTERFACE::OnContactDeleted | 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-03-28 | common protocol instance management code went into template | George Hazan | |
| 2018-02-21 | IRC: C++'11 iterators | George Hazan | |
| 2017-12-27 | obsolete structure ADDCONTACTSTRUCT, service MS_ADDCONTACT_SHOW and whole ↵ | George Hazan | |
| m_addcontact.h removed and replaced with Contact_Add* functions | |||
| 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-15 | IRC: more code cleaning | George Hazan | |
| 2017-11-15 | IRC: | George Hazan | |
| - octal sequences replaced with hex constants; - code cleaning; - version bump | |||
| 2017-11-13 | IRC: code cleaning for some crazy moments related to #1010 | George Hazan | |
| 2017-11-13 | Code modernize ... | Goraf | |
| * replace 0/NULL with nullptr [using clang-tidy] | |||
| 2017-09-19 | useless structure GCDEST finally removed | George Hazan | |
| 2017-09-18 | unneeded calls of DestroyServiceFunction() removed | 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-10 | Group chats: | George Hazan | |
| - GC_CONTROL_MSG left us forever; - tons of old/unused/useless slack simply wiped out; - new function: CSrmmBaseDialog::ClearLog | |||
| 2017-03-09 | - GCSessionInfoBase fields iWidth and iHeight moved to StdMSg; | George Hazan | |
| - CHAT_MANAGER methods DoEventHook & DoEventHookAsync removed from CHAT_API; - CSrmmBaseDialog::DoEventHook introduced instead | |||
| 2016-12-02 | MS_SYSTEM_* services became functions | George Hazan | |
| 2016-11-26 | fixes #600 (IRC fails to recognize self status change) | George Hazan | |
| 2016-11-26 | crash fix for IRC kick/makeop commands | George Hazan | |
| 2016-09-21 | IRC - now all roles are translated (hopefully) | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@17328 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-09-19 | IRC - code cleaning | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@17313 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-09-17 | chats: more functions, less structures | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@17309 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-09-16 | - chats services replaces with functions; | George Hazan | |
| - chat calls switched from CallServiceSync to direct calls everywhere git-svn-id: http://svn.miranda-ng.org/main/trunk@17305 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-07-29 | no more TCHARs | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
| 2016-07-27 | less TCHARs | George Hazan | |
| git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
