summaryrefslogtreecommitdiff
path: root/plugins/MirLua
AgeCommit message (Collapse)Author
2024-03-04Forgotten fix for ↵dartraiden
https://github.com/miranda-ng/miranda-ng/commit/54a1360c3485733d554e56d312221f3ad1423226
2024-01-26major atavism, PROTORECVEVENT, died with its own set of constantsGeorge Hazan
2024-01-09code cleaningGeorge Hazan
2024-01-09more strict constructor of MHttpRequest to avoid quirksGeorge Hazan
2024-01-08Update copyrightsdartraiden
2024-01-05Netlib:George Hazan
- NETLIBHTTPHEADER & NETLIBHTTPREQUEST obsoleted; - NETLIBHTTPREQUEST divided into MHttpRequest & MHttpResponse; - MHttpHeaders now manager headers both for MHttpRequest & MHttpResponse;
2024-01-04NETLIBHTTPREQUEST::cbSize = old unused field removedGeorge Hazan
2023-12-20DBEVENTINFO::hContact to be returned inside an event, no need to call ↵George Hazan
db_event_getContact() just after db_event_get()
2023-11-21SRMM toolbar buttons that require input window to be visible are marked as ↵George Hazan
BBBF_NOREADONLY
2023-11-15CCtrlListView::addItem() doesn't add strings in the reverse order anymoreGeorge Hazan
2023-11-06fixes #3848 (MirLua: не переводится строка)George Hazan
2023-09-21MessageWindowEventData: useless structure removedGeorge Hazan
2023-09-21unused old field removedGeorge Hazan
2023-02-21compilation fixGeorge Hazan
2023-01-27Group chats: all old APIs with lookup by module+session removedGeorge Hazan
2023-01-25Group chats: ChatRoomID setting replaced with real protocol idGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-12-17Mediawiki considers URLs with and without a trailing slash as different ↵dartraiden
pages, see https://phabricator.wikimedia.org/T14703
2022-09-10no need to export Miranda's offal to the outside worldGeorge Hazan
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2022-07-16Contact_IsGroupChat - a helper to detect chat roomsGeorge Hazan
2022-04-06remove executable attribute from affected filesgeorgehazan
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-12-26PBYTE -> uint8_t*George Hazan
2021-06-05major code cleaning in regard to db_event_getBlobSize & event memory allocationGeorge Hazan
2021-05-20forgotten setlocale() callsGeorge Hazan
2021-04-03we don't pretend that we have more than one g_plugin ...George Hazan
2021-03-20code cleaningGeorge Hazan
2021-03-20MirLua: no need to enable Apply button on scripts reloadGeorge Hazan
2021-02-08more UI classes related code cleaningGeorge Hazan
2021-01-17Update copyrightsdartraiden
2020-10-16warning fixGeorge Hazan
2020-10-16MirLua:George Hazan
- fixes #2589 (MirLua doesn't work correctly in 64-bit Miranda); - code cleaning; - version bump
2020-07-09fix for MirLua projectGeorge Hazan
2020-06-15simpler way of applying server ids to messagesGeorge Hazan
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2020-01-20db_event_delete: unused parameter removedGeorge Hazan
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-11-06MirLua: since we use 64-bit integers, no need to push wparam/lparam as pointersGeorge Hazan
2019-11-06typo fixGeorge Hazan
2019-07-24massive warning fixGeorge Hazan
2019-07-12compilation fixGeorge Hazan
2019-07-12MirLua: interface for extra icons addedGeorge Hazan
2019-06-03Folders: old TCHAR helpers removedGeorge Hazan
2019-04-12wiping custom icolib functions: all another pluginsGeorge Hazan
2019-03-08life is too short to remember whether this structure is zeroed or notGeorge Hazan