connwrap - initialize gnutls session in cw_connect
[centerim.git] / ChangeLog
blob5de06be10aa8af9dda1444bbbe0e4b321c6852a6
1 2009-12-13  Boris Petersen  <transacid@gmail.com>
3         New taging model.
4         To be up to date with gnulib's git-version-gen.
5         WARNING: This breaks compatibility with non v* tags.
6         For us that means everything before 4.22.9 won't work
7         anymore.
9 2009-12-12  Remko van der Vossen  <wich@yuugen.jp>
11         quick patch to use MSNP8 instead of MSNP9
13 2009-12-10  Stéphane Bisinger  <stephane.bisinger@gmail.com>
15         Merge branch 'mob' of git+ssh://repo.or.cz/srv/git/centerim into mob
17 2009-12-06  Boris Petersen  <transacid@gmail.com>
19         adjustment to german translation
21 2009-11-19  Boris Petersen  <transacid@gmail.com>
23         Updated German translation
25 2009-11-10  Stéphane Bisinger  <stephane.bisinger@gmail.com>
27         Added -lgnutls when linking with GNUTLS
28         When linking with the --no-add-needed option, the linker complains of
29         undefined references because no -lgnutls is directly specified to the
30         linker itself. This commit adds -lgnutls to the libraries when using
31         GNUTLS
33 2009-10-26  Petr Písař  <petr.pisar@atlas.cz>
35         Fix typo in Czech translation (4.22.8)
36         Oops, I used bad old source and thus I omitted changes in commit
37         66e06036a07e20e22604a43d38ab607b703116d0.
39         Czech translation updated for 4.22.8
41 2009-09-28  Johannes Ott aka Oetzi  <centerim@informatiker2k3.de>
43         icqface.cc: Added Typing noticed to opened chat titles
45 2009-09-26  Roger  <roger@jikos.cz>
47         Fix #94: don't disconnect() in impgp, check for errors in jabberhook
49         GPGME: add missing initialization
51 2009-09-25  Roger  <roger@lv.(none)>
53         Bug #8: Log dropped auth to log file
55         Fix #31: better checks for rss items repetition (based on patch by Spiro)
57 2009-09-24  Roger  <roger@lv.(none)>
59         ICQ: use protocol Online time Fix Online time
61         Don't reset Online time on status change
63 2009-09-22  Roger  <roger@lv.(none)>
65         ICQ: offline people don't type
67 2009-09-19  Roger  <roger@lv.(none)>
69         Fix build (bad diff)
71 2009-09-18  Roger  <roger@lv.(none)>
73         ICQ: display typing notifications
75 2009-09-09  Roger  <roger@lv.(none)>
77         ICQ display idle times
79 2009-09-03  Frank Altpeter  <frank@altpeter.de>
81         Fix fribidi to build on freebsd
83 2009-08-30  Kumar Appaiah  <a.kumar@alumni.iitm.ac.in>
85         Detect gnutls using AC_CHECK_LIB for gnutls >= 2.7.x
86         Since gnutls 2.7.x, gnutls does not ship the libgnutls-config and
87         libgnutls-extra-config scripts. Since the current autoconf method
88         AM_PATH_LIBGNUTLS_EXTRA uses these scripts to detect the presence of
89         gnutls, the centerim build fails with gnutls >= 2.7.x. This patch,
90         instead, uses AM_CHECK_LIB to check for the presence of the
91         gnutls_global_init_extra function, thereby ensuring that the gnutls
92         detection works for 2.7.x, and across all earlier supported versions.
94 2009-08-27  Roger  <roger@jikos.cz>
96         Better handling of unknown IQ stanzas (more XMPP compliant). Fixes <ping/>s
98 2009-08-18  Boris Petersen  <transacid@gmail.com>
100         Revert "Patch to detect gnutls properly."
101         This reverts commit 519c100e53acfa78271932f090c58d9d990cc037.
102         Sorry for blindly commiting without testing. It doesn't work.
103         Maybe it work's for Debian.
105 2009-08-18  Kumar Appaiah  <akumar@debian.org>
107         Patch to detect gnutls properly.
108         Patch from Debian by Kumar Appaiah <akumar@debian.org>
110 2009-08-09  Boris Petersen  <transacid@gmail.com>
112         Updated ChangeLog for 4.22.8 release
114 2009-08-08  Boris Petersen  <transacid@gmail.com>
116         update po-files for release
118 2009-08-08  Sven Wegener  <swegener@gentoo.org>
120         This fixes CVE-2008-4776
121         Patch from gentoo by Sven Wegener
123 2009-07-11  Robin Kreis  <r.kreis@uni-bremen.de>
125         Cleanup (functionality should remain unchanged)
126         Only gives warnings about unused parameters now, even when used with
127         -Wall -Wextra -pedantic.  Mostly, initializer lists were reordered,
128         default: were added and tabs were converted to spaces.
130 2009-07-07  Roger  <roger@jikos.cz>
132         Yahoo fix
134 2009-06-27  Roger  <roger@jikos.cz>
136         Doc says long, so long it is.
138         Fix yahoo initialization
140         Option to disable yahoo CA certificate validation
142         Yahoo: encode login parameters
144         Improve yahoo login verbosity
146 2009-06-24  Roger  <roger@jikos.cz>
148         fix to be able to compile on osx by eyda|mon
150         Bug #117 - don't allocate memory in signal handler
152         Add missing yahoo cleanups
154 2009-06-23  Roger  <roger@jikos.cz>
156         Fix yahoo authentication
158 2009-06-19  Hakan Kvist  <hagar@df.lth.se>
160         Small update (uses S_IRWXG instead of S_IRGRP|S_IWGRP|S_IXGRP etc).
161         Changed indentation so it is consitent with what atleast one other person indents code like.
163         Updated comments a little bit.
165 2009-06-18  Hakan Kvist  <hagar@df.lth.se>
167         Merge commit 'origin/mob'
169         Make sure that the ~/.centerim directory got the right umask when created
170         When the ~/.centerim (or ~/.centericq) directory allready exists,
171         the permissions of the directory will be checked.
172         If necessary, the directory itself and the files placed directly below will
173         have their permissions set to sane values.
175 2009-06-14  Roger  <roger@lv.(none)>
177         Disable previous commit
179         Make Invisible less visible
181 2009-06-07  Roger  <roger@jikos.cz>
183         Fix incorrect online time calculation
185 2009-05-27  Frank Altpeter  <frank@altpeter.de>
187         Updated ChangeLog manually (based on "git log")
189 2009-05-27  Mehturt  <mehturt@gmail.com>
191         Quicksearching withing the contact list searches starting anywhere in the name.
193 2009-05-26  Mehturt  <mehturt@gmail.com>
195         Added functionality to report idle time by X, based on libXss.  Fixes bug http://bugzilla.centerim.org/show_bug.cgi?id=7.
197 2009-05-02  Boris Petersen  <transacid@gmail.com>
199         Merge branch 'mob' of git+ssh://transacid@repo.or.cz/srv/git/centerim into mob
201         Exchanged play with aplay.
202         This should fix some problems with play not being installed. aplay comes with alsa
203         so it should be on every system.
205 2009-04-29  Lubomir Rintel  <lkundrak@v3.sk>
207         Fix libgadu and libicq NSS cryptography support
208         Fixes needed to get it compile with Fedora's nss_ossl_compat
209         library.
211 2009-04-26  Stéphane Bisinger  <stephane.bisinger@gmail.com>
213         Fixed bug #137: Compilation fails under OpenBSD
214         Moved the #include "libxode.h" to the top of jabber.h since in that
215         header there is and include to "config.h" which defines all the macros
216         detected by the configure script
218 2009-04-21  Roger  <roger@jikos.cz>
220         Fix bug #118 - move cursor when it should
222 2009-04-11  friedmag  <friedmagb@gmail.com>
224         Merge branch 'newlines' into mob
226         Fixes #110
227         Added conversion for &#13; &#10; to appropriate ASCII
229 2009-03-24  Roger  <roger@lv.(none)>
231         Don't duplicate nicks in jabber conferencies and sort them. Patch by Andrei Vereha
233 2009-03-07  Roger  <roger@jikos.cz>
235         Don't log unnecessary jabber errors
237 2009-02-25  Stéphane Bisinger  <stephane.bisinger@gmail.com>
239         Fix for nagios issue (corrected)
241         Fixed nagios issue
243 2009-02-23  Roger  <roger@jikos.cz>
245         AIM contact names are space-insensitive
247         Disable captcha on IRC
249 2009-02-23  Petr Písař  <petr.pisar@atlas.cz>
251         Fix typo in Czech translation
253 2009-02-22  Petr Písař  <petr.pisar@atlas.cz>
255         Czech translation for 4.22.7
257 2009-02-22  Roger  <roger@jikos.cz>
259         AIM contact names are case-insensitive
261         Add missing ids for IQ stanzas (bug #119)
263 2009-02-22  Boris Petersen  <transacid@gmail.com>
265         Updated Changelog for 4.22.7
267 2009-02-20  Roger  <roger@skrin.(none)>
269         Fix AIM logon.
271 2009-02-16  Roger  <roger@lv.(none)>
273         Fix ICQ protocol change, patch by Alexandr Zeinalov
275 2009-01-26  Boris Petersen  <transacid@gmail.com>
277         Updated po files
279         Updated german translation
281 2009-01-19  Frank Altpeter  <frank@altpeter.de>
283         Same thing - change run path from /usr/bin/perl to /usr/bin/env perl to comply to operating systems which don't have perl in /usr/bin (like FreeBSD)
285         Changed #! path to comply to common rules of having no hardcoded path to python Required for example for being run on FreeBSD (which has python in /usr/local/bin instead of /usr/bin)
287 2009-01-18  Jan Stancek  <jan@stancek.eu>
289         Added possibility to turn on PGP for ICQ If turned on, it encrypts all outgoing messages with gpgme by adding PGP BEGIN/END headers around all encrypted data. Received messages are then scanned PGP BEGIN/END and message is extracted if possible. Messages, which can not be decrypted, e.g. messsages, which don't fit the format or for which decrypt fails are dispalyed as they are.
291 2009-01-17  Jan Stancek  <jan@stancek.eu>
293         fix for: output modified by imexternal not saved to history imeventmanager::store() creates a copy of imevent, which is later processed by imexternal, where it can be modified. But when it comes to saving this event to history original version is saved. It is assumed, that user wants to see and log the actual text he sent, even if text is modified by external script.
295 2009-01-12  Petr Písař  <petr.pisar@atlas.cz>
297         Czech translation update for 4.22.6.
299 2009-01-10  David Riebenbauer  <davrieb@liegesta.at>
301         can't say if we're building shared libs
302         we don't use libtool anymore so we can't say if we're building shared
303         and/or static libs
305 2009-01-09  Roger  <roger@lv.(none)>
307         Deal with OpenSSL redistribution problem. Lubomir Rintel <lkundrak@v3.sk>
309 2009-01-05  Roger  <roger@jikos.cz>
311         Fix incorrect snprintf() use
312         See http://lists.debian.org/debian-devel/2008/12/msg01079.html
314 2008-12-03  Libor Capak  <capak@inputwish.com>
316         rss Atom support
318 2008-10-31  Max Soares  <mxsoares@gmail.com>
320         This commit fix the bug reported in Bugzilla as "Bug 105  cursor jumps when typing multiline messages". The problem happen when the texteditor try to merge 2 lines 'cause some caracter are excluded in first line. The merge is: move the first word from second line to end of first line.
322 2008-10-31  Pavol Rusnak  <stick@gk2.sk>
324         fix method return value (caused error - function returns random data)
326 2008-10-26  Boris Petersen  <transacid@gmail.com>
328         Updated Changelog
330 2008-09-22  Pavol Rusnak  <stick@gk2.sk>
332         fix buffer overflow in kkstrtext.cc
334 2008-09-21  Boris Petersen  <transacid@gmail.com>
336         Revert "Fixed version-gen bug with old git version which don't support update-index option"
337         This reverts commit 283697d5a77225ae49546dd9c176652d2d062076.
339 2008-09-20  Glazunov Vadim  <neweagle@gmail.com>
341         Fixed version-gen bug with old git version which don't support update-index option
343         Adding some code to set external status in jabber protocol, now easy to add external statuses in other protocol, such as icq(?). To set jabber external status, select primary status an go to jabber accounts options and set external status
345 2008-09-17  Stéphane Bisinger  <stephane.bisinger@gmail.com>
347         Included some checks for LargeFile support
348         Added those checks according to the GPGME info page
350 2008-09-10  Glazunov Vadim  <neweagle@gmail.com>
352         first fix broke linux compilation, now will be ok
354         Fixes to compile on FreeBSD 7 and others
356 2008-09-08  Boris Petersen  <transacid@gmail.com>
358         include web addres to FAQ
360         Updated TODO to give a hint for CIM5
362         Some changes to the README
364 2008-09-04  Boris Petersen  <transacid@gmail.com>
366         This shold fix an issue with -dirty builds with git 1.6.0
368 2008-09-03  me  <me@imp-y-celyn.home.domain>
370         Fixed otr. Didn't compile.
372 2008-09-03  Glazunov Vadim  <neweagle@gmail.com>
374         Fixed small bug with jabber nick names in higher register
376 2008-08-22  Matthias Nieuwenhuisen  <git@nieuwenhuisen.de>
378         fixed some compile errors (conf is a pointer and setDefaultAuthMessage should be used instead of setchatpanelgeight)
380 2008-08-22  Matthias Richter  <matthias.richter@stud.uni-karlsruhe.de>
382         Lets you set the default authorization request message
384 2008-08-20  Matthias Nieuwenhuisen  <git@nieuwenhuisen.de>
386         another small code style correction
388         corrected code style
390         fixed a small indentation bug introduced by the former commit
392         mark messages for which receipts were sent and corrected indentation of marked messages in chat window
394 2008-08-18  Boris Petersen  <transacid@gmail.com>
396         More clear eplanation when away msg can't be fetched
398 2008-08-12  Glazunov Vadim  <neweagle@gmail.com>
400         This must help on system which have ncursesw/curses.h instead of ncursesw/cursesw.h
402 2008-08-12  Matthias Nieuwenhuisen  <git@nieuwenhuisen.de>
404         including both, curses.h and cursesw.h doesn't work, because of same ifdefs. Hope this doesn't break anything on other systems
406 2008-08-12  Glazunov Vadim  <neweagle@gmail.com>
408         Fixes to  ncursesw
410 2008-08-11  Boris Petersen  <transacid@gmail.com>
412         Fixed small typo in configure.ac
414 2008-08-11  Glazunov Vadim  <neweagle@gmail.com>
416         Added some ifdefs to compile without widechar support(on systems which don't have ncursesw)
418         Addings to previous commit
420 2008-08-10  Glazunov Vadim  <neweagle@gmail.com>
422         Fixed bug #20 and #72 - Broken russian(and other multibyte?) languages when linking with ncursesw. Really fucking problem, please check if I don't broke other locales
424 2008-08-05  Matthias Nieuwenhuisen  <git@nieuwenhuisen.de>
426         Added marker for acknowledged messages to the history window
428         Don't mark incoming messages as acknowledged, if the id is the same as an acknowldedged outgoing message
430 2008-08-04  Glazunov Vadim  <neweagle@gmail.com>
432         Fixed funny bug with asterisks in input filename field, shown only on first start after editing password field, thnx to Boris
434 2008-08-04  Matthias Nieuwenhuisen  <git@nieuwenhuisen.de>
436         Added some translations for DE and added NL translation for message receipts config option
438 2008-08-03  Matthias Nieuwenhuisen  <git@nieuwenhuisen.de>
440         Do a service discovery if a contact comes online and request only for message receipts, if the contacts client supports XEP-0184.
442 2008-08-03  Glazunov Vadim  <neweagle@gmail.com>
444         Added minor configure checks to jabber protocol. Added option to show/hide information about OS
446         Fixed read away message with non-latin characters
448         Jabber file-sending support(xep-0066).Port range for outgoing connection got from Communications options or auto
450 2008-08-01  Matthias Nieuwenhuisen  <git@nieuwenhuisen.de>
452         Added the ability to request receipts, a + char is shown, if a message is acknowledged.
454 2008-07-29  J.R. Mauro  <jrm8005@gmail.com>
456         Merge branch 'mob' of git+ssh://mob@repo.or.cz/srv/git/centerim into mob
458 2008-07-26  Boris Petersen  <transacid@gmail.com>
460         Reapplied patches by Sven Wegener. Please pull before commiting, thanks.
462 2008-07-25  J.R. Mauro  <jrm8005@gmail.com>
464         icqconf is now a Singleton; 'conf' is now a pointer and members must now be accessed with ->
466 2008-07-22  Glazunov Vadim  <neweagle@gmail.com>
468         Basic jabber file-transfer implementation(only recieving files, file sending will be in next commit). Partially xep-0066, xep-0065 (socks5 bytestreams and http), now no proxy support.
470 2008-07-22  Sven Wegener  <sven.wegener@stealer.net>
472         Fix indentation in configure.ac libotr check
474         Fix configure.ac libotr error
475         This fixes the following error:
477         checking for otrl_init in -lotr... yes
478         checking libotr/context.h usability... yes
479         checking libotr/context.h presence... yes
480         checking for libotr/context.h... yes
481         ./configure: line 15006: libotr/userstate.h: No such file or directory
483 2008-07-21  Matthias Nieuwenhuisen  <git@nieuwenhuisen.de>
485         Added basic support for sending Jabber message receipts (XEP-0184) and service discovery (XEP-0030).
487 2008-07-21  Glazunov Vadim  <neweagle@gmail.com>
489         Jabber avatar get/set patch
491 2008-07-20  Glazunov Vadim  <neweagle@gmail.com>
493         Gtalk got vcard fix. Get jabber version fix. Added send centerim version in jabber. Some addings for latest patches
495 2008-07-05  Lubomir Rintel  <lkundrak@v3.sk>
497         Allow using el5 gettext. Successfully tested.
499         Actually replace the sound files
501         Replaced the sound files of unknown origin with ones that are certainly free.
503 2008-07-03  Boris Petersen  <transacid@gmail.com>
505         Fixed small typo in configure.ac
507 2008-06-30  Boris Petersen  <transacid@gmail.com>
509         Forgot to add CenterIMLog2HTML.py to bin_SCRIPTS in Makefile.am now it gets installed
511 2008-06-18  Boris Petersen  <transacid@gmail.com>
513         Added script by Luar Roji <cyberplant@roji.net> to the misc folder. This script converts CenterIM history files to html
515 2008-06-10  Stéphane Bisinger  <stephane.bisinger@gmail.com>
517         Removed binary which should not be included
519 2008-05-28  Stéphane Bisinger  <stephane.bisinger@gmail.com>
521         Added a test directory to make some tests
523 2008-05-08  David Riebenbauer  <davrieb@liegesta.at>
525         Revert "fix a small compiler warning in libicq200"
526         This reverts commit 9b3cd99b2083e1af6312868d9983681230c7e0d5.
528         Revert "replace obsolte macros in configure.ac"
529         This reverts commit 1a596632e5b3cf54eef1b607f880d785c6930513.
531         I thought that AC_USE_SYSTEM_EXTENSIONS would be a
532         cleaner approach here, but it broke the build with
533         some versions of autotools. So I'm reverting that.
535 2008-05-07  David Riebenbauer  <davrieb@liegesta.at>
537         add a replacement setenv to icqcommon.cc
538         That should only have to be used on systems that
539         don't provide a setenv implementation themselves.
540         irix for example.
542         use statvfs on IRIX too
544         guard the inclusion of stdint.h
546         reduce checks for functions to strictly needed
547         most of the checks actually came in shortly after
548         taking over from centericq. I think by doing
549         something like autoupdate or such.
551         Problem is that AC_FUNC_NALLOC and AC_FUNC_REALLOC
552         cause problems on IRIX if we don't actually act on
553         the test results.
555         fix a small compiler warning in libicq200
556         basically it complained 'cause we were comparing
557         between unsigned shor and unsigned int, which was
558         quite easy to fix
560         add -Wno-write-string to AM_CXXFLAGS
561         this does away with the various
562           depreceated conversion from string constant to char*
563         warnings in various places. See gcc(1) if you want details.
565         replace obsolte macros in configure.ac
566         replace the obsolete AC_ISC_POSIX and
567         AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS
569         don't check for more programs then we actually use
571         Checking for iconv once is enough
573 2008-05-06  Stéphane Bisinger  <stephane.bisinger@gmail.com>
575         Moved sha.h from SOURCES to HEADERS
577 2008-05-05  David Riebenbauer  <davrieb@liegesta.at>
579         small fixes in Makefile.am
580         Replace ':=' assignments with '='. This also fixes a warning by
581         automake/autoconf..
583         Quote variables in the git-version comparison.
585         use config.h a bit more
586         Include config.h in kkstrtext/conf.h and
587         kkconsui/include/conf.h. These two subdirectories
588         previously had the configure results passed as
589         compiler arguments in previous versions.
591         But now taht all configure.ac's and configure.in's
592         are merged into one we explicitely have to include
593         config.h in some places.
595 2008-04-29  Boris Petersen  <transacid@gmail.com>
597         added sha.h to libyahoo2/Makefile.am otherwise it won't get included in the tarball.
599 2008-04-26  David Riebenbauer  <davrieb@liegesta.at>
601         fix build failure in connwrap.c, when building with openssl
602         with_ssl is only set if ssl gets explcitely disabled or when there is no
603         openssl, so we check for "not no", instead of checking for "yes"
605 2008-04-25  David Riebenbauer  <davrieb@liegesta.at>
607         eliminate libyahoo2/configure.ac
609         eliminate libmsn/configure.ac
611         eliminate libjabber/configure.ac
613         eliminate libicq2000/configure.ac
615         eliminate libgadu/configure.ac
617         eliminate kksystr/configure.ac
619         eliminate kkstrtext/configure.ac
621         eliminate kkconsui/configure.ac
623         eliminate firetalk/configure.ac
625 2008-04-25  David Riebenbauer  <davrieb@htu.tugraz.at>
627         integrate connwrap magic into $top_srcdir
628         move connwrap's configure into main configure.ac and Makefile.am
630 2008-04-25  David Riebenbauer  <davrieb@liegesta.at>
632         don't overwrite $CXXFLAGS with $CFLAGS in configure.ac
634 2008-04-24  Roger  <roger@jikos.cz>
636         Merge branch 'mob' of git+ssh://mob@repo.or.cz/srv/git/centerim into mob
638         Bug #98 - Disable message conversion from/to HTML
640 2008-04-24  Stéphane Bisinger  <stephane.bisinger@gmail.com>
642         Merge branch 'mob' of git+ssh://repo.or.cz/srv/git/centerim into mob
644 2008-04-24  Stephane Bisinger  <stephane.bisinger@gmail.com>
646         Fixed ICONV detection; see bug #81
648         Updated line numbers in po files
650 2008-04-20  Boris Petersen  <transacid@gmail.com>
652         Removing spec and motor files properly
654 2008-04-17  Boris Petersen  <transacid@gmail.com>
656         Revert "got rid of *.spec and *.motor files, which dun relly belong to the actual source"
657         This reverts commit ceec34a496196954b68e878cc051c83460284c11.
659 2008-04-17  Roger  <roger@jikos.cz>
661         Bug #91 - Restore history position on return to event-list
663         Bug #89 - Fix IRC/NickServ password handling
665         Bug #66 - Fix regression from newer firetalk lib
667 2008-04-15  Boris Petersen  <transacid@gmail.com>
669         Changed warning display condition for libotr. Now only a warning is given if you build --with-libotr, sine it's not supported yet
671 2008-04-15  David Riebenbauer  <davrieb@htu.tugraz.at>
673         Merge branch 'mob' of git+ssh://mob@repo.or.cz/srv/git/centerim into mob
675 2008-04-15  Boris Petersen  <transacid@gmail.com>
677         Merge branch 'mob' of git+ssh://transacid@repo.or.cz/srv/git/centerim into mob
679 2008-04-15  David Riebenbauer  <davrieb@htu.tugraz.at>
681         correct the node number for the vi keys setting
683 2008-04-15  Boris Petersen  <transacid@gmail.com>
685         got rid of *.spec and *.motor files, which dun relly belong to the actual source
687 2008-04-14  Roger  <roger@jikos.cz>
689         More support for old GCC, now in irchook
691         Improve GCC 2.95 support in libyahoo2
693 2008-04-12  David Riebenbauer  <davrieb@htu.tugraz.at>
695         only use order-only targets if we have a GNU make that supports it
696         Adds a test to configure.ac that checks if make supports order-only targets.
697         Change the "|" in src/Makefile.am to $(ORDER_ONLY which is empty if they're not
698         supported.
700         This should fix the problem that centerim would only compile with GNU make 3.80
701         and higher.
703         Merge branch 'mob' of git://repo.or.cz/centerim into mob
705 2008-04-12  Jayjay  <jayjay@twek.nl>
707         Corrected typo in menu: offile to offline. Also corrected this typo in the language files.
709 2008-04-08  Boris Petersen  <transacid@gmail.com>
711         Updated Changelog
713 2008-04-07  Roger  <roger@jikos.cz>
715         Bug #93 - Don't call unimplemented buddyicon callbacks (thanks Derek)
717         Bug #88 - Correctly end loop (thx Anibal and Lenny)
719 2008-04-04  Mehturt  <mehturt@gmail.com>
721         I've implemented (sort of) vi keybindings for moving up/down in contact list and some other windows using 'j' and 'k' keys. The patch also contains configuration. Tested on Ubuntu 7.10 with ncurses 5.6.
723 2008-04-03  Roger  <roger@jikos.cz>
725         Bug #88 - Check if user is created before setting attributes
727 2008-03-31  Roger  <roger@jikos.cz>
729         Yahoo (val)grinding
731 2008-03-31  Johannes Ott aka Oetzi  <centerim@informatiker2k3.de>
733         German translation for new config option
735         moved new option to the right topic User Interface
737         Added config-option for the enhancement Charlie did this day: showing opened chats. Shortened *Auth*-Tag to "!A"
739         Merge branch 'mob' of git+ssh://mob@repo.or.cz/srv/git/centerim into mob
741 2008-03-31  Charlie  <root@localhost.(none)>
743         Added feature to display all opened chats.
745 2008-03-31  Johannes Ott aka Oetzi  <centerim@informatiker2k3.de>
747         Added a tag *Auth* to the usernames at contact-list which are on status Awaiting Authorization.
748         Issues: Showing flag for all users, while connecting to server until list
749         is syncronized with server (2-4 seconds)
751 2008-03-30  Sven Wegener  <sven.wegener@stealer.net>
753         Use browser from config file
754         When loading the config file use the value from the file instead of setting our
755         current value again.
757 2008-03-29  Boris Petersen  <transacid@gmail.com>
759         Updated Changelog
761 2008-03-27  Roger  <roger@jikos.cz>
763         Bug #85 - Split multiline messages before processing
765         YIM - Support authorization
767 2008-03-26  Roger  <roger@jikos.cz>
769         Bug #78 - YIM, contact-list managing, new list parsing
771         YIM: Comment out another unimplemented callback
773 2008-03-24  Roger  <roger@jikos.cz>
775         YIM: Accept v15 status messages
777 2008-03-23  Roger  <roger@jikos.cz>
779         Bug #78 - Change YIM protocol version
781 2008-03-20  Roger  <roger@jikos.cz>
783         Bug #83 - Better and tested fix
785         Bug #83 - Single-quote passed URL and encode single-quotes in it
787 2008-03-19  Roger  <roger@jikos.cz>
789         Bug #82 - NetBSD #ifdefs, patch by Ed Ravin
791 2008-03-17  Petr Písař  <petr.pisar@atlas.cz>
793         Czech translation: Public keys in OTR configuration fix
795 2008-03-17  Pavel Krush  <pavel.krush@gmail.com>
797         add new color to the colorschemer for unread messages
799 2008-03-14  Sascha Vogt  <FunkyFish@gmx.net>
801         Commented out callback of non-implemented method to prevent a segfault while logging into Yahoo!
803 2008-03-13  Roger  <roger@jikos.cz>
805         Backport yahoo login from libpurple.
807         Merge changes from libyahoo2 SVN trunk.
809 2008-03-13  Petr Písař  <petr.pisar@atlas.cz>
811         Czech translation synced with POT
813         POT update
815         Usage help message typo and i18n fix
817         Czech translation update
819         Content-Type charset= header fix (real charset and header mismatched)
821 2008-03-11  Boris Petersen  <transacid@gmail.com>
823         Added zh_CN to po files in configure.ac
825         Updated Changelog
827         Sorry, forgot pl. and some moving
829         Changed po files to utf-8
831 2008-03-02  Petr Písař  <petr.pisar@atlas.cz>
833         Czech translation spelling correction
835         Czech translation update (spelling corrections)
837 2008-02-29  Roger  <roger@jikos.cz>
839         Bug #74: Move cursor back when merging piece of line to previous one.
841 2008-02-13  Stephane Bisinger  <stephane.bisinger@gmail.com>
843         Re-added v2 constant
845         Re-added v5 constant
847         Merge commit 'origin/mob' into mob
848         Conflicts:
850                 libicq2000/src/Client.cpp
851                 libicq2000/src/SNAC-GEN.cpp
853 2008-01-28  Andy Stanford  <andy@andystanford.me.uk>
855         Further fixes as with preceeding patches. ref bug# 67
857         Amendment to previous edit.
859         Edit to RSS Parse to prevent infinite looping when parsing <br> tags.
861 2008-01-27  Boris Petersen  <transacid@gmail.com>
863         moved the old Changelog, which only contained log from the old centericq to ChangeLog.old and added our own new ChangeLog generated from git log.
865         Fix for Fribidi from gentoo see http://bugs.gentoo.org/show_bug.cgi?id=200900
867 2008-01-24  Roger  <roger@jikos.cz>
869         ICQ: Send authorization replies via SSI.
871         ICQ: Update sent capabilities (SSI).
873         ICQ: Parse additional SNAC TLVs (version)
875 2008-01-23  Roger  <roger@jikos.cz>
877         ICQ: Update login packet sequence.
879 2008-01-22  Roger  <roger@jikos.cz>
881         ICQ: Rebuild master group when adding/removing group.
883         ICQ: Show authorization awaiting info about contacts.
885         Preliminary support for ICQ contacts state reporting.
887         Respect tag IDs of non-contact SBL entries.
889 2008-01-21  Roger  <roger@jikos.cz>
891         Improve ICQ SBL/SSI handling (user removal, disconnection etc.).
893 2008-01-19  Roger  <roger@jikos.cz>
895         Bug #70 - Improve Jabber presence handling for multiple resources with and one contact.
897         Implement contacts and groups removal for ICQ SSI.
899 2008-01-18  Roger  <roger@jikos.cz>
901         Port fix for bug #51 to new SSI infrastructure.
903 2008-01-17  Roger  <roger@jikos.cz>
905         Fix disconnecting with ICQ caused by my previous patch.
907 2008-01-15  Jayjay  <jayjay@twek.nl>
909         Corrected bugzilla.org typo in configure. Reverted part of patch of Apr2007. - in configure.ac, I made a typo of bugzilla.centerim.org, corrected that - I was mistaken by thinking this is incorrect: 'if (c = ....)' But C allows this and the code needed it. Now user details are fetched correctly again.
911 2008-01-14  Roger  <roger@jikos.cz>
913         First part of SSI/SBL support for libicq2000. Implements adding of users and groups.
915 2008-01-11  Roger  <roger@jikos.cz>
917         Bug #67 - don't loop in ruscase() infinitely.
919 2008-01-09  Roger  <roger@jikos.cz>
921         Bug #51 - Use groups from previous packets when importing contacts from server.
923 2008-01-04  Jayjay  <jayjay@twek.nl>
925         Rolled back wrong renames to lists.sourceforge.net.
927         Changed sourceforge bug-reporting project to our new bugzilla site.
929 2008-01-02  Stephane Bisinger  <stephane.bisinger@gmail.com>
931         Merge commit 'origin/mob' into mob
933 2008-01-01  Roger  <roger@jikos.cz>
935         Parse incoming auth. messages sent via SBL/SSI.
937 2008-01-01  Stephane Bisinger  <stephane.bisinger@gmail.com>
939         Use family 0x0013 (Server Stored Information) to add users to list
941 2007-12-31  Stephane Bisinger  <stephane.bisinger@gmail.com>
943         Added request types to rate classes
945         Added parsing of Rate limits.
946         Rate limits where completely skipped during parsing. Now they are saved in a
947         map so that in future we may use these to make some controls.
949         Adding interpretation and saving of server capabilities. Commented out sending CL at login.
950         Formerly the server capabilities were just ignored. Now they are saved in a
951         vector so that we may re-use them to prevent the sending of unrecognized
952         commands.
953         Also commented out the sending of the Contact List to server at login time
954         since it is not part of the login steps and the server responds with an error.
956 2007-12-29  Stephane Bisinger  <stephane.bisinger@gmail.com>
958         Update translation files
960         Resolved a couple of bugs introduced by the latest commits
962         Updated translation line references
964         Added error handling and logging of error codes and messages
966         Fixed incomplete parsing of incoming packet
968         Added an error log when receiving error messages from server Corrected the parsing of SSI Rights Reply
970 2007-12-26  Roger  <roger@jikos.cz>
972         Rename "Unicode" to "German UTF-8", as it is source encoding specific.
974         Don't un-idle-auto-away when screen is reattached (revert to auto-idle status via previous online).
976 2007-12-23  Stephane Bisinger  <stephane.bisinger@gmail.com>
978         Merge branch 'bug24' into mob
979         Conflicts:
981                 po/cs.po
983         Fix for bug #24
985 2007-12-21  Stephane Bisinger  <stephane.bisinger@gmail.com>
987         Updated translation lines
989 2007-12-20  Petr Písař  <petr.pisar@atlas.cz>
991         "Request an authorization" fix and other updates
993 2007-12-19  Martin Nepivoda  <nepim9am@u-pl11.ms.mff.cuni.cz>
995         Bug #56 - better initialisation of editor.
997 2007-12-16  Johannes Ott aka Oetzi  <centerim@informatiker2k3.de>
999         added new conversion rule iso-8859-15 to utf-8 named Unicode
1001 2007-12-14  Roger  <roger@jikos.cz>
1003         Make valgrind happy.
1005 2007-12-13  David Riebenbauer  <davrieb@liegesta.at>
1007         Merge branch 'mob' of git+ssh://davrieb2@repo.or.cz/srv/git/centerim into mob
1009         add GPGME_LIBS to LIBS. (fixes Bug54)
1011 2007-12-13  Pavol Rusnak  <stick@gk2.sk>
1013         Setting all test checks to form "x$string" = "xvalue"
1014         http://bugzilla.centerim.org/show_bug.cgi?id=54#c9
1016 2007-12-11  David Riebenbauer  <davrieb@liegesta.at>
1018         Re-add gnutls_record_send in connwrap.c
1019         The fix to bug 40 removed one if-clause to much, which caused SSL
1020         connections to time out. Re-adding the statement fixes that
1022 2007-12-10  Boris Petersen  <transacid@gmail.com>
1024         Typo in GPGME check, Patch by Michael Tatarinov
1026 2007-12-08  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1028         Added a missing format specifier
1030         Started update of Italian translation
1032         Corrected bugs introduced by previous commit
1034         Fixed bug #40
1035         Removed printf and fprintf from connwrap which messed the output of centerim
1037         Fixed bug #52
1038         Fixed a bug that prevented to insert a user in your contact list if you had no groups in your list, MSN protocol. Also fixed a bug when removing users that where in no group which incurred in error 224
1040 2007-12-08  Mehturt  <mehturt@gmail.com>
1042         Fixed bug #47
1043         Fixed bug which made centerim crash when built with libotr support. This is a quick workaround until we refactor some code
1045 2007-12-08  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1047         Updated translation references
1049 2007-12-07  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1051         Displayed CXXFLAGS instead of CPPFLAGS at the end of the configure
1053 2007-12-03  Pavol Rusnak  <stick@gk2.sk>
1055         Allow connecting with more instances of centerim to jabber server by adding random hex number after "/centerim" resource identifier. (At least that is the way libpurple does ...)
1057 2007-11-30  David Riebenbauer  <davrieb@liegesta.at>
1059         Merge branch 'master' into mob
1061         replace the libcurl tests with libcurl.m4
1063         Add m4 macros to check for libgnutls to the repository
1064         libssl users who check out git shouldn't need libgnutls
1066         Change pgpme.m4 to use the old commandline option and help string
1068         replace configure check for gpgme with the m4 provided by gpgme
1069         This also has the advantage that we now check for the correct minimum
1070         gpgme version.
1072 2007-11-29  David Riebenbauer  <davrieb@liegesta.at>
1074         replace occurences of VERSION with centerim::version
1075         This patch adds a new file git-version.cc, which intializes static variable
1076         centerim::version.
1078         This helps in cutting down the compile time penalty of generating the
1079         version string on every make run. Instead of every file that uses config.h
1080         only one file has to be recompiled. The rest of the work is done by the
1081         linker.
1083         Add an autogenerated header git_version.h
1084         This information is partly redundant, as config.h contains the version
1085         information too.  But git_version.h gets updated on every make run in src. Care
1086         is taken to only touch the file when it's version number differs from the one
1087         generated by git-version-gen.
1089 2007-11-25  David Riebenbauer  <davrieb@liegesta.at>
1091         remove superfluous include of string.h
1092         seems this was produced by a mis-merge
1094         Merge branch 'master' into mob
1096 2007-11-25  Roger  <roger@jikos.cz>
1098         Bug #39: Ack SBL to get status notifications
1100         Bug #39: Ack SBL to get status notifications
1102 2007-11-24  David Riebenbauer  <davrieb@liegesta.at>
1104         Merge branch 'master' of git+ssh://davrieb2@repo.or.cz/srv/git/centerim into mob
1106 2007-11-23  Iulian Ciorascu  <iulica@box.co.uk>
1108         custom contact sorting patch
1109         You'll find attached a patch for custom contact sorting.
1110         Currently (and the default value in the patch) they are sorted by status
1111         and activity.
1112         Other possibilities are:
1113         by status and nickname
1114         by activity
1115         by nickname
1117         chat out keybinding patch
1118         Here's a small patch to a direct keybinding from a chat to the contact
1119         list. I put it to Ctrl-v keybinding by default.
1121 2007-11-23  David Riebenbauer  <davrieb@liegesta.at>
1123         Merge branch 'da_master' into mob
1124         Conflicts:
1126                 libicq2000/src/ICQ.cpp
1127                 libicq2000/src/socket.cpp
1128                 libmsn/msn/connection.cpp
1129                 libmsn/msn/filetransfer.cpp
1130                 libmsn/msn/notificationserver.cpp
1131                 libmsn/msn/util.cpp
1133         Merge branch 'master' into mob
1135         add vims swp files to gitignore
1137         add various includes of cstring to fix compilation with gcc-4.3
1139         Merge branch 'master' into da_master
1141 2007-11-23  Pavol Rusnak  <stick@gk2.sk>
1143         comparison with string literal
1145 2007-11-19  Boris Petersen  <transacid@gmail.com>
1147         adding missing includes; trivial fix - comparison with string literal. by Pavol Rusnak
1149 2007-11-18  David Riebenbauer  <davrieb@liegesta.at>
1151         little TODO update
1153 2007-11-13  Stephan Schulz  <ss.c@gmx.net>
1155         Not only change the terminals window title but also the icon name
1156         I found it annoying that (at least on my system), centerims title changes
1157         were only visible in the title of the xterm window itself but not in the
1158         taskbar. It has nothing todo with the xterm settings as midnight
1159         commanders title changes appeared in the taskbar (I'm speaking of a gnome
1160         desktop right now). I traced the source for title changing function und
1161         changed the following line:
1162         icqface.cc:3648 in tarball centerim-20071022.tar.gz
1163         from: cout << "\x1b]1;\x07\x1b]2;" << [cutted]
1164         to: cout << "\x1b]1;\x07\x1b]0;" << [cutted]
1166         The change from 2 to 0 has the effect of not only changing the window
1167         title but also the icon name.
1169 2007-11-12  David Riebenbauer  <davrieb@liegesta.at>
1171         add .deps to .gitignore
1172         also fix the entry for /src/centerim to only be used from the git tree's root
1174         commit newly generated po files
1176         remove AM_MAINTAINER_MODE
1177         Maintainer mode has annoyed me more and more over time. I forget to pass
1178         --enable-maintainer-mode to configure far too often. So I am disabling it now.
1180         I think any problems this might cause, an be solved by either unpacking the
1181         damn tarball again or installing autotools.
1183 2007-11-11  David Riebenbauer  <davrieb@liegesta.at>
1185         Generate the version info from git
1186         Until now the version info was set from configure.ac. From this commit on it is
1187         generated by info from git and a script I shamelessly lend from the GNU
1188         coreutils source.
1190         Changes in the version number should be done by adding a signed tag in git.
1192 2007-11-09  Roger  <roger@jikos.cz>
1194         SF request #1811713: Add nickname to event term title notification
1196 2007-11-05  Boris Petersen  <transacid@gmail.com>
1198         adding Chinese translation and updated Taiwanese translation by Ying-Chieh Liao
1200 2007-11-03  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1202         Merge with git+ssh://sb@repo.or.cz/srv/git/centerim.git#mob
1204         Changed the optional build of libotr
1206 2007-10-28  Boris Petersen  <transacid@gmail.com>
1208         minor changes in the german translation again.
1210 2007-10-27  Chris Donoghue  <cdonoghu@gmail.com>
1212         Segfaults instead of connecting to Yahoo! on AMD64 arch
1214 2007-10-26  Roger  <roger@jikos.cz>
1216         ICQ: Handle incoming UCS-2BE messages.
1218 2007-10-25  Roger  <roger@jikos.cz>
1220         Fix config dialogue mismatch for captcha/ask quit items
1222 2007-10-25  Petr Písař  <petr.pisar@atlas.cz>
1224         Czech translation update (mainly about OTR)
1226         Revert "Czech translation update (mainly about OTR)"
1227         This reverts commit b0664c09c4400361ed5b077896b5bd97b4640caa.
1229         Czech translation update (mainly about OTR)
1231 2007-10-22  Stephane Bisinger  <stephane.bisinger@gmail.com>
1233         Merge with git+ssh://sb@repo.or.cz/srv/git/centerim.git#mob
1235 2007-10-22  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1237         Changed client version reported to server
1239         Ignored NOT messages by notification Server in libmsn
1241 2007-10-20  Stéphane Bisinger  <sb@tatooine.(none)>
1243         Move getmd5 back in abstracthook, made it static and public so that it may be used by HTTPClient Substituted sizeof() with a more readable macro
1245 2007-10-16  Stephane Bisinger  <stephane.bisinger@gmail.com>
1247         Fixed indentation
1249 2007-10-13  Boris Petersen  <transacid@gmail.com>
1251         minor changes in the german translation.
1253 2007-10-10  Ranyus  <ranyus@gmail.com>
1255         BUG # 1760159: Commented fprintf of message "getsockopt error"
1257 2007-10-09  Roger  <roger@jikos.cz>
1259         Notify if stored IP isn't current
1261 2007-10-06  Iulian Ciorascu  <iulica@box.co.uk>
1263         fixed library inclusion order
1265 2007-10-06  Sascha  <FunkyFish@gmx.net>
1267         updated the ChangeLog
1269 2007-10-04  Andreas Krennmair  <ak@synflood.at>
1271         numberous snprintf cleanups; removed code duplication
1273 2007-10-04  aavelar  <aavelar@cofradia.org>
1275         Feature enhancement, adds configurable dialog window that asks before quit
1277         Another lj functionality enhancement
1279         Adds support for lj tags, functionality
1281         Security patch to fix the CVE-2007-3713 report
1283         Just removes some unnecessary code on libyahoo2
1285 2007-10-03  Boris Petersen  <transacid@gmail.com>
1287         made libotr support optional, because it's still buggy
1289 2007-10-02  Andreas Krennmair  <ak@synflood.at>
1291         add missing ifdef's for libotr patch.
1293 2007-08-24  Jörg Böhnel  <micirio@gmx.net>
1295         Adding --with-libotr to configure; using _(...) for translateable strings
1297 2007-08-20  Anibal Avelar  <aavelar@cofradia.org>
1299         Delete to clean the source. Unused file
1301         Updating with firetalk library coming from naim project. This fixed many bugs relates with AIM and IRC protocols
1303         Patch to fix a FTBFS with GCC 4.3, reported by the Debian BTS
1305 2007-08-19  Jörg Böhnel  <micirio@gmx.net>
1307         Added OTR support for jabber - you need to have libotr installed.
1309 2007-08-17  Boris Petersen  <transacid@gmail.com>
1311         moved cicqconv to cimconv. Wasn't aware that you had to do it with cg mv
1313         Changed cicqconv to cimconv globaly update, sorry for the inconvenience
1315         Changed cicqconv to cimconv globaly
1317 2007-08-16  Roger  <roger@jikos.cz>
1319         Fix --bind: unrecognized re-bind() on reconnect.
1321 2007-08-10  Roger  <roger@jikos.cz>
1323         Change status description handling for jabber and undo asking for message for Online/FFC
1325 2007-08-09  Michał (Kazik) Kazior  <kazikcz@gmail.com>
1327         Away messages fix (jabber) I think, that most of today's im protocols support setting a description/away message for available/freeforchat statuses.
1328         Also, jabber may be not supporting saving a description/away message for a contanct whose offline, but some of it's transports (Gadu-Gadu for example) do.
1330 2007-08-02  Anibal Avelar  <aavelar@cofradia.org>
1332         Support for lzo2 for gnutls (check for lzo1 and lzo2)
1334 2007-07-24  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1336         Recoded russian messages to UTF-8
1338         Corrected ordering of contacts by status by placing out for lunch contacts at the bottom
1340 2007-07-23  Stephane Bisinger  <stephane.bisinger@gmail.com>
1342         Updated MSNP to version 9
1344 2007-07-21  Stephane Bisinger  <stephane.bisinger@gmail.com>
1346         Merge with git+ssh://sb@repo.or.cz/srv/git/centerim.git#mob
1348         Changed Content encoding to utf8
1350         Added a couple of frees
1352 2007-07-13  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1354         Added a couple of frees to prevent memory leaking
1356 2007-07-10  Roger  <roger@jikos.cz>
1358         Fixes for patch 4187752098e87ce0e8bfeffa9e6e1f6030549ffa (cursor position after merge, wrapping whitespace...).
1360 2007-07-09  Boris Petersen  <transacid@gmail.com>
1362         Minor changes to german translation. Spaces basically
1364 2007-07-07  Roger  <roger@jikos.cz>
1366         Fix for sf.net bug #1710218. Adds "paragraphs", wrapping and merging neighbour lines on deletes and inserts.
1368 2007-07-01  Roger  <roger@jikos.cz>
1370         Fix missing jabber group conversions - bug #1740881
1372 2007-06-30  Boris Petersen  <transacid@gmail.com>
1374         wrong coded blanks in German translation updated
1376 2007-06-26  Roger  <roger@jikos.cz>
1378         Discover services on connect. Find conference and user-search ones.
1380         Find dialogue fixes, presence error handling.
1382 2007-06-25  Roger  <roger@jikos.cz>
1384         Initialize services iterator when reopening the Join dialogue. (fixes crash)
1386         Fix use of unitialized pointer, usually just skipping config reloads.
1388 2007-06-25  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1390         Corrected some errors related to the format specifiers
1392         Corrected other format specifier errors
1394         Added missing placeholders in translated string
1396         Recoded German translation to UTF-8, otherwise it would prevent centerim from compiling
1398         Merge with git+ssh://sb@repo.or.cz/srv/git/centerim.git#mob
1400 2007-06-23  Boris Petersen  <transacid@gmail.com>
1402         German translation update
1404 2007-06-23  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1406         Added the man page for centerim to the Makefile so that it is installed. Updated version number
1408 2007-06-23  Dmitry E. Oboukhov  <dimka@avanto.org>
1410         In case when user's coding and irc's coding do not match each other messages on user's logout and channels' subjets are converted incorrectly.
1411         This patch will cure that defect.
1413 2007-06-22  Roger  <roger@jikos.cz>
1415         Changes to JID handling, avoid adding random hostnames and duplicating contacts and display at least hostname for transports.
1417 2007-06-21  Stephane Bisinger  <stephane.bisinger@gmail.com>
1419         Merge with locmob
1421 2007-06-21  Andrey J. Melnikoff  <temnota@kmv.ru>
1423         fixed building when using separate build directories.
1425 2007-06-21  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1427         Fix for bug #1724170: removed carriage returns from the string to be signed in the jabber status
1429         Added an Out for Lunch status
1431         Changed the mapping of the not available state on MSN
1432         In the MSN protocol the "Not Available" state of centerim was mapped to
1433         "Out for Lunch". Now it is mapped to Away.
1435 2007-06-18  Petr Písař  <petr.pisar@atlas.cz>
1437         Czech translation update
1439 2007-06-14  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1441         Fixed bug #1707708 which showed error 501 in the log console when adding contact in Jabber connected to GTalk.
1442         Error 501 is a Feature Not Implemented error code and it should not be
1443         reported to the user. It informs the client that the operation it attempted
1444         is not supported by the server.
1446         Fixed bug #1734670: when logging off of MSN it did not hide the contacts that were online
1447         Some calls to the functions to hide the contacts were missing during the
1448         logout process. I added them to the hook so that the contacts are now
1449         hidden on signout.
1451 2007-06-13  Anibal Avelar  <debianmx@gmail.com>
1453         Fixed support for GnuTLS for Jabber and GaduGadu protocols
1455 2007-06-13  Andrey J. Melnikoff  <temnota@kmv.ru>
1457         This patch simple move setting xterm title, avoid changing title when auth request dropped due to antispam settings.
1459 2007-06-13  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1461         Revert "This patch simple move setting xterm title, avoid changing title when auth"
1462         This reverts commit 1a55b206ef400415708ddb5696e7e141581236ba.
1464         This patch simple move setting xterm title, avoid changing title when auth request dropped due to antispam settings.
1466 2007-06-13  Andrey J. Melnikoff  <temnota@kmv.ru>
1468         This patch add spk6 sound - simple bell. There is at least two stuppid xterm terminal emulator (xfce-terminal and gnome-terminal) which don't filter timer tunine escape sequences.
1470 2007-06-13  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1472         Incremented version number
1474 2007-06-12  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1476         Fixed bug #1719847 which prevented a user from logging in msn if the contact list is empty.
1477         The libmsn library made the wrong assumption that after the group list
1478         there is always a user list, which is not true if there are no users. This
1479         prevented from setting the correct variable used to check if list
1480         synchronization is complete
1482 2007-05-06  z35 [Stephen Stegall]  <z35_11@yahoo.com>
1484         Fixed a couple bugs in chat resizing
1486 2007-05-04  z35 [Stephen Stegall]  <z35_11@yahoo.com>
1488         Chat size is now limited by the MinPanelHeight Value, though there is now a bug for when you are at the limits and one resizes the panel, it exits instead of staying in the chat
1490 2007-05-03  z35 [Stephen Stegall]  <z35_11@yahoo.com>
1492         Chat panel fixes:    redraws chat panel when the history panel is resized    keeps the editor the same size on resize events Todo:    redraw when the window is resized    change the .1 and .9 to MinPanelHeight based values
1494 2007-05-02  z35 [Stephen Stegall]  <z35_11@yahoo.com>
1496         Fixed the history updating when resizing various panels
1498 2007-04-26  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1500         Git wants to commit nothing, so here it goes :S
1502 2007-04-26  J. Koster  <koster@server.nocturnus>
1504         Color contact by status bug solved In the config options, when Color contacts according to: status was selected, every contact displayed a short protocol name between the brackets [i] instead of the status [o]. This patch makes it more consistent, but the disadvantage is that in the color-by-status mode, you can't see the protocol used by the contact.
1505         Solves bug: [1707935] wrong status of buddies in contact list
1506         http://sourceforge.net/tracker/index.php?func=detail&aid=1707935&group_id=190480&atid=933528
1508 2007-04-26  Jayjay  <jayjay@twek.nl>
1510         Clean up code, remove some warnings I walked through the code using "CXXFLAGS="-pedantic -Wall ./configure" and removed some warnings. Mostly, just code corrections.CG: -----------------------------------------------------------------------
1512 2007-04-24  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1514         Reinserted the check for openssl on the value specified by the user
1516         Resolved a conflict
1518         Merge with git+ssh://sb@repo.or.cz/srv/git/centerim.git#mob
1520         Partly fixed the issue about closing panels. Now the minimum size for a panel is 4.
1521         Also fixed automatic detection of the size if the lines on screen are too
1522         small. Don't know if ti works as it should, though
1524         Changed the function mktemp to the safer mkstemp
1526 2007-04-22  Mark Pustjens  <mark@unkie.org>
1528         Alows you to disable the ICQ plugin. Yes, that means it is now possible to build centerim withouth any plugin enabled.
1530 2007-04-22  Jayjay  <jayjay@twek.nl>
1532         Renamed old information to reflect current project status. More little stuff. I searched for several old information, such as web addresses and mail addresses and replaced it. I also made some minor changes to several files. Here is a summary: - Renamed every occurrence of Konst's old email address to the current one: konst@konst.org.ua to k@thekonst.net - bug report location renamed in icqconf.cc to http://sourceforge.net/projects/centerim - /po files: CenterICQ List <cicq@mailman.linuxpl.org> renamed to CenterIM SourceForge project; http://sourceforge.net/projects/centerim - /po files: renamed every centericq-bugs@konst.org.ua to http://sourceforge.net/projects/centerim - Updated .gitignore: added mkinstalldirs, changed /src/centericq to /src/centerim - Updated po/.gitignore: centericq.pot to centerim.pot - Changed the --help: added program name and version. Added status options at --statusCG: -----------------------------------------------------------------------
1534 2007-04-21  Mark Pustjens  <mark@unkie.org>
1536         Cleaned up some debug messages which got into the main branch.
1538 2007-04-20  Jayjay  <jayjay@twek.nl>
1540         Renamed CICQ to CenterIM at various locations etc - Renamed konst.org.ua to thekonst.net - Fixed some typos: .CenterIM to .centerim - Changed the configure.ac script to show warnings (-Wall) - removed the cicqsync script, since we don't use CVS - mentioned our current developers mailing list (do I break the PO files now?)
1542 2007-04-18  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1544         Cleaned the checks for OpenSSL
1545         The configure scripts in the subdirectories (connwrap and libgadu) tested
1546         again to find OpenSSL. The code has been cleaned as to leave the checks
1547         only in the main configure script.
1549         Cleaned the checks for OpenSSL
1550         The configure scripts in the subdirectories (connwrap and libgadu) tested
1551         again to find OpenSSL. The code has been cleaned as to leave the checks
1552         only in the main configure script.
1554 2007-04-17  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1556         Remove useless dummy file: m4 directory is created by the autogen.sh script
1558         Corrected some entries
1560 2007-04-17  Mark Pustjens  <mark@unkie.org>
1562         Modified configure.ac to make sure that if ssl is enabled automatically libjabber and others are configured with the flag enabled.
1564 2007-04-16  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1566         Improved SSL checking. Enabled SSL by default
1568         Cleaned SSL detection
1570         Inserted a couple of fixes from the master branch.
1571         Corrected a centericq.h in centerim.h
1572         Fixed a bug that prevented from changing the browser.
1574         Added a check for lzo
1575         The configure script was not checking for lzo when ssl support is enabled.
1576         I added a check for the library
1578         Fixed the checking for gpgme
1579         Detecting gpgme was broken because it always defined HAVE_GPGME, thus
1580         making it mandatory. Now HAVE_GPGME will only be defined if gpgme is
1581         available
1583 2007-04-16  Mark Pustjens  <mark@unkie.org>
1585         This adds automatic testing for openssl Needed for the ssl patch to function properly in more situations
1587         Changed the default for --with-ssl to auto detect.
1588         Without ssl enabled no GPG support will be compiled into libjabber, which
1589         breaks Google Talk support.
1591         When ssl is disabled the configure script will warn the user about this
1592         fact.
1594         This patch needs testing to verify that it works for everyone.
1596 2007-04-15  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1598         Added a check for lzo
1599         The configure script was not checking for lzo when ssl support is enabled.
1600         I added a check for the library
1602         Fixed the checking for gpgme
1603         Detecting gpgme was broken because it always defined HAVE_GPGME, thus
1604         making it mandatory. Now HAVE_GPGME will only be defined if gpgme is
1605         available
1607 2007-04-14  Stephane Bisinger  <sb@storm.(none)>
1609         Corrected a centericq.h in a centerim.h
1611         Revert "Port/rewrite of the captcha patch for centericq [1]"
1612         This reverts commit c14521f605ba4c854a989a3f31c045262783da10.
1614         Revert "Fix to src/Makefile.am for the captcha patch"
1615         This reverts commit 16a5ccc2d6a0a97cbd3b9c2c96a2b8269bc06573.
1617         Merge with git+ssh://sb@repo.or.cz/srv/git/centerim.git
1619 2007-04-04  Pavol Rusnak  <prusnak@suse.cz>
1621         Fixed GCC warnings/errors
1623 2007-04-04  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1625         Fixed issue #1693244
1627 2007-04-03  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1629         Corrected a bug that prevented the changing of the browser from the options
1631         Merge with master Corrected a possible buffer owerflow in src/centerim.cc Improved the checking for .centerim and .centericq folders in src/icqconf.cc
1633 2007-04-02  Mark Pustjens  <mark@unkie.org>
1635         Fix to src/Makefile.am for the captcha patch
1637         Merge with git+ssh://mob@repo.or.cz/srv/git/centerim.git#mob
1639         Port/rewrite of the captcha patch for centericq [1]
1640         [1] http://forum.centericq.de/viewtopic.php?t=793
1642 2007-04-01  Jayjay  <jayjay@twek.nl>
1644         Updated several documentation files to reflect current status.
1646 2007-03-28  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1648         Reverted status log messages to something a little more verbose.
1650         Made the package compile against ncursesw when available
1652 2007-03-28  Pavol Rusnak  <prusnak@suse.cz>
1654 2007-03-27  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1656         reduced the text when changing status, according to Feature Request [ 1688383 ]. This text should be made configurable.
1658 2007-03-25  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1660         Modified Makefile to use centerim as filename
1662 2007-03-24  Mark Pustjens  <mark@unkie.org>
1664         Fixed the drop icq requests issues, and fixed the panel resizing.
1666 2007-03-23  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1668         Merge with git+ssh://sb@repo.or.cz/srv/git/centerim.git
1670 2007-03-22  Oliver Hohlfeld  <centerim@ohohlfeld.com>
1672         I started changing some names from CENTERICQ to CENTERIM yesterday. So far I only pushed icqface.cc into the repository. This change will modify the most visible name to CENTERIM ;-)
1674 2007-03-22  David Riebenbauer  <davrieb@htu.tugraz.at>
1676         quick and dirty hack to still support ~/.centericq/ as basedir besides ~/.centerim/
1678 2007-03-21  Mark Pustjens  <mark@unkie.org>
1680         Added a dummy file to make sure the m4 directory exists. If it is not there, it can cause problems running autogen.sh (it does for me)
1682         Changed modified: + Option to drop all icq authorisation requests, configurable using the   configuration dialog under anti-spam options * You can now change the width/height of the dialog windows using { } [ and * ]. This is not yet pefect as no redraw is done when a size is changed
1684 2007-03-21  Oliver Hohlfeld  <oliver@oliver.localdomain>
1686         Partial history loading refinement Author: Oliver Hohlfeld Email: centerim@ohohlfeld.com
1688 2007-03-21  Thomas Graf  <post@thomas-graf.de>
1690         Some missing renames... I hope it compiles now...
1692         Some renaming
1694 2007-03-21  Julien LEMOINE  <speedblue@debian.org>
1696         Fix potential segfault (output of strstr is not checked)
1698 2007-03-21  Julien Lemoine  <speedblue@debian.org>
1700         Fix buffer overflow in livejournal support For details : http://lists.grok.org.uk/pipermail/full-disclosure/2007-January/051663.html
1702 2007-03-21  Oliver Hohlfeld  <oliver@oliver.localdomain>
1704         Partial history loading in chat mode - cleanup II
1706         Partial history loading in chat mode - cleanup
1708         Partial history loading in chat mode
1710 2007-03-20  Thomas Graf  <post@thomas-graf.de>
1712         Some missing renames... I hope it compiles now...
1714 2007-03-20  Thomas Graf  <thomas@xengeneral.(none)>
1716         Some renaming
1718 2007-03-20  Oliver Hohlfeld  <oliver@oliver.localdomain>
1720 2007-03-19  Oliver Hohlfeld  <oliver@oliver.localdomain>
1722 2007-03-16  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1724         Merge with git+ssh://sb@repo.or.cz/srv/git/centerim.git
1726         Applied Hakan's patch
1728 2007-03-16  David Riebenbauer  <davrieb@htu.tugraz.at>
1730         Merge with /home/davrieb/git-wc/centerim
1732         Merge with /home/davrieb/git-wc/centerim
1733         commit 70742bd896fdf89a5866b61bf85893d794b4244b
1734         Author: Håkan Kvist <hagar@df.lth.se>
1735         Date:   Fri Mar 9 22:02:29 2007 +0100
1737             patch, getting rid of some compiler errors
1739             This patch is just for decreasing the number of gcc warnings.
1741                 Changed initialization order for some classes,
1742                 variables should be initializated in the same order
1743                 as they are defined.
1745                 Changed some destructors to be virtual, since the classes
1746                 contained some functions that are defined as virtual.
1748                 Some unused variables removed.
1750                 Some functions that was declared as having a return value
1751                 did not return a value.
1753                 Dumping the output (stdin and stdout) of make before my changes
1754                 generated a file with 4433 lines.
1756                 After these changes the log file with 2329 lines.
1758                 Flags used when compiling was:
1759                 CXXFLAGS="-O0 -pedantic -Wall"
1760                 CFLAGS="-O0 -pedantic -Wall"
1762         commit 893475d4cb775a38771354686ff5630af3725c3e
1763         Merge: 08a16b1ac65408bfc658ab18ba03c34005b70cd6 32c5d537b7a6d999782a31027d1c6753c9264a7b
1764         Author: David Riebenbauer <davrieb@htu.tugraz.at>
1765         Date:   Thu Mar 15 20:11:34 2007 +0100
1767             Merge with git://repo.or.cz/centerim.git
1769         commit 32c5d537b7a6d999782a31027d1c6753c9264a7b
1770         Author: Stéphane Bisinger <stephane.bisinger@gmail.com>
1771         Date:   Tue Mar 13 19:10:06 2007 +0000
1773             Made link flags variable depending on selected protocols, eliminated some
1774             warnings
1776         commit 08a16b1ac65408bfc658ab18ba03c34005b70cd6
1777         Author: David Riebenbauer <davrieb@sbox.tugraz.at>
1778         Date:   Tue Mar 13 16:59:54 2007 +0100
1780             configure.ac: compare with test rather than without
1782         commit 827ea51d89fa903afc4f394803bfd35ae03bf872
1783         Author: David Riebenbauer <davrieb@sbox.tugraz.at>
1784         Date:   Tue Mar 13 16:42:55 2007 +0100
1786             only display message about checking for gpgme if we really do
1787             don't fail if no gpgme-config is found
1789         commit 56d56722693aba24c966b08b02edacfe193c4b06
1790         Author: David Riebenbauer <davrieb@sbox.tugraz.at>
1791         Date:   Tue Mar 13 15:32:27 2007 +0100
1793             make it possible to disable gpgme
1795         commit d3cf844d0a883aecb9ac6cefc0ba75e31e3c6a9f
1796         Author: Stéphane Bisinger <stephane.bisinger@gmail.com>
1797         Date:   Mon Mar 12 23:45:32 2007 +0000
1799             Corrected order of subdirs which prevented a correct build
1801         commit f762c548b817eff7b53c1b6a6071b17b14c8586f
1802         Author: Stéphane Bisinger <stephane.bisinger@gmail.com>
1803         Date:   Mon Mar 12 23:12:53 2007 +0000
1805             Reverted some changes
1807         commit ffe847a9ebb5dfe981680fe7a8d9e5cc7f127059
1808         Author: Stéphane Bisinger <stephane.bisinger@gmail.com>
1809         Date:   Mon Mar 12 22:35:39 2007 +0000
1811             Made build of subdirectories conditional
1813 2007-03-16  Håkan Kvist  <hagar@df.lth.se>
1815         patch, getting rid of some compiler errors
1816         This patch is just for decreasing the number of gcc warnings.
1818             Changed initialization order for some classes,
1819             variables should be initializated in the same order
1820             as they are defined.
1822             Changed some destructors to be virtual, since the classes
1823             contained some functions that are defined as virtual.
1825             Some unused variables removed.
1827             Some functions that was declared as having a return value
1828             did not return a value.
1830             Dumping the output (stdin and stdout) of make before my changes
1831             generated a file with 4433 lines.
1833             After these changes the log file with 2329 lines.
1835             Flags used when compiling was:
1836             CXXFLAGS="-O0 -pedantic -Wall"
1837             CFLAGS="-O0 -pedantic -Wall"
1839 2007-03-15  David Riebenbauer  <davrieb@htu.tugraz.at>
1841         Merge with git://repo.or.cz/centerim.git
1843 2007-03-13  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1845         Added header files
1847         First attempt to correct visualization of UTF-8 characters
1849         Made link flags variable depending on selected protocols, eliminated some warnings
1851 2007-03-13  David Riebenbauer  <davrieb@sbox.tugraz.at>
1853         configure.ac: compare with test rather than without
1855         only display message about checking for gpgme if we really do don't fail if no gpgme-config is found
1857         make it possible to disable gpgme
1859 2007-03-13  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1861         Corrected order of subdirs which prevented a correct build
1863         Reverted some changes
1865 2007-03-12  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1867         Made build of subdirectories conditional
1869 2007-03-09  centerim-dev  <centerim@jonatan.localdomain>
1871         Changed initialization order for some classes, variables should be initializated in the same order as they are defined.
1872         Changed some destructors to be virtual, since the classes
1873         contained some functions that are defined as virtual.
1875         Some unused variables removed.
1877         Some functions that was declared as having a return value
1878         did not return a value.
1880         Dumping the output (stdin and stdout) of make before my changes
1881         generated a file with 4433 lines.
1883         After these changes the log file with 2329 lines.
1885         Flags used when compiling was:
1886         CXXFLAGS="-O0 -pedantic -Wall"
1887         CFLAGS="-O0 -pedantic -Wall"
1889 2007-03-02  David Riebenbauer  <davrieb@sbox.tugraz.at>
1891         change the project and executable name to centerim
1893 2007-02-25  Håkan Kvist  <hagar@df.lth.se>
1895         Compiler warnings when compiling centericq
1896         Hello
1898         I think that centericq would benefit of getting the number of compiler
1899         warnings minimized when compiling with the options -Wall -pedantic
1900         (with gcc/g++).
1902         This would hopefully improve the quality of the code, and hopefully
1903         get rid of some memory leaks.
1905         Enabling these today will print out ALOT of thingies that gcc could be
1906         improved.
1908         I have created a small patch wich makes it possible to compile with
1909         the -pedantic flag (attatched).
1911         regards
1912         Håkan
1914         Patch attempting to take care of some memory errors
1915         David found an error in my patch (you shouldn't do delete on a
1916         void*), and have allready reverted that particular change in the repositry.
1918         Attatched patch registers a callback for objects of type icqcontact,
1919         so that elemnts of this type gets properly deallocated (wtih delete).
1921 2007-02-25  David Riebenbauer  <davrieb@sbox.tugraz.at>
1923         Revert the change to delete in this one place. It triggers a compiler warning and doesn't seem to make a difference anyway.
1925         add dummy.c to sources to avoid failure when attempting to build without libmsn
1927 2007-02-24  Håkan Kvist  <hagar@df.lth.se>
1929         Checked couplig of malloc with free, new with delete and new[] with delete[]
1931 2007-02-23  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1933         Fixed failure when build with aim and irc disabled. Updated the md5 library
1935         Merge with git+ssh://sb@repo.or.cz/srv/git/centerim.git
1937 2007-02-23  Andreas Niederl  <rico32@gmx.net>
1939         Patched make dist, not it works
1941 2007-02-21  David Riebenbauer  <davrieb@sbox.tugraz.at>
1943         remove EXTRA_DIST from kkconsui/Makefile.am this should stop make dist from failing
1945 2007-02-21  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1947         Merge with git+ssh://sb@repo.or.cz/srv/git/centerim.git
1949 2007-02-21  David Riebenbauer  <davrieb@sbox.tugraz.at>
1951         make git ignore "some" generated files
1953         rename all configure.in to configure.ac This avoids some odditties on Debian which chooses the autoconf version by looking at each filename
1955 2007-02-21  Andreas Niederl  <rico32@gmx.net>
1957         Fix build problems with openssl. I found the source of my ssl-related problems: --with-openssl had 'no' as default value in the top configure.ac, so --with-ssl chose gnutls but the other configure scripts in connwrap and libgadu wanted to build with openssl.
1958         I've attached a patch which fixes this by removing the default 'no' to
1959         with-openssl.
1961         Additional changes:
1962          * --with-gpgme typo
1963          * reordered ssl output
1964          * with_ssl=no as default for connwrap and libgadu, so consistent
1965            behaviour is guaranteed
1966          * unconditional AC_PROG_CXX in libgadu, libjabber and libyahoo2 for
1967            fixing the conditional errors when built without one of those libs
1969 2007-02-19  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1971         Updated help strings, corrected a spelling error
1973 2007-02-17  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1975         Updated kkstrtext/configure.in to newer syntax. Moved it to kkstrtext/configure.ac . Added a line that copies config.rpath from the main directory in kkstrtext, needed for the AM_ICONV_LINK macro
1977 2007-02-15  David Riebenbauer  <davrieb@sbox.tugraz.at>
1979         update the changelog with my changes
1981         commit po files with updated line numbers
1983         add md5.h to the distributed files
1985         use cd and cd - instead of pushd and popd pushd and popd don't seem to be available in all shells
1987 2007-02-14  David Riebenbauer  <davrieb@sbox.tugraz.at>
1989         don't distribute mkinstalldirs any more b ecause a current automake doesn't need it any more
1991 2007-02-13  David Riebenbauer  <davrieb@sbox.tugraz.at>
1993         bump version to 4.22.0
1995         Merge branch 'master' of /home/davrieb/src/centericq/git/centericq
1997         Merge with external-patches
1999         seconds_in_timestamps by Sebastien Delafond <seb@debian.org>
2000         Add user setting to display timestamps up to the second.
2002 2007-02-12  David Riebenbauer  <davrieb@sbox.tugraz.at>
2004         jabber_503.dpatch.dpatch by Charles Plessy <charles-debian-nospam@plessy.org>
2005         copied from http://forum.centericq.de/viewtopic.php?p=2295&sid=74c3dc27a23192ccc07a8af8b0a4a758
2006         which says "While connecting to server, centericq requests agents list,
2007         but due to this feature is deprected, recieves 503 error, thus breaking
2008         connection. "
2010 2006-12-31  David Riebenbauer  <davrieb@sbox.tugraz.at>
2012         apply patch to fix segv in "MSG" recv in msn
2014 2006-12-28  David Riebenbauer  <davrieb@sbox.tugraz.at>
2016         applied patch from <temnota@kmv.ru> to fix segv in libjabber when registering new account
2018         fix buffer overflow in VGETSTRING macro by replacing vsprintf by vsnprintf
2020         apply patch from "Steve Langasek" <vorlon@debian.org> to fix remotely segfaultable DOS
2022         apply patch from "Steve Langasek" <vorlon@debian.org> to fix memory handling clean-ups
2024         Use sys/statfs.h instead of sys/mount.h on Hurd
2026         Fix endianess errors (may allow remote attackers to cause a denial of service), CAN-2005-2448
2027         Fix memory alignment errors (may allows remote attackers to cause a denial
2028         of service (bus error) on certain architectures such as SPARC via an
2029         incoming message, CAN-2005-2370
2031         Fix Multiple integer signedness errors (may allow remote attackers to cause
2032         a denial of service or execute arbitrary code.), CAN-2005-2369
2034         apply patch to fix search/add segfault on amd64
2036         apply patch from Andreas Jochens <aj@andaco.de> to fix amd64 buid problem
2038         replace 'esc' msg by 'esc-esc'
2040         Fix typo in --help command
2042 2006-12-28  Julien LEMOINE  <speedblue@debian.org>
2044         Allow user to select HTTP browser
2046 2006-12-28  Romain FRANCOIS  <romain@orebokech.com>
2048         add more emacs bindings (c-u, c-k, ...)
2050 2006-12-28  David Riebenbauer  <davrieb@sbox.tugraz.at>
2052         This patch makes centericq not close the connection when it receives a failure unrelated to authentication.
2054         show info about the protocol in the contact list.
2055         show the protocol as in
2056           [p] nickname
2057         instead of the status
2058           [s] nickname
2060         apply centericq-libmsn.patch which updates the included version of libmsn
2062 2006-12-26  David Riebenbauer  <davrieb@sbox.tugraz.at>
2064         Merge with external-patches
2066 2006-12-24  David Riebenbauer  <davrieb@sbox.tugraz.at>
2068         Merge with external-patches
2070 2006-12-23  David Riebenbauer  <davrieb@sbox.tugraz.at>
2072         some fixes to make autotools work
2074 2006-12-16  David Riebenbauer  <davrieb@sbox.tugraz.at>
2076         fixes some automake related files
2077         new configure.ac
2078         rm configure.in
2079         add an autogen.sh
2081         Patch © 2006 Mark Pustjens <mark@unkie.org>
2083         remove another round of autogenerated files
2085         remoce superfluous Makefile.in
2087         remove some autogenerated files from libmsn
2089 2006-12-15  David Riebenbauer  <davrieb@sbox.tugraz.at>
2091         Merge with /home/davrieb/src/centericq/git/libyahoo2
2093         prepare merge with centericq
2095         Merge with /home/davrieb/src/centericq/git/libmsn
2097         Prepare merge with centericq
2099         Merge with /home/davrieb/src/centericq/git/libjabber
2101         prepare to merge with centericq
2103 2006-12-15  David Riebenbauer  <davrieb@androgyn.(none)>
2105         Merge with /home/davrieb/src/centericq/git/libicq2000/
2107         prepare merge with centericq
2109         Merge with /home/davrieb/src/centericq/git/libgadu
2111         prepare merge with centericq
2113         Merge with /home/davrieb/src/centericq/git/kksystr
2115         prepare to merge with centericq
2117 2006-12-14  David Riebenbauer  <davrieb@androgyn.(none)>
2119         Merge with /home/davrieb/src/centericq/git/kkstrtext
2121         prepare merge to centericq
2123         Merge with /home/davrieb/src/centericq/git/kkconsui
2125         prepare merge with centericq
2127         Merge with /home/davrieb/src/centericq/git/firetalk
2129         prepare merge with centericq
2131         Merge with /home/davrieb/src/centericq/git/connwrap
2133         prepare merge
2134         mv all files to the connwrap dir
2136 2006-01-02  konst  <konst>
2138         amd64 jab auth patch
2140 2005-09-02  konst  <konst>
2142         *** empty log message ***
2144 2005-08-31  konst  <konst>
2146         ""
2148 2005-08-29  konst  <konst>
2150         ""
2152         ""
2154         ""
2156         ""
2158 2005-08-28  konst  <konst>
2160         *** empty log message ***
2162         *** empty log message ***
2164 2005-08-26  konst  <konst>
2166         *** empty log message ***
2168         ""
2170         ""
2172         ""
2174         ""
2176         ""
2178 2005-08-25  konst  <konst>
2180         logs in after the protocol change
2182 2005-07-08  konst  <konst>
2184         *** empty log message ***
2186 2005-05-23  konst  <konst>
2188         *** empty log message ***
2190         *** empty log message ***
2192 2005-05-20  iulica  <iulica>
2194         fix double free bug
2196 2005-05-09  konst  <konst>
2198         *** empty log message ***
2200 2005-05-06  konst  <konst>
2202         *** empty log message ***
2204 2005-05-02  konst  <konst>
2206         *** empty log message ***
2208 2005-04-14  konst  <konst>
2210         *** empty log message ***
2212 2005-02-19  konst  <konst>
2214         ""
2216         ""
2218 2005-02-14  iulica  <iulica>
2220         removed the chat cycle hotkeys
2222         fix for chat cycle
2224 2005-02-13  iulica  <iulica>
2226         Chat cycling
2228         fixed inconsistency about close fullscreen event view hotkey
2230         undo changes
2232 2005-02-12  konst  <konst>
2234         ""
2236 2005-02-10  konst  <konst>
2238         ""
2240         ""
2242         ""
2244         ""
2246         *** empty log message ***
2248 2005-02-03  konst  <konst>
2250         *** empty log message ***
2252 2005-02-01  konst  <konst>
2254         ""
2256         ""
2258 2005-01-31  konst  <konst>
2260         ""
2262         ""
2264 2005-01-30  konst  <konst>
2266         ""
2268         ""
2270         ""
2272 2005-01-28  konst  <konst>
2274         ""
2276 2005-01-27  konst  <konst>
2278         ""
2280         ""
2282         ""
2284         ""
2286         ""
2288 2005-01-26  konst  <konst>
2290         *** empty log message ***
2292         ""
2294         ""
2296         ""
2298 2005-01-25  konst  <konst>
2300         ""
2302         ""
2304         ""
2306         ""
2308         ""
2310 2005-01-24  konst  <konst>
2312         ""
2314         ""
2316 2005-01-23  konst  <konst>
2318         ""
2320         ""
2322         ""
2324         ""
2326 2005-01-19  konst  <konst>
2328         *** empty log message ***
2330 2005-01-07  konst  <konst>
2332         ""
2334         ""
2336 2004-12-26  konst  <konst>
2338         ""
2340         ""
2342 2004-12-25  konst  <konst>
2344         ""
2346         ""
2348         ""
2350         ""
2352 2004-12-24  konst  <konst>
2354         ""
2356         ""
2358         ""
2360 2004-12-21  konst  <konst>
2362         ""
2364         ""
2366         ""
2368         ""
2370         ""
2372         ""
2374         ""
2376         *** empty log message ***
2378 2004-12-20  konst  <konst>
2380         *** empty log message ***
2382 2004-11-12  konst  <konst>
2384         ""
2386         ""
2388 2004-11-11  konst  <konst>
2390         ""
2392 2004-11-10  konst  <konst>
2394         ""
2396         ""
2398         ""
2400         ""
2402         ""
2404         ""
2406         ""
2408         ''
2410         ''
2412         ''
2414 2004-11-09  konst  <konst>
2416         *** empty log message ***
2418 2004-10-07  konst  <konst>
2420         *** empty log message ***
2422 2004-09-28  konst  <konst>
2424         *** empty log message ***
2426         ""
2428         ""
2430 2004-08-10  konst  <konst>
2432         ""
2434         ""
2436         ""
2438         ""
2440 2004-08-05  konst  <konst>
2442         *** empty log message ***
2444         ""
2446         ""
2448         ""
2450         ""
2452 2004-08-04  konst  <konst>
2454         ""
2456         ""
2458         ""
2460         ""
2462         *** empty log message ***
2464         *** empty log message ***
2466         *** empty log message ***
2468 2004-07-31  konst  <konst>
2470         ""
2472         ""
2474         ""
2476         ""
2478         ""
2480         ""
2482         ""
2484 2004-07-30  konst  <konst>
2486         *** empty log message ***
2488 2004-07-29  konst  <konst>
2490         ""
2492 2004-07-27  konst  <konst>
2494         ""
2496 2004-07-21  konst  <konst>
2498         ""
2500 2004-07-20  konst  <konst>
2502         ""
2504 2004-07-19  konst  <konst>
2506         ""
2508         ""
2510 2004-07-18  konst  <konst>
2512         ""
2514 2004-07-09  konst  <konst>
2516         ""
2518 2004-07-03  konst  <konst>
2520         ""
2522 2004-06-30  konst  <konst>
2524         *** empty log message ***
2526 2004-06-29  konst  <konst>
2528         ""
2530         ""
2532         ""
2534         ""
2536         ""
2538         ""
2540         *** empty log message ***
2542 2004-06-28  konst  <konst>
2544         ""
2546         ""
2548         ""
2550         *** empty log message ***
2552         ""
2554         ""
2556 2004-06-24  konst  <konst>
2558         ""
2560         ""
2562         ""
2564         ""
2566 2004-06-21  konst  <konst>
2568         ""
2570         ""
2572         ""
2574 2004-06-19  konst  <konst>
2576         ""
2578         ""
2580 2004-06-18  konst  <konst>
2582         ""
2584         ""
2586         ""
2588         ""
2590         ""
2592         ""
2594 2004-06-17  konst  <konst>
2596         ""
2598         ""
2600 2004-06-14  konst  <konst>
2602         *** empty log message ***
2604 2004-06-12  konst  <konst>
2606         ""
2608         ""
2610 2004-06-11  konst  <konst>
2612         ""
2614 2004-06-10  konst  <konst>
2616         *** empty log message ***
2618         ""
2620         ""
2622         ""
2624         ""
2626         ""
2628         ""
2630         ""
2632         Initial revision
2634 2004-04-13  konst  <konst>
2636         *** empty log message ***
2638         ""
2640         ""
2642         ""
2644         ""
2646         ""
2648 2004-04-11  konst  <konst>
2650         ""
2652         ""
2654 2004-04-10  konst  <konst>
2656         *** empty log message ***
2658 2004-04-04  konst  <konst>
2660         ""
2662 2004-04-01  konst  <konst>
2664         ""
2666 2004-03-31  konst  <konst>
2668         *** empty log message ***
2670 2004-03-28  konst  <konst>
2672         ""
2674         ""
2676 2004-03-27  konst  <konst>
2678         ""
2680 2004-03-22  konst  <konst>
2682         ""
2684         ""
2686         ""
2688 2004-03-20  konst  <konst>
2690         ""
2692 2004-03-17  konst  <konst>
2694         ""
2696 2004-03-15  konst  <konst>
2698         *** empty log message ***
2700         *** empty log message ***
2702 2004-03-13  konst  <konst>
2704         ""
2706 2004-03-10  konst  <konst>
2708         ""
2710 2004-03-09  konst  <konst>
2712         ""
2714 2004-03-07  konst  <konst>
2716         ""
2718         ""
2720 2004-03-03  konst  <konst>
2722         *** empty log message ***
2724 2004-02-26  konst  <konst>
2726         ""
2728 2004-02-22  konst  <konst>
2730         ""
2732 2004-02-21  konst  <konst>
2734         *** empty log message ***
2736 2004-02-20  konst  <konst>
2738         ""
2740 2004-02-19  konst  <konst>
2742         *** empty log message ***
2744 2004-02-17  konst  <konst>
2746         ""
2748 2004-02-15  konst  <konst>
2750         ""
2752         ""
2754         *** empty log message ***
2756 2004-02-11  konst  <konst>
2758         *** empty log message ***
2760         ""
2762         *** empty log message ***
2764         Initial revision
2766 2004-02-08  konst  <konst>
2768         ""
2770 2004-02-04  konst  <konst>
2772         *** empty log message ***
2774         *** empty log message ***
2776         msn is back
2778 2004-02-01  konst  <konst>
2780         ""
2782         ""
2784 2004-01-31  konst  <konst>
2786         *** empty log message ***
2788 2004-01-30  konst  <konst>
2790         ""
2792         ""
2794 2004-01-27  konst  <konst>
2796         ""
2798         ""
2800         *** empty log message ***
2802         *** empty log message ***
2804         Initial revision
2806 2004-01-16  konst  <konst>
2808         *** empty log message ***
2810         *** empty log message ***
2812 2004-01-15  konst  <konst>
2814         *** empty log message ***
2816         *** empty log message ***
2818         *** empty log message ***
2820         ""
2822         ""
2824         ""
2826         ""
2828         *** empty log message ***
2830 2003-12-11  konst  <konst>
2832         ""
2834         ""
2836         ""
2838 2003-12-05  konst  <konst>
2840         ""
2842         ""
2844 2003-11-26  konst  <konst>
2846         ""
2848 2003-11-24  konst  <konst>
2850         ""
2852         ""
2854 2003-11-23  konst  <konst>
2856         ""
2858         ""
2860         ""
2862 2003-11-22  konst  <konst>
2864         ""
2866         ""
2868 2003-11-21  konst  <konst>
2870         ""
2872         ""
2874 2003-11-07  konst  <konst>
2876         ""
2878         ""
2880 2003-11-06  konst  <konst>
2882         ""
2884         ""
2886 2003-11-05  konst  <konst>
2888         yahoo search and groups operations reflection
2890         yahoo search and groups operations reflection
2892         *** empty log message ***
2894         ""
2896         ""
2898         ""
2900         ""
2902 2003-10-31  konst  <konst>
2904         ""
2906 2003-10-26  konst  <konst>
2908         *** empty log message ***
2910 2003-10-21  konst  <konst>
2912         ""
2914         ""
2916         ""
2918 2003-10-20  konst  <konst>
2920         ''
2922         ""
2924         ""
2926         ""
2928         ""
2930 2003-10-16  konst  <konst>
2932         ''
2934 2003-10-15  konst  <konst>
2936         ''
2938 2003-10-14  konst  <konst>
2940         ''
2942         ''
2944 2003-10-13  konst  <konst>
2946         ''
2948         ''
2950 2003-10-12  konst  <konst>
2952         ''
2954 2003-10-11  konst  <konst>
2956         aim buddy-list, lj friends add/remove
2958 2003-10-06  konst  <konst>
2960         *** empty log message ***
2962 2003-10-05  konst  <konst>
2964         ''
2966         ''
2968         ''
2970         ''
2972         ''
2974         ''
2976 2003-10-03  konst  <konst>
2978         *** empty log message ***
2980 2003-10-02  konst  <konst>
2982         *** empty log message ***
2984         ""
2986 2003-10-01  konst  <konst>
2988         *** empty log message ***
2990         *** empty log message ***
2992         *** empty log message ***
2994         *** empty log message ***
2996         *** empty log message ***
2998         *** empty log message ***
3000         *** empty log message ***
3002         *** empty log message ***
3004         *** empty log message ***
3006         *** empty log message ***
3008         *** empty log message ***
3010         livejournal plus some yahoo hacks
3012 2003-09-30  konst  <konst>
3014         ""
3016         ""
3018         ""
3020         ""
3022         *** empty log message ***
3024 2003-09-28  konst  <konst>
3026         *** empty log message ***
3028         yahoo is back
3030         new auth mechanism
3032 2003-09-26  konst  <konst>
3034         ljhook.cc
3036         *** empty log message ***
3038         *** empty log message ***
3040 2003-09-12  konst  <konst>
3042         ''
3044 2003-09-11  konst  <konst>
3046         ''
3048         ''
3050 2003-08-28  konst  <konst>
3052         *** empty log message ***
3054 2003-08-21  konst  <konst>
3056         ""
3058 2003-07-25  konst  <konst>
3060         *** empty log message ***
3062 2003-07-24  konst  <konst>
3064         *** empty log message ***
3066         *** empty log message ***
3068         *** empty log message ***
3070         ""
3072 2003-07-22  konst  <konst>
3074         ""
3076         ""
3078 2003-07-20  konst  <konst>
3080         *** empty log message ***
3082 2003-07-19  konst  <konst>
3084         *** empty log message ***
3086         *** empty log message ***
3088         *** empty log message ***
3090         *** empty log message ***
3092         ""
3094 2003-07-18  konst  <konst>
3096         ""
3098         *** empty log message ***
3100 2003-07-17  konst  <konst>
3102         *** empty log message ***
3104         ""
3106         ""
3108 2003-07-16  konst  <konst>
3110         4.9.5 released
3112 2003-07-13  konst  <konst>
3114         *** empty log message ***
3116         ""
3118 2003-07-12  konst  <konst>
3120         RSS related stuff was added
3122         ""
3124 2003-07-07  konst  <konst>
3126         ""
3128         ""
3130         ""
3132         ""
3134 2003-07-05  konst  <konst>
3136         *** empty log message ***
3138         *** empty log message ***
3140 2003-06-26  konst  <konst>
3142         ""
3144         ""
3146 2003-06-25  konst  <konst>
3148         *** empty log message ***
3150 2003-06-24  konst  <konst>
3152         ""
3154         ""
3156 2003-06-20  konst  <konst>
3158         ""
3160 2003-06-19  konst  <konst>
3162         *** empty log message ***
3164 2003-06-02  konst  <konst>
3166         some fixes were made
3168         *** empty log message ***
3170         *** empty log message ***
3172         *** empty log message ***
3174         *** empty log message ***
3176 2003-05-21  konst  <konst>
3178         *** empty log message ***
3180 2003-05-14  konst  <konst>
3182         *** empty log message ***
3184 2003-05-12  konst  <konst>
3186         *** empty log message ***
3188         *** empty log message ***
3190 2003-05-11  konst  <konst>
3192         *** empty log message ***
3194 2003-05-10  konst  <konst>
3196         *** empty log message ***
3198 2003-05-09  konst  <konst>
3200         *** empty log message ***
3202         the find/add problem was fixed
3204 2003-05-08  konst  <konst>
3206         *** empty log message ***
3208 2003-05-07  konst  <konst>
3210         *** empty log message ***
3212         *** empty log message ***
3214 2003-05-06  konst  <konst>
3216         *** empty log message ***
3218         *** empty log message ***
3220         *** empty log message ***
3222 2003-05-05  konst  <konst>
3224         *** empty log message ***
3226         msn nicknames find/add problem fixed
3228         Mark Verboom's patch and Jabber users read
3230 2003-04-23  konst  <konst>
3232         *** empty log message ***
3234         *** empty log message ***
3236 2003-04-22  konst  <konst>
3238         *** empty log message ***
3240         *** empty log message ***
3242 2003-04-21  konst  <konst>
3244         *** empty log message ***
3246         *** empty log message ***
3248 2003-04-20  konst  <konst>
3250         *** empty log message ***
3252 2003-04-19  konst  <konst>
3254         *** empty log message ***
3256         *** empty log message ***
3258         *** empty log message ***
3260         *** empty log message ***
3262         *** empty log message ***
3264 2003-04-18  konst  <konst>
3266         irc reporting improved
3268         *** empty log message ***
3270         IP binding works now for all the IMs
3272         *** empty log message ***
3274         *** empty log message ***
3276 2003-04-17  konst  <konst>
3278         a small build fix
3280         *** empty log message ***
3282         *** empty log message ***
3284         *** empty log message ***
3286         *** empty log message ***
3288         *** empty log message ***
3290         *** empty log message ***
3292         a long awaited commit after a long time of inactivity
3294 2003-04-02  konst  <konst>
3296         ported to cygwin
3298         ported to cygwin
3300         ported to cygwin
3302         ported to cygwin
3304 2003-01-31  konst  <konst>
3306         ""
3308 2003-01-28  konst  <konst>
3310         ''
3312 2003-01-27  konst  <konst>
3314         ""
3316         ""
3318         ''
3320 2003-01-22  konst  <konst>
3322         ""
3324         ''
3326 2003-01-20  konst  <konst>
3328         ""
3330         ""
3332         ''
3334 2003-01-19  konst  <konst>
3336         ''
3338         ''
3340         ''
3342         ''
3344 2003-01-18  konst  <konst>
3346         ""
3348         ""
3350         ''
3352         ''
3354         ''
3356 2003-01-16  konst  <konst>
3358         ""
3360         ""
3362 2003-01-15  konst  <konst>
3364         ""
3366         *** empty log message ***
3368         *** empty log message ***
3370 2003-01-10  konst  <konst>
3372         *** empty log message ***
3374 2003-01-06  konst  <konst>
3376         *** empty log message ***
3378         ""
3380         ''
3382 2003-01-05  konst  <konst>
3384         ''
3386         ''
3388         ''
3390 2003-01-04  konst  <konst>
3392         *** empty log message ***
3394 2002-12-30  konst  <konst>
3396         ''
3398         ''
3400 2002-12-29  konst  <konst>
3402         ''
3404 2002-12-28  konst  <konst>
3406         *** empty log message ***
3408 2002-12-27  konst  <konst>
3410         ''
3412         ""
3414         ""
3416 2002-12-26  konst  <konst>
3418         ''
3420 2002-12-23  konst  <konst>
3422         ""
3424         ""
3426         ""
3428 2002-12-20  konst  <konst>
3430         ""
3432 2002-12-19  konst  <konst>
3434         ''
3436         *** empty log message ***
3438         ""
3440 2002-12-18  konst  <konst>
3442         ""
3444 2002-12-17  konst  <konst>
3446         ""
3448 2002-12-16  konst  <konst>
3450         ""
3452 2002-12-15  konst  <konst>
3454         ''
3456         ""
3458         ""
3460 2002-12-14  konst  <konst>
3462         ''
3464         ''
3466 2002-12-13  konst  <konst>
3468         ""
3470         ""
3472         ""
3474         ""
3476         ''
3478 2002-12-12  konst  <konst>
3480         ""
3482         ""
3484         ""
3486         ""
3488         ""
3490         ""
3492 2002-12-11  konst  <konst>
3494         ''
3496         ''
3498         ''
3500         ""
3502         ""
3504         ""
3506         ""
3508         ""
3510         ""
3512         ''
3514 2002-12-10  konst  <konst>
3516         ''
3518         ''
3520         ""
3522         ""
3524         ""
3526 2002-12-09  konst  <konst>
3528         ""
3530         ""
3532         ""
3534         ""
3536         ""
3538         ""
3540 2002-12-07  konst  <konst>
3542         *** empty log message ***
3544 2002-12-06  konst  <konst>
3546         groupchat now works just like it should
3548 2002-12-05  konst  <konst>
3550         ''
3552         jabber groupchat is almost ready
3554         channel manager was removed; the channels stuff is unified now
3556 2002-12-04  konst  <konst>
3558         ""
3560 2002-12-03  konst  <konst>
3562         ""
3564         ""
3566         ""
3568 2002-12-02  konst  <konst>
3570         ""
3572         *** empty log message ***
3574 2002-12-01  konst  <konst>
3576         *** empty log message ***
3578         ''
3580         ''
3582         ''
3584         ''
3586 2002-11-30  konst  <konst>
3588         ''
3590         ''
3592         ''
3594         Initial revision
3596         ''
3598         *** empty log message ***
3600 2002-11-29  konst  <konst>
3602         ""
3604         ""
3606 2002-11-28  konst  <konst>
3608         ""
3610         ""
3612         ""
3614         *** empty log message ***
3616 2002-11-27  konst  <konst>
3618         ""
3620 2002-11-26  konst  <konst>
3622         ''
3624         ""
3626         ""
3628         ""
3630 2002-11-25  konst  <konst>
3632         ''
3634         ''
3636         ""
3638         ""
3640         *** empty log message ***
3642         *** empty log message ***
3644 2002-11-24  konst  <konst>
3646         ''
3648 2002-11-23  konst  <konst>
3650         ''
3652         ''
3654         ''
3656         ''
3658         ''
3660         ''
3662 2002-11-22  konst  <konst>
3664         ""
3666         ""
3668         ""
3670         ""
3672         ""
3674         ""
3676         ""
3678         *** empty log message ***
3680 2002-11-21  konst  <konst>
3682         ""
3684 2002-11-20  konst  <konst>
3686         *** empty log message ***
3688         *** empty log message ***
3690         ""
3692         *** empty log message ***
3694 2002-11-19  konst  <konst>
3696         ""
3698         ""
3700         ""
3702         Initial revision
3704 2002-11-18  konst  <konst>
3706         ""
3708         ""
3710         ""
3712         ""
3714         ""
3716 2002-11-15  konst  <konst>
3718         ""
3720 2002-11-14  konst  <konst>
3722         ""
3724 2002-11-12  konst  <konst>
3726         ""
3728         ''
3730 2002-11-11  konst  <konst>
3732         ""
3734         ""
3736 2002-11-02  konst  <konst>
3738         ''
3740 2002-11-01  konst  <konst>
3742         ''
3744         ''
3746 2002-10-31  konst  <konst>
3748         ''
3750         ''
3752 2002-10-30  konst  <konst>
3754         ''
3756 2002-10-29  konst  <konst>
3758         ''
3760         ''
3762         ''
3764 2002-10-28  konst  <konst>
3766         ''
3768         ''
3770         ''
3772         ''
3774 2002-10-27  konst  <konst>
3776         ''
3778 2002-10-24  konst  <konst>
3780         ''
3782         ''
3784 2002-10-23  konst  <konst>
3786         ''
3788         ''
3790 2002-10-22  konst  <konst>
3792         ''
3794 2002-10-17  konst  <konst>
3796         ''
3798         ''
3800         ''
3802         ''
3804 2002-10-16  konst  <konst>
3806         ''
3808         ''
3810         ''
3812         ''
3814         *** empty log message ***
3816 2002-10-15  konst  <konst>
3818         ''
3820         ''
3822 2002-10-09  konst  <konst>
3824         ''
3826 2002-10-08  konst  <konst>
3828         ''
3830 2002-10-07  konst  <konst>
3832         ''
3834 2002-10-06  konst  <konst>
3836         ''
3838         *** empty log message ***
3840         ''
3842         ''
3844         ''
3846         ''
3848 2002-10-04  konst  <konst>
3850         ''
3852         ''
3854         ''
3856         ''
3858         ''
3860         ''
3862 2002-09-30  konst  <konst>
3864         ''
3866         ''
3868 2002-09-26  konst  <konst>
3870         ''
3872 2002-09-24  konst  <konst>
3874         ''
3876         ''
3878 2002-09-23  konst  <konst>
3880         ''
3882         ''
3884         ''
3886         ''
3888 2002-09-20  konst  <konst>
3890         ''
3892         ''
3894 2002-09-19  konst  <konst>
3896         ''
3898         ''
3900 2002-09-17  konst  <konst>
3902         ''
3904 2002-09-13  konst  <konst>
3906         ''
3908         ''
3910 2002-09-12  konst  <konst>
3912         ''
3914         ''
3916 2002-09-11  konst  <konst>
3918         ''
3920 2002-09-10  konst  <konst>
3922         ''
3924         ''
3926 2002-09-09  konst  <konst>
3928         ''
3930         ''
3932         ''
3934 2002-09-06  konst  <konst>
3936         ''
3938 2002-09-05  konst  <konst>
3940         ''
3942 2002-09-04  konst  <konst>
3944         ''
3946         ''
3948 2002-09-03  konst  <konst>
3950         ''
3952         ''
3954         ''
3956         ''
3958         ''
3960         ""
3962 2002-09-02  konst  <konst>
3964         ''
3966         ''
3968         ''
3970         ''
3972         ''
3974 2002-09-01  konst  <konst>
3976         ""
3978         ""
3980         ""
3982 2002-08-30  konst  <konst>
3984         ""
3986         ''
3988         ''
3990 2002-08-29  konst  <konst>
3992         *** empty log message ***
3994         ''
3996         ""
3998 2002-08-28  konst  <konst>
4000         ''
4002         ''
4004 2002-08-27  konst  <konst>
4006         ''
4008 2002-08-26  konst  <konst>
4010         ''
4012         ''
4014         ''
4016         ''
4018 2002-08-25  konst  <konst>
4020         ''
4022 2002-08-24  konst  <konst>
4024         ''
4026         ""
4028         ""
4030 2002-08-22  konst  <konst>
4032         ""
4034         ""
4036         ""
4038 2002-08-21  konst  <konst>
4040         ""
4042         ""
4044         ""
4046         ""
4048         ""
4050 2002-08-20  konst  <konst>
4052         ""
4054         ""
4056         ""
4058         *** empty log message ***
4060 2002-08-19  konst  <konst>
4062         *** empty log message ***
4064         *** empty log message ***
4066         ""
4068         ""
4070         ""
4072 2002-08-18  konst  <konst>
4074         ""
4076         ""
4078         ""
4080 2002-08-17  konst  <konst>
4082         ""
4084         ""
4086 2002-08-16  konst  <konst>
4088         ""
4090         ""
4092         ""
4094         ""
4096         ""
4098 2002-08-15  konst  <konst>
4100         ""
4102         ""
4104         ""
4106         *** empty log message ***
4108 2002-08-14  konst  <konst>
4110         *** empty log message ***
4112         ""
4114         ""
4116         ""
4118         ""
4120 2002-08-11  konst  <konst>
4122         ""
4124 2002-08-10  konst  <konst>
4126         ""
4128 2002-08-09  konst  <konst>
4130         ""
4132         ""
4134 2002-08-08  konst  <konst>
4136         ""
4138         ""
4140 2002-08-06  konst  <konst>
4142         ""
4144 2002-08-05  konst  <konst>
4146         ""
4148         ""
4150 2002-08-02  konst  <konst>
4152         ""
4154 2002-07-31  konst  <konst>
4156         ""
4158         ""
4160 2002-07-30  konst  <konst>
4162         ""
4164 2002-07-29  konst  <konst>
4166         ""
4168 2002-07-18  konst  <konst>
4170         ""
4172 2002-07-17  konst  <konst>
4174         ""
4176         ""
4178 2002-07-16  konst  <konst>
4180         ""
4182         ""
4184         ""
4186         Fixed a thingie which caused the old gcc to bail out
4188         *** empty log message ***
4190         ""
4192 2002-07-15  konst  <konst>
4194         ""
4196         ""
4198         ""
4200         ""
4202         ""
4204         ""
4206 2002-07-14  konst  <konst>
4208         ""
4210 2002-07-13  konst  <konst>
4212         ""
4214         ""
4216         ""
4218 2002-07-12  konst  <konst>
4220         The new Yahoo! engine was integrated to get the changed protocol work.
4222         Initial revision
4224 2002-07-10  konst  <konst>
4226         ""
4228         ""
4230 2002-07-09  konst  <konst>
4232         ""
4234         ""
4236         ""
4238         ""
4240         Ported to Sun Solaris finally
4242 2002-07-08  konst  <konst>
4244         ""
4246         ""
4248 2002-07-06  konst  <konst>
4250         ""
4252         ""
4254         ""
4256 2002-07-05  konst  <konst>
4258         ""
4260 2002-07-04  konst  <konst>
4262         ""
4264 2002-07-03  konst  <konst>
4266         ""
4268         Now compiles with GCC 3.1 without problems.
4270         Now compiles with GCC 3.1 without problems.
4272         Now compiles with GCC 3.1 without problems.
4274         Now compiles with GCC 3.1 without problems.
4276         ""
4278         ""
4280         Fixed a Yahoo bug resulted into adding some crazy nicknames.
4282 2002-07-01  konst  <konst>
4284         ""
4286 2002-06-29  konst  <konst>
4288         *** empty log message ***
4290 2002-06-28  konst  <konst>
4292         ""
4294         Some mess in the CVS was taken to order. Hopefully.
4296         check for the cvs version was added
4298         *** empty log message ***
4300         remote occupied and dnd modes fixed
4302         ""
4304 2002-06-27  konst  <konst>
4306         Almost finished the support for talking on IRC channels and issuing of irc commands.
4308 2002-06-25  konst  <konst>
4310         The ESC key didn't work correctly in the save find profile action.
4312         Fixed a bug with forwarding messages in chat mode.
4314         Fixed a bug with forwarding messages in chat mode.
4316 2002-06-21  konst  <konst>
4318         Added a bug instead of fixing an issue. Fixed finally (hope so) :)
4320 2002-06-20  konst  <konst>
4322         The "nicks fetched" flags is cleared now as soon as the IRC adapter is disconnected.
4324 2002-06-17  konst  <konst>
4326         ""
4328 2002-06-13  konst  <konst>
4330         ""
4332 2002-06-11  konst  <konst>
4334         ""
4336 2002-06-09  konst  <konst>
4338         ""
4340 2002-06-05  konst  <konst>
4342         ""
4344         ""
4346 2002-06-04  konst  <konst>
4348         ""
4350 2002-06-03  konst  <konst>
4352         Added a whole-irc-net e-mail search function.
4354         Implemented the whole-irc-net e-mail search feature.
4356 2002-05-30  konst  <konst>
4358         ""
4360 2002-05-28  konst  <konst>
4362         ""
4364 2002-05-27  konst  <konst>
4366         ""
4368 2002-05-26  konst  <konst>
4370         Fixed a bug in the birthday reminder feature.
4372 2002-05-24  konst  <konst>
4374         ""
4376 2002-05-23  konst  <konst>
4378         Birthday reminders were added.
4380 2002-05-22  konst  <konst>
4382         Added to copy constructor so that title params get copied.
4384         *** empty log message ***
4386 2002-05-19  konst  <konst>
4388         ""
4390         ""
4392 2002-05-17  konst  <konst>
4394         ""
4396         *** empty log message ***
4398 2002-05-15  konst  <konst>
4400         ""
4402 2002-05-14  konst  <konst>
4404         ""
4406 2002-05-13  konst  <konst>
4408         ""
4410 2002-05-11  konst  <konst>
4412         Fixed a small segfault in IRC search results.
4414 2002-05-10  konst  <konst>
4416         ""
4418 2002-05-09  konst  <konst>
4420         Mass-sending of the first message in chat mode was implemented.
4422         Chinese translation was updated. IRC name substring search was added.
4424 2002-05-08  konst  <konst>
4426         ""
4428         ""
4430         ""
4432 2002-05-02  konst  <konst>
4434         *** empty log message ***
4436         Migrated to the new and nice colorschemer :)
4438         the colorschemer class was added
4440         ""
4442 2002-05-01  konst  <konst>
4444         Chat window now doesn't get screwed up because of special characters in messages.
4446         Fixed the disk space eating issue.
4448         IRC nicks lookup little weirdness was fixed.
4450         Optimized the chat mode. Now should work faster.
4452 2002-04-26  konst  <konst>
4454         Chat mode has been implemented.
4456 2002-04-25  konst  <konst>
4458         ""
4460         *** empty log message ***
4462 2002-04-24  konst  <konst>
4464         ""
4466 2002-04-23  konst  <konst>
4468         ""
4470         *** empty log message ***
4472         French and Malaysian translations were added.
4474 2002-04-22  konst  <konst>
4476         Fixed the problem with incorrect CRLF's in ICQ messages.
4478         ""
4480         Fixed an incorrect STL usage.
4482         ""
4484 2002-04-21  konst  <konst>
4486         4.7.1 release was built
4488 2002-04-20  konst  <konst>
4490         The broken pipe bug was fixed.
4492         Fixed the broken pipe thing, and did some other stuff.
4494 2002-04-19  konst  <konst>
4496         Documented the -b parameter.
4498         Incorrect STL usage was fixed.
4500 2002-04-18  konst  <konst>
4502         *** empty log message ***
4504         CPU hogging in auto-away/na seems to be fixed.
4506 2002-04-17  konst  <konst>
4508         Fixed a message sending from the find results dialog segfault bug.
4510         The quick find feature is now available also in multiple contacts selection and find results modes. Made it possible to send messages directly from the find results dialog.
4512         Groups moving up and down in the group manager was implemented.
4514 2002-04-16  konst  <konst>
4516         Fixed the IP not showing bug.
4518         AIM connection failed messages are now more informative
4520         *** empty log message ***
4522 2002-04-15  konst  <konst>
4524         The collapsable groups patch was applied.
4526         Sending SMS to oneself bug was fixed.
4528 2002-04-13  konst  <konst>
4530         ""
4532 2002-04-12  konst  <konst>
4534         ""
4536         *** empty log message ***
4538         Away message request log message was detalized.
4540 2002-04-11  konst  <konst>
4542         ""
4544 2002-04-10  konst  <konst>
4546         IRC away messages reporting was added.
4548         IRC away messages are now possible to be fetched.
4550 2002-04-09  konst  <konst>
4552         When an icq contact was re-added after deleting it in the same session, its status wasn't updated and remained offline all the time. Fixed.
4554         ""
4556         ""
4558 2002-04-08  konst  <konst>
4560         ""
4562         ""
4564         The "Edit away messages on status change" configuration option was added.
4566         Changing status from the command line was implemented.
4568 2002-04-07  konst  <konst>
4570         ""
4572         ""
4574         ""
4576         ""
4578         Highlighting items in ignore, visible and invisible lists was implemented.
4580         *** empty log message ***
4582         Migrated to the new libicq2000, and fixed up some thin places. ICQ visible and invisible lists finally work. Not a big deal, in fact.
4584         irc channels load/save was implemented
4586 2002-04-06  konst  <konst>
4588         Channel manager was added, and channel related things such as finding users was re-written.
4590         ""
4592 2002-04-05  konst  <konst>
4594         A channel list fetching callback was added.
4596         IRC support was improved. Now it's able to show list of channels a user is currently on, as well as splits their info into the e-mail address and about fields.
4598 2002-04-04  konst  <konst>
4600         *** empty log message ***
4602         Some fixes against IRC segfaults were made.
4604         IRC support was improved.
4606         Fixed a bug in the console inactivity time detection.
4608         Fixed a bug in the console inactivity time detection.
4610         IRC support was improved dramatically.
4612         *** empty log message ***
4614 2002-04-03  konst  <konst>
4616         IRC support, an autoaway/autona bugfix.
4618         ""
4620 2002-04-02  konst  <konst>
4622         ""
4624 2002-04-01  konst  <konst>
4626         ""
4628         ""
4630 2002-03-30  konst  <konst>
4632         ""
4634         ""
4636         ""
4638 2002-03-28  konst  <konst>
4640         Work zip code is now possible to be edited in the details update dialog. It was also made possible to wrap lines in the actions file with backslashes.
4642 2002-03-27  konst  <konst>
4644         *** empty log message ***
4646 2002-03-26  konst  <konst>
4648         *** empty log message ***
4650         Fixed another little and weird resize segfault.
4652         ChangeLog was updated, preparing to a new release.
4654         ""
4656         Configuration and account manager dialogs' incorrect behaviour, AIM hook's logged in incorrect reporting, and wrong disk space checking were fixed.
4658 2002-03-25  konst  <konst>
4660         ""
4662         ""
4664 2002-03-24  konst  <konst>
4666         SMTP server's address not saving bug was fixed. TODO was extended with some problems experienced at home :)
4668 2002-03-23  konst  <konst>
4670         Yahoo and MSN details get updated now with "Retrieve". Find/add and Edit user's details dialogs' bugs were fixed.
4672 2002-03-22  konst  <konst>
4674         Fixed the yahoo library's inability to report the invalid username/password situation. Cleared out the unused timer_reconnect variables.
4676         Rolled back to older version.
4678         *** empty log message ***
4680 2002-03-21  konst  <konst>
4682         *** empty log message ***
4684         Relaxed re-connect timing was introduced to avoid the turboing problem when centericq is left alone trying to connect over and over again.
4686 2002-03-20  konst  <konst>
4688         ""
4690         ""
4692 2002-03-19  konst  <konst>
4694         ""
4696 2002-03-18  konst  <konst>
4698         Ukrainian translation was added. A bug with LF symbols in user info was fixed.
4700 2002-03-17  konst  <konst>
4702         *** empty log message ***
4704 2002-03-15  konst  <konst>
4706         ""
4708         A little away msgs reading bug fix.
4710         HD access reduced with moving away msgs reading to another routine.
4712         Fixed the disk space checking routine, so that FreeBSD users can be happy now.
4714         ""
4716         Some additional checks were added to aimhook to avoid segfaults.
4718 2002-03-14  konst  <konst>
4720         Added port numbers and servers addresses to README.
4722         "Dropped in" users are now added to Yahoo or AIM contact list temporary now, so that we can see their actual status.
4724         Updated README, and added a check for freebsd used to determine whether it's needed or not to include <sys/vfs.h> *bsd systems lack.
4726         *** empty log message ***
4728         a little bug in the script
4730         *** empty log message ***
4732         Minor changes. Added automatic resolve for newly added contacts.
4734         Removed some unused crap, and added the cuthtml function.
4736         Started implementing support for the AIM TOC protocol. First commit of the stuff.
4738         Initial revision
4740         ""
4742 2002-03-12  konst  <konst>
4744         *** empty log message ***
4746 2002-03-11  konst  <konst>
4748         *** empty log message ***
4750         iconv() wrapper was added.
4752         Translation between CP1251 and KOI8-R is now done with iconv() if present. Incorrect displaying of contact list in group mode 2 was fixed. Disk space check was added.
4754         *** empty log message ***
4756 2002-03-10  konst  <konst>
4758         *** empty log message ***
4760 2002-03-09  konst  <konst>
4762         *** empty log message ***
4764         Added a configure check for libiconv, if any :)
4766 2002-03-08  konst  <konst>
4768         all your base ;)
4770         *** empty log message ***
4772 2002-03-07  konst  <konst>
4774         *** empty log message ***
4776         *** empty log message ***
4778         ifstream::attach() call removed. damn the standard.
4780         A display area in textbrowser became one char wider :)
4782         MSN friendly get unmimed now.
4784         *** empty log message ***
4786         *** empty log message ***
4788         *** empty log message ***
4790 2002-03-06  konst  <konst>
4792         *** empty log message ***
4794         *** empty log message ***
4796         *** empty log message ***
4798         ""
4800         ""
4802 2002-03-05  konst  <konst>
4804         *** empty log message ***
4806         *** empty log message ***
4808         breakintolines() fix.
4810         *** empty log message ***
4812         *** empty log message ***
4814         *** empty log message ***
4816 2002-03-04  konst  <konst>
4818         *** empty log message ***
4820         *** empty log message ***
4822         *** empty log message ***
4824         Some "string" type passing speed-ups were made.
4826         ""
4828         ""
4830 2002-03-03  konst  <konst>
4832         ""
4834         ""
4836         ""
4838 2002-03-01  konst  <konst>
4840         *** empty log message ***
4842         History leaks problem seems to be fixed now ;)
4844         *** empty log message ***
4846         *** empty log message ***
4848         *** empty log message ***
4850 2002-02-28  konst  <konst>
4852         *** empty log message ***
4854         *** empty log message ***
4856         *** empty log message ***
4858         *** empty log message ***
4860         Now the status bar and log window contents are saved during the terminal window resize.
4862         *** empty log message ***
4864         ""
4866 2002-02-27  konst  <konst>
4868         *** empty log message ***
4870         Segfault on xterm resize event was fixed. Contact list and log window sizes now depend on the terminal window size. 100% CPU load on registration errors was fixed.
4872 2002-02-26  konst  <konst>
4874         ""
4876         ""
4878         ""
4880 2002-02-25  konst  <konst>
4882         Updated ChangeLog, README and the man page.
4884         *** empty log message ***
4886         Applied the patch for transparency and "all protocols". Commented out the line that seems to cause problems with reading incoming events.
4888 2002-02-24  konst  <konst>
4890         ""
4892         ""
4894 2002-02-23  konst  <konst>
4896         ""
4898         ""
4900         ""
4902         *** empty log message ***
4904         Passing online events to external actions works well now.
4906         Added URL sending from the command line and color schemes descriptions to the README. New mail messages timestamping added.
4908 2002-02-22  konst  <konst>
4910         ""
4912         ""
4914         Implemented command line events queuing. Updated README.
4916         Fixed some auto-respond issues.
4918         *** empty log message ***
4920 2002-02-21  konst  <konst>
4922         *** empty log message ***
4924         *** empty log message ***
4926 2002-02-20  konst  <konst>
4928         *** empty log message ***
4930         Feature to auto-respond and process incoming events with external programs was added.
4932         todo: implement external actions
4934 2002-02-19  konst  <konst>
4936         *** empty log message ***
4938         Finally applied the patch for Cyrillic in MSN. Fixed the problem with sockets left unclosed.
4940 2002-02-18  konst  <konst>
4942         Tried to speed up incoming messages reading. Probably managed.
4944         ""
4946 2002-02-16  konst  <konst>
4948         ""
4950         *** empty log message ***
4952 2002-02-15  konst  <konst>
4954         Fixed a possibility to update ICQ nicknames.
4956 2002-02-14  konst  <konst>
4958         ""
4960 2002-02-13  konst  <konst>
4962         Self details and our contact on the list issue was fixed.
4964         Updated TODO and README. "https://" URLs are now fetched from the context as well.
4966 2002-02-08  konst  <konst>
4968         ''
4970         logging problem got fixed once again
4972 2002-02-07  konst  <konst>
4974         ''
4976         Fixed the one-line-away-message-storing bug.
4978 2002-02-06  konst  <konst>
4980         Fixed some away messages issues. It's getting closer to being perfect :)
4982         Setting and fetching away messages was finally implemented.
4984 2002-02-05  konst  <konst>
4986         *** empty log message ***
4988         Age range search parameter now works fine.
4990         Login processes were taken in account too in the lastkeypress() routine.
4992         Zip code incorrect update/show was fixed. Online sound didn't work. Fixed.
4994 2002-02-04  konst  <konst>
4996         *** empty log message ***
4998         Fixed a minor issue in the logger related to statuses written in inverse order.
5000 2002-02-01  konst  <konst>
5002         *** empty log message ***
5004         *** empty log message ***
5006         Fixed the RH62 segfault. Dammit.
5008         ''
5010 2002-01-31  konst  <konst>
5012         Fixed some kind of a minor issue.
5014 2002-01-30  konst  <konst>
5016         Some changes of more or less cosmetic kind were made.
5018         *** empty log message ***
5020         Support for "You were added" messages was added. Authorization request packets parsing was fixed.
5022 2002-01-29  konst  <konst>
5024         E-mail express messages support was added.
5026 2002-01-28  konst  <konst>
5028         Fixed the RH62 STL incompatibility issue.
5030         *** empty log message ***
5032 2002-01-27  konst  <konst>
5034         Some pre-release actions were taken.
5036 2002-01-26  konst  <konst>
5038         *** empty log message ***
5040         Users' local time is now displayed correctly.
5042 2002-01-25  konst  <konst>
5044         *** empty log message ***
5046 2002-01-24  konst  <konst>
5048         Russian PO translation was updated.
5050         Empty authorization request messages bug in libicq2000 was fixed.
5052         *** empty log message ***
5054         Quickfind segfault was fixed.
5056 2002-01-23  konst  <konst>
5058         Authorization messages showing up on history was fixed. It only displayed empty lines before.
5060 2002-01-22  konst  <konst>
5062         Fixed a minor bug in groups mode 2.
5064         Group modes 1 and 2 were implemented.
5066 2002-01-21  konst  <konst>
5068         Fixed a minor quickfind bug. It couldn't point to the last item in the contact list.
5070         *** empty log message ***
5072         Timezone displaying was added.
5074         Tried to speed up events reading, updated ChangeLog and README.
5076 2002-01-19  konst  <konst>
5078         User info is displayed in a more detailed way now, with interest categories and background names.
5080         Personal details update now works.
5082 2002-01-18  konst  <konst>
5084         *** empty log message ***
5086         Some small fixes were made. Event log was implemented.
5088 2002-01-17  konst  <konst>
5090         Fixed a little icq.mirabilis.com issue :)
5092         Languages are now displayed on the user info dialog. White pages search was implemented.
5094         Now it's possible to specify another server for ICQ. Invisible mode was fixed. FAQ was updated.
5096 2002-01-14  konst  <konst>
5098         ''
5100 2001-12-27  konst  <konst>
5102         *** empty log message ***
5104 2001-12-23  konst  <konst>
5106         ''
5108 2001-12-20  konst  <konst>
5110         MSN connection establishing code was a bit tweaken. Can fix the segfaults :)
5112         *** empty log message ***
5114         Background and interests information is now displayed.
5116 2001-12-19  konst  <konst>
5118         *** empty log message ***
5120         Login parameters are now re-read on exit from the account manager dialog.
5122         Details and gender are now fetched well, lastseen and lastIP parameters are now being set correctly as well.
5124 2001-12-18  konst  <konst>
5126         ""
5128 2001-12-17  konst  <konst>
5130         ""
5132 2001-12-14  konst  <konst>
5134         ""
5136         ""
5138         Now works well with Barnaby's recent ickle modifications. Had to extend the set of descriptors being select()'ed.
5140         ''
5142 2001-12-13  konst  <konst>
5144         ""
5146         ""
5148         ""
5150         ""
5152 2001-12-12  konst  <konst>
5154         ""
5156         ""
5158         ""
5160 2001-12-11  konst  <konst>
5162         ""
5164         ""
5166         Yahoo! empty messages bug was fixed. sms.wav was added.
5168 2001-12-10  konst  <konst>
5170         Status change bugs were fixed.
5172 2001-12-09  konst  <konst>
5174         ''
5176         ''
5178         *** empty log message ***
5180         ''
5182         *** empty log message ***
5184         ''
5186 2001-12-08  konst  <konst>
5188         *** empty log message ***
5190         *** empty log message ***
5192         *** empty log message ***
5194 2001-12-07  konst  <konst>
5196         Two methods were marked "const"
5198         SMS support was added.
5200         History search now works well.
5202         ""
5204         ""
5206         ""
5208         ""
5210         ""
5212 2001-12-06  konst  <konst>
5214         Authorization mechanism seems to work now.
5216         Russian win->koi translation has been re-implemented in yahoo hook.
5218         Event system was completely rewritten. Now I'm quite proud of the C++ design I made instead of an ugly previous implementation. Though gotta test this stuff a lot.
5220 2001-12-05  konst  <konst>
5222         *** empty log message ***
5224         *** empty log message ***
5226         *** empty log message ***
5228 2001-12-04  konst  <konst>
5230         *** empty log message ***
5232         Events dynamic pointers issue was taken in account.
5234 2001-12-03  konst  <konst>
5236         ''
5238         Started migrating to icq2000 protocol. Goes well.
5240 2001-12-01  konst  <konst>
5242         ''
5244 2001-11-30  konst  <konst>
5246         *** empty log message ***
5248         Two bugs were fixed. One with segfault on attempt to browse history, and second was related to passwords remembering.
5250         4.2.0 release preparations.
5252 2001-11-29  konst  <konst>
5254         ''
5256 2001-11-28  konst  <konst>
5258         ""
5260         refresh() call was added to textinputline class so that screen contents are up-to-date.
5262         Fixed a textinputline bug.
5264 2001-11-27  konst  <konst>
5266         Color hightlight for different IM protocols in multi selection box was implemented.
5267         Sounds for every protocol and every contact were repaired.
5269         KOI8-win1251 conversion was added to MSN and Yahoo protocols.
5271         Connections initialization messages were added to MSN protocol module.
5273         Adding info cards was moved to the find/add dialog.
5275         Context menu was repaired so that now "Remove contact" item does exist
5276         on it.
5278         Info cards are now possible to put to any group.
5280         *** empty log message ***
5282         ''
5284         *** empty log message ***
5286 2001-11-26  konst  <konst>
5288         Fixed a segfault on adding a yahoo contact.
5290         MSN support now works more or less stable. Status bar looks better, showing statuses for all of three supported IM networks.
5292 2001-11-25  konst  <konst>
5294         added msnhook
5296 2001-11-24  konst  <konst>
5298         *** empty log message ***
5300 2001-11-23  konst  <konst>
5302         MSN engine segfaults. It's natural.
5304         MSN messenger support added. Untested. Reorganized icq hook code.
5306 2001-11-22  konst  <konst>
5308         *** empty log message ***
5310 2001-11-21  konst  <konst>
5312         *** empty log message ***
5314         Removed some more "::"
5316         *** empty log message ***
5318 2001-11-20  konst  <konst>
5320         Restructured the hooks code. ICQ reconnect now seems to work fine.
5322         Fixed redraw() being disabled in texteditor. And removed "::" from calls to tolower and toupper from dialogbox.
5324 2001-11-19  konst  <konst>
5326         started the abstract class implementation
5328 2001-11-16  konst  <konst>
5330         ''
5332         ''
5334         ''
5336 2001-11-15  konst  <konst>
5338         ''
5340         ''
5342         ''
5344         ''
5346         ''
5348         *** empty log message ***
5350 2001-11-14  konst  <konst>
5352         ''
5354         Find/add users improved. now it can add yahoo users.
5356         *** empty log message ***
5358         *** empty log message ***
5360         Still working on multiple IM protocols support.
5362 2001-11-13  konst  <konst>
5364         ''
5366         ''
5368 2001-11-12  konst  <konst>
5370         Started implementing yahoo support. Goes very well so far.
5372 2001-11-11  konst  <konst>
5374         ''
5376 2001-11-09  konst  <konst>
5378         insert() now works correctly with blocks containing tab chars.
5380         *** empty log message ***
5382 2001-11-08  konst  <konst>
5384         ''
5386         Replaced uin and nonicq pair with one descriptive structure everywhere. A lot of bugs appearing is expected.
5388 2001-11-07  konst  <konst>
5390         *** empty log message ***
5392 2001-11-06  konst  <konst>
5394         Smart check for direct or through server mode added.
5396 2001-11-04  konst  <konst>
5398         *** empty log message ***
5400         *** empty log message ***
5402         *** empty log message ***
5404         *** empty log message ***
5406 2001-11-01  konst  <konst>
5408         *** empty log message ***
5410 2001-10-31  konst  <konst>
5412         *** empty log message ***
5414         *** empty log message ***
5416         *** empty log message ***
5418 2001-10-30  konst  <konst>
5420         ''
5422         ''
5424         ''
5426 2001-10-29  konst  <konst>
5428         *** empty log message ***
5430         *** empty log message ***
5432 2001-10-26  konst  <konst>
5434         CVS sync script was updated. The "already on the list while on not-in-list folder" bug was fixed.
5436 2001-10-25  konst  <konst>
5438         cvs sync script was added
5440         *** empty log message ***
5442         Fixed some problems.
5444 2001-10-24  konst  <konst>
5446         ''
5448         *** empty log message ***
5450         Highlight issues fixed once again :)
5452         Highlight issues fixed once again :)
5454         fixed a lot of quotes related issues. now should work excellent :)
5456         fixed a lot of quotes related issues. now should work excellent :)
5458         ''
5460 2001-10-23  konst  <konst>
5462         ''
5464         ''
5466         ''
5468 2001-10-22  konst  <konst>
5470         ''
5472         ''
5474         ''
5476 2001-10-19  konst  <konst>
5478         *** empty log message ***
5480         Made some updates to menu related code and to the new implementations of textinputline and fileselector.
5482         Moved the UI code to the new implementations of textinputline and fileselector classes.
5484 2001-10-18  konst  <konst>
5486         At last wrote new implementations of textinputline and fileselector classes.
5488         Started migrating to the new implementation of textinputline and fileselector.
5490         Updated the doc.
5492 2001-10-17  konst  <konst>
5494         Fixed a bug with a contact that had unknown status spoiled all the look of contact list with groups.
5496         Finalized the first very draft version of README :)
5498 2001-10-16  konst  <konst>
5500         Applied patch from Kapuzin which added dialogbox::addautokeys() method.
5502         A check for ncurses lib was added to configure.in. Patch from kapuzin was applied, so now all the dialogs have hot keys. Fixed the bug with "update details" dialog popping up over others.
5504 2001-10-15  konst  <konst>
5506         *** empty log message ***
5508 2001-10-12  konst  <konst>
5510         filefind() added.
5512         *** empty log message ***
5514 2001-10-09  konst  <konst>
5516         kxicq2 and gnomeicu added to the list of icq client data formats supported by the cicqconv script.
5517         "Send contacts" item added to the context menu.
5519         The "Update user's details" dialog was fixed. Now Enter can be pressed
5520         any number of times without any bad effects.
5522         Now "add to contact list" function asks to select a group, if the
5523         corresponding facility is enabled.
5525 2001-10-08  konst  <konst>
5527         *** empty log message ***
5529         Some segfaults caused by missing checks for open files were fixed.
5531 2001-10-07  konst  <konst>
5533         *** empty log message ***
5535         Added Makefile.am's.
5537         Updated man page and ChangeLog for releasing the 4.0.0 version.
5539 2001-10-05  konst  <konst>
5541         *** empty log message ***
5543         Romanian PO updated (thanks, Ovidiu :). The first version of contact list conversion script has been added.
5545 2001-10-04  konst  <konst>
5547         Configuration dialog was re-arranged a bit.
5549         *** empty log message ***
5551 2001-10-03  konst  <konst>
5553         Russian PO file updated.
5555         icqhook::disconnect() was fixed a little bit.
5557         *** empty log message ***
5559         *** empty log message ***
5561         Fixed FreeBSD related problems. At least I hope so. It worked just great with my gettext 0.10.35.
5563         Timezones support added. Update and display functions.
5565         *** empty log message ***
5567 2001-10-02  konst  <konst>
5569         groups, quick hide/show offline switch, and much more..
5571 2001-10-01  konst  <konst>
5573         Bug with the reconnect timer seems now to be fixed.
5575         *** empty log message ***
5577         *** empty log message ***
5579         The contact groups facility is almost done.
5581 2001-09-30  konst  <konst>
5583         Continued implementing the groups.
5585         Basic internal logic support for groups was implemented.
5587 2001-09-27  konst  <konst>
5589         *** empty log message ***
5591         Contacts sending feature was added.
5593 2001-09-26  konst  <konst>
5595         *** empty log message ***
5597         *** empty log message ***
5599         A minor interface change was made. It now checks if we're online before asking whether user should be notified about being added or not.
5601         Polish PO updated.
5603         Invisible list support was added.
5605 2001-09-25  konst  <konst>
5607         FAQ and TODO documents were updated.
5609         Started implementing the invisible list feature. Added Spanish docs.
5611 2001-09-24  konst  <konst>
5613         A lot of brand new changes, such as whitepages search, and work section update possibility.
5615 2001-09-18  konst  <konst>
5617         string2key() function was fixed. It worked absolutely incorrectly.
5619 2001-09-14  konst  <konst>
5621         Some minor GCC3 related changes were made, I guess :)
5623         Some minor GCC3 related changes were made, I guess :)
5625         Some minor GCC3 related changes were made, I guess :)
5627 2001-09-03  konst  <konst>
5629         Minor bug in kkconsui has been fixed. It allowed control chars to be displayed.
5631 2001-08-23  konst  <konst>
5633         *** empty log message ***
5635         removed from vcs control
5637 2001-08-21  konst  <konst>
5639         Unificated the message sending function. Fixed some known problems, such as not installing the man page, added basic support for screen resize in xterm. Some cosmetic changes were also made.
5641         *** empty log message ***
5643 2001-08-20  konst  <konst>
5645         removed from vcs control
5647         removed from vcs control
5649 2001-08-19  konst  <konst>
5651         Some updates were made.
5653         internal update :)
5655 2001-08-18  konst  <konst>
5657         Some iscntrl() fix related things were modified.
5659         removed from vcs control
5661         Updated some namespaces related issues.
5663         Some updates were made. ktool:: namespace prefix was removed, particulary so that the library compiles well with C++ without namespaces support.
5665         Some updates were made. ktool:: namespace prefix was removed, particulary so that the library compiles well with C++ without namespaces support.
5667         Some updates were made. ktool:: namespace prefix was removed, particulary so that the library compiles well with C++ without namespaces support.
5669 2001-08-17  konst  <konst>
5671         lots of pre-release changes were made
5673 2001-08-14  konst  <konst>
5675         removed from vcs control
5677         *** empty log message ***
5679         removed from vcs control
5681 2001-08-09  konst  <konst>
5683         there is no need to pass strdupped file ids to texteditor::load anymore
5685 2001-08-06  konst  <konst>
5687         Some updates were made.
5689 2001-08-03  konst  <konst>
5691         Initial revision
5693         basic bidi support
5695         basic bidi support
5697         basic bidi support
5699 2001-07-03  konst  <konst>
5701         *** empty log message ***
5703         *** empty log message ***
5705 2001-06-30  konst  <konst>
5707         Mail checking setting. ncurses raw() mode
5709         *** empty log message ***
5711         *** empty log message ***
5713         *** empty log message ***
5715 2001-06-27  konst  <konst>
5717         The raw() ncurses library call was added to kinterface() so that now all the shit like Ctrl-Z, Ctrl-C and other are now blocked.
5718         A bunch of small changes.
5720 2001-06-07  konst  <konst>
5722         Snapshot release ChangeLog updates were done.
5724         Manual page has been added.
5726         *** empty log message ***
5728         Fixed a bug with some messages' not going to history, being lost, etc..
5730 2001-06-04  konst  <konst>
5732         *** empty log message ***
5734         removed include/common.h
5736         removed src/common.cc
5738 2001-06-03  konst  <konst>
5740         GNU copyright notice was added to every source file.
5742         GNU copyright notice was added to every source file.
5744         GNU copyright notice was added to every source file.
5746         Some syntax (comments) highlight problems were fixed.
5748         *** empty log message ***
5750         Migrated to the new incarnation of ktools :)
5752         Initial revision
5754         Initial revision
5756         Initial revision
5758 2001-06-02  konst  <konst>
5760         *** empty log message ***
5762         GNU copyright notice was added to every source file as the FSF Vice President requested.
5764 2001-05-15  konst  <konst>
5766         *** empty log message ***
5768         *** empty log message ***
5770 2001-05-14  konst  <konst>
5772         3.29.12 major feature improvement release
5774 2001-05-12  konst  <konst>
5776         quickfind feature invoked with alt-s was improved now it performs case insensitive search also it's possible to use it in multiple contact selection mode
5778 2001-05-11  konst  <konst>
5780         changes include
5781         facility to display both real and intranet IPs of a user\r
5782         message postponing on ESC\r
5783         searching for substrings in events history\r
5784         date/time representation taking from locale\r
5785         \r
5786         visible list is now works great. because of being fixed.
5788 2001-05-05  konst  <konst>
5790         *** empty log message ***
5792         Lotta useful changes, such as URL view, msg split, etc.
5794 2001-04-17  konst  <konst>
5796         3.22.8 release
5798 2001-04-15  konst  <konst>
5800         Settings sclerosis and empty msg segfault were fixed. Search on "/" has been added. Czech translation has been added. Sort order changed. Now the contact list is sorted by lastread.
5802 2001-04-12  konst  <konst>
5804         removed po/Makefile.am
5806 2001-04-08  konst  <konst>
5808         *** empty log message ***
5810 2001-04-07  konst  <konst>
5812         *** empty log message ***
5814         Initial revision