Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-13 | Variables: | George Hazan | |
- plugin's own hash implementation replaced with the core function; - unused header dbhelpers.h removed; - code cleaning | |||
2018-08-12 | MirLua: fix cast into m_database + correct error on type mismatch | aunsane | |
2018-08-12 | MirLua: added open into m_options | aunsane | |
2018-08-12 | MirLua: added openPage into m_options | aunsane | |
2018-08-12 | MirLua: script loading moved to OnModulesLoaded to fix various glitches | aunsane | |
2018-08-10 | Msg_Export: options dialog -> UI Classes | George Hazan | |
2018-08-10 | Import: support for date/time in human-readable format (yyyy-mm-dd hh:mm:ss) | George Hazan | |
{ "history": [ { "eventType":0, "time":"2014-12-31 12:12:12", "flags":"m", "body":"boooo" }, { "eventType":0, "timeStamp":98235, "flags":"r", "body":"moooo" } ] } | |||
2018-08-09 | Import: fix build | aunsane | |
2018-08-09 | fixes #1538 (MirOTR menu items are disaplyed for non-IM contacts) | George Hazan | |
2018-08-08 | Popup+: PopupOptions.UseWinColors isn't written to a profile | George Hazan | |
2018-08-08 | import from the json text file like | George Hazan | |
{ "history": [ { "eventType":0, "timeStamp":98234, "flags":"m", "body":"boooo" }, { "eventType":0, "timeStamp":98235, "flags":"r", "body":"moooo" } ] } | |||
2018-08-07 | crash fix | George Hazan | |
2018-08-07 | MDatabaseReadonly - base class for all read-only database drivers | George Hazan | |
2018-08-07 | some old unused shit optimized | George Hazan | |
2018-08-07 | UInfoEx: code cleaning | George Hazan | |
2018-08-07 | revert of fix for the h++ project | George Hazan | |
2018-08-07 | fixes #1536 (Steam and BuddyPounce menu items appear for all contacts) | George Hazan | |
2018-08-05 | fix for the old Delphi property format | George Hazan | |
2018-08-05 | ProxySwitch: improved description | dartraiden | |
2018-08-02 | MirLua: WaitOnHandle for m_core | aunsane | |
2018-08-02 | CurrencyRates: fix capitalization, spelling correction | dartraiden | |
2018-08-02 | CurrencyRates: this is not plugin name, but just words | dartraiden | |
2018-08-01 | fixes #1528 (MirFox: protocol names) | George Hazan | |
2018-07-31 | CurrencyRates: fix for a status icon | George Hazan | |
2018-07-31 | pu_stub: fix for delay loaded dll | George Hazan | |
2018-07-31 | exe loader extracted to the separate module, now it's possible to compile ↵ | George Hazan | |
all exe using shared runtime modules | |||
2018-07-31 | mirlua: crash fix | George Hazan | |
2018-07-29 | Clist_Modern: fix for crash on startup | George Hazan | |
2018-07-29 | MirLua: | aunsane | |
- added script table headers - added some logic functions to variables parser | |||
2018-07-29 | not needed anymore | George Hazan | |
2018-07-29 | fix for registering Lua scripts | George Hazan | |
2018-07-29 | MirLua: fix for crash on exit | George Hazan | |
2018-07-27 | fix for a typo | George Hazan | |
2018-07-27 | fix for occasional crash in StopSpam | George Hazan | |
2018-07-27 | Clist_Modern: | George Hazan | |
- fixes #1518 (clist_modern account panel filter logic); - code cleaning | |||
2018-07-27 | CurrencyRates: exe for charts | Kirill Volinsky | |
2018-07-27 | CurrencyRates: quotes replaced to currencyrates | Kirill Volinsky | |
2018-07-27 | TabSRMM: hotkeys correction | dartraiden | |
2018-07-26 | fixes #1527 (Remove obsolete g_hMainThread and QueueUSerAPC from plugins) | George Hazan | |
2018-07-25 | major code cleaning of all font-related structures | George Hazan | |
2018-07-25 | we don't translate options inside plugin | George Hazan | |
2018-07-25 | cosmetic fixes, typos | dartraiden | |
2018-07-25 | compilation fix | George Hazan | |
2018-07-25 | adaptation of build scripts for CurrencyRates | George Hazan | |
2018-07-25 | Quotes renamed to CurrencyRates | Kirill Volinsky | |
2018-07-24 | fixes #1520 (crash in GmailNotifier) | George Hazan | |
2018-07-24 | fixes #1521 (NewXstatusNotify crashes) | George Hazan | |
2018-07-24 | fixes #1522 (Obsolete ListeningTo helpers) | George Hazan | |
2018-07-24 | Quotes plugin redesign to use only exchange rates | Dioksin | |
2018-07-24 | database: | George Hazan | |
- senseless fiels ptszVal removed from DBVARIANT, pwszVal is used instead; - if you want db_get to return a string, you need to use db_get_s. |