Re: [Licq-devel] [Ian.Collier@comlab.ox.ac.uk: Re: [Licq-main] Dead list?]]

2002-09-02 Thread Ian Collier
[I was sent this by Tim van Erven - thanks - so I'd appreciate CCs of any replies since I'm not on the devel list.] Daniel Glöckner <[EMAIL PROTECTED]> wrote on Sat, 31 Aug 2002 23:34:34 +0200: >Licq always sets the timezone offset to the non DST offset but >calculates the unix time of incoming

Re: [Licq-devel] [Ian.Collier@comlab.ox.ac.uk: Re: [Licq-main] Dead list?]]

2002-09-02 Thread Ian Collier
I joined the list now, so no more need for copies. :-) On Mon, Sep 02, 2002 at 05:02:23PM +0200, Daniel Glöckner wrote: > No, the code for tm_gmtoff is correct. It adds an hour to the negative > offset in summer. So the offset is the same as in winter. > The code for the global timezone variable

Re: [Licq-devel] [Ian.Collier@comlab.ox.ac.uk: Re: [Licq-main] Dead list?]]

2002-09-03 Thread Ian Collier
On Mon, Sep 02, 2002 at 08:02:32PM +0200, Daniel Glöckner wrote: > The Windows client doesn't change the timezone offset in summer (winter). That's too bad. It seems you can't possibly get it right, then. (But I wonder what the Windows client does when it displays the time for a user in Australi

[Licq-devel] Re: 7-bit transmission?

2002-09-03 Thread Ian Collier
The following is a message I wrote to Licq-users a couple of weeks ago, but apparently no one knew the answer (or wanted to admit to it ). Do tell me if I'm doing something stupid. This might be a silly question, but. I'm using Licq 1.2.0a at the moment with the Qt plugin, but I've noticed this

Re: [Licq-devel] Re: 7-bit transmission?

2002-09-10 Thread Ian Collier
On Tue, Sep 10, 2002 at 07:48:23AM -0500, Jon Keating wrote: > On Tuesday 03 September 2002 12:00 pm, Ian Collier wrote: > > So how can I get proper 8-bit transmission? > Are you setting the default encoding in the options? Default encoding is ISO-8859-1; I also tried ISO-8859-15.

[Licq-devel] [X] Send through server

2002-09-20 Thread Ian Collier
Is there any logic to when the "Send through server" box is checked? I keep unchecking it, then half an hour later when I come to reply to a message it's checked again. This is Licq 1.2.0a by the way. imc --- This sf.net email is sponsored by

Re: [Licq-devel] [X] Send through server

2002-09-20 Thread Ian Collier
On Fri, Sep 20, 2002 at 03:20:53PM +0200, Tim van Erven wrote: > Licq keeps track of when sending through the server is required. It does > this very poorly. That's to say, the code is ok, but it's just not > possible for the program to always know when to send through the server. When talking to

Re: [Licq-devel] Licq time

2002-09-20 Thread Ian Collier
On Fri, Sep 20, 2002 at 09:17:31AM -0600, Alexander Litvinov wrote: > I have timezone GMT+6, my co-worker has the same timezone. > But when we are chating via licq, it shows invalid his time. > For example: now is 9:16, it shows 21:16:16 (+12 hours). > Why? If you view his General Info, does it s

Re: [Licq-devel] General design problem with the config files.....

2002-10-15 Thread Ian Collier
On Tue, Oct 15, 2002 at 12:56:17PM +0200, Thomas Reitelbach wrote: > The main problem is, that currently the first and last SPACE is used as string > termination criteria (which could in some cases be part of the configuration > data/value!!) > What about taking first and last quotation mark as te

[Licq-devel] Solaris 9 / misc problems with today's snapshot

