summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ/src/icq_proto.cpp
AgeCommit message (Expand)Author
2015-05-23replace strcat to mir_strcatKirill Volinsky
2015-05-23ICQ:George Hazan
2015-05-22replace strcpy to mir_strcpyKirill Volinsky
2015-05-22more replacementsTobias Weimer
2015-05-21war against atavisms continuesGeorge Hazan
2015-04-29unified project for ICQ protocolGeorge Hazan
2015-04-14some minor problems in ICQGeorge Hazan
2015-04-07- MRA clients detection for ICQ;George Hazan
2015-03-22- PROTO_INTERFACE got the default implementation;George Hazan
2015-03-07- old ugly borkred mutexes removed from ICQ, cause all threads work as expect...George 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
2014-12-18unneeded assignment removedGeorge Hazan
2014-12-18warning fixesGeorge Hazan
2014-12-14ICQ: warning level 4George Hazan
2014-12-05warning fixesGeorge Hazan
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
2014-11-30all buffer lengths are of size_t nowGeorge Hazan
2014-11-28Massive code cleanup and fixes for a lot of warnings reported in #837Tobias Weimer
2014-07-15CIcqProto::SetNickName must be declared as PS_SETMYNICKNAMEGeorge Hazan
2014-07-15useless junk removedGeorge Hazan
2014-07-14- debug prints uncommented to log packet codes etc.George Hazan
2014-07-13- fix for 64-bit incompatibility;George Hazan
2014-07-13code cleaningGeorge Hazan
2014-07-12wipe out of the old ugly disconnection codeGeorge Hazan
2014-07-09unused parameter removedGeorge Hazan
2014-07-02fix for losing ICQ connection after searching by emailGeorge Hazan
2014-03-16non-server delivery acks usage stopped in ICQGeorge Hazan
2014-02-18- introducing ME_DB_EVENT_MARKED_READ - an event being called upon the call o...George Hazan
2014-02-16PS_CHANGEINFO is never called, and therefore exterminatedGeorge Hazan
2014-02-16old helpers FindFirstContact/FindNextContact removedGeorge Hazan
2014-02-12another bunch of useless conversions diedGeorge Hazan
2014-02-10HCONTACT is not needed anymoreGeorge Hazan
2014-02-10more HCONTACTGeorge Hazan
2014-02-10- HANDLE hContact => HCONTACTGeorge Hazan
2014-01-20ICQ: Miranda identifies itself as v.11, allowing pure utf8 packets exchangeGeorge Hazan
2014-01-02added destructor LIST::~LIST, that calls destroy() automatically.George Hazan
2013-12-21spelling correction (patch from RMN)Dart Raiden
2013-10-11- m_hNetlibUser moved to PROTO_INTERFACE;George Hazan
2013-10-08separate Folders handles removed from protocolsGeorge Hazan
2013-09-25PROTO<>::SendAwayMsg / PSS_AWAYMSG considered unused George Hazan
2013-08-14mir_*printf patch for protocolsGeorge Hazan
2013-07-28- fix for name conflict in proto helpers;George Hazan
2013-07-10protocol DB helpers for ICQGeorge Hazan
2013-07-09applied protocol helpersGeorge Hazan
2013-07-08core protocol helpers for creating protocol evengs, services & threadsGeorge Hazan
2013-06-28we don't wait for the ICQ status change anymore on exitGeorge Hazan
2013-06-23new helper applied instead of MS_DB_SETSETTINGRESIDENTGeorge Hazan
2013-06-16ProtoBroadcastAck for ICQTobias Weimer