Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07-31 | Contact: group of functions gathered into the personal namespace | George Hazan | |
2022-07-16 | Contact_IsGroupChat - a helper to detect chat rooms | 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-12-26 | PBYTE -> uint8_t* | George Hazan | |
2021-06-05 | major code cleaning in regard to db_event_getBlobSize & event memory allocation | George Hazan | |
2021-05-20 | forgotten setlocale() calls | George Hazan | |
2020-10-16 | warning fix | George Hazan | |
2020-10-16 | MirLua: | George Hazan | |
- fixes #2589 (MirLua doesn't work correctly in 64-bit Miranda); - code cleaning; - version bump | |||
2020-06-15 | simpler way of applying server ids to messages | George Hazan | |
2020-01-20 | db_event_delete: unused parameter removed | George Hazan | |
2019-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
Proto_GetBaseAccountName | |||
2019-11-06 | MirLua: since we use 64-bit integers, no need to push wparam/lparam as pointers | George Hazan | |
2019-11-06 | typo fix | George Hazan | |
2019-07-12 | MirLua: interface for extra icons added | George Hazan | |
2019-04-12 | wiping custom icolib functions: all another plugins | George Hazan | |
2019-02-25 | GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵ | George Hazan | |
events (UTF16LE by default) | |||
2018-10-17 | MirLua: | aunsane | |
- refactoring of winapi module - m_message - fix to paste in private message log - m_srmm - add hWnd to CustomButtonClickData | |||
2018-10-02 | MirLua: m_protocols | aunsane | |
- hook to catch sending messages - new function BroadcastAck - ability to get message from CCSDATA | |||
2018-08-12 | MirLua: fix cast into m_database + correct error on type mismatch | aunsane | |
2018-08-12 | MirLua: added open into m_options | aunsane | |
2018-08-12 | MirLua: added openPage into m_options | aunsane | |
2018-08-02 | MirLua: WaitOnHandle for m_core | aunsane | |
2018-07-20 | we don't need two name sets for the same array of functions | George Hazan | |
2018-07-15 | MirLua: add Evaluate option page to test scripts | aunsane | |
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-06-27 | MirLua: code cleaning | aunsane | |
2018-06-06 | MirLua: | aunsane | |
- add new helper function luaM_isarray - fix print of decimal point m_json module - add __pairs metamethod support - simplify code m_http module - send function should create copy of request object to prevent side effects in async calls - fix lua functions call - fix memory leaks | |||
2018-06-03 | MirLua: reworked http module | aunsane | |
- removed Send method - added Request method to create request without sending - added async callbacks - version bump | |||
2018-05-28 | MirLua: removed global Load & Unload | aunsane | |
2018-05-22 | no more need in hLangpack variable *YAHOO* | George Hazan | |
2018-05-22 | m_genmenu.h unbound from hLangpack | George Hazan | |
2018-05-20 | options API unbound from hLangpack and switched to CMPlugin | George Hazan | |
2018-05-20 | MirLua: refactoring | aunsane | |
2018-05-20 | MirLua: project reordering | aunsane | |