2002-10-23 Thread Ian Collier
Just been given a Solaris 9 box, so of course 1.2.0a stopped working and I grabbed a daily snapshot (20021023) from the download site. 1. I always seem to get this message on startup: QObject::connect: No such slot CMainWindow::showReqAuthDlg() QObject::connect: (sender name: 'unnamed'

Re: [Licq-devel] Solaris 9 / misc problems with today's snapshot

2002-10-24 Thread Ian Collier
On Wed, Oct 23, 2002 at 11:38:37AM -0500, Jon Keating wrote: > Segfaults on startup at what point? While loading the GUI? Connecting to the > server? Can you provide a backtrace or anymore information? Sorry, that was a rather useless bug report (but you might have been able to tell me that 20

Re: [Licq-devel] Solaris 9 / misc problems with today's snapshot

2002-10-31 Thread Ian Collier
On Wed, Oct 30, 2002 at 12:30:17AM -0600, Jon Keating wrote: > This has been fixed in CVS since yesterday. Yep, it does seem to be. Thanks! :-) imc --- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the

[Licq-devel] ICQ 2002a & direct sending

2002-11-05 Thread Ian Collier
Since I've been using a CVS snapshot (20021031) of Licq, my wife's first message to me (from ICQ 2002a) has always been through the server. When I was using 1.2.0a I'm pretty sure the messages were always sent peer-to-peer. Has something changed, and have I missed a setting somewhere in the optio

Re: [Licq-devel] ICQ 2002a & direct sending

2002-11-05 Thread Ian Collier
On Tue, Nov 05, 2002 at 06:59:16PM +0200, Pasi Sjoholm wrote: > Checkout this website, it's a known bug for ICQ 2001b/2002a. > http://www.tuneld.com/htm/icq/icqbug.htm Good, I'm glad I'm not imagining it then! So... the fix is to say you have SOCKS4, then restart ICQ, then switch back to the cor

Re: [Licq-devel] Server side list error.

2002-11-13 Thread Ian Collier
On Wed, Nov 13, 2002 at 02:41:32AM -0600, Alexander Litvinov wrote: > 14:36:31: [SRV] Added (2147483647) to list from server. I have no answer, but I notice this is MAXINT for a signed 32-bit word so it's obviously either a bug in the code or a bit of protocol that the Licq maintainers hadn't spo

[Licq-devel] Events in wrong order?

2002-11-14 Thread Ian Collier
I'm wondering why some messages are received through the server, so I looked in the log... 13:06:07: [SRV] JMC (123456789) changed status: Online (v8). 13:06:17: [SRV] Message from JMC (123456789). 13:06:18: [TCP] Connection from JMC (123456789) [v8]. These entries were accompanied by the arrival

Re: [Licq-devel] [PATCH] Few cleanups for the menus

2002-12-02 Thread Ian Collier
On Fri, Nov 29, 2002 at 12:09:33AM +0100, Thomas Reitelbach wrote: > - - Per-user-context menu: Completely removed sub-menu "Info". Instead "Info" > directly calls the info dialog. Always waiting for the submenu to appear was > quite annoying. I agree and might have suggested that if I'd got rou

Re: [Licq-devel] new window for each message

2003-01-08 Thread Ian Collier
On Wed, Jan 08, 2003 at 03:22:55PM +1100, Chris Phillips wrote: > Maybe I have just missed come config option, but... > > When using licq each time a new message comes *from the same person* it > opens a new window. Options -> General -> Chatmode Messageview Does this help? imc -

Re: [Licq-devel] Problems compiling newest CVS version

2003-01-22 Thread Ian Collier
On Wed, Jan 22, 2003 at 02:36:15PM +0100, Richard Röjfors wrote: > I read some previous mails in the mailinglist and found that there is > problems linking the gui against a static libstdc++, but that should work > if I pass the -mimpure-text flag to libtool. Yes, that looks like exactly the probl

[Licq-devel] Compile error in 1.2.3

2003-01-24 Thread Ian Collier
Compiling the qt-gui from 1.2.3 release produced the following... /usr/bin/moc ./authuserdlg.h -o authuserdlg.moc source='authuserdlg.cpp' object='authuserdlg.lo' libtool=yes \ depfile='.deps/authuserdlg.Plo' tmpdepfile='.deps/authuserdlg.TPlo' \ depmode=gcc /bin/sh ../admin/depcomp \ /bin/sh ../l

Re: [Licq-devel] Compile error in 1.2.3

2003-01-25 Thread Ian Collier
On Sat, Jan 25, 2003 at 11:09:10AM -0600, Jon Keating wrote: > > Is my compiler being too strict, or is the code a bit too sloppy? ;-) > > Is there a compiler option which will stop the complaints? > A little bit of both. Qt3 has those members as public, Qt2 has them as > protected. But then ag

[Licq-devel] undefined symbols

2003-01-26 Thread Ian Collier
Every so often you see a complaint go by that Licq won't load because "undefined symbol: _ZN10CLogServer4InfoEPKcz" or some such stuff, and this is a well known problem because you need to compile Licq, qt-gui and qt all during the same phase of the Moon to get it to work (one of many reasons why I

[Licq-devel] Re: undefined symbols

2003-01-30 Thread Ian Collier
Jon Keating wrote: >On Sunday 26 January 2003 08:22 am, Ian Collier wrote: >> Anyway, what amuses me is when I have a perfectly working copy of Licq >> (1.0 as it happens) but if it's been up for a long time then when I >> try to exit it it says: >> >> l

