-*- coding: utf-8 -*- 2008-02-25 Rüdiger Kuhlmann * do not call SnacCliAddcontact() ever until we have something better; closes #32 * consider error presences as offline, but also clear client version in that case * allow extended staus also for online - it doesn't seem to be in the standard, but everyone seems to use it * handle XEP22/85 better * 0.6.2 2008-02-22 Rüdiger Kuhlmann * update doc for historyd command by komar * stop referring to CVS version and refer to SVN instead, closes: #36 * add client id for Psi. Thanks LeSpocky. Closes #35 * apply fix to hopefully make it compile with newest and not only newer libgloox; thanks LeSpocky. Closes #34 2008-02-20 Rüdiger Kuhlmann * also set CO_WANTSBL for all contact groups for auto-update * fix compiler warnings * ignore server added and server deleted packets for now * two more client ids * update type of queue elements for debug display * properly ignore complete known XML subtrees * show extended status texts * keep uploading for auto-update until there has been no local contact at least once * ru/uk translation update from komar 2008-02-18 Rüdiger Kuhlmann * missing -I option for C++ source (i.e. Jabber code) * add last seen and online since time to s command * shorten names of known clients * i18n auto-update * Replace old #: by #_#: for english text * update i18n (numbers) 2008-02-11 Rüdiger Kuhlmann * get rid of those annoying false positives in contact diff by rewriting stuff completely * auto-update to set obeysql flag for all ICQv8 connections * add extra \xfe to make auth req work again 2008-01-27 Rüdiger Kuhlmann * Apply historyd fix and * patch; Closes: #28; Closes: #29 * Only sbl entries of type normal cause a contact to be marked as 'on server', otherwise if only the visible/invisible/ignore entry is already uploaded, the contact itself would never be considered for upload * change hidefrom/intimate flag always also in sbl * fix data dir if binreloc is on; thanks komar 2007-11-24 Rüdiger Kuhlmann * Apply file transfer patch. At least it compiles. Closes #21 * releases are done from tags dir * ignore xml:lang attribute * show cvs date during build 2007-10-30 Rüdiger Kuhlmann * make sure negative connection numbers are never found * change to more generally supported syntax * this fix for undefined UT_NAMESIZE might be more clever 2007-10-20 Rüdiger Kuhlmann * free opt as soon it is not needed anymore * add more w32 ANSI terminal links * fix compilation under w32 * allow climm to compile with libgloox >= 0.9; Closes #20 * add README about TCL usage by jmacloue * try to avoid sending roster packets before login is finished * XMPP: setInitialPririty() also belongs in the #else * and another misapplied change... * fix wrong type in argument * another missing free 2007-10-14 Rüdiger Kuhlmann * 0.6.1 2007-10-12 Rüdiger Kuhlmann * cleanup im_request.c also closing mem leaks * fix mem leak and even wrong code when receiving certain advanced messages * free connection's screen name * if parsing a list of contacts, allow to also consider all other connections * use for msg command only for now * convert 'more' info update to 'new' tlv based request; Closes: #16 * fix some more references to cvs into svn * ignore some more XMMP cruft sent by GoogleTalk * fix man page cross references * fix encoding for SMS * update last update time for two other updates as well 2007-10-10 Rüdiger Kuhlmann * ICQ8 auto messages: + move mime parsing into new function for #8 (get ICQ8 auto messages) + use UNICODE-2-0 for UCS-2BE as ICQ seems to use that * fix mICQ/climm client version 2007-10-06 Rüdiger Kuhlmann * reset prompt when a status change is ack'ed by the ICQ server; Closes: #4 * Don't request chat group change before we haven't send CliReady. Closes #7 * get idle times also from other terminals if possible; Closes #6 * remove some more autogenerated file from SVN * fix several mem leaks found by komar * first shot for getting away etc messages from ICQ8 * get .i18n files in line for SVN and (semi-)auto update 2007-10-03 Rüdiger Kuhlmann * rename Connection->open to c_open to avoid name clash with newer libc versions that define open as macro * Set umask to 077 at startup. Fixes #5 * fix possible memory corruption * Fixing login (#7), part I: force reqlists after reqbos is granted * icqprx: be less noisy and allow to send all client stuff to server at once * modify login structure. Closes #7 * leftover renames mICQ->climm CVS->SVN 2007-09-07 Rüdiger Kuhlmann * rename to climm - cli-based multi-messenger * 0.6