summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_util.cpp
AgeCommit message (Expand)Author
2017-04-02jabber: omemo: working on 4.3Gluzskiy Alexandr
2017-02-28jabber: fix caps ui bug introduced in early omemo implementation stageGluzskiy Alexandr
2017-02-03mime type standardizationGeorge Hazan
2017-01-24if the idle time is set, include it into a presence (XEP-0256 support)George Hazan
2017-01-14separate handle types for HNETLIBCONN & HNETLIBBINDGeorge Hazan
2017-01-13a bit less netlib servicesGeorge Hazan
2017-01-12Netlib_FreeHttpRequest() instead of MS_NETLIB_FREEHTTPREQUESTSTRUCTGeorge Hazan
2017-01-01bump copyright yeardartraiden
2016-10-19we don't publish version in caps if version requests are not allowedGeorge Hazan
2016-07-29no more TCHARsGeorge Hazan
2016-07-27less TCHARsGeorge Hazan
2016-07-26less TCHARs:George Hazan
2016-07-25hello, Unix.George Hazan
2016-06-22- fix a bug with roster push processing in Jabber;George Hazan
2016-06-11MRA: change avatars load threads count default value from 4 to 1Rozhuk Ivan
2016-06-10that was a bad idea... default nick must be gotten from a bare jid, not from ...George Hazan
2016-05-24- fixes bug #1250 (Mess with timestamps in JABBER archive (XEP-0136));George Hazan
2016-04-22preventing troubles with nick = NULLGeorge Hazan
2016-04-21- fix for a chat room processing in roster;George Hazan
2016-04-19fix for processing jids from groupchatsGeorge Hazan
2016-04-13sorted lists are used now in Jabber instead of linear database lookupGeorge Hazan
2016-04-12jabber: shit wiping beganGeorge Hazan
2016-03-04end of perversion with short ints (fixes #1204)George Hazan
2016-01-02Copyrights update part 2Dart Raiden
2015-09-01- strdel()/strdelw() moved to the core;George Hazan
2015-06-20xml api became a set of functionsGeorge Hazan
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-06-15MS_SKIN_LOADICON & MS_SKIN_LOADPROTOICON replaced with direct function callsGeorge Hazan
2015-06-04new mir_sntprintf templates without SIZEOFGeorge Hazan
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
2015-06-01various quirks with PROTO_AVATAR_INFORMATION declarationsGeorge Hazan
2015-06-01another bunch of dead crutches: non-unicode avatar servicesGeorge 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-04-29unified project for Jabber protocolGeorge Hazan
2015-03-28more code cleaning George Hazan
2015-03-28- unused code removed;George Hazan
2015-03-24UI Utils classes & templates moved to the core, thus allowing any plugin to u...George Hazan
2015-02-28Jabber:Tobias Weimer
2014-12-31Year 2015 version updateGeorge Hazan
2014-12-14Jabber: warning level 4George Hazan
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
2014-11-30new sorting functions appliedGeorge Hazan
2014-11-30lstr* replacementsGeorge Hazan
2014-10-04Jabber:George Hazan
2014-09-23crazy address expression replaced with the single call of mir_tstrndup()George Hazan
2014-09-22correct last _tcsncpy_s parameter's valueGeorge Hazan
2014-09-22_tcsncpy -> _tcsncpy_s; strncpy -> strncpy_sGeorge Hazan