Hi,
  I forked licq cvs, to maintain some things, until Jon is back.
To do that i setuped a subversion repository on:
 http://embryos.homeip.net:8010/svn/licq/
or
 https://embryos.homeip.net:8011/svn/licq/
(user anon, password empty)

(This is an easy way to maintain may local changes)

Why svn?:
 * because it has the concept of patchset. It will be easy to send back
   changes. (someone can run svn merge url -r revision number)
 * I want to try it.
 * svn diff and other stuff can be done being offline.

If you want to use this branch you have to do:

$ svn co --username anon http://embryos.homeip.net:8010/svn/licq/trunk/licq
$ svn co --username anon http://embryos.homeip.net:8010/svn/licq/trunk/qt-gui

(you will need need to type 'y', because the admin/ directories is downloaded 
using ssl) or write in your  ~/.subversion/servers:
   [groups]
   group1 = embryos.homeip.net
  
   [group1]
   ssl-ignore-unknown-ca = true

I will mostly apply patches that doesn't have anything to do  with the new 
protocol.

The repository is hosted in my adsl (128 kbps upload bw), so don't do much svn 
co. svn updates wont hurt much.

The current ChangeLog:

------------------------------------------------------------------------
rev 3454:  juam | 2003-09-02 13:11:31 -0300 (Tue, 02 Sep 2003) | 3 lines
Changed paths:
   M /trunk/licq

SVN stuff: don't include plugins/qt-gui in trunk/licq. is useless... this is 
the continuation of rev 3442


------------------------------------------------------------------------
rev 3453:  juam | 2003-09-02 01:35:51 -0300 (Tue, 02 Sep 2003) | 2 lines
Changed paths:
   M /trunk/licq/include/licq_languagecodes.h
   M /trunk/licq/src/languagecodes.c

9 new languages. (from Dima's patch)

------------------------------------------------------------------------
rev 3452:  juam | 2003-09-02 01:10:47 -0300 (Tue, 02 Sep 2003) | 5 lines
Changed paths:
   M /trunk/licq/src/Makefile.am
   A /trunk/licq/src/clientident.cpp
   A /trunk/licq/src/clientident.h
   M /trunk/licq/src/icqd-srv.cpp
   M /trunk/licq/src/icqpacket.cpp

stuff from Dima's patch: capabilities and client identification

IMHO, the original patch needs some changes (there are some gotos and
continues...). I changed some things in icqd-srv.cpp

------------------------------------------------------------------------
rev 3451:  juam | 2003-09-01 21:07:31 -0300 (Mon, 01 Sep 2003) | 3 lines
Changed paths:
   M /trunk/qt-gui/src/filedlg.cpp
   M /trunk/qt-gui/src/mainwin.cpp
   M /trunk/qt-gui/src/mainwin.h
   M /trunk/qt-gui/src/optionsdlg.cpp
   M /trunk/qt-gui/src/optionsdlg.h

auto-accept file directory
It can be enabled from  LICQ/Options/Miscellaneous/Incoming/File Location or 
from Misc modes

------------------------------------------------------------------------
rev 3450:  juam | 2003-09-01 20:23:59 -0300 (Mon, 01 Sep 2003) | 2 lines
Changed paths:
   M /trunk/licq/include/licq_user.h
   M /trunk/licq/src/icqd-srv.cpp
   M /trunk/licq/src/user.cpp
   M /trunk/qt-gui/src/userbox.cpp

show client information in the contact list

------------------------------------------------------------------------
rev 3449:  juam | 2003-09-01 20:11:03 -0300 (Mon, 01 Sep 2003) | 5 lines
Changed paths:
   M /trunk/qt-gui/src/utilitydlg.cpp

utility socket notifier fix

( Utilities -> Ping -> Run  ... wait some pings  ... hit Done.  
Licq will start to suck all the cpu time until you hit Done again. This fix 
seems to work.)

------------------------------------------------------------------------
rev 3448:  juam | 2003-09-01 20:07:57 -0300 (Mon, 01 Sep 2003) | 3 lines
Changed paths:
   M /trunk/qt-gui/src/mainwin.cpp

auto popup doesn't work in non chatmode (error introduced in
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/licq/qt-gui/src/mainwin.cpp.diff?r1=1.249&r2=1.250)

------------------------------------------------------------------------
rev 3447:  juam | 2003-09-01 19:59:55 -0300 (Mon, 01 Sep 2003) | 5 lines
Changed paths:
   M /trunk/qt-gui/src/usereventdlg.cpp
   M /trunk/qt-gui/src/usereventdlg.h