Re: [Licq-devel] Re: undefined symbols

2003-02-03 Thread Ian Collier
On Sat, Feb 01, 2003 at 09:04:08AM -0600, Jon Keating wrote: > On Thursday 30 January 2003 06:13 am, Ian Collier wrote: > > Nope... apparently not as my newly compiled 1.2.3* said that when I exited > > it this morning. Totally mystifying! > What version of Qt are you running?

Re: [Licq-devel] SMS: Sending SMS via SMTP not supported yet

2003-02-11 Thread Ian Collier
On Mon, Feb 10, 2003 at 09:45:03AM +0200, Sergey Kononenko wrote: > I think this is not so easy to add this capability in both variants, via local > sendmail or add function for connecting to smtp server, there is some with > threads and locking. I think invoking /usr/lib/sendmail would be suffi

Re: [Licq-devel] SMS: Sending SMS via SMTP not supported yet

2003-02-11 Thread Ian Collier
On Tue, Feb 11, 2003 at 07:57:23AM -0300, Juan F. Codagnone wrote: > yes, but not all installations have a sendmail utility. I don't have one in my > workstation. you use mutt, so you need to have it :) Not all installations have qt either, but Licq still requires it.* If someone is going to the b

Re: [Licq-devel] Cancel button

2003-02-12 Thread Ian Collier
On Wednesday 12 February 2003 14:09, Johann Glaser wrote: > Since 1.2.0 the cancel button vanishes the complete "Send a message" > dialog when pressed after the send button. Unfortunately, sometimes the > receipients then _do_ get the message. I press cancel, but the do get > the msg. I think

Re: [Licq-devel] qt-gui chat window

2003-03-04 Thread Ian Collier
On Tue, Mar 04, 2003 at 12:40:54AM +, Nick Maynard wrote: > I like to select text as I read it - it's one of those little mannerisms > we all have, but that's by the by. Oh, I thought that was just me. :-) (Mind you, I don't usually do it in Licq) imc --

Re: [Licq-devel] Feature request.

2003-03-18 Thread Ian Collier
On Mon, Mar 17, 2003 at 10:18:24PM -0300, Norberto BENSA wrote: > Is it possible to auto-delete those users who only talk to you once? I'm > getting tired of manually delete ads If someone sends you a spam then hold the control key while you close the message window and they'll be gone. imc

Re: [Licq-devel] Licq Status Update

2003-04-01 Thread Ian Collier
On Tue, Apr 01, 2003 at 10:59:26AM -0600, Jon Keating wrote: > I have recently sold all of the Licq source code to Mirabilis. Hey it's after midday on this side of the Atlantic, you know! imc --- This SF.net email is sponsored by: ValueWeb:

Re: [Licq-devel] Licq Status Update

2003-04-02 Thread Ian Collier
On Wed, Apr 02, 2003 at 12:13:03PM +0300, Ivan Dimitrov wrote: > why didn't You tell as earlyer? what will happen with licq? from what i > know mirabilis don't have linux icq client Yeah, they do... they have ICQ2Go! ;-) imc --- This SF.net em

Re: [Licq-devel] console plugin patch

2004-08-20 Thread Ian Collier
I only use the console plugin occasionally, but just a couple of comments... On Fri, Aug 20, 2004 at 11:07:28AM +1000, [EMAIL PROTECTED] wrote: > (oh yeah, you'll need the cdk library, it's > fairly standard so im sure every distro has a > package) Personally I've never heard of it, and I can't s

Re: [Licq-devel] Issue when restoring Licq's mainwindow geometry

2005-09-26 Thread Ian Collier
On Sun, Sep 25, 2005 at 10:47:35AM +0200, wwp wrote: > is anybody running Licq in GNOME? I do so (FC3, GNOME 2.8.0) and see that > licq main window's geometry is altered each time I open it. Its origin > position is shifted by 1 pixel to the left and to the top. I use fvwm and Licq has shifted by

Re: [Licq-devel] another trace

2005-12-02 Thread Ian Collier
On Fri, Dec 02, 2005 at 04:41:14PM +0900, Jon Keating wrote: > Yes, please do. So far everyone is using 0.9.7 and having this error, so > perhaps > it is an OpenSSL issue. > > I've asked others to test different versions, but no one has reported back to > me about it. I am running Licq 1.3.0 com

Re: [Licq-devel] advancing the smily system - patch

2006-04-24 Thread Ian Collier
Quoth Jon Keating: > It'd be nice to have something that can only modify the patch files, > but still allow them to patch cleanly. I guess you could try something of the form: Take a copy of the source file Apply patch Apply GNU indent run diff -uw on the original and patched files to generat