summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap
AgeCommit message (Collapse)Author
2023-04-11DB::FILE_BLOB - file events' access unificationGeorge Hazan
2023-01-05compilation fixGeorge Hazan
2023-01-02Update copyrightsdartraiden
2022-12-29ancient perversion with DBCONTACTWRITESETTING removedGeorge Hazan
2022-12-17Mediawiki considers URLs with and without a trailing slash as different ↵dartraiden
pages, see https://phabricator.wikimedia.org/T14703
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-11-07update for system includes & import librariesGeorge Hazan
2021-06-05major code cleaning in regard to db_event_getBlobSize & event memory allocationGeorge Hazan
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-03-23fixes #2771 (Implement mdbx → sqlite converter)George Hazan
2021-01-18fixes #2698 (Add current db format (mdbx, sqlite) to version info report)George Hazan
2021-01-17Update copyrightsdartraiden
2021-01-08database options dialog also went into the coreGeorge Hazan
2021-01-08Password change dialog also became commonGeorge Hazan
2021-01-08encryption code unification, part 2: initialization & data storageGeorge Hazan
2021-01-08another bunch of duplicate code moved to the coreGeorge Hazan
2021-01-08duplicate code and variables removedGeorge Hazan
2021-01-07more common code moved to MDatabaseCommonGeorge Hazan
2020-06-15simpler way of applying server ids to messagesGeorge Hazan
2020-06-04all improper calls of OnClose replaced with OnDestroy / OnApplyGeorge Hazan
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2020-04-25DBEF_TEMPORARY - new flag to disable event notification about event additionGeorge Hazan
2020-04-25db_event_add / db_event_edit to receive const pointer to DBEVENTINFOGeorge Hazan
2020-01-20db_event_delete: unused parameter removedGeorge Hazan
2020-01-09if smth cannot be incuded, it shall be inlinedGeorge Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-09-26C++'17 compatibility mode enabledGeorge Hazan
2019-07-24massive warning fixGeorge Hazan
2019-05-29all icons with keys replaced with skin password icon SKINICON_OTHER_KEYSGeorge Hazan
2019-01-04Update copyrightsdartraiden
2018-12-18C++ exceptions are disabled in all cases where they just prevent warningsGeorge Hazan
2018-10-10code cleaningGeorge Hazan
2018-10-10stupid schema with event handles sharing via CreateEventHook eliminatedGeorge Hazan
2018-09-23db_event_edit - new stub for editing messagesGeorge Hazan
2018-09-19GetEventById & SetEventId - two new methods to operate with events by their ↵George Hazan
server ids
2018-09-05network log is not available on this stage, we have to use MessageBox ↵George Hazan
instead (related to #1326)
2018-08-29fixes #1555 (Import shouldn't import .bak second time in service mode)George Hazan
2018-07-11int hLangpack/m_hLang removed and replaced with HPLUGINGeorge Hazan
2018-07-11GUI 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-23database isn't profiledartraiden
2018-06-19we shall not clear events that we don't ownGeorge Hazan
2018-06-18fixes #1429 (Ability to silently upgrade database) using new ↵George Hazan
Database/SilentUpgrade=1 setting in mirandaboot.ini
2018-06-18new functions to access mirandaboot.ini from all plugins:George Hazan
Profile_GetSetting() - reads a string from mirandaboot.ini Profile_GetSettingInt() - reads an integer from mirandaboot.ini
2018-05-29common version resource extracted to the separate fileGeorge Hazan
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins