azriman | 3 Jun 08:50
Picon

simple trouble with 'core dumped'

once, i got this..

terminate called after throwing an instance of 'std::logic_error'
what():  basic_string::_S_construct NULL not valid
Abort trap (core dumped)
bash-3.00$

then, try to run in --debug mode, and got this:
[IN]
<message from='someid@.../tkabber1818558' to='azriman <at> jabber.ttn.ru'
type='normal' xml:lang='ru-RU'><subject/><body>я.п¦я.я.2</body></message>

what would you advice me to do? ;)

---------------------------------------------------------
This mail sent through mail service: http://mail.tagan.ru
---------------------------------------------------------
http://www.tagan.ru - ISP Megalink Official Site.
---------------------------------------------------------
http://mail.tagan.ru - Web Mail Service.
http://mail.tagan.ru/set - E-mail setting.
http://www.tagan.ru/domain - All domain registration.
---------------------------------------------------------

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

(Continue reading)

Juan | 9 Jun 20:28
Picon

CenterICQ 4.20.0 & Windows 2K Pro

Hey people...

I need info on how to connect the CICQ 4.20.0 on a Windows 2K PC...

Well... Now, it tries to connect at least, you know?  I receive, or something
like that, this message "+  [msn] connecting to the server" and it froze there...

It isn't signing up, i think... Anyway... Anyone have an idea how to solve this?

I already searched the forum and here but I didn't find anything...

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

Lubomir Host | 14 Jun 17:23
Picon

[PATCH] clear xterm window title on reply to msg

Hi!

When I receive IM from somebody, xterm window title is changed to
"centericq: event from [icq] 257xxxYYY". When I reply to IM, I want
clear xterm window title. It the last Debian version of centericq
(4.20.0) window title is cleared when I press <Esc><Esc><Enter>. Here is
a little patch.

Maybe, window title should by cleared also after little amount of time
(also when I'm inactive).

Please, check it, if it is correct. This patch works great for me.

Thanks, best regards

--

-- 
Lubomir Host 'rajo' <rajo AT platon.sk>   ICQ #:  257322664   ,''`.
Platon Software Development Group         http://platon.sk/  : :' :
GnuPG key: http://rajo.platon.sk/en/show,gpgkey              `. `' 
http://www.gnu.org/philosophy/no-word-attachments.html         `-  
--- eventmanager.cc.orig	2005-06-14 15:47:20.676905632 +0200
+++ eventmanager.cc	2005-06-14 15:47:30.639391104 +0200
@@ -107,6 +107,7 @@ void imeventmanager::store(const imevent
 	    if(hook->send(ev)) {
 		eventwrite(cev, history);
 		logger.putevent(cev);
+		face.xtermtitle();
 		time(&lastevent);
(Continue reading)

Michael Tatge | 14 Jun 17:59
Picon

Re: [PATCH] clear xterm window title on reply to msg

* On Tue, Jun 14, 2005 Lubomir Host wrote:
> When I receive IM from somebody, xterm window title is changed to
> "centericq: event from [icq] 257xxxYYY". When I reply to IM, I want
> clear xterm window title.
> a little patch.

why not disable the title with --no-xtitles? Konst was so nice to
include an option for that after a little begging :)

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

Lubomir Host | 14 Jun 18:38
Picon

Re: [PATCH] clear xterm window title on reply to msg

On Tue, Jun 14, 2005 at 05:59:15PM +0200, Michael Tatge wrote:
> * On Tue, Jun 14, 2005 Lubomir Host wrote:
> > When I receive IM from somebody, xterm window title is changed to
> > "centericq: event from [icq] 257xxxYYY". When I reply to IM, I want
> > clear xterm window title.
> > a little patch.
> 
> why not disable the title with --no-xtitles? Konst was so nice to
> include an option for that after a little begging :)

It is not the same. I want title changing in xterm. But when I reply to
msg, I want clean message "centericq: event from [icq] 257xxxYYY" from
the title.

rajo

--

-- 
Lubomir Host 'rajo' <rajo AT platon.sk>   ICQ #:  257322664   ,''`.
Platon Software Development Group         http://platon.sk/  : :' :
GnuPG key: http://rajo.platon.sk/en/show,gpgkey              `. `' 
http://www.gnu.org/philosophy/no-word-attachments.html         `-  
_______________________________________________
Cicq mailing list
Cicq@...
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/
Kevin Fullerton | 14 Jun 18:34
Picon

Re: [PATCH] clear xterm window title on reply to msg

Reason I imagine is that you want to see in the title of the xterm when
you receive an event, but want the title cleared when you reply not when
you Esc-Esc the conversation ... helps with having a conversation running
in the background.

Cheers

Kevin

> * On Tue, Jun 14, 2005 Lubomir Host wrote:
>> When I receive IM from somebody, xterm window title is changed to
>> "centericq: event from [icq] 257xxxYYY". When I reply to IM, I want
>> clear xterm window title.
>> a little patch.
>
> why not disable the title with --no-xtitles? Konst was so nice to
> include an option for that after a little begging :)
>
> Micha
> _______________________________________________
> Cicq mailing list
> Cicq@...
> http://mailman.linuxpl.org/mailman/listinfo/cicq
> Questions? Check the FAQ first: http://centericq.de/faq/
>
>

