Konstantin Klyagin | 1 Oct 12:13

Re: Option request: turn off outer borders.

On Wed, Sep 29, 2004 at 01:44:31PM -0700, Robin Lee Powell wrote:

> I'd really love to be able to turn off the outer line-drawn
> border, on all four sides.

> It makes cut-and-past hard, and it breaks when unicode is in use
> anyways.

That is VERY easy to do what you want..

--- icqface.cc.orig	2004-10-01 13:11:25.579697136 +0300
+++ icqface.cc	2004-10-01 13:12:17.779761520 +0300
@@ -169,7 +169,7 @@
     input.setcolor(conf.getcolor(cp_status));
     input.idle = &textinputidle;

-    mainw = textwindow(0, 1, COLS-1, LINES-2, conf.getcolor(cp_main_frame));
+    mainw = textwindow(0, 1, COLS-1, LINES-2, conf.getcolor(cp_main_frame), TW_SPACEBORDER);

     selector.setcolor(conf.getcolor(cp_dialog_menu),
 	conf.getcolor(cp_dialog_highlight),

> Will donate for feature, as usual.

Huh? :)

--

-- 
konst at http://thekonst.net/
_______________________________________________
Cicq mailing list
(Continue reading)

Konstantin Klyagin | 1 Oct 12:22

Re: MSN conferencing with CenterICQ, and CenterICQ hot keys

On Thu, Sep 30, 2004 at 11:44:51AM +0200, Jois wrote:

> Hi, I am a blind user, CenterICQ is my favourite Linux text-mode

Hello. As I already said, I am very glad to know centericq is
helping you out, guys.

> IM client since about 1 year and half. But I have some problems
> (now I use CenterICQ 4.11-0 with my debian woody), I do not know
> if the last 4.12 is downloadable via apt-get update and install.

You can download the original source and install it manuall it you
want. However, I guess the new version should be available via
apt-get shortly as well.

> The troubles are two: first of all, the hotkeys are not written
> next to the commands, except for alt+s for "change status", and
> the Function keys (f4, f2, q, etc) so friends had to tell me that
> to authorize acontact, for example, I must press "a" when I get
> the request.

> And in the readme file, I found no appendix containing hotkeys
> and respective usages.

At the other hand, the README says that if you don't remember or
unsure about the menu keys, then just invoke the local menu (f2 in
the default layout) for the current contact and see there.

Send a message     enter
Send an SMS
(Continue reading)

Daniel Lublin | 1 Oct 12:24
Picon

Re: Option request: turn off outer borders.

On Fri, Oct 01, 2004 at 01:13:02PM +0300, Konstantin Klyagin wrote:
> > I'd really love to be able to turn off the outer line-drawn
> > border, on all four sides.
> 
> > It makes cut-and-past hard, and it breaks when unicode is in use
> > anyways.
> 
> That is VERY easy to do what you want..
>
> [...]

I did it like this, to gain a couple of characters. I'm also thinking of
patching the treeview to remove the hierarchy from the contact list. I
agree with Laurent Richer that it's not really useful and thus/also kinda
ugly. Any thoughts on this, Konst?

> > Will donate for feature, as usual.
>
> Huh? :)

I suppose he means he will pay you for doing it, what are you waiting for!

//Daniel

--

--- src/icqface.cc	27 Sep 2004 22:17:31 -0000	1.231
+++ src/icqface.cc	30 Sep 2004 18:15:27 -0000
@@ -162,14 +162,14 @@
 	    conf.getcolor(cp_main_menu));
(Continue reading)

Konstantin Klyagin | 1 Oct 12:25

Re: Re: coredump 4.11.0 + FreeBSD + extra-patch-gcc34

On Thu, Sep 30, 2004 at 11:53:14AM +0200, Frank Altpeter wrote:

> Is there noone with the same problems? Nobody with some hint how
> on to find out the reason and/or fix that? Why does even nobody
> respond at all, at least with 'fsck up' or such things likely for
> the RTFMteller community?

