Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-23 | fix for importing metas | George Hazan | |
2018-03-23 | Import plugin adapted for Proto_CreateAccount | George Hazan | |
2018-03-23 | forgotten service MS_PROTO_CREATEACCOUNT replaced with Proto_CreateAccount() ↵ | George Hazan | |
call | |||
2018-03-22 | end 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-22 | mir_app: massive fix for account processing in service mode | George Hazan | |
2018-03-22 | IOPT_COMPLETE - new constant to group import flags | George Hazan | |
2018-03-22 | Import - adaptation for batch import processing | George Hazan | |
2018-03-22 | fix for import old-style accounts visibility settings | George Hazan | |
2018-03-22 | IcqCorp: outgoing file transfers go with wrong utf-8 filenames | George Hazan | |
2018-03-22 | code cleaning | George Hazan | |
2018-03-22 | SetServiceModePlugin - core functionality exported from mir_app | George Hazan | |
2018-03-22 | MirLua: various fixes | aunsane | |
- 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-21 | compilation fix | George Hazan | |
2018-03-21 | Import: the wizard dialog to use initialization structure instead of PostMessage | George Hazan | |
2018-03-21 | DATABASELINK::Unload method replaced with the virtual destructor of ↵ | George Hazan | |
MDatabaseCommon | |||
2018-03-21 | VKontakte: longer timeouts - less api errors | ElzorFox | |
2018-03-21 | MurLua: various fixes | aunsane | |
- fixed script reloading - fixed string interpolation - hook and service refs moved to Enviroment - removed RegisterProtocol from m_protocols - code cleanup - version bump | |||
2018-03-19 | MirLua: | aunsane | |
- new functions toansi & toucs2 - warning fixes | |||
2018-03-17 | FTPFile: more correct version | Mataes | |
2018-03-17 | more warning fixes | George Hazan | |
2018-03-17 | FTPFile: replace mir_strcpy and mir_wstrcpy | Mataes | |
2018-03-17 | warning fix | George Hazan | |
2018-03-16 | class renaming, part II | George Hazan | |
2018-03-16 | entities' names to be started with capital letters | George Hazan | |
2018-03-16 | always hated these long expressions: contact_iter makes them much shorter | George Hazan | |
2018-03-16 | fix for writing "Chat/FilterEnabled" BYTE=1 into the database | George Hazan | |
2018-03-16 | Jabber: | 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-16 | chat api: | George Hazan | |
- useless locks removed, because SM_FindSession already does locking; - lock added to SM_FindSessionByIndex because it's really needed | |||
2018-03-16 | unused code removed | George Hazan | |
2018-03-16 | warning fix | George Hazan | |
2018-03-16 | warning fix | George Hazan | |
2018-03-16 | LIST<>::indexOf(T**) - fast index calculation for direct iterators | George Hazan | |
2018-03-15 | FavContacts: use strncpy_s and wcsncpy_s instead of mir_wstrcpy and mir_strcpy | Mataes | |
2018-03-15 | more intelligent solution for #1186 (Hide DbChecker from VersionInfo) | George Hazan | |
2018-03-15 | LIST<> 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-15 | unused parameter removed | George Hazan | |
2018-03-15 | last item shall be nullified anyway, even if we're removing last element | George Hazan | |
2018-03-15 | warning fixes | George Hazan | |
2018-03-15 | MUCH more effective way of removing records from iterators | George Hazan | |
2018-03-15 | code cleaning | George Hazan | |
2018-03-15 | warning fix | George Hazan | |
2018-03-15 | TabSRMM: fixed rss protocol name | Kirill Volinsky | |
2018-03-15 | fix for ranged loop bounds | George Hazan | |
2018-03-15 | NewsAggregator: added symbol to replace | Kirill Volinsky | |
2018-03-14 | reverse iterators for LIST<> | George Hazan | |
2018-03-14 | fix for clist events sorting order, manual sorting disabled | George Hazan | |
2018-03-14 | Sessions: no need to hide subcontact's window | George Hazan | |
2018-03-14 | minor code cleaning | George Hazan | |
2018-03-14 | code cleaning | George Hazan | |
2018-03-13 | compilation fix | George Hazan | |