_______________________________________________
Cicq mailing list
Cicq@...
(Continue reading)

Lubomir Host | 14 Jun 20:34
Picon

Re: [PATCH] clear xterm window title on reply to msg

On Tue, Jun 14, 2005 at 05:34:22PM +0100, Kevin Fullerton wrote:
> Reason I imagine is that you want to see in the title of the xterm when
> you receive an event, but want the title cleared when you reply not when
> you Esc-Esc the conversation ... helps with having a conversation running
> in the background.

I want to see in the title of the xterm when I receive an event, but
want the title cleared when I reply. I want the title cleared when
I Esc-Esc the conversation too.

I'm not able explain this better in English, because English
isn't my native language. Sorry. :-/

rajo

--

-- 
Lubomir Host 'rajo' <rajo AT platon.sk>   ICQ #:  257322664   ,''`.
Platon Software Development Group         http://platon.sk/  : :' :
GnuPG key: http://rajo.platon.sk/en/show,gpgkey              `. `' 
http://www.gnu.org/philosophy/no-word-attachments.html         `-  
_______________________________________________
Cicq mailing list
Cicq@...
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/

Sean Rima | 19 Jun 16:48
Favicon

Problem logging onto MSN

Seems that MSN have changed their auth code again, I am using the las stable
version, is it fixed in the cvs version

Sean
--

-- 
Where's the Coke machine?  Tell me a joke!!
_______________________________________________
Cicq mailing list
Cicq@...
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/

Sean Rima | 19 Jun 18:00
Favicon

Re: Problem logging onto MSN

On Sun 19 Jun 2005, Sean Rima wrote:
> Seems that MSN have changed their auth code again, I am using the las stable
> version, is it fixed in the cvs version
> 
Seen the FAQ so ignore this please :)

Sean
--

-- 
Once upon a time, four AMPHIBIOUS HOG CALLERS attacked a family of
DEFENSELESS, SENSITIVE COIN COLLECTORS and brought DOWN their PROPERTY
VALUES!!
_______________________________________________
Cicq mailing list
Cicq@...
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/
Horst Poehlmann | 28 Jun 04:30

MSN contact problems

Hi guys,

I have a problem with msn contacts. The problem usually occurs when I
move people around into different groups. 

When I move a contact, they appear offline until I receive a message
from them. Moving them back into the original group doesn't help. 

Once they send me a message (I do appear online to them), then
everything works fine again. 

Any ideas?

Thanks,
--

-- 
Horst.
 Beer is proof that God loves us and wants us to be happy.
 --Benjamin Franklin

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


Gmane