summaryrefslogtreecommitdiff
path: root/src/modules/metacontacts
AgeCommit message (Expand)Author
2015-05-31- PROTOCOLDESCRIPTOR_V3_SIZE to identify an ANSI plugin;George Hazan
2015-05-23mir_tstrncpy <> _tcsncpyGeorge Hazan
2015-05-23replace strncpy to mir_strncpyKirill Volinsky
2015-05-22metacontact options -> CDlgBaseGeorge Hazan
2015-05-22replace _tcscmp to mir_tstrcmpKirill Volinsky
2015-05-22replace strcmp to mir_strcmpKirill Volinsky
2015-05-22replace _tcslen to mir_tstrlenKirill Volinsky
2015-05-22replace strlen to mir_strlenKirill Volinsky
2015-05-21war against atavisms continuesGeorge Hazan
2015-05-11minus CreateThreadKirill Volinsky
2015-04-23fix for the metacontact's editorGeorge Hazan
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...George Hazan
2015-04-11dead code removedGeorge Hazan
2015-04-11unsafe string operations replaced with safe wherever possibleGeorge Hazan
2015-02-28Core:Tobias Weimer
2015-02-09Seems like LPGENT is enough :)Tobias Weimer
2015-02-09Metacontacts:Tobias Weimer
2014-12-14SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-13SendMessage(GetDlgItem -> SendDlgItemMessageRozhuk Ivan
2014-12-08code cleanup around mir_snprintfRozhuk Ivan
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
2014-11-30new sorting functions appliedGeorge Hazan
2014-11-30Multiple fixes buff size for GetText and SetText.Rozhuk Ivan
2014-11-28Massive code cleanup and fixes for a lot of warnings reported in #837Tobias Weimer
2014-10-12this variable should also be deletedGeorge Hazan
2014-10-12if last sub gets deleted, we need to remove a metaGeorge Hazan
2014-08-03unused code cleanedGeorge Hazan
2014-08-02fix for converting a contact into a metaGeorge Hazan
2014-08-02fix for the case when the default sub is offline, and SRMM looks for the most...George Hazan
2014-07-24mc menu items to be disabled for groupchatsGeorge Hazan
2014-07-22no, unique settings are not always strings... (ICQ suxx & must die)George Hazan
2014-07-21translation fixVadim Dashevskiy
2014-07-16in _tcsncpy_s / _tcsncat_s / strncpy_s / strncat_s the second parameter to be...George Hazan
2014-07-13fixes #736 (Converting a contact into metacontact sometimes renames it)George Hazan
2014-07-10typing notify handler in MetaContacts considered uselessGeorge Hazan
2014-07-01fix for Subcontacts menu items sort orderGeorge Hazan
2014-06-29sub status calculation untied from SRMMGeorge Hazan
2014-06-28fixes #630 p.2 (user must have a choice to display either Nick or DisplayName...George Hazan
2014-06-26fix for not setting the current sub from menuGeorge Hazan
2014-06-25MetaContact -> metacontact; decapitalizationDart Raiden
2014-06-24typoDart Raiden
2014-06-24useless metacontact sub's priorities wiped outGeorge Hazan
2014-06-23code cleaning George Hazan
2014-06-23more correct way of catching incoming messagesGeorge Hazan
2014-06-23srmm icon to follow the received messagesGeorge Hazan
2014-06-22fix for setting sub's status & nickGeorge Hazan
2014-06-22fix for changing sub's iconGeorge Hazan
2014-06-22message sending fixGeorge Hazan