summaryrefslogtreecommitdiff
path: root/src/mir_core
AgeCommit message (Expand)Author
2014-03-20db_mc_enable, db_mc_isEnabled - new functions to detect whether MC are usedGeorge Hazan
2014-03-16minor optimizationGeorge Hazan
2014-03-12db_event_next/db_event_prev: first parameter hContact added George Hazan
2014-03-10mir_closeLog - function to close a loggerGeorge Hazan
2014-03-09end of the old MC APIGeorge Hazan
2014-03-09db_get_contact - fast access to the cached contactsGeorge Hazan
2014-02-28farewell MSVS 2012Vadim Dashevskiy
2014-02-27clist_modern: metacontacts are always enabledGeorge Hazan
2014-02-27MS_MC_GETMETACONTACT => db_mc_getMetaGeorge Hazan
2014-02-27db_mc_isMeta / db_mc_isSub - first functions of the new cache-based MC layerGeorge Hazan
2014-02-10these conversions aren't needed anymoreGeorge Hazan
2014-02-10HCONTACT is not needed anymoreGeorge Hazan
2014-02-10- HANDLE hContact => HCONTACTGeorge Hazan
2014-02-08low-level database access functions rewritten to MCONTACT instead of HANDLE h...George Hazan
2014-02-03- new helpers for reading db strings into static buffers;George Hazan
2014-02-01missing checks addedGeorge Hazan
2014-01-31debug print added for the threads being forcibly killedGeorge Hazan
2014-01-24fix to allow translations with the leading [George Hazan
2014-01-24this explicit destroy() is needed for the dynamic langpack reloadGeorge Hazan
2014-01-02added destructor LIST::~LIST, that calls destroy() automatically.George Hazan
2014-01-01copyright update for year 2014George Hazan
2013-11-19preparing to the transparent cyphering: end of MS_DB_CRYPT_ENCODESTRING/MS_DB...George Hazan
2013-11-09added projects and solutions for vc2013Kirill Volinsky
2013-10-11dynamic memory allocation on buffer overrun.George Hazan
2013-10-11stupid _s function causes buffer overflow instead of cutting string outGeorge Hazan
2013-10-11- m_hNetlibUser moved to PROTO_INTERFACE;George Hazan
2013-10-10faster log flushingGeorge Hazan
2013-10-08separate Folders handles removed from protocolsGeorge Hazan
2013-10-07- JSONROOT added to handle json parser more conveniently;George Hazan
2013-10-01base64 decoder that skips \r & \nGeorge Hazan
2013-09-27system_cpp.h added into mir_core projectGeorge Hazan
2013-09-25- custom screen saver detection code removedGeorge Hazan
2013-09-25IsFullScreen(), IsWorkstationLocked(), IsScreenSaverRunning() moved to the coreGeorge Hazan
2013-09-22missing fileGeorge Hazan
2013-09-22pre-XP headers cleanedGeorge Hazan
2013-09-21git-svn-id: http://svn.miranda-ng.org/main/trunk@6160 1316c22d-e87f-b044-9b9b...Kirill Volinsky
2013-09-21removed IsWinVerXPPlusKirill Volinsky
2013-09-17no need to send WM_DESTROY to a window being unsubclassedGeorge Hazan
2013-08-25MString removed from Jabber & IRCGeorge Hazan
2013-08-25MString moved to the coreGeorge Hazan
2013-08-19core *printf patchGeorge Hazan
2013-08-16mir_md5_byte_t => BYTE;George Hazan
2013-08-15mir_sha1_byte_t => BYTE;George Hazan
2013-08-15bin2hex/bin2hexW = eliminates many places with printf("%02x")George Hazan
2013-08-13- rtrim returned back into langpack reader;George Hazan
2013-08-12netlib moved to the core loggerGeorge Hazan
2013-08-12simple core loggerGeorge Hazan
2013-08-11ProtoGetAvatarFormat, ProtoGetAvatarFileFormat, ProtoGetBufferFormat, ProtoGe...George Hazan
2013-08-06compilation fix for Win32 configGeorge Hazan
2013-08-06- special function json_as_pstring, that returns std::string directly from js...George Hazan