[Licq-devel] Firewall and http proxy

2001-12-10 Thread Bernard Cafarelli
; thing and cannot help much...) It should be easy, since vicq has it implemented (170ko for the whole uncompressed source...),but it's text-only and i love licq Vicq page: http://www.gonzo.kiev.ua/projects/vicq/ --

[Licq-devel] Server parameters in Options window

2002-01-14 Thread Bernard Cafarelli
Since this exists in licq 1.0.4, can it be easily done? Sorry if this is really easy to do, but I cant do much more in coding than #include main() { printf("Hello world\n"); } :=) -- Be

Re: [Licq-devel] checking away-messages (bug): not working for me!

2002-04-08 Thread Bernard Cafarelli
-- fortune > > ___ > Licq-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/licq-devel > -- Bernard Cafarelli

Re: [Licq-devel] checking away-messages (bug): not working for me!

2002-04-09 Thread Bernard Cafarelli
TH, > Norberto > > ___ > Licq-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/licq-devel > --

Re: [Licq-devel] checking away-messages (bug): some news

2002-04-10 Thread Bernard Cafarelli
ed licq code to work around receiving 0 > ips and 0 ports. You can see if the latest CVS fixes this problem of > connecting to users. > > Jon > > > ___ > Licq-devel mailing list > [EMAIL PROTECTED] > https://lists.sourc

[Licq-devel] Re: [PATCH] enhancing chatmode messageview tests

2002-09-20 Thread Bernard Cafarelli
Well I patched it against my cvs tree (just synced). So...: -in the options chatmod message view is on, and automatic close of the 'function window' (second option, I'm using french language) when a friend initiates the dialog, it still opens the other window (not the chat one), and when I answe

[Licq-devel] Qt plugin compilation with latest CVS

2004-05-11 Thread bernard\.cafarelli
Hello list, latest CVS compilation gives for qt gui: ewidgets.cpp: In member function `virtual void CETabBar::paintLabel(QPainter*, const QRect&, QTab*, bool) const': ewidgets.cpp:495: error: `PM_TabBarTabShiftHorizontal' is not a member of type `QStyle' ewidgets.cpp:496: error: `PM_TabBarTabShift

[Licq-devel] Recent CVS does not compile on amd64

2005-05-24 Thread Bernard Cafarelli
Hello list! It looks like recent updates in translate.cpp are not 64bit compliant (I have attached compilations erros in comp.errs). The iconv function wants nInSize and nOutSize to be size_t, but they are declared as unsigned int (4 bytes): on amd64 size_t is a long unsigned int (8 bytes). I m