summaryrefslogtreecommitdiff
path: root/plugins/Variables/src
AgeCommit message (Collapse)Author
2024-06-27Replace ICQ by MRAdartraiden
2024-05-13DbEvent_GetTextA: unused function removedGeorge Hazan
2024-05-07TimeZone_ToStringT - obsolete macro removedGeorge Hazan
2024-01-24PS_GETNAME: another old atavism removedGeorge Hazan
2024-01-08Update copyrightsdartraiden
2023-12-25DbEvent_GetTextW: useless second parameter removedGeorge Hazan
2023-04-10code cleaningGeorge Hazan
2023-02-21these iterator variables became uselessGeorge 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-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2022-07-16Contact_IsGroupChat - a helper to detect chat roomsGeorge Hazan
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-12-04no need to patch pcre eitherGeorge Hazan
2021-06-05major code cleaning in regard to db_event_getBlobSize & event memory allocationGeorge Hazan
2021-04-22Variables: if the service being called doesn't exist, passing ↵George Hazan
CALLSERVICE_NOTFOUND to mir_free() causes heavy memory corruption
2021-03-2821 years after Win2k release we don't need win2k.h - everything we need is ↵George Hazan
included into minimum Windows SDK 7.1
2021-01-17Update copyrightsdartraiden
2020-09-04Update contact.cppTriskele69
fixed getContactFromString() function to work with both ?contact and ?ccount
2020-09-03fixes #2561 (contact() and ccount() functions do not work as intended ↵George Hazan
(Variables plugin))
2020-07-23fixes #2493 (Проблема с Юникодом в диалоге ↵George Hazan
добавления контакта)
2020-04-13Use "example.com" per RFC 2606dartraiden
2020-04-07MSN: moved to deprecated, banned, removed support from plugins, etcdartraiden
2020-03-30Contact lists:George Hazan
- all common options moved to the Clist namespace; - fixes #2281 (Add option to not clear "NotOnList" group at start);
2020-01-30LIST::remove + LIST::indexOf() combination removed with LIST::removeItemGeorge Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-07-24massive warning fixGeorge Hazan
2019-06-27manual access to CList/Group restrictedGeorge Hazan
2019-05-27as well as calls of GetVersionEx should be removedGeorge Hazan
2019-03-26ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removedGeorge Hazan
2019-03-12fixes for format specifiersGeorge Hazan
2019-03-11warning fixGeorge Hazan
2019-03-11code cleaning for old shitty helperGeorge Hazan
2019-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
2019-01-20fixes #1776 (any traces of URL* related constants removed)George Hazan
2019-01-18code cleaningGeorge Hazan
- ACKTYPE_URL removed; - PF1_URL removed; - IEED_EVENT_URL removed; - another URL-related code cleaning
2019-01-04Update copyrightsdartraiden
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-08-13Variables:George Hazan
- plugin's own hash implementation replaced with the core function; - unused header dbhelpers.h removed; - code cleaning
2018-07-24database: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-20we don't need two name sets for the same array of functionsGeorge Hazan
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-07-09massive Variables-related code cleaning (removed TCHAR, manually created ↵George Hazan
unions replaced with MAllString etc)
2018-05-28all plugins => CMPlugin virtual functionsGeorge Hazan