summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ
AgeCommit message (Expand)Author
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...George Hazan
2015-04-14some minor problems in ICQGeorge Hazan
2015-04-07oopsGeorge Hazan
2015-04-07added detection of ICQ mobile clientsGeorge Hazan
2015-04-07debug print addedGeorge Hazan
2015-04-07- MRA clients detection for ICQ;George Hazan
2015-03-22- PROTO_INTERFACE got the default implementation;George Hazan
2015-03-12more code cleaningGeorge Hazan
2015-03-12another hand-made list destroyedGeorge Hazan
2015-03-11forgotten cycle incrementGeorge Hazan
2015-03-08crash fixGeorge Hazan
2015-03-07- old ugly borkred mutexes removed from ICQ, cause all threads work as expect...George Hazan
2015-03-06more correct form of cycleGeorge Hazan
2015-03-06fix for a rare crash in icq, when avatar's reading gets stuckGeorge Hazan
2015-01-30Miranda HTTP user agent unification (not to have problems with sites)George Hazan
2015-01-16MEVENT - the strict type for events, they are not HANDLE anymoreGeorge Hazan
2015-01-12ICQ: fix for the default values in user info structureGeorge Hazan
2014-12-31Year 2015 version updateGeorge Hazan
2014-12-18unneeded assignment removedGeorge Hazan
2014-12-18warning fixesGeorge Hazan
2014-12-14ICQ: warning level 4George Hazan
2014-12-14warning fixesGeorge Hazan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-13SendMessage(GetDlgItem -> SendDlgItemMessageRozhuk Ivan
2014-12-13MoveMemory -> memmoveRozhuk Ivan
2014-12-13Minor warnings fixedTobias Weimer
2014-12-13arg fixes for MS_UTILS_OPENURL serviceRozhuk Ivan
2014-12-09code cleanup over mir_sntprintf + small bug fixRozhuk Ivan
2014-12-08code cleanup around mir_snprintfRozhuk Ivan
2014-12-05warning fixesGeorge Hazan
2014-12-02mir_snprintf(..., "%s", ...) -> strncpy_s(...)Rozhuk Ivan
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
2014-12-01fix buf size for mir_sntprintf()Rozhuk Ivan
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
2014-11-30new sorting functions appliedGeorge Hazan
2014-11-30lstr* replacementsGeorge Hazan
2014-11-30Fix buf size for Get/Set text, open/save file nameRozhuk Ivan
2014-11-30and a few moreGeorge Hazan
2014-11-30all buffer lengths are of size_t nowGeorge Hazan
2014-11-30warning fixGeorge Hazan
2014-11-30code cleanup, x64 fixRozhuk Ivan
2014-11-28Massive code cleanup and fixes for a lot of warnings reported in #837Tobias Weimer
2014-11-25jabber code clean upRozhuk Ivan
2014-09-16useless service MS_CLIST_REMOVECONTACTMENUITEM deletedGeorge Hazan
2014-08-05'xStatus' correctionDart Raiden
2014-07-26stupid duplicated code of embedded clists removedGeorge Hazan
2014-07-18some resource leaks fixedGeorge Hazan
2014-07-16in _tcsncpy_s / _tcsncat_s / strncpy_s / strncat_s the second parameter to be...George Hazan
2014-07-16fix for keep-alive in ICQGeorge Hazan
2014-07-16oopsVadim Dashevskiy