Marco Hennigs | 1 Jan 18:10
Picon
Picon
Favicon

Re: chars eaten by a Grue

Frank Altpeter wrote:
> Hi there,

Hi Frank,

> Currently, i've checked to be missing the 'u' character completely, but
> only since the update to 4.13.0.

had the same problem, but the current CVS version of cicq has a bugfix. 
I use the Dec 31st CVS version and can receive an "u".

HTH

marco

_______________________________________________
Cicq mailing list
Cicq@...
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/

Fabien Wernli | 2 Jan 21:03
Picon
Favicon

MSN

Hi,

I have been using 4.12.0 for a while on a debian (precompiled package)
and I had the following problem:

Everytime someone sent me a MSN msg, I got disconnected.

Now this is just to announce that this has been miraculously solved withe
the new version 4.13.0 :-)
_______________________________________________
Cicq mailing list
Cicq@...
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/

BlueChip | 3 Jan 01:34

MSN Not Connecting, AIM not remote queuing

Hi,

As this is my first post, let me say "what a cool bit of software" ...I'm 
sorely tempted to install gpp so that I can play with it, but c++ is still 
a bit of a beast for me, and I am up to my perverbial bits in C server code 
right now.

Anyway, hope it's okay to post multiple questions in one email here...

CenterICQ v4.13.0 Win32, running on Windows 98se

1. MSN just plain won't connect
AIM, MSN and Yahoo connect just fine.
This MSN account also connects just fine through Trillian.
cicq claims "+ [msn] connecting to the server" and never does.

2. Using "cicq -s msg -p aim" to remotely send a message via AIM fails.
I can queue onto Yahoo and ICQ just fine.
When I send a message remotely through AIM I get
   "message to [aim] myname has been put to the queue"
When I try to view the [h]istory on the AIM account I get
   "+ no history items for [aim] myname"
If I use the cicq front end, I can chat just fine on AIM

My last question is by means of a feature request.  Are there any current 
thoughts on making things such as "request auth" availble from the command 
line ...I've got some big dreams right now and cicq is firmly in the lead 
of "best software for the job" :)

BlueChip
(Continue reading)

Jostein Berntsen | 4 Jan 11:31
Picon
Favicon
Gravatar

Re: MSN Not Connecting, AIM not remote queuing

On 03.01.05,00:34, BlueChip wrote:
> Hi,
> 
> As this is my first post, let me say "what a cool bit of software" ...I'm 
> sorely tempted to install gpp so that I can play with it, but c++ is still 
> a bit of a beast for me, and I am up to my perverbial bits in C server code 
> right now.
> 
> Anyway, hope it's okay to post multiple questions in one email here...
> 
> CenterICQ v4.13.0 Win32, running on Windows 98se
> 
> 1. MSN just plain won't connect
> AIM, MSN and Yahoo connect just fine.
> This MSN account also connects just fine through Trillian.
> cicq claims "+ [msn] connecting to the server" and never does.
> 

I've got the same problem with MSN. Seems like it's an error in the code 
early in the logon process before authentication sets in, because if you try 
with a wrong name it just stays on "MSN connection to the server", and 
doesn't give a connection error because of the wrong user name.  

Anyone on this list had the same problem, and have solved this?

- Jostein

--

-- 
Jostein Berntsen <jbernts@...>
_______________________________________________
(Continue reading)

Jostein Berntsen | 4 Jan 13:42
Picon
Favicon
Gravatar

Re: MSN Not Connecting, AIM not remote queuing [SOLVED]

On 04.01.05,11:31, Jostein Berntsen wrote:
> On 03.01.05,00:34, BlueChip wrote:
> > Hi,
> > 
> > As this is my first post, let me say "what a cool bit of software" ...I'm 
> > sorely tempted to install gpp so that I can play with it, but c++ is still 
> > a bit of a beast for me, and I am up to my perverbial bits in C server code 
> > right now.
> > 
> > Anyway, hope it's okay to post multiple questions in one email here...
> > 
> > CenterICQ v4.13.0 Win32, running on Windows 98se
> > 
> > 1. MSN just plain won't connect
> > AIM, MSN and Yahoo connect just fine.
> > This MSN account also connects just fine through Trillian.
> > cicq claims "+ [msn] connecting to the server" and never does.
> > 
> 
> 
> I've got the same problem with MSN. Seems like it's an error in the code 
> early in the logon process before authentication sets in, because if you try 
> with a wrong name it just stays on "MSN connection to the server", and 
> doesn't give a connection error because of the wrong user name.  
> 
> Anyone on this list had the same problem, and have solved this?
>  
> 
> - Jostein
> 
(Continue reading)