fix bug #777187 and prevent others

It also fixes a problem triggered when switching from `Send Contact ...' to 
another action.

------------------------------------------------------------------------
rev 3446:  juam | 2003-09-01 16:33:43 -0300 (Mon, 01 Sep 2003) | 1 line
Changed paths:
   M /trunk/qt-gui/share/Makefile.am

fix `make install' when using build directories
------------------------------------------------------------------------
rev 3445:  juam | 2003-09-01 15:20:01 -0300 (Mon, 01 Sep 2003) | 2 lines
Changed paths:
   M /trunk/qt-gui/src/mainwin.cpp
   M /trunk/qt-gui/src/mainwin.h
   M /trunk/qt-gui/src/randomchatdlg.cpp
   M /trunk/qt-gui/src/sigman.cpp
   M /trunk/qt-gui/src/sigman.h
   M /trunk/qt-gui/src/usereventdlg.cpp
   M /trunk/qt-gui/src/usereventdlg.h

remove dup code (unsigned long uins)

------------------------------------------------------------------------
rev 3444:  juam | 2003-09-01 15:07:00 -0300 (Mon, 01 Sep 2003) | 1 line
Changed paths:
   M /trunk/qt-gui/po/hu_HU.po
   M /trunk/qt-gui/src/jfcstyle.cpp
   M /trunk/qt-gui/src/jfcstyle.h
   M /trunk/qt-gui/src/keyrequestdlg.cpp
   M /trunk/qt-gui/src/keyrequestdlg.h

sf's cvsroot backup tarball was broken. this commit the missing commits 
(Juan's fifos changes, fix secure connections in qt-gui)
------------------------------------------------------------------------
rev 3443:  juam | 2003-09-01 15:00:59 -0300 (Mon, 01 Sep 2003) | 1 line
Changed paths:
   M /trunk/licq/include/licq_icqd.h
   M /trunk/licq/include/licq_message.h
   M /trunk/licq/src/fifo.cpp
   M /trunk/licq/src/icqd-srv.cpp

sf's cvsroot backup tarball was broken. this commit the missing commits 
(Juan's fifos changes, fix secure connections in qt-gui)
------------------------------------------------------------------------
rev 3442:  juam | 2003-09-01 00:53:31 -0300 (Mon, 01 Sep 2003) | 1 line
Changed paths:
   M /trunk/auto-reply
   D /trunk/auto-reply/.cvsignore
   M /trunk/auto-reply/src
   D /trunk/auto-reply/src/.cvsignore
   M /trunk/console
   D /trunk/console/.cvsignore
   M /trunk/console/src
   D /trunk/console/src/.cvsignore
   M /trunk/email
   D /trunk/email/.cvsignore
   M /trunk/email/src
   D /trunk/email/src/.cvsignore
   M /trunk/jons-gtk-gui
   D /trunk/jons-gtk-gui/.cvsignore
   M /trunk/jons-gtk-gui/src
   D /trunk/jons-gtk-gui/src/.cvsignore
   M /trunk/jons-gtk2-gui
   D /trunk/jons-gtk2-gui/.cvsignore
   M /trunk/jons-gtk2-gui/src
   D /trunk/jons-gtk2-gui/src/.cvsignore
   M /trunk/licq
   D /trunk/licq/.cvsignore
   M /trunk/licq/bin
   D /trunk/licq/bin/.cvsignore
   M /trunk/licq/include
   D /trunk/licq/include/.cvsignore
   A /trunk/licq/plugins
   M /trunk/licq/share
   D /trunk/licq/share/.cvsignore
   M /trunk/licq/src
   D /trunk/licq/src/.cvsignore
   M /trunk/qt-gui
   D /trunk/qt-gui/.cvsignore
   M /trunk/qt-gui/po
   D /trunk/qt-gui/po/.cvsignore
   M /trunk/qt-gui/share
   D /trunk/qt-gui/share/.cvsignore
   M /trunk/qt-gui/src
   D /trunk/qt-gui/src/.cvsignore
   M /trunk/rms
   D /trunk/rms/.cvsignore
   M /trunk/rms/src
   D /trunk/rms/src/.cvsignore

CVS -> SVN stuff

-- 
Buenos Aires, Argentina                            15°C with winds at 7 km/h N

Attachment: pgp00000.pgp
Description: signature

Reply via email to