> Konst, please go into this - i'm even willing to donate something
> if you fix that. If you need an account to reproduce - it's
> possible (during work hours, since it's a notebook).

I would certainly need an account on a box where it can be
reproduced.

--

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

Konstantin Klyagin | 1 Oct 12:26

Re: Re: coredump 4.11.0 + FreeBSD + extra-patch-gcc34

On Thu, Sep 30, 2004 at 08:46:22PM +1000, Paul Hampson wrote:

> Hmm. I can't see anything of cicq in this... And I'm a little worried

> about #31 and #36, but I don't know enough about FreeBSD to comment
> usefully on that.

> Maybe adding debugging statements to the source to determine what
> line is segfaulting?

No need for statements. He just have to re-build the program with
"-g -O0" parameters for gcc and do the gdb bt thing again.

--

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

Konstantin Klyagin | 1 Oct 12:29

Re: Option request: turn off outer borders.

On Fri, Oct 01, 2004 at 12:24:13PM +0200, Daniel Lublin wrote:

> I did it like this, to gain a couple of characters. I'm also
> thinking of patching the treeview to remove the hierarchy from
> the contact list. I agree with Laurent Richer that it's not
> really useful and thus/also kinda ugly. Any thoughts on this,
> Konst?

What are you going to replace the hierarchy with? Unfolding
sub-lists? Will it look understandable? I'm eager to take a look at
that.

> I suppose he means he will pay you for doing it, what are you
> waiting for!

Oh. Bucks. I like that :)

--

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

Robin Lee Powell | 1 Oct 19:09
Favicon

Re: Option request: turn off outer borders.

On Fri, Oct 01, 2004 at 01:13:02PM +0300, Konstantin Klyagin wrote:
> > It makes cut-and-past hard, and it breaks when unicode is in use
> > anyways.
> 
> That is VERY easy to do what you want..

But is it so easy to make it an option or something?  I don't want
to have to recompile; that's why I use Debian.

> > Will donate for feature, as usual.
> 
> Huh? :)

I always offer money if I can when I ask people to spend time on
something.  Tell me what you think making this feature into an
option in the options screen is worth to you, and we'll work
something out.

-Robin

--

-- 
http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/
Reason #237 To Learn Lojban: "Homonyms: Their Grate!"
_______________________________________________
Cicq mailing list
Cicq@...
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/

(Continue reading)

Iulian Ciorascu | 1 Oct 23:56
Picon

Re: Option request: turn off outer borders.

Iulian Ciorascu wrote:

>    I was a bit busy today, but tomorrow I'll make the patch up-to-date 
> and post it.

    Here it is (finally). It is made against version "4.12.0". I used 
the F8 key for "show/hide contacts" by default, however if you already 
have a keybindings file you should add it there.
    Actually I added the code for show/hide timestamps as well, but 
didn't add a keybinding to it. If someone thinks it's worth having it I 
can provide a further patch.
    Another thing, since the history order is reversed, the same applies 
for the search, i.e. "/" will search from bottom to top (from newer 
messages to older ones).

    Enjoy,
    Iulian Ciorascu

diff -ru --exclude-from=exclude centericq-4.12.0/src/icqconf.cc centericq-4.12.0.patched/src/icqconf.cc
--- centericq-4.12.0/src/icqconf.cc	2004-09-28 00:17:31.000000000 +0200
+++ centericq-4.12.0.patched/src/icqconf.cc	2004-10-01 23:28:00.000000000 +0200
@@ -241,6 +241,7 @@
 	    of << "bind history\tn\tsearch_again" << endl;
 	    of << "bind history\t<F2>\tshow_urls" << endl;
 	    of << "bind history\t<F9>\tfullscreen" << endl << endl;
+	    of << "bind history\t<F8>\tshow_contacts" << endl << endl;
 	    of << "bind editor\t\\cx\tsend_message" << endl;
 	    of << "bind editor\t<esc>\tquit" << endl;
(Continue reading)

Fairlight | 2 Oct 22:04

Sparc Solaris GG

The GG on Sparc Solaris doesn't work.  I can register, the details get
filled in, but when I try to connect, it says connecting to the server,
goes online, then says connection to the server failed and falls offline at
the next event redraw.

In effect, it doesn't work at all.

Solaris 2.8 on Sparc.

mark->
--

-- 
Fairlight->   ||| "Once integrity is lost, the rest  | Fairlight Consulting
  __/\__      ||| is a piece of cake." --JR Ewing    |
 <__<>__>     |||                                    | http://www.fairlite.com
    \/        |||                                    | info@...
_______________________________________________
Cicq mailing list
Cicq@...
http://mailman.linuxpl.org/mailman/listinfo/cicq
Questions? Check the FAQ first: http://centericq.de/faq/

Franck Verrot | 3 Oct 23:01

Encrypted passwords

Hi :)
Since I can't do without centericq ( I just love it :) ), I was
wondering if a encryption of passwords in the main config file was planned. If so, when? Else I could think of
how I can implement it.

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

Gmane