Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-24 | typo and warning fixes | aunsane | |
2018-03-24 | crash fix for mdbx under XP (p.3 of #1199) | George Hazan | |
2018-03-24 | fix links | dartraiden | |
2018-03-23 | MB_YESNOCANCEL => MB_YESNO | George Hazan | |
2018-03-23 | account activation separated from account creation | George Hazan | |
2018-03-23 | fix for loading menus | George Hazan | |
2018-03-23 | fixes #1194 (Import: no main menu item until manual plugin off->on) | George Hazan | |
2018-03-23 | fixes #1195 (Import from mdbx is broken) | George Hazan | |
2018-03-23 | fix for importing group chat contacts | George Hazan | |
2018-03-23 | related to #1197: clicking Yes shall redirect a user to plugin's download page | George Hazan | |
2018-03-23 | Import: fix for groups order saving during import | George Hazan | |
2018-03-23 | fix for importing metas | George Hazan | |
2018-03-23 | Import plugin adapted for Proto_CreateAccount | George Hazan | |
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 | Import - adaptation for batch import processing | George Hazan | |
2018-03-22 | fix for import old-style accounts visibility settings | 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 | 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-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 | unused code removed | 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 | warning fixes | George Hazan | |
2018-03-15 | MUCH more effective way of removing records from iterators | George Hazan | |
2018-03-15 | TabSRMM: fixed rss protocol name | Kirill Volinsky | |
2018-03-15 | NewsAggregator: added symbol to replace | Kirill Volinsky | |
2018-03-14 | reverse iterators for LIST<> | George Hazan | |
2018-03-14 | Sessions: no need to hide subcontact's window | George Hazan | |
2018-03-14 | code cleaning | George Hazan | |
2018-03-13 | compilation fix | George Hazan | |
2018-03-13 | additional fix for #1143 (message with non-latin chars is stored as garbage ↵ | George Hazan | |
being sent from the command line) | |||
2018-03-13 | chat engine: | George Hazan | |
- fixes #1174 (Group chat icons became "blank exe" icons if role cound exceeds 10); - unused chat api members removed; | |||
2018-03-13 | MagneticWindows: resource cosmetic | dartraiden | |
2018-03-13 | correct description | dartraiden | |
2018-03-13 | remove AUTHOREMAIL field | dartraiden | |
2018-03-13 | fixes #1179 (Resurrect MagneticWindows plugin) | George Hazan | |