Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-12 | IRC: code cleaning | George Hazan | |
2023-12-09 | fixes #4025 (IRC Accounts: <unknown> in nickname fields) | George Hazan | |
2023-11-09 | fixes #3902 (IRC: некорректно работает диалог ↵ | George Hazan | |
игнорирования) | |||
2023-11-07 | fixes #3830 (IRC: примечение оформлено как ссылка) | George Hazan | |
2023-11-06 | No need to translate this | dartraiden | |
2023-11-06 | fixes #3820 (Пропал перевод в дереве значков) | George Hazan | |
2023-02-11 | PS_CREATEACCMGRUI is obsoleted and converted into event | George Hazan | |
2022-08-31 | fixes #3176 (IRC: сбивается настройка "SSL/TLS" после ↵ | George Hazan | |
создания учётки) | |||
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | WORD -> uint16_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-09-10 | fixes #2963 (IRC: cannot connect to libera.chat if SSL is "Auto") | George Hazan | |
2021-06-26 | for #2928 - atavism removed from IRC: scripting support | George Hazan | |
2021-05-20 | mir_wstrstri - case-insensitive search of substring, Unicode version | George Hazan | |
2021-05-11 | CCtrlCombo::GetCurData = suitable helper for combo boxes | George Hazan | |
2021-03-30 | fixes #2820 (useless "Network" field in Options - IRC - Ignore) | George Hazan | |
2021-03-28 | 21 years after Win2k release we don't need win2k.h - everything we need is ↵ | George Hazan | |
included into minimum Windows SDK 7.1 | |||
2021-03-26 | fixes #2798 (IRC: remove "Networks") | George Hazan | |
2021-03-22 | fixes #1322 (IRC: list of dead IRC servers removed) | George Hazan | |
2021-02-27 | fixes #2752 (IRC: options dialog doesn't store changes in servers' list) | George Hazan | |
2020-11-19 | IRC: fix for that C-style tokenizer that crashes on invalid data | George Hazan | |
2020-11-10 | IRC: fix for rare crash | George Hazan | |
2020-06-04 | all improper calls of OnClose replaced with OnDestroy / OnApply | George Hazan | |
2020-06-04 | UI classes: | George Hazan | |
- CDlgBase::m_bSucceeded variable introduced to check whether IDOK was pressed or not; - unused/useless buttons with id=IDOK or IDCANCEL removed; - brnOk.OnClick replaced with OnApply calls; - unused/useless calls of EndDialog/EndModal removed; - minor code cleaning | |||
2019-07-21 | Restore "Free for chat" status support (fixes #1963) | dartraiden | |
2019-06-04 | finally fixes #1963 (Remove Free for Chat, On the Phone and Out of Lunch ↵ | George Hazan | |
statuses completely) | |||
2019-04-12 | wiping custom icolib functions: IRC | George Hazan | |
2019-02-05 | fixes #1825 (spin control initialization should be done in the constructor, ↵ | George Hazan | |
not inside OnInitDialog) | |||
2018-11-14 | code cleaning | George Hazan | |
2018-11-12 | db_* functions replaced with g_plugin calls | George Hazan | |
2018-10-05 | IRC: | George Hazan | |
- crash fix; - 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-07-11 | GUI change: | George Hazan | |
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively; - massive code cleaning considering the 'virtual' attribute of overridden methods; - also fixes #1476 (Don't close "Create new account" window if user not set account name) | |||
2018-05-20 | options API unbound from hLangpack and switched to CMPlugin | George Hazan | |
2018-05-18 | Icon_Register(g_plugin.getInst() => g_plugin.registerIcon | George Hazan | |
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW | |||
2018-04-18 | g_hInstance incapulated into PLUGIN<>, no need in the separate variable | George Hazan | |
2018-04-18 | PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it ↵ | George Hazan | |
inside | |||
2018-04-18 | this feature was never used and only causes problems | George Hazan | |
2018-04-15 | CCtrlButton + OnClick => CCtrlHyperlink | George Hazan | |
2018-02-21 | IRC: C++'11 iterators | George Hazan | |
2018-01-26 | code optimization | 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-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 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2016-11-17 | Utils_OpenUrlT | George Hazan | |
Utils_ReplaceVarsT |