summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2020-06-15simpler way of applying server ids to messagesGeorge Hazan
2020-06-15PROTO_INTERFACE::OnEventEdited - new virtual function to send edited ↵George Hazan
messages to server
2020-06-14Proto_GetInstance: handy helper to obtain PROTO_INTERFACE for a hContact / ↵George Hazan
szModule
2020-06-14fixes #2450 (Update libmdbx to 0.8.1)George Hazan
2020-06-08SQLite: pick up Miranda-specific commitsdartraiden
2020-06-08SQLite: update to 3.32.2dartraiden
2020-06-04SQLite: pick up Miranda-specific commitsdartraiden
2020-06-04SQLite: update to 3.32.1dartraiden
2020-05-29towards #2408: CSrmmBaseDialog::ProcessFileDrop - a helper with window ↵George Hazan
handle to process file dropping operations
2020-05-24libmdbx.dll returned back to keep compatibility with Windows XPGeorge Hazan
2020-05-22DatabaseGeorge Hazan
- libmdbx inlined not to change the code of utilities - libmdbx.mir removed from build scripts
2020-05-22libmdbx: no need in MDBX_CONFIG_MANUAL_TLS_CALLBACK crutch...George Hazan
2020-05-22also the same fix for icon projectsGeorge Hazan
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2020-05-14simple database event cycles moved to cursorsGeorge Hazan
2020-05-13kinda first working version of database event cursorsGeorge Hazan
2020-05-12fix for import librariesGeorge Hazan
2020-05-12event cursors for mdbx driverGeorge Hazan
2020-05-10mTextControl related code cleaningGeorge Hazan
2020-05-07fix for old PROTO_INTERFACE::FileResume interface errorGeorge Hazan
2020-05-04fixes #2381 (NewStory: add right-click menu for groupchats)George Hazan
2020-05-04NewStory:George Hazan
- mind blowing enum EventLoadMode removed and replaced with the simple bool flag; - massive memory leak removed; - wtext_del flag removed (now all strings are allocated via mir_alloc()); - displayed events now are marked as read if needed
2020-05-02libcurl: pick up Miranda-specific commitsdartraiden
2020-05-02libcurl: update to 7.70.0dartraiden
2020-05-01mtextcontrol: uncomment color bbcodeMataes
newstory: test bbcode color
2020-04-28fixes #2365 (NewStory: date/times are displayed according to the OS locale ↵George Hazan
settings)
2020-04-28database:George Hazan
- namespace DB declared for commonly used database classes; - stubs for database event cursors; - code cleaning
2020-04-26refreshment for import librariesGeorge Hazan
2020-04-26Chat api:George Hazan
- function Chat_GetDefaultEventDescr() added not to translate the same strings in 5 different places; - function CHAT_INTERFACE::CreateNick added to process nick name creation for group chats; - unused variable LOGINFO::dwFlags removed; - variable LOGINFO::bSimple added for events without possible formatting; - bunch of duplicate code remoed;
2020-04-25db_event_add / db_event_edit to receive const pointer to DBEVENTINFOGeorge Hazan
2020-04-25minor fix for configGeorge Hazan
2020-04-25libmdbx: merge with 0.7 final versionGeorge Hazan
2020-04-13fixes #2299 (NewStory: падение после попытки ↵George Hazan
вгрузить плагин "на лету" и посмотреть историю)
2020-04-13unused code removedGeorge Hazan
2020-04-06useless commands removedGeorge Hazan
2020-04-05Clist::OfflineModes made publicGeorge Hazan
2020-04-03mTextControl: code cleaningdartraiden
2020-04-03old mTextControl disabled in Plugin Updater & plugin loaderGeorge Hazan
2020-04-03mTextControl moved to /libsGeorge Hazan
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-03-30CProgress => CCtrlProgress: fix for a class nameGeorge Hazan
2020-03-29libcurl: pick up Miranda-specific commitsdartraiden
2020-03-29libcurl: update to 7.69.1dartraiden
2020-03-24and also libraries for libjsonGeorge Hazan
2020-03-24SINT64_PARAM support moved into libjsonGeorge Hazan
2020-03-22File transfers:George Hazan
- fixes #2274 (StdMsg & Scriver cannot send files to offline contacts even if their protocol allows that to do); - all copies of AddToFileList in all plugins removed; - ProcessFileDrop() function introduced to handle all file drop operations in all SRMM plugins & contact list
2020-03-20fixes #2268 (Update libmdbx to 0.7.0)George Hazan
2020-03-15db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / ↵George Hazan
getMStringW - missing szValue parameter added
2020-03-08fixes #2252 (Update tinyxml2 to 8.0.0)George Hazan
2020-03-07libcurl: pick up Miranda-specific commitsdartraiden