Petr Pisar | 1 Nov 08:30
Picon

Re: Encodings

Rado1 napsal(a):
> I tried to use it already to convert iso8859-2 or cp1250 to us-ascii 
> and it failed. It is not able to convert 8bit charset to 7bit charset. 
> The same result with recode :((((
> 
My fault, iconv is not able (as I know) to loose the diacritics. recode 
can do this. The target charset is known as a "flat". You need also use 
"-f" option to force ireversible translating:

$ recode -f iso8859-2..flat

So it'll be better to use librecode than libiconv library.

--Petr

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

Picon

cicqsync patch (sed portability)

Solaris' sed doesn't accept [:digit:] in regexps. This patch changes it to 
[0-9].

-- 
Joel Konkle-Parker
Index: misc/cicqsync
===================================================================
RCS file: /home/konst/cvs/root/centericq/misc/cicqsync,v
retrieving revision 1.41
diff -u -r1.41 cicqsync
--- misc/cicqsync	29 Aug 2005 09:00:22 -0000	1.41
+++ misc/cicqsync	4 Nov 2005 23:49:34 -0000
@@ -146,7 +146,7 @@
 	getmoduledirname $m
 	for fn in `find $DEST -name "configure.in"`
 	do
-	    smask="s/${moduledir}-[[:digit:].-][[:digit:].-]*/${moduledir}/g"
+	    smask="s/${moduledir}-[0-9.-][0-9.-]*/${moduledir}/g"

 	    sed $smask $fn >.configure.in
 	    mv .configure.in $fn
_______________________________________________
Cicq mailing list
Cicq@...
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/
(Continue reading)

Mark Pustjens | 7 Nov 19:00
Picon
Favicon

MSN Support

Hi everyone,

I added MSN support back in centericq.

The source tar.bz2 is located here:
http://unkie.org/tmp/centericq-4.21.0.tar.bz2

I did not make a patch of it, because a renamed some files and folders.

Let me know if it works for you or not.

Greetings,

Mark Pustjens

--

-- 
It became apparent that one reason why the Ice Giants were known as the Ice
Giants was because they were, well, giants. The other was that they were
made of ice.
   (Sourcery)
_______________________________________________
Cicq mailing list
Cicq@...
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/

James Lay | 7 Nov 20:56

CenterICQ CVS no complile

Here's what I get when I try :

configure: error: conditional "am__fastdepCXX" was never defined.
Usually this means the macro was only invoked conditionally.
configure: error: /bin/sh './configure' failed for libjabber

Any thoughts?  Thanks!

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

Picon

Re: CenterICQ CVS no complile

Try

./configure --disable-jabber

or install libjabber (headers are needed - usually in -dev(el) version)

On 11/7/05, James Lay <jlay <at> slave-tothe-box.net> wrote:
> Here's what I get when I try :
>
> configure: error: conditional "am__fastdepCXX" was never defined.
> Usually this means the macro was only invoked conditionally.
> configure: error: /bin/sh './configure' failed for libjabber
>
> Any thoughts?  Thanks!
>
> James
> _______________________________________________
> Cicq mailing list
> Cicq <at> mailman.linuxpl.org
> http://mailman.linuxpl.org/mailman/listinfo/cicq
> Questions? Check the FAQ first: http://centericq.de/faq/
>

--
Regards Ladislav Laska
S pozdravem Ladislav Laska
_______________________________________________
Cicq mailing list
(Continue reading)

James Lay | 7 Nov 21:06

Re: CenterICQ CVS no complile

On Mon, 7 Nov 2005 21:00:11 +0100
"Ladislav \"TheBurn\" Laska" <ladislav.laska@...> wrote:

> Try
> 
> ./configure --disable-jabber
> 
> or install libjabber (headers are needed - usually in -dev(el)
> version)
> 
> 
> On 11/7/05, James Lay <jlay@...> wrote:
> > Here's what I get when I try :
> >
> > configure: error: conditional "am__fastdepCXX" was never defined.
> > Usually this means the macro was only invoked conditionally.
> > configure: error: /bin/sh './configure' failed for libjabber
> >
> > Any thoughts?  Thanks!
> >
> > James

Hrmmm...here is my configureline:

./configure  --disable-jabber --disable-gg --disable-lj --disable-nls
--with-ssl

What now :D

James
(Continue reading)

Picon

Re: CenterICQ CVS no complile

Huh, maybe --without-jabber, but i don't think so.

What about installing libjabber? :)...Jabber is not bad protocol :)

On 11/7/05, James Lay <jlay <at> slave-tothe-box.net> wrote:
> On Mon, 7 Nov 2005 21:00:11 +0100
> "Ladislav \"TheBurn\" Laska" <ladislav.laska <at> gmail.com> wrote:
>
> > Try
> >
> > ./configure --disable-jabber
> >
> > or install libjabber (headers are needed - usually in -dev(el)
> > version)
> >
> >
> > On 11/7/05, James Lay <jlay <at> slave-tothe-box.net> wrote:
> > > Here's what I get when I try :
> > >
> > > configure: error: conditional "am__fastdepCXX" was never defined.
> > > Usually this means the macro was only invoked conditionally.
> > > configure: error: /bin/sh './configure' failed for libjabber
> > >
> > > Any thoughts?  Thanks!
> > >
> > > James
>
> Hrmmm...here is my configureline:
>
> ./configure  --disable-jabber --disable-gg --disable-lj --disable-nls
(Continue reading)

James Lay | 7 Nov 21:24

Re: CenterICQ CVS no complile

On Mon, 7 Nov 2005 21:12:44 +0100
"Ladislav \"TheBurn\" Laska" <ladislav.laska@...> wrote:

> Huh, maybe --without-jabber, but i don't think so.
> 
> What about installing libjabber? :)...Jabber is not bad protocol :)
> 
> On 11/7/05, James Lay <jlay@...> wrote:
> > On Mon, 7 Nov 2005 21:00:11 +0100
> > "Ladislav \"TheBurn\" Laska" <ladislav.laska@...> wrote:
> >
> > > Try
> > >
> > > ./configure --disable-jabber
> > >
> > > or install libjabber (headers are needed - usually in -dev(el)
> > > version)
> > >
> > >
> > > On 11/7/05, James Lay <jlay@...> wrote:
> > > > Here's what I get when I try :
> > > >
> > > > configure: error: conditional "am__fastdepCXX" was never
> > > > defined. Usually this means the macro was only invoked
> > > > conditionally. configure: error: /bin/sh './configure' failed
> > > > for libjabber
> > > >
> > > > Any thoughts?  Thanks!
> > > >
> > > > James
(Continue reading)

Arkadiy Kulev | 16 Nov 23:27

command line message buffer question

Hello guys,

a little bug maybe?
When I try to feed the outgoing message to centericq through the
console (by an external program) it accepts the message immediatly and
places it into the outgoing buffer.

But why does it send it out after a random amount of time? (average 30
seconds).

Normal chatting withing centericq works immediatly, the same as
incoming messages being transferred to the external program immediatly
too.

--

-- 
Best regards,
 Arkadiy                          mailto:eth@...

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

Alexander Krogloth | 20 Nov 23:41

ignore messages


hello everyone,

is it possible to ignore incoming messages with some expressions in it?
e.g. i want to ignore all messages which include a http://porn....com 

thx for help ...

regards

alex

--

-- 
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
x Alexander Krogloth / alex@... / http://www.krogloth.de  x
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
_______________________________________________
Cicq mailing list
Cicq@...
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/

Gmane