Jostein Berntsen | 4 Jan 16:00
Picon
Favicon
Gravatar

Centericq and Opera

hi,

Has anyone got Centericq and opening Urls in a new tab to work in Opera?  
This command in actions:

openurl \
    (if test ! -z "`ps x | grep /opera | grep -v grep`"; \
	then DISPLAY=0:0 opera -newpage %s; \
	else D

just gives me a blank page instead of the actual page. I use Opera 7.60 
Preview 3. Build 862 for Linux. Qt library 3.3.3 on SuSE 9.0. Firefox works 
fine.

- Jostein

--

-- 
Jostein Berntsen <jbernts@...>
_______________________________________________
Cicq mailing list
Cicq@...
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/

Axel Heinrici | 4 Jan 16:29
Picon
Picon

Re: Centericq and Opera

Hi

On Tuesday 04 January 2005 16:00, Jostein Berntsen wrote:
>
> Has anyone got Centericq and opening Urls in a new tab to work in
> Opera? This command in actions:
Yes I have. 
>
> openurl \
>     (if test ! -z "`ps x | grep /opera | grep -v grep`"; \
> 	then DISPLAY=0:0 opera -newpage %s; \
> 	else D
>
Maybe this is just weirdly copied to your mailer. The parentheses should 
be closed, there should be a fi at the end and the %s is wrong in at 
(at least in centericq 4.11). The %s doesn't work with any browser 
here. 

Anyway, this does the job for me:

openurl \
    (if test ! -z "`ps x | grep opera | grep -v grep`"; \
        then opera -newpage '$url$'; \
        else opera '$url$';  \
    fi)  

I remember some problems with special characters in urls. So I played 
around with ' and ". Not sure at the moment if ' was the best solution. 

regards 
(Continue reading)

Amigac | 4 Jan 21:11
Picon

jabber amd64 digest auth bug

Hello,

I've had some problems connecting to a jabber server on my new AMD
Athlon 64 based box. Centericq had problems with digest authorisation,
so I had to comment it out in libjabber/jconn.c, the plaintext auth
works fine (I'm using SSL so it doesn't matter to send plaintext
password over the wire :-)).

I don't know where to post this bugreport so I'm posting it here :)

And of course I'm using (GNU :)) Linux with 2.6.9 kernel.

Have a nice day

Amigac
_______________________________________________
Cicq mailing list
Cicq@...
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/

Tiger!P | 4 Jan 21:59

Re: MSN Not Connecting, AIM not remote queuing [SOLVED]

On Tue, Jan 04, 2005 at 01:42:30PM +0100, Jostein Berntsen wrote:
> 
> 3. Set your User Name for MSN under Accounts in Centericq to only the first 
> part of username@...

But that means that you should have a hotmail account in order to
connect to msn. I don't have one and could connect normally before. Did
they change that requirement?

Tiger!P
_______________________________________________
Cicq mailing list
Cicq@...
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/

Lars Bjarby | 4 Jan 23:49

Re: MSN Not Connecting, AIM not remote queuing [SOLVED]

On Tue, Jan 04, 2005 at 09:59:05PM +0100, Tiger!P wrote:

> But that means that you should have a hotmail account in order to
> connect to msn. I don't have one and could connect normally before. Did
> they change that requirement?

No, I've been using laban@... as my username without any 
problems. Haven't had any of the problems that has been reported here 
the last couple of days as far as I know. I'm using the package in 
Debian Sarge (testing).

--

-- 
.oO laban@... Oo.
_______________________________________________
Cicq mailing list
Cicq@...
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/


Gmane