summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-23fix for importing metasGeorge Hazan
2018-03-23Import plugin adapted for Proto_CreateAccountGeorge Hazan
2018-03-23forgotten service MS_PROTO_CREATEACCOUNT replaced with Proto_CreateAccount() ↵George Hazan
call
2018-03-22end of dbx_mmap plugin: any attempt to open such a database not in read-only ↵George Hazan
mode causes automatic import into mdbx format
2018-03-22mir_app: massive fix for account processing in service modeGeorge Hazan
2018-03-22IOPT_COMPLETE - new constant to group import flagsGeorge Hazan
2018-03-22Import - adaptation for batch import processingGeorge Hazan
2018-03-22fix for import old-style accounts visibility settingsGeorge Hazan
2018-03-22IcqCorp: outgoing file transfers go with wrong utf-8 filenamesGeorge Hazan
2018-03-22code cleaningGeorge Hazan
2018-03-22SetServiceModePlugin - core functionality exported from mir_appGeorge Hazan
2018-03-22MirLua: various fixesaunsane
- CMLua now inherit PLUGIN - additional lua fuctions initialization moved to separated loader - ability to realod script without object recreation - scropt object should control own enable state - fix m_json whit is not workes almost at all - version bump
2018-03-21compilation fixGeorge Hazan
2018-03-21Import: the wizard dialog to use initialization structure instead of PostMessageGeorge Hazan
2018-03-21DATABASELINK::Unload method replaced with the virtual destructor of ↵George Hazan
MDatabaseCommon
2018-03-21VKontakte: longer timeouts - less api errorsElzorFox
2018-03-21MurLua: various fixesaunsane
- fixed script reloading - fixed string interpolation - hook and service refs moved to Enviroment - removed RegisterProtocol from m_protocols - code cleanup - version bump
2018-03-19MirLua:aunsane
- new functions toansi & toucs2 - warning fixes
2018-03-17FTPFile: more correct versionMataes
2018-03-17more warning fixesGeorge Hazan
2018-03-17FTPFile: replace mir_strcpy and mir_wstrcpyMataes
2018-03-17warning fixGeorge Hazan
2018-03-16class renaming, part IIGeorge Hazan
2018-03-16entities' names to be started with capital lettersGeorge Hazan
2018-03-16always hated these long expressions: contact_iter makes them much shorterGeorge Hazan
2018-03-16fix for writing "Chat/FilterEnabled" BYTE=1 into the databaseGeorge Hazan
2018-03-16Jabber:George Hazan
- useless parameter in CJabberProto::OnAddContactForever removed; - when we receive subscription = remove we just change it to SUB_NONE instead of removing contact from LIST_ROSTER; - code cleaning
2018-03-16chat api:George Hazan
- useless locks removed, because SM_FindSession already does locking; - lock added to SM_FindSessionByIndex because it's really needed
2018-03-16unused code removedGeorge Hazan
2018-03-16warning fixGeorge Hazan
2018-03-16warning fixGeorge Hazan
2018-03-16LIST<>::indexOf(T**) - fast index calculation for direct iteratorsGeorge Hazan
2018-03-15FavContacts: use strncpy_s and wcsncpy_s instead of mir_wstrcpy and mir_strcpyMataes
2018-03-15more intelligent solution for #1186 (Hide DbChecker from VersionInfo)George Hazan
2018-03-15LIST<> iterators:George Hazan
- new method LIST::removeItem added to save a pointer to removed record; - code cleaning related to the fact that LIST::remove() shall be the last operation inside an iterator, because otherwise the reference to it will point to a record next to deleted one; - a few remaining cycles converted to iterators
2018-03-15unused parameter removedGeorge Hazan
2018-03-15last item shall be nullified anyway, even if we're removing last elementGeorge Hazan
2018-03-15warning fixesGeorge Hazan
2018-03-15MUCH more effective way of removing records from iteratorsGeorge Hazan
2018-03-15code cleaningGeorge Hazan
2018-03-15warning fixGeorge Hazan
2018-03-15TabSRMM: fixed rss protocol nameKirill Volinsky
2018-03-15fix for ranged loop boundsGeorge Hazan
2018-03-15NewsAggregator: added symbol to replaceKirill Volinsky
2018-03-14reverse iterators for LIST<>George Hazan
2018-03-14fix for clist events sorting order, manual sorting disabledGeorge Hazan
2018-03-14Sessions: no need to hide subcontact's windowGeorge Hazan
2018-03-14minor code cleaningGeorge Hazan
2018-03-14code cleaningGeorge Hazan
2018-03-13compilation fixGeorge Hazan