summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-12-22_vsnprintf_s replaced with _vsnprintf to prevent a crashGeorge Hazan
2014-12-22additional log dataGeorge Hazan
2014-12-21unused parameter removedGeorge Hazan
2014-12-21SSL context double shutdown preventionGeorge Hazan
2014-12-21minor fixGeorge Hazan
2014-12-21static version of the kernel ssl driverGeorge Hazan
2014-12-21code cleaningGeorge Hazan
2014-12-21- MS_PROTO_ISPROTOCOLLOADED now switched back to protocols instead of accounts;George Hazan
2014-12-21fix for plugins' comparisonGeorge Hazan
2014-12-19old tooltip management code removedGeorge Hazan
2014-12-18dumb windows motherfuckersGeorge Hazan
2014-12-18switсh from runtime functions to Windows ones, to compare strings regardless...George Hazan
2014-12-16-Fixed memory leakTobias Weimer
2014-12-16damned magicGeorge Hazan
2014-12-16type conversion warnings fixedGeorge Hazan
2014-12-16warning fixGeorge Hazan
2014-12-16bye-bye all mess with buffers George Hazan
2014-12-16Fixed minor leaksTobias Weimer
2014-12-14SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...)Rozhuk Ivan
2014-12-14GetWindowText(GetDlgItem(...)) -> GetDlgItemText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...., WM_SETTEXT...) -> SetDlgItemText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-13SendMessage(GetDlgItem -> SendDlgItemMessage 2Rozhuk Ivan
2014-12-13SendMessage(GetDlgItem -> SendDlgItemMessageRozhuk Ivan
2014-12-13memmove -> memcpy in some cases, review reqRozhuk Ivan
2014-12-13MoveMemory -> memmoveRozhuk Ivan
2014-12-13Minor warnings fixedTobias Weimer
2014-12-13CopyMemory -> memcpyRozhuk Ivan
2014-12-13arg fixes for MS_UTILS_OPENURL serviceRozhuk Ivan
2014-12-13multiple buf size fixesRozhuk Ivan
2014-12-12- fix for drawing status bar icons;George Hazan
2014-12-11chat manager to simply return a CHAT_INTERFACE* to non-SRMM pluginsGeorge Hazan
2014-12-11chat's component COLORCHOOSER standardized in the coreGeorge Hazan
2014-12-09- unused code removed from clist modern;George Hazan
2014-12-09minor code cleaningGeorge Hazan
2014-12-09code cleanup over mir_sntprintf + small bug fixRozhuk Ivan
2014-12-08code cleanup around mir_snprintfRozhuk Ivan
2014-12-08- common cycles removed;George Hazan
2014-12-07funny, but chats worked due to an error in the chats' managerGeorge Hazan
2014-12-06duplicated pieces of code removed from ScriverGeorge Hazan
2014-12-05useless function removedGeorge Hazan
2014-12-04Db_autobackups: multiple changesRozhuk Ivan
2014-12-04- bin2hex() instead of manual loops;George Hazan
2014-12-02less warningsGeorge Hazan
2014-12-02useless calls of mir_*strlen in DrawText replaced with -1George Hazan
2014-12-02more transparent implementation of AppendToBufferGeorge Hazan
2014-12-02fix for tab locations in Scriver & StdChatGeorge Hazan
2014-12-02mir_snprintf(..., "%s", ...) -> strncpy_s(...)Rozhuk Ivan
2014-12-02mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)Rozhuk Ivan
2014-12-01code cleaningGeorge Hazan