Updating ChangeLog for 4.22.10
[centerim.git] / ChangeLog
blob87da5da49a56d3c5c418fd8202e9094797dee986
1 2010-10-26  Roger  <roger@jikos.cz>
3         Disable standard printf() redefinition in yahoo_util.h Should fix #165
5 2010-10-23  Boris Petersen  <transacid@gmail.com>
7         Fix for CVE-2009-3720 in libjabber's xml parser
9 2010-10-19  Roger  <roger@jikos.cz>
11         Updated po files
13         Merge branch 'mob' of git+ssh://repo.or.cz:22/srv/git/centerim into mob
15         Yahoo - disable conference and file transfer support (it doesn't work anyway)
17         Propper authorization and buzz events
19 2010-10-19  Boris Petersen  <transacid@gmail.com>
21         updated po files
23 2010-10-19  Roger  <roger@jikos.cz>
25         Yahoo - add buddy authentication
27 2010-10-11  Roger  <roger@jikos.cz>
29         Add missing initialization to get rid of some valgrind warnings
31 2010-10-07  Boris Petersen  <transacid@gmail.com>
33         updated po files
35 2010-10-07  Roger  <roger@jikos.cz>
37         Yahoo - implement missing callback stubs
39 2010-10-05  Boris Petersen  <transacid@gmail.com>
41         updated po files
43 2010-10-05  Roger  <roger@jikos.cz>
45         Yahoo - implement missing callbacks
47 2010-10-04  Roger  <roger@jikos.cz>
49         fix GNUTLS connection
51 2010-10-02  Roger  <roger@jikos.cz>
53         connwrap - initialize gnutls session in cw_connect
55         connwrap - don't deinit gnutls session in cw_nb_connect on error, it's done in delsock
57 2010-09-16  Roger  <roger@jikos.cz>
59         Add missing sources to libyahoo2 makefile
61 2010-09-16  Boris Petersen  <transacid@gmail.com>
63         updated po files
65         ignore .version file
67 2010-09-16  Roger  <roger@jikos.cz>
69         Port Yahoo to new libyahoo2-1.0.1
70         Disables file transfer (at least for now)
72         Fix SSL context leak in connwrap
74 2010-08-27  Boris Petersen  <transacid@gmail.com>
76         Added gettext-devel test to autogen.sh
78 2010-08-27  Sven Putteneers  <sven@tuxera.be>
80         display received time if different from sent time
82         Added script to extract a part of a chatlog history and pretty-print it.
83         Run without parameters for usage info.
85 2010-07-31  Boris Petersen  <transacid@gmail.com>
87         adding new script for history formating.
88         initial script by Ilya Sukhanov <ilya@sukhanov.net>
90 2010-06-19  Roger  <roger@lv.(none)>
92         Add missing initialization to perm/deny SNAC and don't overwrite its id in SBL parsing
94 2010-04-24  Boris Petersen  <transacid@gmail.com>
96         Merge git-version-gen with gnulib
98 2010-02-25  Damyan Yordanov  <damyan@web.de>
100         bulgarian translation updated
102 2010-02-25  Boris Petersen  <transacid@gmail.com>
104         updated po files
106 2010-02-21  Boris Petersen  <transacid@gmail.com>
108         refresh index before checking for dirty versions
110 2010-02-21  Damyan Yordanov  <damyan@web.de>
112         bulgarian translation updated
114 2010-02-18  Lubomir Rintel  <lkundrak@v3.sk>
116         Use RAND_add() with nss_compat_openssl
117         It does not provide RAND_seed().
119 2010-02-18  Boris Petersen  <transacid@gmail.com>
121         updated po files
123 2010-02-17  Roger  <roger@lv.(none)>
125         Better jabber presence handling
127 2010-02-05  Boris Petersen  <transacid@gmail.com>
129         Merge branch 'versioning' into mob
131 2010-02-05  أحمد المحمودي (Ahmed El-Mahmoudy)  <aelmahmoudy@sabily.org>
133         Check for FriBidi using pkg-config
134         New upstream releases of FriBidi don't provide fribidi-config anymore, so
135         using pkg-config instead to check for FriBidi.
137 2010-01-31  Boris Petersen  <transacid@gmail.com>
139         new packaging friendlier versioning
140         This basically omits the 4 hash digits at the end of the version string.
141         so e.g.:
142         centerim-4.22.9.12-3be3.tar.gz
143         will end up
144         centerim-4.22.9.12.tar.gz
145         This makes it easier to package mobshot in gentoo for example.
147         Updated po files
149 2010-01-29  Hakan Kvist  <hagar@df.lth.se>
151         Fixed compiler warnings in kkiproc.cc
152         Removed unused function in kkiproc.cc and fixed
153         compilewarnings regarding xprintf.
155         stringstream << should be used instead of sprintf,
156         and cout << instead of printf.
158         Beacause:
159         int64_t foo = 0xffffffffffffffff;
160         printf (%lx, foo);
162         printf will behave as expected on a 64 bit platform,
163         but not on a 32 bit platform (only ffffffff will be printed).
165 2010-01-28  Hakan Kvist  <hagar@df.lth.se>
167         Cleanup of "extra protection" for ~/.centerim directory.
168         Reverted some parts of the commits:
169         e0ab4eeb52cdba438aa2834c4223881ab006b854
170         deb0cbaa7c385d2656229ac366071c090c55f597
172         See the discussion here:
173         http://centerim.org/pipermail/centerim-devel/2009-June/000678.html
175         If the ~/.centerim directory got the proper protection, then there
176         is no need for bloating the code with a lot of extra verifications.
177         No one else than the owner can access the files in ~/centerim
178         anyway.
180         Removal of unused variables
181         Removed a couple of unused variables.
182         There is still a lot to do if we want to be able to use -Wall for detecting
183         real errors (currently there are too many warnings in the output, so -Wall isn't
184         really useful).
186         Ncurses RTFM. remove ugly prototypes for FreeBSD and OSX
187         When reading the ncurses man page you find that
188         _XOPEN_SOURCE_EXTENDED must be defined when using
189         wide character functions when including ncurses.h.
191 2010-01-26  Hakan Kvist  <hagar@df.lth.se>
193         Try to fix FreeBSD ncurses compile errors.
194         Tested on Ubuntu 9.04 and FreeBSD 7.2.
196         Try to fix FreeBSD ncurses compile errors.
197         Tested on Ubuntu 9.04 and FreeBSD 7.2.
199         Try to fix FreeBSD ncurses compile errors.
201 2010-01-25  Hakan Kvist  <hagar@df.lth.se>
203         configure: check for ncurses/ncursesw. Only curses is not enough.
204         Some platforms (i.e Solaris 11), still ships ancient curses.
205         However centerim requires ncurses in order to compile.
206         Adapted configure.ac to only check for ncurses(w) instead of (n)curses(w).
208         Cleaned up #ifdefs in conscommon.h
210 2010-01-19  Hakan Kvist  <hagar@df.lth.se>
212         Fixed compiler error with FreeBSD. Also fixed link error against curseslib.
213         FreeBSD do not want <utmp.h> to be included. However utmp is only used in linux,
214         so we do not need to include utmp.h for non linux systems.
216         Also bug in configure script was fixed.
217         The curses-lib was not properly included in the $LIBS-variable in the
218         configure.ac file.
220 2010-01-19  Boris Petersen  <transacid@gmail.com>
222         Better check for ncurses/ncursesw
223         With many thanks to the autoconf archive for the macro
224         and Stéphane "kjir" Bisinger for the pointers and hints ;)
226 2009-12-14  Boris Petersen  <transacid@gmail.com>
228         Updating Changelog for 4.22.9
230 2009-12-13  Boris Petersen  <transacid@gmail.com>
232         New taging model.
233         To be up to date with gnulib's git-version-gen.
234         WARNING: This breaks compatibility with non v* tags.
235         For us that means everything before 4.22.9 won't work
236         anymore.
238 2009-12-12  Remko van der Vossen  <wich@yuugen.jp>
240         quick patch to use MSNP8 instead of MSNP9
242 2009-12-10  Stéphane Bisinger  <stephane.bisinger@gmail.com>
244         Merge branch 'mob' of git+ssh://repo.or.cz/srv/git/centerim into mob
246 2009-12-06  Boris Petersen  <transacid@gmail.com>
248         adjustment to german translation
250 2009-11-19  Boris Petersen  <transacid@gmail.com>
252         Updated German translation
254 2009-11-10  Stéphane Bisinger  <stephane.bisinger@gmail.com>
256         Added -lgnutls when linking with GNUTLS
257         When linking with the --no-add-needed option, the linker complains of
258         undefined references because no -lgnutls is directly specified to the
259         linker itself. This commit adds -lgnutls to the libraries when using
260         GNUTLS
262 2009-10-26  Petr Písař  <petr.pisar@atlas.cz>
264         Fix typo in Czech translation (4.22.8)
265         Oops, I used bad old source and thus I omitted changes in commit
266         66e06036a07e20e22604a43d38ab607b703116d0.
268         Czech translation updated for 4.22.8
270 2009-09-28  Johannes Ott aka Oetzi  <centerim@informatiker2k3.de>
272         icqface.cc: Added Typing noticed to opened chat titles
274 2009-09-26  Roger  <roger@jikos.cz>
276         Fix #94: don't disconnect() in impgp, check for errors in jabberhook
278         GPGME: add missing initialization
280 2009-09-25  Roger  <roger@lv.(none)>
282         Bug #8: Log dropped auth to log file
284         Fix #31: better checks for rss items repetition (based on patch by Spiro)
286 2009-09-24  Roger  <roger@lv.(none)>
288         ICQ: use protocol Online time Fix Online time
290         Don't reset Online time on status change
292 2009-09-22  Roger  <roger@lv.(none)>
294         ICQ: offline people don't type
296 2009-09-19  Roger  <roger@lv.(none)>
298         Fix build (bad diff)
300 2009-09-18  Roger  <roger@lv.(none)>
302         ICQ: display typing notifications
304 2009-09-09  Roger  <roger@lv.(none)>
306         ICQ display idle times
308 2009-09-03  Frank Altpeter  <frank@altpeter.de>
310         Fix fribidi to build on freebsd
312 2009-08-30  Kumar Appaiah  <a.kumar@alumni.iitm.ac.in>
314         Detect gnutls using AC_CHECK_LIB for gnutls >= 2.7.x
315         Since gnutls 2.7.x, gnutls does not ship the libgnutls-config and
316         libgnutls-extra-config scripts. Since the current autoconf method
317         AM_PATH_LIBGNUTLS_EXTRA uses these scripts to detect the presence of
318         gnutls, the centerim build fails with gnutls >= 2.7.x. This patch,
319         instead, uses AM_CHECK_LIB to check for the presence of the
320         gnutls_global_init_extra function, thereby ensuring that the gnutls
321         detection works for 2.7.x, and across all earlier supported versions.
323 2009-08-27  Roger  <roger@jikos.cz>
325         Better handling of unknown IQ stanzas (more XMPP compliant). Fixes <ping/>s
327 2009-08-18  Boris Petersen  <transacid@gmail.com>
329         Revert "Patch to detect gnutls properly."
330         This reverts commit 519c100e53acfa78271932f090c58d9d990cc037.
331         Sorry for blindly commiting without testing. It doesn't work.
332         Maybe it work's for Debian.
334 2009-08-18  Kumar Appaiah  <akumar@debian.org>
336         Patch to detect gnutls properly.
337         Patch from Debian by Kumar Appaiah <akumar@debian.org>
339 2009-08-09  Boris Petersen  <transacid@gmail.com>
341         Updated ChangeLog for 4.22.8 release
343 2009-08-08  Boris Petersen  <transacid@gmail.com>
345         update po-files for release
347 2009-08-08  Sven Wegener  <swegener@gentoo.org>
349         This fixes CVE-2008-4776
350         Patch from gentoo by Sven Wegener
352 2009-07-11  Robin Kreis  <r.kreis@uni-bremen.de>
354         Cleanup (functionality should remain unchanged)
355         Only gives warnings about unused parameters now, even when used with
356         -Wall -Wextra -pedantic.  Mostly, initializer lists were reordered,
357         default: were added and tabs were converted to spaces.
359 2009-07-07  Roger  <roger@jikos.cz>
361         Yahoo fix
363 2009-06-27  Roger  <roger@jikos.cz>
365         Doc says long, so long it is.
367         Fix yahoo initialization
369         Option to disable yahoo CA certificate validation
371         Yahoo: encode login parameters
373         Improve yahoo login verbosity
375 2009-06-24  Roger  <roger@jikos.cz>
377         fix to be able to compile on osx by eyda|mon
379         Bug #117 - don't allocate memory in signal handler
381         Add missing yahoo cleanups
383 2009-06-23  Roger  <roger@jikos.cz>
385         Fix yahoo authentication
387 2009-06-19  Hakan Kvist  <hagar@df.lth.se>
389         Small update (uses S_IRWXG instead of S_IRGRP|S_IWGRP|S_IXGRP etc).
390         Changed indentation so it is consitent with what atleast one other person indents code like.
392         Updated comments a little bit.
394 2009-06-18  Hakan Kvist  <hagar@df.lth.se>
396         Merge commit 'origin/mob'
398         Make sure that the ~/.centerim directory got the right umask when created
399         When the ~/.centerim (or ~/.centericq) directory allready exists,
400         the permissions of the directory will be checked.
401         If necessary, the directory itself and the files placed directly below will
402         have their permissions set to sane values.
404 2009-06-14  Roger  <roger@lv.(none)>
406         Disable previous commit
408         Make Invisible less visible
410 2009-06-07  Roger  <roger@jikos.cz>
412         Fix incorrect online time calculation
414 2009-05-27  Frank Altpeter  <frank@altpeter.de>
416         Updated ChangeLog manually (based on "git log")
418 2009-05-27  Mehturt  <mehturt@gmail.com>
420         Quicksearching withing the contact list searches starting anywhere in the name.
422 2009-05-26  Mehturt  <mehturt@gmail.com>
424         Added functionality to report idle time by X, based on libXss.  Fixes bug http://bugzilla.centerim.org/show_bug.cgi?id=7.
426 2009-05-02  Boris Petersen  <transacid@gmail.com>
428         Merge branch 'mob' of git+ssh://transacid@repo.or.cz/srv/git/centerim into mob
430         Exchanged play with aplay.
431         This should fix some problems with play not being installed. aplay comes with alsa
432         so it should be on every system.
434 2009-04-29  Lubomir Rintel  <lkundrak@v3.sk>
436         Fix libgadu and libicq NSS cryptography support
437         Fixes needed to get it compile with Fedora's nss_ossl_compat
438         library.
440 2009-04-26  Stéphane Bisinger  <stephane.bisinger@gmail.com>
442         Fixed bug #137: Compilation fails under OpenBSD
443         Moved the #include "libxode.h" to the top of jabber.h since in that
444         header there is and include to "config.h" which defines all the macros
445         detected by the configure script
447 2009-04-21  Roger  <roger@jikos.cz>
449         Fix bug #118 - move cursor when it should
451 2009-04-11  friedmag  <friedmagb@gmail.com>
453         Merge branch 'newlines' into mob
455         Fixes #110
456         Added conversion for &#13; &#10; to appropriate ASCII
458 2009-03-24  Roger  <roger@lv.(none)>
460         Don't duplicate nicks in jabber conferencies and sort them. Patch by Andrei Vereha
462 2009-03-07  Roger  <roger@jikos.cz>
464         Don't log unnecessary jabber errors
466 2009-02-25  Stéphane Bisinger  <stephane.bisinger@gmail.com>
468         Fix for nagios issue (corrected)
470         Fixed nagios issue
472 2009-02-23  Roger  <roger@jikos.cz>
474         AIM contact names are space-insensitive
476         Disable captcha on IRC
478 2009-02-23  Petr Písař  <petr.pisar@atlas.cz>
480         Fix typo in Czech translation
482 2009-02-22  Petr Písař  <petr.pisar@atlas.cz>
484         Czech translation for 4.22.7
486 2009-02-22  Roger  <roger@jikos.cz>
488         AIM contact names are case-insensitive
490         Add missing ids for IQ stanzas (bug #119)
492 2009-02-22  Boris Petersen  <transacid@gmail.com>
494         Updated Changelog for 4.22.7
496 2009-02-20  Roger  <roger@skrin.(none)>
498         Fix AIM logon.
500 2009-02-16  Roger  <roger@lv.(none)>
502         Fix ICQ protocol change, patch by Alexandr Zeinalov
504 2009-01-26  Boris Petersen  <transacid@gmail.com>
506         Updated po files
508         Updated german translation
510 2009-01-19  Frank Altpeter  <frank@altpeter.de>
512         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)
514         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)
516 2009-01-18  Jan Stancek  <jan@stancek.eu>
518         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.
520 2009-01-17  Jan Stancek  <jan@stancek.eu>
522         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.
524 2009-01-12  Petr Písař  <petr.pisar@atlas.cz>
526         Czech translation update for 4.22.6.
528 2009-01-10  David Riebenbauer  <davrieb@liegesta.at>
530         can't say if we're building shared libs
531         we don't use libtool anymore so we can't say if we're building shared
532         and/or static libs
534 2009-01-09  Roger  <roger@lv.(none)>
536         Deal with OpenSSL redistribution problem. Lubomir Rintel <lkundrak@v3.sk>
538 2009-01-05  Roger  <roger@jikos.cz>
540         Fix incorrect snprintf() use
541         See http://lists.debian.org/debian-devel/2008/12/msg01079.html
543 2008-12-03  Libor Capak  <capak@inputwish.com>
545         rss Atom support
547 2008-10-31  Max Soares  <mxsoares@gmail.com>
549         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.
551 2008-10-31  Pavol Rusnak  <stick@gk2.sk>
553         fix method return value (caused error - function returns random data)
555 2008-10-26  Boris Petersen  <transacid@gmail.com>
557         Updated Changelog
559 2008-09-22  Pavol Rusnak  <stick@gk2.sk>
561         fix buffer overflow in kkstrtext.cc
563 2008-09-21  Boris Petersen  <transacid@gmail.com>
565         Revert "Fixed version-gen bug with old git version which don't support update-index option"
566         This reverts commit 283697d5a77225ae49546dd9c176652d2d062076.
568 2008-09-20  Glazunov Vadim  <neweagle@gmail.com>
570         Fixed version-gen bug with old git version which don't support update-index option
572         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
574 2008-09-17  Stéphane Bisinger  <stephane.bisinger@gmail.com>
576         Included some checks for LargeFile support
577         Added those checks according to the GPGME info page
579 2008-09-10  Glazunov Vadim  <neweagle@gmail.com>
581         first fix broke linux compilation, now will be ok
583         Fixes to compile on FreeBSD 7 and others
585 2008-09-08  Boris Petersen  <transacid@gmail.com>
587         include web addres to FAQ
589         Updated TODO to give a hint for CIM5
591         Some changes to the README
593 2008-09-04  Boris Petersen  <transacid@gmail.com>
595         This shold fix an issue with -dirty builds with git 1.6.0
597 2008-09-03  me  <me@imp-y-celyn.home.domain>
599         Fixed otr. Didn't compile.
601 2008-09-03  Glazunov Vadim  <neweagle@gmail.com>
603         Fixed small bug with jabber nick names in higher register
605 2008-08-22  Matthias Nieuwenhuisen  <git@nieuwenhuisen.de>
607         fixed some compile errors (conf is a pointer and setDefaultAuthMessage should be used instead of setchatpanelgeight)
609 2008-08-22  Matthias Richter  <matthias.richter@stud.uni-karlsruhe.de>
611         Lets you set the default authorization request message
613 2008-08-20  Matthias Nieuwenhuisen  <git@nieuwenhuisen.de>
615         another small code style correction
617         corrected code style
619         fixed a small indentation bug introduced by the former commit
621         mark messages for which receipts were sent and corrected indentation of marked messages in chat window
623 2008-08-18  Boris Petersen  <transacid@gmail.com>
625         More clear eplanation when away msg can't be fetched
627 2008-08-12  Glazunov Vadim  <neweagle@gmail.com>
629         This must help on system which have ncursesw/curses.h instead of ncursesw/cursesw.h
631 2008-08-12  Matthias Nieuwenhuisen  <git@nieuwenhuisen.de>
633         including both, curses.h and cursesw.h doesn't work, because of same ifdefs. Hope this doesn't break anything on other systems
635 2008-08-12  Glazunov Vadim  <neweagle@gmail.com>
637         Fixes to  ncursesw
639 2008-08-11  Boris Petersen  <transacid@gmail.com>
641         Fixed small typo in configure.ac
643 2008-08-11  Glazunov Vadim  <neweagle@gmail.com>
645         Added some ifdefs to compile without widechar support(on systems which don't have ncursesw)
647         Addings to previous commit
649 2008-08-10  Glazunov Vadim  <neweagle@gmail.com>
651         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
653 2008-08-05  Matthias Nieuwenhuisen  <git@nieuwenhuisen.de>
655         Added marker for acknowledged messages to the history window
657         Don't mark incoming messages as acknowledged, if the id is the same as an acknowldedged outgoing message
659 2008-08-04  Glazunov Vadim  <neweagle@gmail.com>
661         Fixed funny bug with asterisks in input filename field, shown only on first start after editing password field, thnx to Boris
663 2008-08-04  Matthias Nieuwenhuisen  <git@nieuwenhuisen.de>
665         Added some translations for DE and added NL translation for message receipts config option
667 2008-08-03  Matthias Nieuwenhuisen  <git@nieuwenhuisen.de>
669         Do a service discovery if a contact comes online and request only for message receipts, if the contacts client supports XEP-0184.
671 2008-08-03  Glazunov Vadim  <neweagle@gmail.com>
673         Added minor configure checks to jabber protocol. Added option to show/hide information about OS
675         Fixed read away message with non-latin characters
677         Jabber file-sending support(xep-0066).Port range for outgoing connection got from Communications options or auto
679 2008-08-01  Matthias Nieuwenhuisen  <git@nieuwenhuisen.de>
681         Added the ability to request receipts, a + char is shown, if a message is acknowledged.
683 2008-07-29  J.R. Mauro  <jrm8005@gmail.com>
685         Merge branch 'mob' of git+ssh://mob@repo.or.cz/srv/git/centerim into mob
687 2008-07-26  Boris Petersen  <transacid@gmail.com>
689         Reapplied patches by Sven Wegener. Please pull before commiting, thanks.
691 2008-07-25  J.R. Mauro  <jrm8005@gmail.com>
693         icqconf is now a Singleton; 'conf' is now a pointer and members must now be accessed with ->
695 2008-07-22  Glazunov Vadim  <neweagle@gmail.com>
697         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.
699 2008-07-22  Sven Wegener  <sven.wegener@stealer.net>
701         Fix indentation in configure.ac libotr check
703         Fix configure.ac libotr error
704         This fixes the following error:
706         checking for otrl_init in -lotr... yes
707         checking libotr/context.h usability... yes
708         checking libotr/context.h presence... yes
709         checking for libotr/context.h... yes
710         ./configure: line 15006: libotr/userstate.h: No such file or directory
712 2008-07-21  Matthias Nieuwenhuisen  <git@nieuwenhuisen.de>
714         Added basic support for sending Jabber message receipts (XEP-0184) and service discovery (XEP-0030).
716 2008-07-21  Glazunov Vadim  <neweagle@gmail.com>
718         Jabber avatar get/set patch
720 2008-07-20  Glazunov Vadim  <neweagle@gmail.com>
722         Gtalk got vcard fix. Get jabber version fix. Added send centerim version in jabber. Some addings for latest patches
724 2008-07-05  Lubomir Rintel  <lkundrak@v3.sk>
726         Allow using el5 gettext. Successfully tested.
728         Actually replace the sound files
730         Replaced the sound files of unknown origin with ones that are certainly free.
732 2008-07-03  Boris Petersen  <transacid@gmail.com>
734         Fixed small typo in configure.ac
736 2008-06-30  Boris Petersen  <transacid@gmail.com>
738         Forgot to add CenterIMLog2HTML.py to bin_SCRIPTS in Makefile.am now it gets installed
740 2008-06-18  Boris Petersen  <transacid@gmail.com>
742         Added script by Luar Roji <cyberplant@roji.net> to the misc folder. This script converts CenterIM history files to html
744 2008-06-10  Stéphane Bisinger  <stephane.bisinger@gmail.com>
746         Removed binary which should not be included
748 2008-05-28  Stéphane Bisinger  <stephane.bisinger@gmail.com>
750         Added a test directory to make some tests
752 2008-05-08  David Riebenbauer  <davrieb@liegesta.at>
754         Revert "fix a small compiler warning in libicq200"
755         This reverts commit 9b3cd99b2083e1af6312868d9983681230c7e0d5.
757         Revert "replace obsolte macros in configure.ac"
758         This reverts commit 1a596632e5b3cf54eef1b607f880d785c6930513.
760         I thought that AC_USE_SYSTEM_EXTENSIONS would be a
761         cleaner approach here, but it broke the build with
762         some versions of autotools. So I'm reverting that.
764 2008-05-07  David Riebenbauer  <davrieb@liegesta.at>
766         add a replacement setenv to icqcommon.cc
767         That should only have to be used on systems that
768         don't provide a setenv implementation themselves.
769         irix for example.
771         use statvfs on IRIX too
773         guard the inclusion of stdint.h
775         reduce checks for functions to strictly needed
776         most of the checks actually came in shortly after
777         taking over from centericq. I think by doing
778         something like autoupdate or such.
780         Problem is that AC_FUNC_NALLOC and AC_FUNC_REALLOC
781         cause problems on IRIX if we don't actually act on
782         the test results.
784         fix a small compiler warning in libicq200
785         basically it complained 'cause we were comparing
786         between unsigned shor and unsigned int, which was
787         quite easy to fix
789         add -Wno-write-string to AM_CXXFLAGS
790         this does away with the various
791           depreceated conversion from string constant to char*
792         warnings in various places. See gcc(1) if you want details.
794         replace obsolte macros in configure.ac
795         replace the obsolete AC_ISC_POSIX and
796         AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS
798         don't check for more programs then we actually use
800         Checking for iconv once is enough
802 2008-05-06  Stéphane Bisinger  <stephane.bisinger@gmail.com>
804         Moved sha.h from SOURCES to HEADERS
806 2008-05-05  David Riebenbauer  <davrieb@liegesta.at>
808         small fixes in Makefile.am
809         Replace ':=' assignments with '='. This also fixes a warning by
810         automake/autoconf..
812         Quote variables in the git-version comparison.
814         use config.h a bit more
815         Include config.h in kkstrtext/conf.h and
816         kkconsui/include/conf.h. These two subdirectories
817         previously had the configure results passed as
818         compiler arguments in previous versions.
820         But now taht all configure.ac's and configure.in's
821         are merged into one we explicitely have to include
822         config.h in some places.
824 2008-04-29  Boris Petersen  <transacid@gmail.com>
826         added sha.h to libyahoo2/Makefile.am otherwise it won't get included in the tarball.
828 2008-04-26  David Riebenbauer  <davrieb@liegesta.at>
830         fix build failure in connwrap.c, when building with openssl
831         with_ssl is only set if ssl gets explcitely disabled or when there is no
832         openssl, so we check for "not no", instead of checking for "yes"
834 2008-04-25  David Riebenbauer  <davrieb@liegesta.at>
836         eliminate libyahoo2/configure.ac
838         eliminate libmsn/configure.ac
840         eliminate libjabber/configure.ac
842         eliminate libicq2000/configure.ac
844         eliminate libgadu/configure.ac
846         eliminate kksystr/configure.ac
848         eliminate kkstrtext/configure.ac
850         eliminate kkconsui/configure.ac
852         eliminate firetalk/configure.ac
854 2008-04-25  David Riebenbauer  <davrieb@htu.tugraz.at>
856         integrate connwrap magic into $top_srcdir
857         move connwrap's configure into main configure.ac and Makefile.am
859 2008-04-25  David Riebenbauer  <davrieb@liegesta.at>
861         don't overwrite $CXXFLAGS with $CFLAGS in configure.ac
863 2008-04-24  Roger  <roger@jikos.cz>
865         Merge branch 'mob' of git+ssh://mob@repo.or.cz/srv/git/centerim into mob
867         Bug #98 - Disable message conversion from/to HTML
869 2008-04-24  Stéphane Bisinger  <stephane.bisinger@gmail.com>
871         Merge branch 'mob' of git+ssh://repo.or.cz/srv/git/centerim into mob
873 2008-04-24  Stephane Bisinger  <stephane.bisinger@gmail.com>
875         Fixed ICONV detection; see bug #81
877         Updated line numbers in po files
879 2008-04-20  Boris Petersen  <transacid@gmail.com>
881         Removing spec and motor files properly
883 2008-04-17  Boris Petersen  <transacid@gmail.com>
885         Revert "got rid of *.spec and *.motor files, which dun relly belong to the actual source"
886         This reverts commit ceec34a496196954b68e878cc051c83460284c11.
888 2008-04-17  Roger  <roger@jikos.cz>
890         Bug #91 - Restore history position on return to event-list
892         Bug #89 - Fix IRC/NickServ password handling
894         Bug #66 - Fix regression from newer firetalk lib
896 2008-04-15  Boris Petersen  <transacid@gmail.com>
898         Changed warning display condition for libotr. Now only a warning is given if you build --with-libotr, sine it's not supported yet
900 2008-04-15  David Riebenbauer  <davrieb@htu.tugraz.at>
902         Merge branch 'mob' of git+ssh://mob@repo.or.cz/srv/git/centerim into mob
904 2008-04-15  Boris Petersen  <transacid@gmail.com>
906         Merge branch 'mob' of git+ssh://transacid@repo.or.cz/srv/git/centerim into mob
908 2008-04-15  David Riebenbauer  <davrieb@htu.tugraz.at>
910         correct the node number for the vi keys setting
912 2008-04-15  Boris Petersen  <transacid@gmail.com>
914         got rid of *.spec and *.motor files, which dun relly belong to the actual source
916 2008-04-14  Roger  <roger@jikos.cz>
918         More support for old GCC, now in irchook
920         Improve GCC 2.95 support in libyahoo2
922 2008-04-12  David Riebenbauer  <davrieb@htu.tugraz.at>
924         only use order-only targets if we have a GNU make that supports it
925         Adds a test to configure.ac that checks if make supports order-only targets.
926         Change the "|" in src/Makefile.am to $(ORDER_ONLY which is empty if they're not
927         supported.
929         This should fix the problem that centerim would only compile with GNU make 3.80
930         and higher.
932         Merge branch 'mob' of git://repo.or.cz/centerim into mob
934 2008-04-12  Jayjay  <jayjay@twek.nl>
936         Corrected typo in menu: offile to offline. Also corrected this typo in the language files.
938 2008-04-08  Boris Petersen  <transacid@gmail.com>
940         Updated Changelog
942 2008-04-07  Roger  <roger@jikos.cz>
944         Bug #93 - Don't call unimplemented buddyicon callbacks (thanks Derek)
946         Bug #88 - Correctly end loop (thx Anibal and Lenny)
948 2008-04-04  Mehturt  <mehturt@gmail.com>
950         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.
952 2008-04-03  Roger  <roger@jikos.cz>
954         Bug #88 - Check if user is created before setting attributes
956 2008-03-31  Roger  <roger@jikos.cz>
958         Yahoo (val)grinding
960 2008-03-31  Johannes Ott aka Oetzi  <centerim@informatiker2k3.de>
962         German translation for new config option
964         moved new option to the right topic User Interface
966         Added config-option for the enhancement Charlie did this day: showing opened chats. Shortened *Auth*-Tag to "!A"
968         Merge branch 'mob' of git+ssh://mob@repo.or.cz/srv/git/centerim into mob
970 2008-03-31  Charlie  <root@localhost.(none)>
972         Added feature to display all opened chats.
974 2008-03-31  Johannes Ott aka Oetzi  <centerim@informatiker2k3.de>
976         Added a tag *Auth* to the usernames at contact-list which are on status Awaiting Authorization.
977         Issues: Showing flag for all users, while connecting to server until list
978         is syncronized with server (2-4 seconds)
980 2008-03-30  Sven Wegener  <sven.wegener@stealer.net>
982         Use browser from config file
983         When loading the config file use the value from the file instead of setting our
984         current value again.
986 2008-03-29  Boris Petersen  <transacid@gmail.com>
988         Updated Changelog
990 2008-03-27  Roger  <roger@jikos.cz>
992         Bug #85 - Split multiline messages before processing
994         YIM - Support authorization
996 2008-03-26  Roger  <roger@jikos.cz>
998         Bug #78 - YIM, contact-list managing, new list parsing
1000         YIM: Comment out another unimplemented callback
1002 2008-03-24  Roger  <roger@jikos.cz>
1004         YIM: Accept v15 status messages
1006 2008-03-23  Roger  <roger@jikos.cz>
1008         Bug #78 - Change YIM protocol version
1010 2008-03-20  Roger  <roger@jikos.cz>
1012         Bug #83 - Better and tested fix
1014         Bug #83 - Single-quote passed URL and encode single-quotes in it
1016 2008-03-19  Roger  <roger@jikos.cz>
1018         Bug #82 - NetBSD #ifdefs, patch by Ed Ravin
1020 2008-03-17  Petr Písař  <petr.pisar@atlas.cz>
1022         Czech translation: Public keys in OTR configuration fix
1024 2008-03-17  Pavel Krush  <pavel.krush@gmail.com>
1026         add new color to the colorschemer for unread messages
1028 2008-03-14  Sascha Vogt  <FunkyFish@gmx.net>
1030         Commented out callback of non-implemented method to prevent a segfault while logging into Yahoo!
1032 2008-03-13  Roger  <roger@jikos.cz>
1034         Backport yahoo login from libpurple.
1036         Merge changes from libyahoo2 SVN trunk.
1038 2008-03-13  Petr Písař  <petr.pisar@atlas.cz>
1040         Czech translation synced with POT
1042         POT update
1044         Usage help message typo and i18n fix
1046         Czech translation update
1048         Content-Type charset= header fix (real charset and header mismatched)
1050 2008-03-11  Boris Petersen  <transacid@gmail.com>
1052         Added zh_CN to po files in configure.ac
1054         Updated Changelog
1056         Sorry, forgot pl. and some moving
1058         Changed po files to utf-8
1060 2008-03-02  Petr Písař  <petr.pisar@atlas.cz>
1062         Czech translation spelling correction
1064         Czech translation update (spelling corrections)
1066 2008-02-29  Roger  <roger@jikos.cz>
1068         Bug #74: Move cursor back when merging piece of line to previous one.
1070 2008-02-13  Stephane Bisinger  <stephane.bisinger@gmail.com>
1072         Re-added v2 constant
1074         Re-added v5 constant
1076         Merge commit 'origin/mob' into mob
1077         Conflicts:
1079                 libicq2000/src/Client.cpp
1080                 libicq2000/src/SNAC-GEN.cpp
1082 2008-01-28  Andy Stanford  <andy@andystanford.me.uk>
1084         Further fixes as with preceeding patches. ref bug# 67
1086         Amendment to previous edit.
1088         Edit to RSS Parse to prevent infinite looping when parsing <br> tags.
1090 2008-01-27  Boris Petersen  <transacid@gmail.com>
1092         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.
1094         Fix for Fribidi from gentoo see http://bugs.gentoo.org/show_bug.cgi?id=200900
1096 2008-01-24  Roger  <roger@jikos.cz>
1098         ICQ: Send authorization replies via SSI.
1100         ICQ: Update sent capabilities (SSI).
1102         ICQ: Parse additional SNAC TLVs (version)
1104 2008-01-23  Roger  <roger@jikos.cz>
1106         ICQ: Update login packet sequence.
1108 2008-01-22  Roger  <roger@jikos.cz>
1110         ICQ: Rebuild master group when adding/removing group.
1112         ICQ: Show authorization awaiting info about contacts.
1114         Preliminary support for ICQ contacts state reporting.
1116         Respect tag IDs of non-contact SBL entries.
1118 2008-01-21  Roger  <roger@jikos.cz>
1120         Improve ICQ SBL/SSI handling (user removal, disconnection etc.).
1122 2008-01-19  Roger  <roger@jikos.cz>
1124         Bug #70 - Improve Jabber presence handling for multiple resources with and one contact.
1126         Implement contacts and groups removal for ICQ SSI.
1128 2008-01-18  Roger  <roger@jikos.cz>
1130         Port fix for bug #51 to new SSI infrastructure.
1132 2008-01-17  Roger  <roger@jikos.cz>
1134         Fix disconnecting with ICQ caused by my previous patch.
1136 2008-01-15  Jayjay  <jayjay@twek.nl>
1138         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.
1140 2008-01-14  Roger  <roger@jikos.cz>
1142         First part of SSI/SBL support for libicq2000. Implements adding of users and groups.
1144 2008-01-11  Roger  <roger@jikos.cz>
1146         Bug #67 - don't loop in ruscase() infinitely.
1148 2008-01-09  Roger  <roger@jikos.cz>
1150         Bug #51 - Use groups from previous packets when importing contacts from server.
1152 2008-01-04  Jayjay  <jayjay@twek.nl>
1154         Rolled back wrong renames to lists.sourceforge.net.
1156         Changed sourceforge bug-reporting project to our new bugzilla site.
1158 2008-01-02  Stephane Bisinger  <stephane.bisinger@gmail.com>
1160         Merge commit 'origin/mob' into mob
1162 2008-01-01  Roger  <roger@jikos.cz>
1164         Parse incoming auth. messages sent via SBL/SSI.
1166 2008-01-01  Stephane Bisinger  <stephane.bisinger@gmail.com>
1168         Use family 0x0013 (Server Stored Information) to add users to list
1170 2007-12-31  Stephane Bisinger  <stephane.bisinger@gmail.com>
1172         Added request types to rate classes
1174         Added parsing of Rate limits.
1175         Rate limits where completely skipped during parsing. Now they are saved in a
1176         map so that in future we may use these to make some controls.
1178         Adding interpretation and saving of server capabilities. Commented out sending CL at login.
1179         Formerly the server capabilities were just ignored. Now they are saved in a
1180         vector so that we may re-use them to prevent the sending of unrecognized
1181         commands.
1182         Also commented out the sending of the Contact List to server at login time
1183         since it is not part of the login steps and the server responds with an error.
1185 2007-12-29  Stephane Bisinger  <stephane.bisinger@gmail.com>
1187         Update translation files
1189         Resolved a couple of bugs introduced by the latest commits
1191         Updated translation line references
1193         Added error handling and logging of error codes and messages
1195         Fixed incomplete parsing of incoming packet
1197         Added an error log when receiving error messages from server Corrected the parsing of SSI Rights Reply
1199 2007-12-26  Roger  <roger@jikos.cz>
1201         Rename "Unicode" to "German UTF-8", as it is source encoding specific.
1203         Don't un-idle-auto-away when screen is reattached (revert to auto-idle status via previous online).
1205 2007-12-23  Stephane Bisinger  <stephane.bisinger@gmail.com>
1207         Merge branch 'bug24' into mob
1208         Conflicts:
1210                 po/cs.po
1212         Fix for bug #24
1214 2007-12-21  Stephane Bisinger  <stephane.bisinger@gmail.com>
1216         Updated translation lines
1218 2007-12-20  Petr Písař  <petr.pisar@atlas.cz>
1220         "Request an authorization" fix and other updates
1222 2007-12-19  Martin Nepivoda  <nepim9am@u-pl11.ms.mff.cuni.cz>
1224         Bug #56 - better initialisation of editor.
1226 2007-12-16  Johannes Ott aka Oetzi  <centerim@informatiker2k3.de>
1228         added new conversion rule iso-8859-15 to utf-8 named Unicode
1230 2007-12-14  Roger  <roger@jikos.cz>
1232         Make valgrind happy.
1234 2007-12-13  David Riebenbauer  <davrieb@liegesta.at>
1236         Merge branch 'mob' of git+ssh://davrieb2@repo.or.cz/srv/git/centerim into mob
1238         add GPGME_LIBS to LIBS. (fixes Bug54)
1240 2007-12-13  Pavol Rusnak  <stick@gk2.sk>
1242         Setting all test checks to form "x$string" = "xvalue"
1243         http://bugzilla.centerim.org/show_bug.cgi?id=54#c9
1245 2007-12-11  David Riebenbauer  <davrieb@liegesta.at>
1247         Re-add gnutls_record_send in connwrap.c
1248         The fix to bug 40 removed one if-clause to much, which caused SSL
1249         connections to time out. Re-adding the statement fixes that
1251 2007-12-10  Boris Petersen  <transacid@gmail.com>
1253         Typo in GPGME check, Patch by Michael Tatarinov
1255 2007-12-08  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1257         Added a missing format specifier
1259         Started update of Italian translation
1261         Corrected bugs introduced by previous commit
1263         Fixed bug #40
1264         Removed printf and fprintf from connwrap which messed the output of centerim
1266         Fixed bug #52
1267         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
1269 2007-12-08  Mehturt  <mehturt@gmail.com>
1271         Fixed bug #47
1272         Fixed bug which made centerim crash when built with libotr support. This is a quick workaround until we refactor some code
1274 2007-12-08  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1276         Updated translation references
1278 2007-12-07  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1280         Displayed CXXFLAGS instead of CPPFLAGS at the end of the configure
1282 2007-12-03  Pavol Rusnak  <stick@gk2.sk>
1284         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 ...)
1286 2007-11-30  David Riebenbauer  <davrieb@liegesta.at>
1288         Merge branch 'master' into mob
1290         replace the libcurl tests with libcurl.m4
1292         Add m4 macros to check for libgnutls to the repository
1293         libssl users who check out git shouldn't need libgnutls
1295         Change pgpme.m4 to use the old commandline option and help string
1297         replace configure check for gpgme with the m4 provided by gpgme
1298         This also has the advantage that we now check for the correct minimum
1299         gpgme version.
1301 2007-11-29  David Riebenbauer  <davrieb@liegesta.at>
1303         replace occurences of VERSION with centerim::version
1304         This patch adds a new file git-version.cc, which intializes static variable
1305         centerim::version.
1307         This helps in cutting down the compile time penalty of generating the
1308         version string on every make run. Instead of every file that uses config.h
1309         only one file has to be recompiled. The rest of the work is done by the
1310         linker.
1312         Add an autogenerated header git_version.h
1313         This information is partly redundant, as config.h contains the version
1314         information too.  But git_version.h gets updated on every make run in src. Care
1315         is taken to only touch the file when it's version number differs from the one
1316         generated by git-version-gen.
1318 2007-11-25  David Riebenbauer  <davrieb@liegesta.at>
1320         remove superfluous include of string.h
1321         seems this was produced by a mis-merge
1323         Merge branch 'master' into mob
1325 2007-11-25  Roger  <roger@jikos.cz>
1327         Bug #39: Ack SBL to get status notifications
1329         Bug #39: Ack SBL to get status notifications
1331 2007-11-24  David Riebenbauer  <davrieb@liegesta.at>
1333         Merge branch 'master' of git+ssh://davrieb2@repo.or.cz/srv/git/centerim into mob
1335 2007-11-23  Iulian Ciorascu  <iulica@box.co.uk>
1337         custom contact sorting patch
1338         You'll find attached a patch for custom contact sorting.
1339         Currently (and the default value in the patch) they are sorted by status
1340         and activity.
1341         Other possibilities are:
1342         by status and nickname
1343         by activity
1344         by nickname
1346         chat out keybinding patch
1347         Here's a small patch to a direct keybinding from a chat to the contact
1348         list. I put it to Ctrl-v keybinding by default.
1350 2007-11-23  David Riebenbauer  <davrieb@liegesta.at>
1352         Merge branch 'da_master' into mob
1353         Conflicts:
1355                 libicq2000/src/ICQ.cpp
1356                 libicq2000/src/socket.cpp
1357                 libmsn/msn/connection.cpp
1358                 libmsn/msn/filetransfer.cpp
1359                 libmsn/msn/notificationserver.cpp
1360                 libmsn/msn/util.cpp
1362         Merge branch 'master' into mob
1364         add vims swp files to gitignore
1366         add various includes of cstring to fix compilation with gcc-4.3
1368         Merge branch 'master' into da_master
1370 2007-11-23  Pavol Rusnak  <stick@gk2.sk>
1372         comparison with string literal
1374 2007-11-19  Boris Petersen  <transacid@gmail.com>
1376         adding missing includes; trivial fix - comparison with string literal. by Pavol Rusnak
1378 2007-11-18  David Riebenbauer  <davrieb@liegesta.at>
1380         little TODO update
1382 2007-11-13  Stephan Schulz  <ss.c@gmx.net>
1384         Not only change the terminals window title but also the icon name
1385         I found it annoying that (at least on my system), centerims title changes
1386         were only visible in the title of the xterm window itself but not in the
1387         taskbar. It has nothing todo with the xterm settings as midnight
1388         commanders title changes appeared in the taskbar (I'm speaking of a gnome
1389         desktop right now). I traced the source for title changing function und
1390         changed the following line:
1391         icqface.cc:3648 in tarball centerim-20071022.tar.gz
1392         from: cout << "\x1b]1;\x07\x1b]2;" << [cutted]
1393         to: cout << "\x1b]1;\x07\x1b]0;" << [cutted]
1395         The change from 2 to 0 has the effect of not only changing the window
1396         title but also the icon name.
1398 2007-11-12  David Riebenbauer  <davrieb@liegesta.at>
1400         add .deps to .gitignore
1401         also fix the entry for /src/centerim to only be used from the git tree's root
1403         commit newly generated po files
1405         remove AM_MAINTAINER_MODE
1406         Maintainer mode has annoyed me more and more over time. I forget to pass
1407         --enable-maintainer-mode to configure far too often. So I am disabling it now.
1409         I think any problems this might cause, an be solved by either unpacking the
1410         damn tarball again or installing autotools.
1412 2007-11-11  David Riebenbauer  <davrieb@liegesta.at>
1414         Generate the version info from git
1415         Until now the version info was set from configure.ac. From this commit on it is
1416         generated by info from git and a script I shamelessly lend from the GNU
1417         coreutils source.
1419         Changes in the version number should be done by adding a signed tag in git.
1421 2007-11-09  Roger  <roger@jikos.cz>
1423         SF request #1811713: Add nickname to event term title notification
1425 2007-11-05  Boris Petersen  <transacid@gmail.com>
1427         adding Chinese translation and updated Taiwanese translation by Ying-Chieh Liao
1429 2007-11-03  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1431         Merge with git+ssh://sb@repo.or.cz/srv/git/centerim.git#mob
1433         Changed the optional build of libotr
1435 2007-10-28  Boris Petersen  <transacid@gmail.com>
1437         minor changes in the german translation again.
1439 2007-10-27  Chris Donoghue  <cdonoghu@gmail.com>
1441         Segfaults instead of connecting to Yahoo! on AMD64 arch
1443 2007-10-26  Roger  <roger@jikos.cz>
1445         ICQ: Handle incoming UCS-2BE messages.
1447 2007-10-25  Roger  <roger@jikos.cz>
1449         Fix config dialogue mismatch for captcha/ask quit items
1451 2007-10-25  Petr Písař  <petr.pisar@atlas.cz>
1453         Czech translation update (mainly about OTR)
1455         Revert "Czech translation update (mainly about OTR)"
1456         This reverts commit b0664c09c4400361ed5b077896b5bd97b4640caa.
1458         Czech translation update (mainly about OTR)
1460 2007-10-22  Stephane Bisinger  <stephane.bisinger@gmail.com>
1462         Merge with git+ssh://sb@repo.or.cz/srv/git/centerim.git#mob
1464 2007-10-22  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1466         Changed client version reported to server
1468         Ignored NOT messages by notification Server in libmsn
1470 2007-10-20  Stéphane Bisinger  <sb@tatooine.(none)>
1472         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
1474 2007-10-16  Stephane Bisinger  <stephane.bisinger@gmail.com>
1476         Fixed indentation
1478 2007-10-13  Boris Petersen  <transacid@gmail.com>
1480         minor changes in the german translation.
1482 2007-10-10  Ranyus  <ranyus@gmail.com>
1484         BUG # 1760159: Commented fprintf of message "getsockopt error"
1486 2007-10-09  Roger  <roger@jikos.cz>
1488         Notify if stored IP isn't current
1490 2007-10-06  Iulian Ciorascu  <iulica@box.co.uk>
1492         fixed library inclusion order
1494 2007-10-06  Sascha  <FunkyFish@gmx.net>
1496         updated the ChangeLog
1498 2007-10-04  Andreas Krennmair  <ak@synflood.at>
1500         numberous snprintf cleanups; removed code duplication
1502 2007-10-04  aavelar  <aavelar@cofradia.org>
1504         Feature enhancement, adds configurable dialog window that asks before quit
1506         Another lj functionality enhancement
1508         Adds support for lj tags, functionality
1510         Security patch to fix the CVE-2007-3713 report
1512         Just removes some unnecessary code on libyahoo2
1514 2007-10-03  Boris Petersen  <transacid@gmail.com>
1516         made libotr support optional, because it's still buggy
1518 2007-10-02  Andreas Krennmair  <ak@synflood.at>
1520         add missing ifdef's for libotr patch.
1522 2007-08-24  Jörg Böhnel  <micirio@gmx.net>
1524         Adding --with-libotr to configure; using _(...) for translateable strings
1526 2007-08-20  Anibal Avelar  <aavelar@cofradia.org>
1528         Delete to clean the source. Unused file
1530         Updating with firetalk library coming from naim project. This fixed many bugs relates with AIM and IRC protocols
1532         Patch to fix a FTBFS with GCC 4.3, reported by the Debian BTS
1534 2007-08-19  Jörg Böhnel  <micirio@gmx.net>
1536         Added OTR support for jabber - you need to have libotr installed.
1538 2007-08-17  Boris Petersen  <transacid@gmail.com>
1540         moved cicqconv to cimconv. Wasn't aware that you had to do it with cg mv
1542         Changed cicqconv to cimconv globaly update, sorry for the inconvenience
1544         Changed cicqconv to cimconv globaly
1546 2007-08-16  Roger  <roger@jikos.cz>
1548         Fix --bind: unrecognized re-bind() on reconnect.
1550 2007-08-10  Roger  <roger@jikos.cz>
1552         Change status description handling for jabber and undo asking for message for Online/FFC
1554 2007-08-09  Michał (Kazik) Kazior  <kazikcz@gmail.com>
1556         Away messages fix (jabber) I think, that most of today's im protocols support setting a description/away message for available/freeforchat statuses.
1557         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.
1559 2007-08-02  Anibal Avelar  <aavelar@cofradia.org>
1561         Support for lzo2 for gnutls (check for lzo1 and lzo2)
1563 2007-07-24  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1565         Recoded russian messages to UTF-8
1567         Corrected ordering of contacts by status by placing out for lunch contacts at the bottom
1569 2007-07-23  Stephane Bisinger  <stephane.bisinger@gmail.com>
1571         Updated MSNP to version 9
1573 2007-07-21  Stephane Bisinger  <stephane.bisinger@gmail.com>
1575         Merge with git+ssh://sb@repo.or.cz/srv/git/centerim.git#mob
1577         Changed Content encoding to utf8
1579         Added a couple of frees
1581 2007-07-13  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1583         Added a couple of frees to prevent memory leaking
1585 2007-07-10  Roger  <roger@jikos.cz>
1587         Fixes for patch 4187752098e87ce0e8bfeffa9e6e1f6030549ffa (cursor position after merge, wrapping whitespace...).
1589 2007-07-09  Boris Petersen  <transacid@gmail.com>
1591         Minor changes to german translation. Spaces basically
1593 2007-07-07  Roger  <roger@jikos.cz>
1595         Fix for sf.net bug #1710218. Adds "paragraphs", wrapping and merging neighbour lines on deletes and inserts.
1597 2007-07-01  Roger  <roger@jikos.cz>
1599         Fix missing jabber group conversions - bug #1740881
1601 2007-06-30  Boris Petersen  <transacid@gmail.com>
1603         wrong coded blanks in German translation updated
1605 2007-06-26  Roger  <roger@jikos.cz>
1607         Discover services on connect. Find conference and user-search ones.
1609         Find dialogue fixes, presence error handling.
1611 2007-06-25  Roger  <roger@jikos.cz>
1613         Initialize services iterator when reopening the Join dialogue. (fixes crash)
1615         Fix use of unitialized pointer, usually just skipping config reloads.
1617 2007-06-25  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1619         Corrected some errors related to the format specifiers
1621         Corrected other format specifier errors
1623         Added missing placeholders in translated string
1625         Recoded German translation to UTF-8, otherwise it would prevent centerim from compiling
1627         Merge with git+ssh://sb@repo.or.cz/srv/git/centerim.git#mob
1629 2007-06-23  Boris Petersen  <transacid@gmail.com>
1631         German translation update
1633 2007-06-23  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1635         Added the man page for centerim to the Makefile so that it is installed. Updated version number
1637 2007-06-23  Dmitry E. Oboukhov  <dimka@avanto.org>
1639         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.
1640         This patch will cure that defect.
1642 2007-06-22  Roger  <roger@jikos.cz>
1644         Changes to JID handling, avoid adding random hostnames and duplicating contacts and display at least hostname for transports.
1646 2007-06-21  Stephane Bisinger  <stephane.bisinger@gmail.com>
1648         Merge with locmob
1650 2007-06-21  Andrey J. Melnikoff  <temnota@kmv.ru>
1652         fixed building when using separate build directories.
1654 2007-06-21  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1656         Fix for bug #1724170: removed carriage returns from the string to be signed in the jabber status
1658         Added an Out for Lunch status
1660         Changed the mapping of the not available state on MSN
1661         In the MSN protocol the "Not Available" state of centerim was mapped to
1662         "Out for Lunch". Now it is mapped to Away.
1664 2007-06-18  Petr Písař  <petr.pisar@atlas.cz>
1666         Czech translation update
1668 2007-06-14  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1670         Fixed bug #1707708 which showed error 501 in the log console when adding contact in Jabber connected to GTalk.
1671         Error 501 is a Feature Not Implemented error code and it should not be
1672         reported to the user. It informs the client that the operation it attempted
1673         is not supported by the server.
1675         Fixed bug #1734670: when logging off of MSN it did not hide the contacts that were online
1676         Some calls to the functions to hide the contacts were missing during the
1677         logout process. I added them to the hook so that the contacts are now
1678         hidden on signout.
1680 2007-06-13  Anibal Avelar  <debianmx@gmail.com>
1682         Fixed support for GnuTLS for Jabber and GaduGadu protocols
1684 2007-06-13  Andrey J. Melnikoff  <temnota@kmv.ru>
1686         This patch simple move setting xterm title, avoid changing title when auth request dropped due to antispam settings.
1688 2007-06-13  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1690         Revert "This patch simple move setting xterm title, avoid changing title when auth"
1691         This reverts commit 1a55b206ef400415708ddb5696e7e141581236ba.
1693         This patch simple move setting xterm title, avoid changing title when auth request dropped due to antispam settings.
1695 2007-06-13  Andrey J. Melnikoff  <temnota@kmv.ru>
1697         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.
1699 2007-06-13  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1701         Incremented version number
1703 2007-06-12  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1705         Fixed bug #1719847 which prevented a user from logging in msn if the contact list is empty.
1706         The libmsn library made the wrong assumption that after the group list
1707         there is always a user list, which is not true if there are no users. This
1708         prevented from setting the correct variable used to check if list
1709         synchronization is complete
1711 2007-05-06  z35 [Stephen Stegall]  <z35_11@yahoo.com>
1713         Fixed a couple bugs in chat resizing
1715 2007-05-04  z35 [Stephen Stegall]  <z35_11@yahoo.com>
1717         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
1719 2007-05-03  z35 [Stephen Stegall]  <z35_11@yahoo.com>
1721         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
1723 2007-05-02  z35 [Stephen Stegall]  <z35_11@yahoo.com>
1725         Fixed the history updating when resizing various panels
1727 2007-04-26  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1729         Git wants to commit nothing, so here it goes :S
1731 2007-04-26  J. Koster  <koster@server.nocturnus>
1733         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.
1734         Solves bug: [1707935] wrong status of buddies in contact list
1735         http://sourceforge.net/tracker/index.php?func=detail&aid=1707935&group_id=190480&atid=933528
1737 2007-04-26  Jayjay  <jayjay@twek.nl>
1739         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: -----------------------------------------------------------------------
1741 2007-04-24  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1743         Reinserted the check for openssl on the value specified by the user
1745         Resolved a conflict
1747         Merge with git+ssh://sb@repo.or.cz/srv/git/centerim.git#mob
1749         Partly fixed the issue about closing panels. Now the minimum size for a panel is 4.
1750         Also fixed automatic detection of the size if the lines on screen are too
1751         small. Don't know if ti works as it should, though
1753         Changed the function mktemp to the safer mkstemp
1755 2007-04-22  Mark Pustjens  <mark@unkie.org>
1757         Alows you to disable the ICQ plugin. Yes, that means it is now possible to build centerim withouth any plugin enabled.
1759 2007-04-22  Jayjay  <jayjay@twek.nl>
1761         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: -----------------------------------------------------------------------
1763 2007-04-21  Mark Pustjens  <mark@unkie.org>
1765         Cleaned up some debug messages which got into the main branch.
1767 2007-04-20  Jayjay  <jayjay@twek.nl>
1769         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?)
1771 2007-04-18  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1773         Cleaned the checks for OpenSSL
1774         The configure scripts in the subdirectories (connwrap and libgadu) tested
1775         again to find OpenSSL. The code has been cleaned as to leave the checks
1776         only in the main configure script.
1778         Cleaned the checks for OpenSSL
1779         The configure scripts in the subdirectories (connwrap and libgadu) tested
1780         again to find OpenSSL. The code has been cleaned as to leave the checks
1781         only in the main configure script.
1783 2007-04-17  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1785         Remove useless dummy file: m4 directory is created by the autogen.sh script
1787         Corrected some entries
1789 2007-04-17  Mark Pustjens  <mark@unkie.org>
1791         Modified configure.ac to make sure that if ssl is enabled automatically libjabber and others are configured with the flag enabled.
1793 2007-04-16  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1795         Improved SSL checking. Enabled SSL by default
1797         Cleaned SSL detection
1799         Inserted a couple of fixes from the master branch.
1800         Corrected a centericq.h in centerim.h
1801         Fixed a bug that prevented from changing the browser.
1803         Added a check for lzo
1804         The configure script was not checking for lzo when ssl support is enabled.
1805         I added a check for the library
1807         Fixed the checking for gpgme
1808         Detecting gpgme was broken because it always defined HAVE_GPGME, thus
1809         making it mandatory. Now HAVE_GPGME will only be defined if gpgme is
1810         available
1812 2007-04-16  Mark Pustjens  <mark@unkie.org>
1814         This adds automatic testing for openssl Needed for the ssl patch to function properly in more situations
1816         Changed the default for --with-ssl to auto detect.
1817         Without ssl enabled no GPG support will be compiled into libjabber, which
1818         breaks Google Talk support.
1820         When ssl is disabled the configure script will warn the user about this
1821         fact.
1823         This patch needs testing to verify that it works for everyone.
1825 2007-04-15  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1827         Added a check for lzo
1828         The configure script was not checking for lzo when ssl support is enabled.
1829         I added a check for the library
1831         Fixed the checking for gpgme
1832         Detecting gpgme was broken because it always defined HAVE_GPGME, thus
1833         making it mandatory. Now HAVE_GPGME will only be defined if gpgme is
1834         available
1836 2007-04-14  Stephane Bisinger  <sb@storm.(none)>
1838         Corrected a centericq.h in a centerim.h
1840         Revert "Port/rewrite of the captcha patch for centericq [1]"
1841         This reverts commit c14521f605ba4c854a989a3f31c045262783da10.
1843         Revert "Fix to src/Makefile.am for the captcha patch"
1844         This reverts commit 16a5ccc2d6a0a97cbd3b9c2c96a2b8269bc06573.
1846         Merge with git+ssh://sb@repo.or.cz/srv/git/centerim.git
1848 2007-04-04  Pavol Rusnak  <prusnak@suse.cz>
1850         Fixed GCC warnings/errors
1852 2007-04-04  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1854         Fixed issue #1693244
1856 2007-04-03  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1858         Corrected a bug that prevented the changing of the browser from the options
1860         Merge with master Corrected a possible buffer owerflow in src/centerim.cc Improved the checking for .centerim and .centericq folders in src/icqconf.cc
1862 2007-04-02  Mark Pustjens  <mark@unkie.org>
1864         Fix to src/Makefile.am for the captcha patch
1866         Merge with git+ssh://mob@repo.or.cz/srv/git/centerim.git#mob
1868         Port/rewrite of the captcha patch for centericq [1]
1869         [1] http://forum.centericq.de/viewtopic.php?t=793
1871 2007-04-01  Jayjay  <jayjay@twek.nl>
1873         Updated several documentation files to reflect current status.
1875 2007-03-28  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1877         Reverted status log messages to something a little more verbose.
1879         Made the package compile against ncursesw when available
1881 2007-03-28  Pavol Rusnak  <prusnak@suse.cz>
1883 2007-03-27  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1885         reduced the text when changing status, according to Feature Request [ 1688383 ]. This text should be made configurable.
1887 2007-03-25  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1889         Modified Makefile to use centerim as filename
1891 2007-03-24  Mark Pustjens  <mark@unkie.org>
1893         Fixed the drop icq requests issues, and fixed the panel resizing.
1895 2007-03-23  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1897         Merge with git+ssh://sb@repo.or.cz/srv/git/centerim.git
1899 2007-03-22  Oliver Hohlfeld  <centerim@ohohlfeld.com>
1901         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 ;-)
1903 2007-03-22  David Riebenbauer  <davrieb@htu.tugraz.at>
1905         quick and dirty hack to still support ~/.centericq/ as basedir besides ~/.centerim/
1907 2007-03-21  Mark Pustjens  <mark@unkie.org>
1909         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)
1911         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
1913 2007-03-21  Oliver Hohlfeld  <oliver@oliver.localdomain>
1915         Partial history loading refinement Author: Oliver Hohlfeld Email: centerim@ohohlfeld.com
1917 2007-03-21  Thomas Graf  <post@thomas-graf.de>
1919         Some missing renames... I hope it compiles now...
1921         Some renaming
1923 2007-03-21  Julien LEMOINE  <speedblue@debian.org>
1925         Fix potential segfault (output of strstr is not checked)
1927 2007-03-21  Julien Lemoine  <speedblue@debian.org>
1929         Fix buffer overflow in livejournal support For details : http://lists.grok.org.uk/pipermail/full-disclosure/2007-January/051663.html
1931 2007-03-21  Oliver Hohlfeld  <oliver@oliver.localdomain>
1933         Partial history loading in chat mode - cleanup II
1935         Partial history loading in chat mode - cleanup
1937         Partial history loading in chat mode
1939 2007-03-20  Thomas Graf  <post@thomas-graf.de>
1941         Some missing renames... I hope it compiles now...
1943 2007-03-20  Thomas Graf  <thomas@xengeneral.(none)>
1945         Some renaming
1947 2007-03-20  Oliver Hohlfeld  <oliver@oliver.localdomain>
1949 2007-03-19  Oliver Hohlfeld  <oliver@oliver.localdomain>
1951 2007-03-16  Stéphane Bisinger  <stephane.bisinger@gmail.com>
1953         Merge with git+ssh://sb@repo.or.cz/srv/git/centerim.git
1955         Applied Hakan's patch
1957 2007-03-16  David Riebenbauer  <davrieb@htu.tugraz.at>
1959         Merge with /home/davrieb/git-wc/centerim
1961         Merge with /home/davrieb/git-wc/centerim
1962         commit 70742bd896fdf89a5866b61bf85893d794b4244b
1963         Author: Håkan Kvist <hagar@df.lth.se>
1964         Date:   Fri Mar 9 22:02:29 2007 +0100
1966             patch, getting rid of some compiler errors
1968             This patch is just for decreasing the number of gcc warnings.
1970                 Changed initialization order for some classes,
1971                 variables should be initializated in the same order
1972                 as they are defined.
1974                 Changed some destructors to be virtual, since the classes
1975                 contained some functions that are defined as virtual.
1977                 Some unused variables removed.
1979                 Some functions that was declared as having a return value
1980                 did not return a value.
1982                 Dumping the output (stdin and stdout) of make before my changes
1983                 generated a file with 4433 lines.
1985                 After these changes the log file with 2329 lines.
1987                 Flags used when compiling was:
1988                 CXXFLAGS="-O0 -pedantic -Wall"
1989                 CFLAGS="-O0 -pedantic -Wall"
1991         commit 893475d4cb775a38771354686ff5630af3725c3e
1992         Merge: 08a16b1ac65408bfc658ab18ba03c34005b70cd6 32c5d537b7a6d999782a31027d1c6753c9264a7b
1993         Author: David Riebenbauer <davrieb@htu.tugraz.at>
1994         Date:   Thu Mar 15 20:11:34 2007 +0100
1996             Merge with git://repo.or.cz/centerim.git
1998         commit 32c5d537b7a6d999782a31027d1c6753c9264a7b
1999         Author: Stéphane Bisinger <stephane.bisinger@gmail.com>
2000         Date:   Tue Mar 13 19:10:06 2007 +0000
2002             Made link flags variable depending on selected protocols, eliminated some
2003             warnings
2005         commit 08a16b1ac65408bfc658ab18ba03c34005b70cd6
2006         Author: David Riebenbauer <davrieb@sbox.tugraz.at>
2007         Date:   Tue Mar 13 16:59:54 2007 +0100
2009             configure.ac: compare with test rather than without
2011         commit 827ea51d89fa903afc4f394803bfd35ae03bf872
2012         Author: David Riebenbauer <davrieb@sbox.tugraz.at>
2013         Date:   Tue Mar 13 16:42:55 2007 +0100
2015             only display message about checking for gpgme if we really do
2016             don't fail if no gpgme-config is found
2018         commit 56d56722693aba24c966b08b02edacfe193c4b06
2019         Author: David Riebenbauer <davrieb@sbox.tugraz.at>
2020         Date:   Tue Mar 13 15:32:27 2007 +0100
2022             make it possible to disable gpgme
2024         commit d3cf844d0a883aecb9ac6cefc0ba75e31e3c6a9f
2025         Author: Stéphane Bisinger <stephane.bisinger@gmail.com>
2026         Date:   Mon Mar 12 23:45:32 2007 +0000
2028             Corrected order of subdirs which prevented a correct build
2030         commit f762c548b817eff7b53c1b6a6071b17b14c8586f
2031         Author: Stéphane Bisinger <stephane.bisinger@gmail.com>
2032         Date:   Mon Mar 12 23:12:53 2007 +0000
2034             Reverted some changes
2036         commit ffe847a9ebb5dfe981680fe7a8d9e5cc7f127059
2037         Author: Stéphane Bisinger <stephane.bisinger@gmail.com>
2038         Date:   Mon Mar 12 22:35:39 2007 +0000
2040             Made build of subdirectories conditional
2042 2007-03-16  Håkan Kvist  <hagar@df.lth.se>
2044         patch, getting rid of some compiler errors
2045         This patch is just for decreasing the number of gcc warnings.
2047             Changed initialization order for some classes,
2048             variables should be initializated in the same order
2049             as they are defined.
2051             Changed some destructors to be virtual, since the classes
2052             contained some functions that are defined as virtual.
2054             Some unused variables removed.
2056             Some functions that was declared as having a return value
2057             did not return a value.
2059             Dumping the output (stdin and stdout) of make before my changes
2060             generated a file with 4433 lines.
2062             After these changes the log file with 2329 lines.
2064             Flags used when compiling was:
2065             CXXFLAGS="-O0 -pedantic -Wall"
2066             CFLAGS="-O0 -pedantic -Wall"
2068 2007-03-15  David Riebenbauer  <davrieb@htu.tugraz.at>
2070         Merge with git://repo.or.cz/centerim.git
2072 2007-03-13  Stéphane Bisinger  <stephane.bisinger@gmail.com>
2074         Added header files
2076         First attempt to correct visualization of UTF-8 characters
2078         Made link flags variable depending on selected protocols, eliminated some warnings
2080 2007-03-13  David Riebenbauer  <davrieb@sbox.tugraz.at>
2082         configure.ac: compare with test rather than without
2084         only display message about checking for gpgme if we really do don't fail if no gpgme-config is found
2086         make it possible to disable gpgme
2088 2007-03-13  Stéphane Bisinger  <stephane.bisinger@gmail.com>
2090         Corrected order of subdirs which prevented a correct build
2092         Reverted some changes
2094 2007-03-12  Stéphane Bisinger  <stephane.bisinger@gmail.com>
2096         Made build of subdirectories conditional
2098 2007-03-09  centerim-dev  <centerim@jonatan.localdomain>
2100         Changed initialization order for some classes, variables should be initializated in the same order as they are defined.
2101         Changed some destructors to be virtual, since the classes
2102         contained some functions that are defined as virtual.
2104         Some unused variables removed.
2106         Some functions that was declared as having a return value
2107         did not return a value.
2109         Dumping the output (stdin and stdout) of make before my changes
2110         generated a file with 4433 lines.
2112         After these changes the log file with 2329 lines.
2114         Flags used when compiling was:
2115         CXXFLAGS="-O0 -pedantic -Wall"
2116         CFLAGS="-O0 -pedantic -Wall"
2118 2007-03-02  David Riebenbauer  <davrieb@sbox.tugraz.at>
2120         change the project and executable name to centerim
2122 2007-02-25  Håkan Kvist  <hagar@df.lth.se>
2124         Compiler warnings when compiling centericq
2125         Hello
2127         I think that centericq would benefit of getting the number of compiler
2128         warnings minimized when compiling with the options -Wall -pedantic
2129         (with gcc/g++).
2131         This would hopefully improve the quality of the code, and hopefully
2132         get rid of some memory leaks.
2134         Enabling these today will print out ALOT of thingies that gcc could be
2135         improved.
2137         I have created a small patch wich makes it possible to compile with
2138         the -pedantic flag (attatched).
2140         regards
2141         Håkan
2143         Patch attempting to take care of some memory errors
2144         David found an error in my patch (you shouldn't do delete on a
2145         void*), and have allready reverted that particular change in the repositry.
2147         Attatched patch registers a callback for objects of type icqcontact,
2148         so that elemnts of this type gets properly deallocated (wtih delete).
2150 2007-02-25  David Riebenbauer  <davrieb@sbox.tugraz.at>
2152         Revert the change to delete in this one place. It triggers a compiler warning and doesn't seem to make a difference anyway.
2154         add dummy.c to sources to avoid failure when attempting to build without libmsn
2156 2007-02-24  Håkan Kvist  <hagar@df.lth.se>
2158         Checked couplig of malloc with free, new with delete and new[] with delete[]
2160 2007-02-23  Stéphane Bisinger  <stephane.bisinger@gmail.com>
2162         Fixed failure when build with aim and irc disabled. Updated the md5 library
2164         Merge with git+ssh://sb@repo.or.cz/srv/git/centerim.git
2166 2007-02-23  Andreas Niederl  <rico32@gmx.net>
2168         Patched make dist, not it works
2170 2007-02-21  David Riebenbauer  <davrieb@sbox.tugraz.at>
2172         remove EXTRA_DIST from kkconsui/Makefile.am this should stop make dist from failing
2174 2007-02-21  Stéphane Bisinger  <stephane.bisinger@gmail.com>
2176         Merge with git+ssh://sb@repo.or.cz/srv/git/centerim.git
2178 2007-02-21  David Riebenbauer  <davrieb@sbox.tugraz.at>
2180         make git ignore "some" generated files
2182         rename all configure.in to configure.ac This avoids some odditties on Debian which chooses the autoconf version by looking at each filename
2184 2007-02-21  Andreas Niederl  <rico32@gmx.net>
2186         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.
2187         I've attached a patch which fixes this by removing the default 'no' to
2188         with-openssl.
2190         Additional changes:
2191          * --with-gpgme typo
2192          * reordered ssl output
2193          * with_ssl=no as default for connwrap and libgadu, so consistent
2194            behaviour is guaranteed
2195          * unconditional AC_PROG_CXX in libgadu, libjabber and libyahoo2 for
2196            fixing the conditional errors when built without one of those libs
2198 2007-02-19  Stéphane Bisinger  <stephane.bisinger@gmail.com>
2200         Updated help strings, corrected a spelling error
2202 2007-02-17  Stéphane Bisinger  <stephane.bisinger@gmail.com>
2204         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
2206 2007-02-15  David Riebenbauer  <davrieb@sbox.tugraz.at>
2208         update the changelog with my changes
2210         commit po files with updated line numbers
2212         add md5.h to the distributed files
2214         use cd and cd - instead of pushd and popd pushd and popd don't seem to be available in all shells
2216 2007-02-14  David Riebenbauer  <davrieb@sbox.tugraz.at>
2218         don't distribute mkinstalldirs any more b ecause a current automake doesn't need it any more
2220 2007-02-13  David Riebenbauer  <davrieb@sbox.tugraz.at>
2222         bump version to 4.22.0
2224         Merge branch 'master' of /home/davrieb/src/centericq/git/centericq
2226         Merge with external-patches
2228         seconds_in_timestamps by Sebastien Delafond <seb@debian.org>
2229         Add user setting to display timestamps up to the second.
2231 2007-02-12  David Riebenbauer  <davrieb@sbox.tugraz.at>
2233         jabber_503.dpatch.dpatch by Charles Plessy <charles-debian-nospam@plessy.org>
2234         copied from http://forum.centericq.de/viewtopic.php?p=2295&sid=74c3dc27a23192ccc07a8af8b0a4a758
2235         which says "While connecting to server, centericq requests agents list,
2236         but due to this feature is deprected, recieves 503 error, thus breaking
2237         connection. "
2239 2006-12-31  David Riebenbauer  <davrieb@sbox.tugraz.at>
2241         apply patch to fix segv in "MSG" recv in msn
2243 2006-12-28  David Riebenbauer  <davrieb@sbox.tugraz.at>
2245         applied patch from <temnota@kmv.ru> to fix segv in libjabber when registering new account
2247         fix buffer overflow in VGETSTRING macro by replacing vsprintf by vsnprintf
2249         apply patch from "Steve Langasek" <vorlon@debian.org> to fix remotely segfaultable DOS
2251         apply patch from "Steve Langasek" <vorlon@debian.org> to fix memory handling clean-ups
2253         Use sys/statfs.h instead of sys/mount.h on Hurd
2255         Fix endianess errors (may allow remote attackers to cause a denial of service), CAN-2005-2448
2256         Fix memory alignment errors (may allows remote attackers to cause a denial
2257         of service (bus error) on certain architectures such as SPARC via an
2258         incoming message, CAN-2005-2370
2260         Fix Multiple integer signedness errors (may allow remote attackers to cause
2261         a denial of service or execute arbitrary code.), CAN-2005-2369
2263         apply patch to fix search/add segfault on amd64
2265         apply patch from Andreas Jochens <aj@andaco.de> to fix amd64 buid problem
2267         replace 'esc' msg by 'esc-esc'
2269         Fix typo in --help command
2271 2006-12-28  Julien LEMOINE  <speedblue@debian.org>
2273         Allow user to select HTTP browser
2275 2006-12-28  Romain FRANCOIS  <romain@orebokech.com>
2277         add more emacs bindings (c-u, c-k, ...)
2279 2006-12-28  David Riebenbauer  <davrieb@sbox.tugraz.at>
2281         This patch makes centericq not close the connection when it receives a failure unrelated to authentication.
2283         show info about the protocol in the contact list.
2284         show the protocol as in
2285           [p] nickname
2286         instead of the status
2287           [s] nickname
2289         apply centericq-libmsn.patch which updates the included version of libmsn
2291 2006-12-26  David Riebenbauer  <davrieb@sbox.tugraz.at>
2293         Merge with external-patches
2295 2006-12-24  David Riebenbauer  <davrieb@sbox.tugraz.at>
2297         Merge with external-patches
2299 2006-12-23  David Riebenbauer  <davrieb@sbox.tugraz.at>
2301         some fixes to make autotools work
2303 2006-12-16  David Riebenbauer  <davrieb@sbox.tugraz.at>
2305         fixes some automake related files
2306         new configure.ac
2307         rm configure.in
2308         add an autogen.sh
2310         Patch © 2006 Mark Pustjens <mark@unkie.org>
2312         remove another round of autogenerated files
2314         remoce superfluous Makefile.in
2316         remove some autogenerated files from libmsn
2318 2006-12-15  David Riebenbauer  <davrieb@sbox.tugraz.at>
2320         Merge with /home/davrieb/src/centericq/git/libyahoo2
2322         prepare merge with centericq
2324         Merge with /home/davrieb/src/centericq/git/libmsn
2326         Prepare merge with centericq
2328         Merge with /home/davrieb/src/centericq/git/libjabber
2330         prepare to merge with centericq
2332 2006-12-15  David Riebenbauer  <davrieb@androgyn.(none)>
2334         Merge with /home/davrieb/src/centericq/git/libicq2000/
2336         prepare merge with centericq
2338         Merge with /home/davrieb/src/centericq/git/libgadu
2340         prepare merge with centericq
2342         Merge with /home/davrieb/src/centericq/git/kksystr
2344         prepare to merge with centericq
2346 2006-12-14  David Riebenbauer  <davrieb@androgyn.(none)>
2348         Merge with /home/davrieb/src/centericq/git/kkstrtext
2350         prepare merge to centericq
2352         Merge with /home/davrieb/src/centericq/git/kkconsui
2354         prepare merge with centericq
2356         Merge with /home/davrieb/src/centericq/git/firetalk
2358         prepare merge with centericq
2360         Merge with /home/davrieb/src/centericq/git/connwrap
2362         prepare merge
2363         mv all files to the connwrap dir
2365 2006-01-02  konst  <konst>
2367         amd64 jab auth patch
2369 2005-09-02  konst  <konst>
2371         *** empty log message ***
2373 2005-08-31  konst  <konst>
2375         ""
2377 2005-08-29  konst  <konst>
2379         ""
2381         ""
2383         ""
2385         ""
2387 2005-08-28  konst  <konst>
2389         *** empty log message ***
2391         *** empty log message ***
2393 2005-08-26  konst  <konst>
2395         *** empty log message ***
2397         ""
2399         ""
2401         ""
2403         ""
2405         ""
2407 2005-08-25  konst  <konst>
2409         logs in after the protocol change
2411 2005-07-08  konst  <konst>
2413         *** empty log message ***
2415 2005-05-23  konst  <konst>
2417         *** empty log message ***
2419         *** empty log message ***
2421 2005-05-20  iulica  <iulica>
2423         fix double free bug
2425 2005-05-09  konst  <konst>
2427         *** empty log message ***
2429 2005-05-06  konst  <konst>
2431         *** empty log message ***
2433 2005-05-02  konst  <konst>
2435         *** empty log message ***
2437 2005-04-14  konst  <konst>
2439         *** empty log message ***
2441 2005-02-19  konst  <konst>
2443         ""
2445         ""
2447 2005-02-14  iulica  <iulica>
2449         removed the chat cycle hotkeys
2451         fix for chat cycle
2453 2005-02-13  iulica  <iulica>
2455         Chat cycling
2457         fixed inconsistency about close fullscreen event view hotkey
2459         undo changes
2461 2005-02-12  konst  <konst>
2463         ""
2465 2005-02-10  konst  <konst>
2467         ""
2469         ""
2471         ""
2473         ""
2475         *** empty log message ***
2477 2005-02-03  konst  <konst>
2479         *** empty log message ***
2481 2005-02-01  konst  <konst>
2483         ""
2485         ""
2487 2005-01-31  konst  <konst>
2489         ""
2491         ""
2493 2005-01-30  konst  <konst>
2495         ""
2497         ""
2499         ""
2501 2005-01-28  konst  <konst>
2503         ""
2505 2005-01-27  konst  <konst>
2507         ""
2509         ""
2511         ""
2513         ""
2515         ""
2517 2005-01-26  konst  <konst>
2519         *** empty log message ***
2521         ""
2523         ""
2525         ""
2527 2005-01-25  konst  <konst>
2529         ""
2531         ""
2533         ""
2535         ""
2537         ""
2539 2005-01-24  konst  <konst>
2541         ""
2543         ""
2545 2005-01-23  konst  <konst>
2547         ""
2549         ""
2551         ""
2553         ""
2555 2005-01-19  konst  <konst>
2557         *** empty log message ***
2559 2005-01-07  konst  <konst>
2561         ""
2563         ""
2565 2004-12-26  konst  <konst>
2567         ""
2569         ""
2571 2004-12-25  konst  <konst>
2573         ""
2575         ""
2577         ""
2579         ""
2581 2004-12-24  konst  <konst>
2583         ""
2585         ""
2587         ""
2589 2004-12-21  konst  <konst>
2591         ""
2593         ""
2595         ""
2597         ""
2599         ""
2601         ""
2603         ""
2605         *** empty log message ***
2607 2004-12-20  konst  <konst>
2609         *** empty log message ***
2611 2004-11-12  konst  <konst>
2613         ""
2615         ""
2617 2004-11-11  konst  <konst>
2619         ""
2621 2004-11-10  konst  <konst>
2623         ""
2625         ""
2627         ""
2629         ""
2631         ""
2633         ""
2635         ""
2637         ''
2639         ''
2641         ''
2643 2004-11-09  konst  <konst>
2645         *** empty log message ***
2647 2004-10-07  konst  <konst>
2649         *** empty log message ***
2651 2004-09-28  konst  <konst>
2653         *** empty log message ***
2655         ""
2657         ""
2659 2004-08-10  konst  <konst>
2661         ""
2663         ""
2665         ""
2667         ""
2669 2004-08-05  konst  <konst>
2671         *** empty log message ***
2673         ""
2675         ""
2677         ""
2679         ""
2681 2004-08-04  konst  <konst>
2683         ""
2685         ""
2687         ""
2689         ""
2691         *** empty log message ***
2693         *** empty log message ***
2695         *** empty log message ***
2697 2004-07-31  konst  <konst>
2699         ""
2701         ""
2703         ""
2705         ""
2707         ""
2709         ""
2711         ""
2713 2004-07-30  konst  <konst>
2715         *** empty log message ***
2717 2004-07-29  konst  <konst>
2719         ""
2721 2004-07-27  konst  <konst>
2723         ""
2725 2004-07-21  konst  <konst>
2727         ""
2729 2004-07-20  konst  <konst>
2731         ""
2733 2004-07-19  konst  <konst>
2735         ""
2737         ""
2739 2004-07-18  konst  <konst>
2741         ""
2743 2004-07-09  konst  <konst>
2745         ""
2747 2004-07-03  konst  <konst>
2749         ""
2751 2004-06-30  konst  <konst>
2753         *** empty log message ***
2755 2004-06-29  konst  <konst>
2757         ""
2759         ""
2761         ""
2763         ""
2765         ""
2767         ""
2769         *** empty log message ***
2771 2004-06-28  konst  <konst>
2773         ""
2775         ""
2777         ""
2779         *** empty log message ***
2781         ""
2783         ""
2785 2004-06-24  konst  <konst>
2787         ""
2789         ""
2791         ""
2793         ""
2795 2004-06-21  konst  <konst>
2797         ""
2799         ""
2801         ""
2803 2004-06-19  konst  <konst>
2805         ""
2807         ""
2809 2004-06-18  konst  <konst>
2811         ""
2813         ""
2815         ""
2817         ""
2819         ""
2821         ""
2823 2004-06-17  konst  <konst>
2825         ""
2827         ""
2829 2004-06-14  konst  <konst>
2831         *** empty log message ***
2833 2004-06-12  konst  <konst>
2835         ""
2837         ""
2839 2004-06-11  konst  <konst>
2841         ""
2843 2004-06-10  konst  <konst>
2845         *** empty log message ***
2847         ""
2849         ""
2851         ""
2853         ""
2855         ""
2857         ""
2859         ""
2861         Initial revision
2863 2004-04-13  konst  <konst>
2865         *** empty log message ***
2867         ""
2869         ""
2871         ""
2873         ""
2875         ""
2877 2004-04-11  konst  <konst>
2879         ""
2881         ""
2883 2004-04-10  konst  <konst>
2885         *** empty log message ***
2887 2004-04-04  konst  <konst>
2889         ""
2891 2004-04-01  konst  <konst>
2893         ""
2895 2004-03-31  konst  <konst>
2897         *** empty log message ***
2899 2004-03-28  konst  <konst>
2901         ""
2903         ""
2905 2004-03-27  konst  <konst>
2907         ""
2909 2004-03-22  konst  <konst>
2911         ""
2913         ""
2915         ""
2917 2004-03-20  konst  <konst>
2919         ""
2921 2004-03-17  konst  <konst>
2923         ""
2925 2004-03-15  konst  <konst>
2927         *** empty log message ***
2929         *** empty log message ***
2931 2004-03-13  konst  <konst>
2933         ""
2935 2004-03-10  konst  <konst>
2937         ""
2939 2004-03-09  konst  <konst>
2941         ""
2943 2004-03-07  konst  <konst>
2945         ""
2947         ""
2949 2004-03-03  konst  <konst>
2951         *** empty log message ***
2953 2004-02-26  konst  <konst>
2955         ""
2957 2004-02-22  konst  <konst>
2959         ""
2961 2004-02-21  konst  <konst>
2963         *** empty log message ***
2965 2004-02-20  konst  <konst>
2967         ""
2969 2004-02-19  konst  <konst>
2971         *** empty log message ***
2973 2004-02-17  konst  <konst>
2975         ""
2977 2004-02-15  konst  <konst>
2979         ""
2981         ""
2983         *** empty log message ***
2985 2004-02-11  konst  <konst>
2987         *** empty log message ***
2989         ""
2991         *** empty log message ***
2993         Initial revision
2995 2004-02-08  konst  <konst>
2997         ""
2999 2004-02-04  konst  <konst>
3001         *** empty log message ***
3003         *** empty log message ***
3005         msn is back
3007 2004-02-01  konst  <konst>
3009         ""
3011         ""
3013 2004-01-31  konst  <konst>
3015         *** empty log message ***
3017 2004-01-30  konst  <konst>
3019         ""
3021         ""
3023 2004-01-27  konst  <konst>
3025         ""
3027         ""
3029         *** empty log message ***
3031         *** empty log message ***
3033         Initial revision
3035 2004-01-16  konst  <konst>
3037         *** empty log message ***
3039         *** empty log message ***
3041 2004-01-15  konst  <konst>
3043         *** empty log message ***
3045         *** empty log message ***
3047         *** empty log message ***
3049         ""
3051         ""
3053         ""
3055         ""
3057         *** empty log message ***
3059 2003-12-11  konst  <konst>
3061         ""
3063         ""
3065         ""
3067 2003-12-05  konst  <konst>
3069         ""
3071         ""
3073 2003-11-26  konst  <konst>
3075         ""
3077 2003-11-24  konst  <konst>
3079         ""
3081         ""
3083 2003-11-23  konst  <konst>
3085         ""
3087         ""
3089         ""
3091 2003-11-22  konst  <konst>
3093         ""
3095         ""
3097 2003-11-21  konst  <konst>
3099         ""
3101         ""
3103 2003-11-07  konst  <konst>
3105         ""
3107         ""
3109 2003-11-06  konst  <konst>
3111         ""
3113         ""
3115 2003-11-05  konst  <konst>
3117         yahoo search and groups operations reflection
3119         yahoo search and groups operations reflection
3121         *** empty log message ***
3123         ""
3125         ""
3127         ""
3129         ""
3131 2003-10-31  konst  <konst>
3133         ""
3135 2003-10-26  konst  <konst>
3137         *** empty log message ***
3139 2003-10-21  konst  <konst>
3141         ""
3143         ""
3145         ""
3147 2003-10-20  konst  <konst>
3149         ''
3151         ""
3153         ""
3155         ""
3157         ""
3159 2003-10-16  konst  <konst>
3161         ''
3163 2003-10-15  konst  <konst>
3165         ''
3167 2003-10-14  konst  <konst>
3169         ''
3171         ''
3173 2003-10-13  konst  <konst>
3175         ''
3177         ''
3179 2003-10-12  konst  <konst>
3181         ''
3183 2003-10-11  konst  <konst>
3185         aim buddy-list, lj friends add/remove
3187 2003-10-06  konst  <konst>
3189         *** empty log message ***
3191 2003-10-05  konst  <konst>
3193         ''
3195         ''
3197         ''
3199         ''
3201         ''
3203         ''
3205 2003-10-03  konst  <konst>
3207         *** empty log message ***
3209 2003-10-02  konst  <konst>
3211         *** empty log message ***
3213         ""
3215 2003-10-01  konst  <konst>
3217         *** empty log message ***
3219         *** empty log message ***
3221         *** empty log message ***
3223         *** empty log message ***
3225         *** empty log message ***
3227         *** empty log message ***
3229         *** empty log message ***
3231         *** empty log message ***
3233         *** empty log message ***
3235         *** empty log message ***
3237         *** empty log message ***
3239         livejournal plus some yahoo hacks
3241 2003-09-30  konst  <konst>
3243         ""
3245         ""
3247         ""
3249         ""
3251         *** empty log message ***
3253 2003-09-28  konst  <konst>
3255         *** empty log message ***
3257         yahoo is back
3259         new auth mechanism
3261 2003-09-26  konst  <konst>
3263         ljhook.cc
3265         *** empty log message ***
3267         *** empty log message ***
3269 2003-09-12  konst  <konst>
3271         ''
3273 2003-09-11  konst  <konst>
3275         ''
3277         ''
3279 2003-08-28  konst  <konst>
3281         *** empty log message ***
3283 2003-08-21  konst  <konst>
3285         ""
3287 2003-07-25  konst  <konst>
3289         *** empty log message ***
3291 2003-07-24  konst  <konst>
3293         *** empty log message ***
3295         *** empty log message ***
3297         *** empty log message ***
3299         ""
3301 2003-07-22  konst  <konst>
3303         ""
3305         ""
3307 2003-07-20  konst  <konst>
3309         *** empty log message ***
3311 2003-07-19  konst  <konst>
3313         *** empty log message ***
3315         *** empty log message ***
3317         *** empty log message ***
3319         *** empty log message ***
3321         ""
3323 2003-07-18  konst  <konst>
3325         ""
3327         *** empty log message ***
3329 2003-07-17  konst  <konst>
3331         *** empty log message ***
3333         ""
3335         ""
3337 2003-07-16  konst  <konst>
3339         4.9.5 released
3341 2003-07-13  konst  <konst>
3343         *** empty log message ***
3345         ""
3347 2003-07-12  konst  <konst>
3349         RSS related stuff was added
3351         ""
3353 2003-07-07  konst  <konst>
3355         ""
3357         ""
3359         ""
3361         ""
3363 2003-07-05  konst  <konst>
3365         *** empty log message ***
3367         *** empty log message ***
3369 2003-06-26  konst  <konst>
3371         ""
3373         ""
3375 2003-06-25  konst  <konst>
3377         *** empty log message ***
3379 2003-06-24  konst  <konst>
3381         ""
3383         ""
3385 2003-06-20  konst  <konst>
3387         ""
3389 2003-06-19  konst  <konst>
3391         *** empty log message ***
3393 2003-06-02  konst  <konst>
3395         some fixes were made
3397         *** empty log message ***
3399         *** empty log message ***
3401         *** empty log message ***
3403         *** empty log message ***
3405 2003-05-21  konst  <konst>
3407         *** empty log message ***
3409 2003-05-14  konst  <konst>
3411         *** empty log message ***
3413 2003-05-12  konst  <konst>
3415         *** empty log message ***
3417         *** empty log message ***
3419 2003-05-11  konst  <konst>
3421         *** empty log message ***
3423 2003-05-10  konst  <konst>
3425         *** empty log message ***
3427 2003-05-09  konst  <konst>
3429         *** empty log message ***
3431         the find/add problem was fixed
3433 2003-05-08  konst  <konst>
3435         *** empty log message ***
3437 2003-05-07  konst  <konst>
3439         *** empty log message ***
3441         *** empty log message ***
3443 2003-05-06  konst  <konst>
3445         *** empty log message ***
3447         *** empty log message ***
3449         *** empty log message ***
3451 2003-05-05  konst  <konst>
3453         *** empty log message ***
3455         msn nicknames find/add problem fixed
3457         Mark Verboom's patch and Jabber users read
3459 2003-04-23  konst  <konst>
3461         *** empty log message ***
3463         *** empty log message ***
3465 2003-04-22  konst  <konst>
3467         *** empty log message ***
3469         *** empty log message ***
3471 2003-04-21  konst  <konst>
3473         *** empty log message ***
3475         *** empty log message ***
3477 2003-04-20  konst  <konst>
3479         *** empty log message ***
3481 2003-04-19  konst  <konst>
3483         *** empty log message ***
3485         *** empty log message ***
3487         *** empty log message ***
3489         *** empty log message ***
3491         *** empty log message ***
3493 2003-04-18  konst  <konst>
3495         irc reporting improved
3497         *** empty log message ***
3499         IP binding works now for all the IMs
3501         *** empty log message ***
3503         *** empty log message ***
3505 2003-04-17  konst  <konst>
3507         a small build fix
3509         *** empty log message ***
3511         *** empty log message ***
3513         *** empty log message ***
3515         *** empty log message ***
3517         *** empty log message ***
3519         *** empty log message ***
3521         a long awaited commit after a long time of inactivity
3523 2003-04-02  konst  <konst>
3525         ported to cygwin
3527         ported to cygwin
3529         ported to cygwin
3531         ported to cygwin
3533 2003-01-31  konst  <konst>
3535         ""
3537 2003-01-28  konst  <konst>
3539         ''
3541 2003-01-27  konst  <konst>
3543         ""
3545         ""
3547         ''
3549 2003-01-22  konst  <konst>
3551         ""
3553         ''
3555 2003-01-20  konst  <konst>
3557         ""
3559         ""
3561         ''
3563 2003-01-19  konst  <konst>
3565         ''
3567         ''
3569         ''
3571         ''
3573 2003-01-18  konst  <konst>
3575         ""
3577         ""
3579         ''
3581         ''
3583         ''
3585 2003-01-16  konst  <konst>
3587         ""
3589         ""
3591 2003-01-15  konst  <konst>
3593         ""
3595         *** empty log message ***
3597         *** empty log message ***
3599 2003-01-10  konst  <konst>
3601         *** empty log message ***
3603 2003-01-06  konst  <konst>
3605         *** empty log message ***
3607         ""
3609         ''
3611 2003-01-05  konst  <konst>
3613         ''
3615         ''
3617         ''
3619 2003-01-04  konst  <konst>
3621         *** empty log message ***
3623 2002-12-30  konst  <konst>
3625         ''
3627         ''
3629 2002-12-29  konst  <konst>
3631         ''
3633 2002-12-28  konst  <konst>
3635         *** empty log message ***
3637 2002-12-27  konst  <konst>
3639         ''
3641         ""
3643         ""
3645 2002-12-26  konst  <konst>
3647         ''
3649 2002-12-23  konst  <konst>
3651         ""
3653         ""
3655         ""
3657 2002-12-20  konst  <konst>
3659         ""
3661 2002-12-19  konst  <konst>
3663         ''
3665         *** empty log message ***
3667         ""
3669 2002-12-18  konst  <konst>
3671         ""
3673 2002-12-17  konst  <konst>
3675         ""
3677 2002-12-16  konst  <konst>
3679         ""
3681 2002-12-15  konst  <konst>
3683         ''
3685         ""
3687         ""
3689 2002-12-14  konst  <konst>
3691         ''
3693         ''
3695 2002-12-13  konst  <konst>
3697         ""
3699         ""
3701         ""
3703         ""
3705         ''
3707 2002-12-12  konst  <konst>
3709         ""
3711         ""
3713         ""
3715         ""
3717         ""
3719         ""
3721 2002-12-11  konst  <konst>
3723         ''
3725         ''
3727         ''
3729         ""
3731         ""
3733         ""
3735         ""
3737         ""
3739         ""
3741         ''
3743 2002-12-10  konst  <konst>
3745         ''
3747         ''
3749         ""
3751         ""
3753         ""
3755 2002-12-09  konst  <konst>
3757         ""
3759         ""
3761         ""
3763         ""
3765         ""
3767         ""
3769 2002-12-07  konst  <konst>
3771         *** empty log message ***
3773 2002-12-06  konst  <konst>
3775         groupchat now works just like it should
3777 2002-12-05  konst  <konst>
3779         ''
3781         jabber groupchat is almost ready
3783         channel manager was removed; the channels stuff is unified now
3785 2002-12-04  konst  <konst>
3787         ""
3789 2002-12-03  konst  <konst>
3791         ""
3793         ""
3795         ""
3797 2002-12-02  konst  <konst>
3799         ""
3801         *** empty log message ***
3803 2002-12-01  konst  <konst>
3805         *** empty log message ***
3807         ''
3809         ''
3811         ''
3813         ''
3815 2002-11-30  konst  <konst>
3817         ''
3819         ''
3821         ''
3823         Initial revision
3825         ''
3827         *** empty log message ***
3829 2002-11-29  konst  <konst>
3831         ""
3833         ""
3835 2002-11-28  konst  <konst>
3837         ""
3839         ""
3841         ""
3843         *** empty log message ***
3845 2002-11-27  konst  <konst>
3847         ""
3849 2002-11-26  konst  <konst>
3851         ''
3853         ""
3855         ""
3857         ""
3859 2002-11-25  konst  <konst>
3861         ''
3863         ''
3865         ""
3867         ""
3869         *** empty log message ***
3871         *** empty log message ***
3873 2002-11-24  konst  <konst>
3875         ''
3877 2002-11-23  konst  <konst>
3879         ''
3881         ''
3883         ''
3885         ''
3887         ''
3889         ''
3891 2002-11-22  konst  <konst>
3893         ""
3895         ""
3897         ""
3899         ""
3901         ""
3903         ""
3905         ""
3907         *** empty log message ***
3909 2002-11-21  konst  <konst>
3911         ""
3913 2002-11-20  konst  <konst>
3915         *** empty log message ***
3917         *** empty log message ***
3919         ""
3921         *** empty log message ***
3923 2002-11-19  konst  <konst>
3925         ""
3927         ""
3929         ""
3931         Initial revision
3933 2002-11-18  konst  <konst>
3935         ""
3937         ""
3939         ""
3941         ""
3943         ""
3945 2002-11-15  konst  <konst>
3947         ""
3949 2002-11-14  konst  <konst>
3951         ""
3953 2002-11-12  konst  <konst>
3955         ""
3957         ''
3959 2002-11-11  konst  <konst>
3961         ""
3963         ""
3965 2002-11-02  konst  <konst>
3967         ''
3969 2002-11-01  konst  <konst>
3971         ''
3973         ''
3975 2002-10-31  konst  <konst>
3977         ''
3979         ''
3981 2002-10-30  konst  <konst>
3983         ''
3985 2002-10-29  konst  <konst>
3987         ''
3989         ''
3991         ''
3993 2002-10-28  konst  <konst>
3995         ''
3997         ''
3999         ''
4001         ''
4003 2002-10-27  konst  <konst>
4005         ''
4007 2002-10-24  konst  <konst>
4009         ''
4011         ''
4013 2002-10-23  konst  <konst>
4015         ''
4017         ''
4019 2002-10-22  konst  <konst>
4021         ''
4023 2002-10-17  konst  <konst>
4025         ''
4027         ''
4029         ''
4031         ''
4033 2002-10-16  konst  <konst>
4035         ''
4037         ''
4039         ''
4041         ''
4043         *** empty log message ***
4045 2002-10-15  konst  <konst>
4047         ''
4049         ''
4051 2002-10-09  konst  <konst>
4053         ''
4055 2002-10-08  konst  <konst>
4057         ''
4059 2002-10-07  konst  <konst>
4061         ''
4063 2002-10-06  konst  <konst>
4065         ''
4067         *** empty log message ***
4069         ''
4071         ''
4073         ''
4075         ''
4077 2002-10-04  konst  <konst>
4079         ''
4081         ''
4083         ''
4085         ''
4087         ''
4089         ''
4091 2002-09-30  konst  <konst>
4093         ''
4095         ''
4097 2002-09-26  konst  <konst>
4099         ''
4101 2002-09-24  konst  <konst>
4103         ''
4105         ''
4107 2002-09-23  konst  <konst>
4109         ''
4111         ''
4113         ''
4115         ''
4117 2002-09-20  konst  <konst>
4119         ''
4121         ''
4123 2002-09-19  konst  <konst>
4125         ''
4127         ''
4129 2002-09-17  konst  <konst>
4131         ''
4133 2002-09-13  konst  <konst>
4135         ''
4137         ''
4139 2002-09-12  konst  <konst>
4141         ''
4143         ''
4145 2002-09-11  konst  <konst>
4147         ''
4149 2002-09-10  konst  <konst>
4151         ''
4153         ''
4155 2002-09-09  konst  <konst>
4157         ''
4159         ''
4161         ''
4163 2002-09-06  konst  <konst>
4165         ''
4167 2002-09-05  konst  <konst>
4169         ''
4171 2002-09-04  konst  <konst>
4173         ''
4175         ''
4177 2002-09-03  konst  <konst>
4179         ''
4181         ''
4183         ''
4185         ''
4187         ''
4189         ""
4191 2002-09-02  konst  <konst>
4193         ''
4195         ''
4197         ''
4199         ''
4201         ''
4203 2002-09-01  konst  <konst>
4205         ""
4207         ""
4209         ""
4211 2002-08-30  konst  <konst>
4213         ""
4215         ''
4217         ''
4219 2002-08-29  konst  <konst>
4221         *** empty log message ***
4223         ''
4225         ""
4227 2002-08-28  konst  <konst>
4229         ''
4231         ''
4233 2002-08-27  konst  <konst>
4235         ''
4237 2002-08-26  konst  <konst>
4239         ''
4241         ''
4243         ''
4245         ''
4247 2002-08-25  konst  <konst>
4249         ''
4251 2002-08-24  konst  <konst>
4253         ''
4255         ""
4257         ""
4259 2002-08-22  konst  <konst>
4261         ""
4263         ""
4265         ""
4267 2002-08-21  konst  <konst>
4269         ""
4271         ""
4273         ""
4275         ""
4277         ""
4279 2002-08-20  konst  <konst>
4281         ""
4283         ""
4285         ""
4287         *** empty log message ***
4289 2002-08-19  konst  <konst>
4291         *** empty log message ***
4293         *** empty log message ***
4295         ""
4297         ""
4299         ""
4301 2002-08-18  konst  <konst>
4303         ""
4305         ""
4307         ""
4309 2002-08-17  konst  <konst>
4311         ""
4313         ""
4315 2002-08-16  konst  <konst>
4317         ""
4319         ""
4321         ""
4323         ""
4325         ""
4327 2002-08-15  konst  <konst>
4329         ""
4331         ""
4333         ""
4335         *** empty log message ***
4337 2002-08-14  konst  <konst>
4339         *** empty log message ***
4341         ""
4343         ""
4345         ""
4347         ""
4349 2002-08-11  konst  <konst>
4351         ""
4353 2002-08-10  konst  <konst>
4355         ""
4357 2002-08-09  konst  <konst>
4359         ""
4361         ""
4363 2002-08-08  konst  <konst>
4365         ""
4367         ""
4369 2002-08-06  konst  <konst>
4371         ""
4373 2002-08-05  konst  <konst>
4375         ""
4377         ""
4379 2002-08-02  konst  <konst>
4381         ""
4383 2002-07-31  konst  <konst>
4385         ""
4387         ""
4389 2002-07-30  konst  <konst>
4391         ""
4393 2002-07-29  konst  <konst>
4395         ""
4397 2002-07-18  konst  <konst>
4399         ""
4401 2002-07-17  konst  <konst>
4403         ""
4405         ""
4407 2002-07-16  konst  <konst>
4409         ""
4411         ""
4413         ""
4415         Fixed a thingie which caused the old gcc to bail out
4417         *** empty log message ***
4419         ""
4421 2002-07-15  konst  <konst>
4423         ""
4425         ""
4427         ""
4429         ""
4431         ""
4433         ""
4435 2002-07-14  konst  <konst>
4437         ""
4439 2002-07-13  konst  <konst>
4441         ""
4443         ""
4445         ""
4447 2002-07-12  konst  <konst>
4449         The new Yahoo! engine was integrated to get the changed protocol work.
4451         Initial revision
4453 2002-07-10  konst  <konst>
4455         ""
4457         ""
4459 2002-07-09  konst  <konst>
4461         ""
4463         ""
4465         ""
4467         ""
4469         Ported to Sun Solaris finally
4471 2002-07-08  konst  <konst>
4473         ""
4475         ""
4477 2002-07-06  konst  <konst>
4479         ""
4481         ""
4483         ""
4485 2002-07-05  konst  <konst>
4487         ""
4489 2002-07-04  konst  <konst>
4491         ""
4493 2002-07-03  konst  <konst>
4495         ""
4497         Now compiles with GCC 3.1 without problems.
4499         Now compiles with GCC 3.1 without problems.
4501         Now compiles with GCC 3.1 without problems.
4503         Now compiles with GCC 3.1 without problems.
4505         ""
4507         ""
4509         Fixed a Yahoo bug resulted into adding some crazy nicknames.
4511 2002-07-01  konst  <konst>
4513         ""
4515 2002-06-29  konst  <konst>
4517         *** empty log message ***
4519 2002-06-28  konst  <konst>
4521         ""
4523         Some mess in the CVS was taken to order. Hopefully.
4525         check for the cvs version was added
4527         *** empty log message ***
4529         remote occupied and dnd modes fixed
4531         ""
4533 2002-06-27  konst  <konst>
4535         Almost finished the support for talking on IRC channels and issuing of irc commands.
4537 2002-06-25  konst  <konst>
4539         The ESC key didn't work correctly in the save find profile action.
4541         Fixed a bug with forwarding messages in chat mode.
4543         Fixed a bug with forwarding messages in chat mode.
4545 2002-06-21  konst  <konst>
4547         Added a bug instead of fixing an issue. Fixed finally (hope so) :)
4549 2002-06-20  konst  <konst>
4551         The "nicks fetched" flags is cleared now as soon as the IRC adapter is disconnected.
4553 2002-06-17  konst  <konst>
4555         ""
4557 2002-06-13  konst  <konst>
4559         ""
4561 2002-06-11  konst  <konst>
4563         ""
4565 2002-06-09  konst  <konst>
4567         ""
4569 2002-06-05  konst  <konst>
4571         ""
4573         ""
4575 2002-06-04  konst  <konst>
4577         ""
4579 2002-06-03  konst  <konst>
4581         Added a whole-irc-net e-mail search function.
4583         Implemented the whole-irc-net e-mail search feature.
4585 2002-05-30  konst  <konst>
4587         ""
4589 2002-05-28  konst  <konst>
4591         ""
4593 2002-05-27  konst  <konst>
4595         ""
4597 2002-05-26  konst  <konst>
4599         Fixed a bug in the birthday reminder feature.
4601 2002-05-24  konst  <konst>
4603         ""
4605 2002-05-23  konst  <konst>
4607         Birthday reminders were added.
4609 2002-05-22  konst  <konst>
4611         Added to copy constructor so that title params get copied.
4613         *** empty log message ***
4615 2002-05-19  konst  <konst>
4617         ""
4619         ""
4621 2002-05-17  konst  <konst>
4623         ""
4625         *** empty log message ***
4627 2002-05-15  konst  <konst>
4629         ""
4631 2002-05-14  konst  <konst>
4633         ""
4635 2002-05-13  konst  <konst>
4637         ""
4639 2002-05-11  konst  <konst>
4641         Fixed a small segfault in IRC search results.
4643 2002-05-10  konst  <konst>
4645         ""
4647 2002-05-09  konst  <konst>
4649         Mass-sending of the first message in chat mode was implemented.
4651         Chinese translation was updated. IRC name substring search was added.
4653 2002-05-08  konst  <konst>
4655         ""
4657         ""
4659         ""
4661 2002-05-02  konst  <konst>
4663         *** empty log message ***
4665         Migrated to the new and nice colorschemer :)
4667         the colorschemer class was added
4669         ""
4671 2002-05-01  konst  <konst>
4673         Chat window now doesn't get screwed up because of special characters in messages.
4675         Fixed the disk space eating issue.
4677         IRC nicks lookup little weirdness was fixed.
4679         Optimized the chat mode. Now should work faster.
4681 2002-04-26  konst  <konst>
4683         Chat mode has been implemented.
4685 2002-04-25  konst  <konst>
4687         ""
4689         *** empty log message ***
4691 2002-04-24  konst  <konst>
4693         ""
4695 2002-04-23  konst  <konst>
4697         ""
4699         *** empty log message ***
4701         French and Malaysian translations were added.
4703 2002-04-22  konst  <konst>
4705         Fixed the problem with incorrect CRLF's in ICQ messages.
4707         ""
4709         Fixed an incorrect STL usage.
4711         ""
4713 2002-04-21  konst  <konst>
4715         4.7.1 release was built
4717 2002-04-20  konst  <konst>
4719         The broken pipe bug was fixed.
4721         Fixed the broken pipe thing, and did some other stuff.
4723 2002-04-19  konst  <konst>
4725         Documented the -b parameter.
4727         Incorrect STL usage was fixed.
4729 2002-04-18  konst  <konst>
4731         *** empty log message ***
4733         CPU hogging in auto-away/na seems to be fixed.
4735 2002-04-17  konst  <konst>
4737         Fixed a message sending from the find results dialog segfault bug.
4739         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.
4741         Groups moving up and down in the group manager was implemented.
4743 2002-04-16  konst  <konst>
4745         Fixed the IP not showing bug.
4747         AIM connection failed messages are now more informative
4749         *** empty log message ***
4751 2002-04-15  konst  <konst>
4753         The collapsable groups patch was applied.
4755         Sending SMS to oneself bug was fixed.
4757 2002-04-13  konst  <konst>
4759         ""
4761 2002-04-12  konst  <konst>
4763         ""
4765         *** empty log message ***
4767         Away message request log message was detalized.
4769 2002-04-11  konst  <konst>
4771         ""
4773 2002-04-10  konst  <konst>
4775         IRC away messages reporting was added.
4777         IRC away messages are now possible to be fetched.
4779 2002-04-09  konst  <konst>
4781         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.
4783         ""
4785         ""
4787 2002-04-08  konst  <konst>
4789         ""
4791         ""
4793         The "Edit away messages on status change" configuration option was added.
4795         Changing status from the command line was implemented.
4797 2002-04-07  konst  <konst>
4799         ""
4801         ""
4803         ""
4805         ""
4807         Highlighting items in ignore, visible and invisible lists was implemented.
4809         *** empty log message ***
4811         Migrated to the new libicq2000, and fixed up some thin places. ICQ visible and invisible lists finally work. Not a big deal, in fact.
4813         irc channels load/save was implemented
4815 2002-04-06  konst  <konst>
4817         Channel manager was added, and channel related things such as finding users was re-written.
4819         ""
4821 2002-04-05  konst  <konst>
4823         A channel list fetching callback was added.
4825         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.
4827 2002-04-04  konst  <konst>
4829         *** empty log message ***
4831         Some fixes against IRC segfaults were made.
4833         IRC support was improved.
4835         Fixed a bug in the console inactivity time detection.
4837         Fixed a bug in the console inactivity time detection.
4839         IRC support was improved dramatically.
4841         *** empty log message ***
4843 2002-04-03  konst  <konst>
4845         IRC support, an autoaway/autona bugfix.
4847         ""
4849 2002-04-02  konst  <konst>
4851         ""
4853 2002-04-01  konst  <konst>
4855         ""
4857         ""
4859 2002-03-30  konst  <konst>
4861         ""
4863         ""
4865         ""
4867 2002-03-28  konst  <konst>
4869         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.
4871 2002-03-27  konst  <konst>
4873         *** empty log message ***
4875 2002-03-26  konst  <konst>
4877         *** empty log message ***
4879         Fixed another little and weird resize segfault.
4881         ChangeLog was updated, preparing to a new release.
4883         ""
4885         Configuration and account manager dialogs' incorrect behaviour, AIM hook's logged in incorrect reporting, and wrong disk space checking were fixed.
4887 2002-03-25  konst  <konst>
4889         ""
4891         ""
4893 2002-03-24  konst  <konst>
4895         SMTP server's address not saving bug was fixed. TODO was extended with some problems experienced at home :)
4897 2002-03-23  konst  <konst>
4899         Yahoo and MSN details get updated now with "Retrieve". Find/add and Edit user's details dialogs' bugs were fixed.
4901 2002-03-22  konst  <konst>
4903         Fixed the yahoo library's inability to report the invalid username/password situation. Cleared out the unused timer_reconnect variables.
4905         Rolled back to older version.
4907         *** empty log message ***
4909 2002-03-21  konst  <konst>
4911         *** empty log message ***
4913         Relaxed re-connect timing was introduced to avoid the turboing problem when centericq is left alone trying to connect over and over again.
4915 2002-03-20  konst  <konst>
4917         ""
4919         ""
4921 2002-03-19  konst  <konst>
4923         ""
4925 2002-03-18  konst  <konst>
4927         Ukrainian translation was added. A bug with LF symbols in user info was fixed.
4929 2002-03-17  konst  <konst>
4931         *** empty log message ***
4933 2002-03-15  konst  <konst>
4935         ""
4937         A little away msgs reading bug fix.
4939         HD access reduced with moving away msgs reading to another routine.
4941         Fixed the disk space checking routine, so that FreeBSD users can be happy now.
4943         ""
4945         Some additional checks were added to aimhook to avoid segfaults.
4947 2002-03-14  konst  <konst>
4949         Added port numbers and servers addresses to README.
4951         "Dropped in" users are now added to Yahoo or AIM contact list temporary now, so that we can see their actual status.
4953         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.
4955         *** empty log message ***
4957         a little bug in the script
4959         *** empty log message ***
4961         Minor changes. Added automatic resolve for newly added contacts.
4963         Removed some unused crap, and added the cuthtml function.
4965         Started implementing support for the AIM TOC protocol. First commit of the stuff.
4967         Initial revision
4969         ""
4971 2002-03-12  konst  <konst>
4973         *** empty log message ***
4975 2002-03-11  konst  <konst>
4977         *** empty log message ***
4979         iconv() wrapper was added.
4981         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.
4983         *** empty log message ***
4985 2002-03-10  konst  <konst>
4987         *** empty log message ***
4989 2002-03-09  konst  <konst>
4991         *** empty log message ***
4993         Added a configure check for libiconv, if any :)
4995 2002-03-08  konst  <konst>
4997         all your base ;)
4999         *** empty log message ***
5001 2002-03-07  konst  <konst>
5003         *** empty log message ***
5005         *** empty log message ***
5007         ifstream::attach() call removed. damn the standard.
5009         A display area in textbrowser became one char wider :)
5011         MSN friendly get unmimed now.
5013         *** empty log message ***
5015         *** empty log message ***
5017         *** empty log message ***
5019 2002-03-06  konst  <konst>
5021         *** empty log message ***
5023         *** empty log message ***
5025         *** empty log message ***
5027         ""
5029         ""
5031 2002-03-05  konst  <konst>
5033         *** empty log message ***
5035         *** empty log message ***
5037         breakintolines() fix.
5039         *** empty log message ***
5041         *** empty log message ***
5043         *** empty log message ***
5045 2002-03-04  konst  <konst>
5047         *** empty log message ***
5049         *** empty log message ***
5051         *** empty log message ***
5053         Some "string" type passing speed-ups were made.
5055         ""
5057         ""
5059 2002-03-03  konst  <konst>
5061         ""
5063         ""
5065         ""
5067 2002-03-01  konst  <konst>
5069         *** empty log message ***
5071         History leaks problem seems to be fixed now ;)
5073         *** empty log message ***
5075         *** empty log message ***
5077         *** empty log message ***
5079 2002-02-28  konst  <konst>
5081         *** empty log message ***
5083         *** empty log message ***
5085         *** empty log message ***
5087         *** empty log message ***
5089         Now the status bar and log window contents are saved during the terminal window resize.
5091         *** empty log message ***
5093         ""
5095 2002-02-27  konst  <konst>
5097         *** empty log message ***
5099         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.
5101 2002-02-26  konst  <konst>
5103         ""
5105         ""
5107         ""
5109 2002-02-25  konst  <konst>
5111         Updated ChangeLog, README and the man page.
5113         *** empty log message ***
5115         Applied the patch for transparency and "all protocols". Commented out the line that seems to cause problems with reading incoming events.
5117 2002-02-24  konst  <konst>
5119         ""
5121         ""
5123 2002-02-23  konst  <konst>
5125         ""
5127         ""
5129         ""
5131         *** empty log message ***
5133         Passing online events to external actions works well now.
5135         Added URL sending from the command line and color schemes descriptions to the README. New mail messages timestamping added.
5137 2002-02-22  konst  <konst>
5139         ""
5141         ""
5143         Implemented command line events queuing. Updated README.
5145         Fixed some auto-respond issues.
5147         *** empty log message ***
5149 2002-02-21  konst  <konst>
5151         *** empty log message ***
5153         *** empty log message ***
5155 2002-02-20  konst  <konst>
5157         *** empty log message ***
5159         Feature to auto-respond and process incoming events with external programs was added.
5161         todo: implement external actions
5163 2002-02-19  konst  <konst>
5165         *** empty log message ***
5167         Finally applied the patch for Cyrillic in MSN. Fixed the problem with sockets left unclosed.
5169 2002-02-18  konst  <konst>
5171         Tried to speed up incoming messages reading. Probably managed.
5173         ""
5175 2002-02-16  konst  <konst>
5177         ""
5179         *** empty log message ***
5181 2002-02-15  konst  <konst>
5183         Fixed a possibility to update ICQ nicknames.
5185 2002-02-14  konst  <konst>
5187         ""
5189 2002-02-13  konst  <konst>
5191         Self details and our contact on the list issue was fixed.
5193         Updated TODO and README. "https://" URLs are now fetched from the context as well.
5195 2002-02-08  konst  <konst>
5197         ''
5199         logging problem got fixed once again
5201 2002-02-07  konst  <konst>
5203         ''
5205         Fixed the one-line-away-message-storing bug.
5207 2002-02-06  konst  <konst>
5209         Fixed some away messages issues. It's getting closer to being perfect :)
5211         Setting and fetching away messages was finally implemented.
5213 2002-02-05  konst  <konst>
5215         *** empty log message ***
5217         Age range search parameter now works fine.
5219         Login processes were taken in account too in the lastkeypress() routine.
5221         Zip code incorrect update/show was fixed. Online sound didn't work. Fixed.
5223 2002-02-04  konst  <konst>
5225         *** empty log message ***
5227         Fixed a minor issue in the logger related to statuses written in inverse order.
5229 2002-02-01  konst  <konst>
5231         *** empty log message ***
5233         *** empty log message ***
5235         Fixed the RH62 segfault. Dammit.
5237         ''
5239 2002-01-31  konst  <konst>
5241         Fixed some kind of a minor issue.
5243 2002-01-30  konst  <konst>
5245         Some changes of more or less cosmetic kind were made.
5247         *** empty log message ***
5249         Support for "You were added" messages was added. Authorization request packets parsing was fixed.
5251 2002-01-29  konst  <konst>
5253         E-mail express messages support was added.
5255 2002-01-28  konst  <konst>
5257         Fixed the RH62 STL incompatibility issue.
5259         *** empty log message ***
5261 2002-01-27  konst  <konst>
5263         Some pre-release actions were taken.
5265 2002-01-26  konst  <konst>
5267         *** empty log message ***
5269         Users' local time is now displayed correctly.
5271 2002-01-25  konst  <konst>
5273         *** empty log message ***
5275 2002-01-24  konst  <konst>
5277         Russian PO translation was updated.
5279         Empty authorization request messages bug in libicq2000 was fixed.
5281         *** empty log message ***
5283         Quickfind segfault was fixed.
5285 2002-01-23  konst  <konst>
5287         Authorization messages showing up on history was fixed. It only displayed empty lines before.
5289 2002-01-22  konst  <konst>
5291         Fixed a minor bug in groups mode 2.
5293         Group modes 1 and 2 were implemented.
5295 2002-01-21  konst  <konst>
5297         Fixed a minor quickfind bug. It couldn't point to the last item in the contact list.
5299         *** empty log message ***
5301         Timezone displaying was added.
5303         Tried to speed up events reading, updated ChangeLog and README.
5305 2002-01-19  konst  <konst>
5307         User info is displayed in a more detailed way now, with interest categories and background names.
5309         Personal details update now works.
5311 2002-01-18  konst  <konst>
5313         *** empty log message ***
5315         Some small fixes were made. Event log was implemented.
5317 2002-01-17  konst  <konst>
5319         Fixed a little icq.mirabilis.com issue :)
5321         Languages are now displayed on the user info dialog. White pages search was implemented.
5323         Now it's possible to specify another server for ICQ. Invisible mode was fixed. FAQ was updated.
5325 2002-01-14  konst  <konst>
5327         ''
5329 2001-12-27  konst  <konst>
5331         *** empty log message ***
5333 2001-12-23  konst  <konst>
5335         ''
5337 2001-12-20  konst  <konst>
5339         MSN connection establishing code was a bit tweaken. Can fix the segfaults :)
5341         *** empty log message ***
5343         Background and interests information is now displayed.
5345 2001-12-19  konst  <konst>
5347         *** empty log message ***
5349         Login parameters are now re-read on exit from the account manager dialog.
5351         Details and gender are now fetched well, lastseen and lastIP parameters are now being set correctly as well.
5353 2001-12-18  konst  <konst>
5355         ""
5357 2001-12-17  konst  <konst>
5359         ""
5361 2001-12-14  konst  <konst>
5363         ""
5365         ""
5367         Now works well with Barnaby's recent ickle modifications. Had to extend the set of descriptors being select()'ed.
5369         ''
5371 2001-12-13  konst  <konst>
5373         ""
5375         ""
5377         ""
5379         ""
5381 2001-12-12  konst  <konst>
5383         ""
5385         ""
5387         ""
5389 2001-12-11  konst  <konst>
5391         ""
5393         ""
5395         Yahoo! empty messages bug was fixed. sms.wav was added.
5397 2001-12-10  konst  <konst>
5399         Status change bugs were fixed.
5401 2001-12-09  konst  <konst>
5403         ''
5405         ''
5407         *** empty log message ***
5409         ''
5411         *** empty log message ***
5413         ''
5415 2001-12-08  konst  <konst>
5417         *** empty log message ***
5419         *** empty log message ***
5421         *** empty log message ***
5423 2001-12-07  konst  <konst>
5425         Two methods were marked "const"
5427         SMS support was added.
5429         History search now works well.
5431         ""
5433         ""
5435         ""
5437         ""
5439         ""
5441 2001-12-06  konst  <konst>
5443         Authorization mechanism seems to work now.
5445         Russian win->koi translation has been re-implemented in yahoo hook.
5447         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.
5449 2001-12-05  konst  <konst>
5451         *** empty log message ***
5453         *** empty log message ***
5455         *** empty log message ***
5457 2001-12-04  konst  <konst>
5459         *** empty log message ***
5461         Events dynamic pointers issue was taken in account.
5463 2001-12-03  konst  <konst>
5465         ''
5467         Started migrating to icq2000 protocol. Goes well.
5469 2001-12-01  konst  <konst>
5471         ''
5473 2001-11-30  konst  <konst>
5475         *** empty log message ***
5477         Two bugs were fixed. One with segfault on attempt to browse history, and second was related to passwords remembering.
5479         4.2.0 release preparations.
5481 2001-11-29  konst  <konst>
5483         ''
5485 2001-11-28  konst  <konst>
5487         ""
5489         refresh() call was added to textinputline class so that screen contents are up-to-date.
5491         Fixed a textinputline bug.
5493 2001-11-27  konst  <konst>
5495         Color hightlight for different IM protocols in multi selection box was implemented.
5496         Sounds for every protocol and every contact were repaired.
5498         KOI8-win1251 conversion was added to MSN and Yahoo protocols.
5500         Connections initialization messages were added to MSN protocol module.
5502         Adding info cards was moved to the find/add dialog.
5504         Context menu was repaired so that now "Remove contact" item does exist
5505         on it.
5507         Info cards are now possible to put to any group.
5509         *** empty log message ***
5511         ''
5513         *** empty log message ***
5515 2001-11-26  konst  <konst>
5517         Fixed a segfault on adding a yahoo contact.
5519         MSN support now works more or less stable. Status bar looks better, showing statuses for all of three supported IM networks.
5521 2001-11-25  konst  <konst>
5523         added msnhook
5525 2001-11-24  konst  <konst>
5527         *** empty log message ***
5529 2001-11-23  konst  <konst>
5531         MSN engine segfaults. It's natural.
5533         MSN messenger support added. Untested. Reorganized icq hook code.
5535 2001-11-22  konst  <konst>
5537         *** empty log message ***
5539 2001-11-21  konst  <konst>
5541         *** empty log message ***
5543         Removed some more "::"
5545         *** empty log message ***
5547 2001-11-20  konst  <konst>
5549         Restructured the hooks code. ICQ reconnect now seems to work fine.
5551         Fixed redraw() being disabled in texteditor. And removed "::" from calls to tolower and toupper from dialogbox.
5553 2001-11-19  konst  <konst>
5555         started the abstract class implementation
5557 2001-11-16  konst  <konst>
5559         ''
5561         ''
5563         ''
5565 2001-11-15  konst  <konst>
5567         ''
5569         ''
5571         ''
5573         ''
5575         ''
5577         *** empty log message ***
5579 2001-11-14  konst  <konst>
5581         ''
5583         Find/add users improved. now it can add yahoo users.
5585         *** empty log message ***
5587         *** empty log message ***
5589         Still working on multiple IM protocols support.
5591 2001-11-13  konst  <konst>
5593         ''
5595         ''
5597 2001-11-12  konst  <konst>
5599         Started implementing yahoo support. Goes very well so far.
5601 2001-11-11  konst  <konst>
5603         ''
5605 2001-11-09  konst  <konst>
5607         insert() now works correctly with blocks containing tab chars.
5609         *** empty log message ***
5611 2001-11-08  konst  <konst>
5613         ''
5615         Replaced uin and nonicq pair with one descriptive structure everywhere. A lot of bugs appearing is expected.
5617 2001-11-07  konst  <konst>
5619         *** empty log message ***
5621 2001-11-06  konst  <konst>
5623         Smart check for direct or through server mode added.
5625 2001-11-04  konst  <konst>
5627         *** empty log message ***
5629         *** empty log message ***
5631         *** empty log message ***
5633         *** empty log message ***
5635 2001-11-01  konst  <konst>
5637         *** empty log message ***
5639 2001-10-31  konst  <konst>
5641         *** empty log message ***
5643         *** empty log message ***
5645         *** empty log message ***
5647 2001-10-30  konst  <konst>
5649         ''
5651         ''
5653         ''
5655 2001-10-29  konst  <konst>
5657         *** empty log message ***
5659         *** empty log message ***
5661 2001-10-26  konst  <konst>
5663         CVS sync script was updated. The "already on the list while on not-in-list folder" bug was fixed.
5665 2001-10-25  konst  <konst>
5667         cvs sync script was added
5669         *** empty log message ***
5671         Fixed some problems.
5673 2001-10-24  konst  <konst>
5675         ''
5677         *** empty log message ***
5679         Highlight issues fixed once again :)
5681         Highlight issues fixed once again :)
5683         fixed a lot of quotes related issues. now should work excellent :)
5685         fixed a lot of quotes related issues. now should work excellent :)
5687         ''
5689 2001-10-23  konst  <konst>
5691         ''
5693         ''
5695         ''
5697 2001-10-22  konst  <konst>
5699         ''
5701         ''
5703         ''
5705 2001-10-19  konst  <konst>
5707         *** empty log message ***
5709         Made some updates to menu related code and to the new implementations of textinputline and fileselector.
5711         Moved the UI code to the new implementations of textinputline and fileselector classes.
5713 2001-10-18  konst  <konst>
5715         At last wrote new implementations of textinputline and fileselector classes.
5717         Started migrating to the new implementation of textinputline and fileselector.
5719         Updated the doc.
5721 2001-10-17  konst  <konst>
5723         Fixed a bug with a contact that had unknown status spoiled all the look of contact list with groups.
5725         Finalized the first very draft version of README :)
5727 2001-10-16  konst  <konst>
5729         Applied patch from Kapuzin which added dialogbox::addautokeys() method.
5731         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.
5733 2001-10-15  konst  <konst>
5735         *** empty log message ***
5737 2001-10-12  konst  <konst>
5739         filefind() added.
5741         *** empty log message ***
5743 2001-10-09  konst  <konst>
5745         kxicq2 and gnomeicu added to the list of icq client data formats supported by the cicqconv script.
5746         "Send contacts" item added to the context menu.
5748         The "Update user's details" dialog was fixed. Now Enter can be pressed
5749         any number of times without any bad effects.
5751         Now "add to contact list" function asks to select a group, if the
5752         corresponding facility is enabled.
5754 2001-10-08  konst  <konst>
5756         *** empty log message ***
5758         Some segfaults caused by missing checks for open files were fixed.
5760 2001-10-07  konst  <konst>
5762         *** empty log message ***
5764         Added Makefile.am's.
5766         Updated man page and ChangeLog for releasing the 4.0.0 version.
5768 2001-10-05  konst  <konst>
5770         *** empty log message ***
5772         Romanian PO updated (thanks, Ovidiu :). The first version of contact list conversion script has been added.
5774 2001-10-04  konst  <konst>
5776         Configuration dialog was re-arranged a bit.
5778         *** empty log message ***
5780 2001-10-03  konst  <konst>
5782         Russian PO file updated.
5784         icqhook::disconnect() was fixed a little bit.
5786         *** empty log message ***
5788         *** empty log message ***
5790         Fixed FreeBSD related problems. At least I hope so. It worked just great with my gettext 0.10.35.
5792         Timezones support added. Update and display functions.
5794         *** empty log message ***
5796 2001-10-02  konst  <konst>
5798         groups, quick hide/show offline switch, and much more..
5800 2001-10-01  konst  <konst>
5802         Bug with the reconnect timer seems now to be fixed.
5804         *** empty log message ***
5806         *** empty log message ***
5808         The contact groups facility is almost done.
5810 2001-09-30  konst  <konst>
5812         Continued implementing the groups.
5814         Basic internal logic support for groups was implemented.
5816 2001-09-27  konst  <konst>
5818         *** empty log message ***
5820         Contacts sending feature was added.
5822 2001-09-26  konst  <konst>
5824         *** empty log message ***
5826         *** empty log message ***
5828         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.
5830         Polish PO updated.
5832         Invisible list support was added.
5834 2001-09-25  konst  <konst>
5836         FAQ and TODO documents were updated.
5838         Started implementing the invisible list feature. Added Spanish docs.
5840 2001-09-24  konst  <konst>
5842         A lot of brand new changes, such as whitepages search, and work section update possibility.
5844 2001-09-18  konst  <konst>
5846         string2key() function was fixed. It worked absolutely incorrectly.
5848 2001-09-14  konst  <konst>
5850         Some minor GCC3 related changes were made, I guess :)
5852         Some minor GCC3 related changes were made, I guess :)
5854         Some minor GCC3 related changes were made, I guess :)
5856 2001-09-03  konst  <konst>
5858         Minor bug in kkconsui has been fixed. It allowed control chars to be displayed.
5860 2001-08-23  konst  <konst>
5862         *** empty log message ***
5864         removed from vcs control
5866 2001-08-21  konst  <konst>
5868         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.
5870         *** empty log message ***
5872 2001-08-20  konst  <konst>
5874         removed from vcs control
5876         removed from vcs control
5878 2001-08-19  konst  <konst>
5880         Some updates were made.
5882         internal update :)
5884 2001-08-18  konst  <konst>
5886         Some iscntrl() fix related things were modified.
5888         removed from vcs control
5890         Updated some namespaces related issues.
5892         Some updates were made. ktool:: namespace prefix was removed, particulary so that the library compiles well with C++ without namespaces support.
5894         Some updates were made. ktool:: namespace prefix was removed, particulary so that the library compiles well with C++ without namespaces support.
5896         Some updates were made. ktool:: namespace prefix was removed, particulary so that the library compiles well with C++ without namespaces support.
5898 2001-08-17  konst  <konst>
5900         lots of pre-release changes were made
5902 2001-08-14  konst  <konst>
5904         removed from vcs control
5906         *** empty log message ***
5908         removed from vcs control
5910 2001-08-09  konst  <konst>
5912         there is no need to pass strdupped file ids to texteditor::load anymore
5914 2001-08-06  konst  <konst>
5916         Some updates were made.
5918 2001-08-03  konst  <konst>
5920         Initial revision
5922         basic bidi support
5924         basic bidi support
5926         basic bidi support
5928 2001-07-03  konst  <konst>
5930         *** empty log message ***
5932         *** empty log message ***
5934 2001-06-30  konst  <konst>
5936         Mail checking setting. ncurses raw() mode
5938         *** empty log message ***
5940         *** empty log message ***
5942         *** empty log message ***
5944 2001-06-27  konst  <konst>
5946         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.
5947         A bunch of small changes.
5949 2001-06-07  konst  <konst>
5951         Snapshot release ChangeLog updates were done.
5953         Manual page has been added.
5955         *** empty log message ***
5957         Fixed a bug with some messages' not going to history, being lost, etc..
5959 2001-06-04  konst  <konst>
5961         *** empty log message ***
5963         removed include/common.h
5965         removed src/common.cc
5967 2001-06-03  konst  <konst>
5969         GNU copyright notice was added to every source file.
5971         GNU copyright notice was added to every source file.
5973         GNU copyright notice was added to every source file.
5975         Some syntax (comments) highlight problems were fixed.
5977         *** empty log message ***
5979         Migrated to the new incarnation of ktools :)
5981         Initial revision
5983         Initial revision
5985         Initial revision
5987 2001-06-02  konst  <konst>
5989         *** empty log message ***
5991         GNU copyright notice was added to every source file as the FSF Vice President requested.
5993 2001-05-15  konst  <konst>
5995         *** empty log message ***
5997         *** empty log message ***
5999 2001-05-14  konst  <konst>
6001         3.29.12 major feature improvement release
6003 2001-05-12  konst  <konst>
6005         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
6007 2001-05-11  konst  <konst>
6009         changes include
6010         facility to display both real and intranet IPs of a user\r
6011         message postponing on ESC\r
6012         searching for substrings in events history\r
6013         date/time representation taking from locale\r
6014         \r
6015         visible list is now works great. because of being fixed.
6017 2001-05-05  konst  <konst>
6019         *** empty log message ***
6021         Lotta useful changes, such as URL view, msg split, etc.
6023 2001-04-17  konst  <konst>
6025         3.22.8 release
6027 2001-04-15  konst  <konst>
6029         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.
6031 2001-04-12  konst  <konst>
6033         removed po/Makefile.am
6035 2001-04-08  konst  <konst>
6037         *** empty log message ***
6039 2001-04-07  konst  <konst>
6041         *** empty log message ***
6043         Initial revision