Re: [dev] a suckless hex editor

2015-11-13 Thread Nico Golde
bility to show both hex and ascii in parallel, work well with large files, provide useful searches, and provide support for templates. Everything else is just a toy. Cheers, Nico -- Nico Golde - XMPP: n...@jabber.ccc.de - GPG: 0xA0A0 pgpvT5_aBtkSX.pgp Description: PGP signature

Re: [dev] [ii] [PATCH] keep nick synchronized with server

2015-11-05 Thread Nico Golde
Hi, * Troy Sankey [2015-01-29 04:12]: > On 2015-01-28 14:44:52 -0500, Nico Golde wrote: > > What I think may be better would be to only set nick after a successful > > NICK > > message was received from the network as Truls suggests. > > Would you mind testing the

Re: [dev] [ii] [PATCH] keep nick synchronized with server

2015-01-28 Thread Nico Golde
making sure that basic IRC functionality is still provided by short commands. What I think may be better would be to only set nick after a successful NICK message was received from the network as Truls suggests. Would you mind testing the attached patch? Cheers Nico -- Nico Golde - XMPP: n...@

Re: [dev] [ii] Patch to use ii with UCSPI backend

2015-01-26 Thread Nico Golde
tainer) and a more complex repository structure (harder to > understand for new users). Right that was my main motivation to suggest this in the first place. Either way, I have no preference, if you prefer a patch for the website that's absolutely fine, so let's go for that! Cheers Nico -- Nico Golde - XMPP: n...@jabber.ccc.de - GPG: 0xA0A0

Re: [dev] [ii] Patch to use ii with UCSPI backend

2015-01-18 Thread Nico Golde
ain this in git as a branch. The website has the advantage that it would allow you to easily maintain that patch and put up new revision on your own. What do you think? Thanks this patch, I like the idea! Cheers Nico -- Nico Golde - XMPP: n...@jabber.ccc.de - GPG: 0xA0A0 pgpnEzUK7SHI_.pgp Description: PGP signature

Re: [dev] ncurses or ...

2014-01-31 Thread Nico Golde
Hi, * Dimitris Zervas [2014-01-31 00:36]: [...] > Shouldn't we create a new TUI library? I found http://www.clifford.at/stfl/ fairly decent. It's unfortunately pretty much stalled in terms of upstream development though. Nico -- Nico Golde - XMPP: n...@jabber.ccc.de - GPG: 0xA0A0

Re: [dev] [ii] a patch and a program

2013-07-11 Thread Nico Golde
Hi, * Markus Wichmann [2013-07-11 22:13]: > linking ii against uClibc gives a warning about it using > gethostbyname(). I have modified it to use getaddrinfo(): Thanks, I'll look at this and probably integrate it over the weekend! Cheers Nico -- Nico Golde - XMPP: n...@jabber.c

Re: [dev][ii]Help with my frontend

2013-05-04 Thread Nico Golde
uot;tail -f" on the out file, but I would like to ask you, if you know a > prompt (I don't know how to call it) like the one included with less. > I want to include this prompt at the bottom of the terminal (running tail > -f). > Any ideas? Have you tried multitail? This woul

Re: [dev] ii IPv6 support

2013-04-13 Thread Nico Golde
This is actually a great suggestion! I will do this as soon as I'm not traveling anymore. Maybe the respective people could also get access to remote branches so they can maintain this directly and I don't have to update this all the time. Cheers Nico pgpM2nJu3FhzG.pgp Description: PGP signature

Re: [dev] ii IPv6 support

2013-04-11 Thread Nico Golde
Hi, * Patrick <201009-suckl...@haller.ws> [2013-04-08 12:25]: > Attached is a patch to add IPv6 support to ii, based on where it was as > of 7a99152ce64d7006730006094b333edbecbe505a > > Enjoy, scream, whatever... hmm? http://tools.suckless.org/ii/patches/ii-1.7-ssl.diff Cheers Nico

Re: [dev] gregkh likes us

2013-02-17 Thread Nico Golde
at get added over time. Cheers Nico -- Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0 pgpB9PZ2wxLCP.pgp Description: PGP signature

Re: [dev] iim - ii improved and rewriten

2013-01-09 Thread Nico Golde
Hi, * Ivan Kanakarakis [2013-01-08 23:11]: > On 8 January 2013 23:28, Nico Golde wrote: > > * Ivan Kanakarakis [2013-01-08 14:52]: [...] > anyway, I hope I did not annoy anyone, I just found cause on what you said > to express my thoughts for the community, not the software or i

Re: [dev] iim - ii improved and rewriten

2013-01-08 Thread Nico Golde
Hi, * Ivan Kanakarakis [2013-01-08 14:52]: > On 8 January 2013 14:02, Nico Golde wrote: > > * Anselm R Garbe [2013-01-08 12:50]: > >> On 8 January 2013 03:05, Ivan Kanakarakis wrote: > >> > I've been tweaking ii's code lately, mainly cleaning it u

Re: [dev] iim - ii improved and rewriten

2013-01-08 Thread Nico Golde
those are hosted on suckless.org though for obvious reasons. Cheers Nico -- Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0 pgpY7W_zPQqht.pgp Description: PGP signature

[dev] [ii] 1.7 release

2013-01-05 Thread Nico Golde
everyone for the contributions! [0] http://tools.suckless.org/ii/ [1] http://dl.suckless.org/tools/ii-1.7.tar.gz Cheers Nico pgpXfDhkhiDbV.pgp Description: PGP signature

Re: [dev] I'm back

2012-11-17 Thread Nico Golde
;t need it either, I consider it rather useless. Cheers Nico -- Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0

Re: [dev] ii missing include?

2012-08-14 Thread Nico Golde
this is problem with musl and select.h > should be included from some other header file, I do not know. /* According to POSIX.1-2001 */ #include /* According to earlier standards */ #include #include #include Anyway, I added the include. Cheers Nico -- Nico Golde - http://www.ngolde.de -

Re: [dev] [ii] exposed password on process monitoring

2012-06-16 Thread Nico Golde
Hi, * Ivan Kanakarakis [2012-06-13 14:49]: > On 20 April 2012 03:37, Nico Golde wrote: [...] > > > I think a nice thing to do that would also resolve the > > > naming choice would be to have -k or some other argument > > > mean that ii should read the -k flag as

Re: [dev] [ii] exposed password on process monitoring

2012-04-20 Thread Nico Golde
Hi, * Bjartur Thorlacius [2012-04-21 01:45]: > On Fri, 20 Apr 2012 00:37:40 -0000, Nico Golde wrote: > >* Ivan Kanakarakis [2012-04-20 01:54]: > >>I think a nice thing to do that would also resolve the > >>naming choice would be to have -k or some other argument >

Re: [dev] [ii] exposed password on process monitoring

2012-04-19 Thread Nico Golde
and > $ ii -k OFTCPASS > would getenv("OFTCPASS") > etc I agree this is actually also a very nice solution! I will think about that a little before I commit. Cheers Nico pgp4ED1bVtWac.pgp Description: PGP signature

Re: [dev] [ii] exposed password on process monitoring

2012-04-19 Thread Nico Golde
spw) { If if you don't want to leak your password use the environment variable and not -k then... Cheers Nico -- Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0 For security reasons, all text in this mail is double-rot13 encrypted. pgpQO2lEe3DlR.pgp Description: PGP signature

Re: [dev] [dwm] 2000 SLOC

2011-10-31 Thread Nico Golde
Hi, * Connor Lane Smith [2011-10-31 21:05]: > On 31 October 2011 20:33, Nico Golde wrote: > > Sorry for the late response, missed this thread. I'm still maintaining and > > using it. So do some other people who occasionally contact me. > > Could you please apply the at

Re: [dev] [dwm] 2000 SLOC

2011-10-31 Thread Nico Golde
> > > > I disagree with this on the basis that it's an interesting program. If > > need be I can maintain it. > > For ii it is just a question of maintenance. Sorry for the late response, missed this thread. I'm still maintaining and using it. So do some other

Re: [dev] [ii][patch] fix custom command regression

2011-01-31 Thread Nico Golde
e original patch by samurai. Fix is on its way. Cheers Nico -- Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0 For security reasons, all text in this mail is double-rot13 encrypted. pgpq1pXcTx1gj.pgp Description: PGP signature

Re: [dev] [wmii] Locale problem with "uptime" (loadavg in status bar) and a suggestion

2010-07-14 Thread nico
en_US), shit will break. Stop this crap, locales are an abomination. *nods* The output of unix commands is just as much API as UI, so applying locale conversions to them is hairy at best. uriel On Wed, Jul 14, 2010 at 2:08 PM, nico wrote: Hello there, i changed my systems locales to de_D

[dev] [wmii] Locale problem with "uptime" (loadavg in status bar) and a suggestion

2010-07-14 Thread nico
s name like the "*" if a window is requesting attention. Don't know if this is possible but I hope you get what I mean. regards, nico

Re: [dev] [ii] patch - update man page

2010-06-25 Thread Nico Golde
Hi, * Evan Gates [2010-06-24 21:37]: > Small update to the ii man page to include /a to mark user away. (I > got thoroughly confused) thanks, applied in hg tip. cheers nico -- Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0 For security reasons, all text in thi

Re: [dev] Suckless BT client(s)?

2010-05-05 Thread Nico Golde
t (apart from some minor odds and bugs) is pretty much suckless. Cheers Nico -- Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0 For security reasons, all text in this mail is double-rot13 encrypted. pgpdAvefrNe9L.pgp Description: PGP signature

Re: [dev][ii]

2010-03-21 Thread Nico Golde
Hey, * Andreas Wagner [2010-03-21 16:35]: > What is the proper way to leave irc channels in ii. Does one kill the > process? Or remove the irc directory? Or is there a command for this? echo "/l" > channel/in or PART directly into the server in fifo Cheers Nico --

Re: [dev] [SLOCK] is not safe

2010-01-19 Thread Nico Golde
Hi, * Nico Golde [2010-01-19 13:48]: > * Premysl Hruby [2010-01-19 12:21]: > > On (19/01/10 12:05), Nico Golde wrote: > > > * Andres Perera [2010-01-18 22:16]: > > > > On Mon, Jan 18, 2010 at 4:23 PM, anonymous wrote: > > > > >> This threa

Re: [dev] [SLOCK] is not safe

2010-01-19 Thread Nico Golde
Hi, * Nico Golde [2010-01-18 20:03]: > * Premysl Hruby [2010-01-17 16:53]: > > On (17/01/10 16:24), Gregor Best wrote: > > > Date: Sun, 17 Jan 2010 16:24:11 +0100 > > > From: Gregor Best > > > To: dev@suckless.org > > > Subject: Re: [dev] [SL

Re: [dev] [SLOCK] is not safe

2010-01-19 Thread Nico Golde
Hi, * Premysl Hruby [2010-01-19 12:21]: > On (19/01/10 12:05), Nico Golde wrote: > > * Andres Perera [2010-01-18 22:16]: > > > On Mon, Jan 18, 2010 at 4:23 PM, anonymous wrote: > > > >> This thread is hilarious, I find it pretty funny that on a mailing >

Re: [dev] [SLOCK] is not safe

2010-01-19 Thread Nico Golde
eople that use startx or > xinit. > > That doesn't solve anything. Huh? What is the issue then? The original mail stated the problem is putting the shell into background by ctrl-z and then killing slock which clearly doesn't work if you exec into startx. Cheers Nico -- Nico G

Re: [dev] [SLOCK] is not safe

2010-01-18 Thread Nico Golde
is to > > remove the ChangeVT* mappings from the xmodmap. > > > > Not really, simply using 'startx & exit' instead of plain 'startx' is > sufficient. This thread is hilarious, I find it pretty funny that on a mailing list of the suckless pro

Re: [dev] [SLOCK] is not safe

2010-01-18 Thread Nico Golde
e "killall slock" to unlock the session... .oO(use exec in startx to start dwm?!) Cheers Nico -- Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0 For security reasons, all text in this mail is double-rot13 encrypted. pgpgitSNb9nmB.pgp Description: PGP signature

Re: [dev] slock with non-system auth

2009-12-21 Thread Nico Golde
ir account password, but not with a > > different one. > > > > It is no solution to the problem. It was more a thought to the topic. > > doesn't work at my university because we have NIS shared accounts > and afaik slock just reads shadow No this is wrong, it's us

Re: [dev] [surf] Bookmarks patch for 0.2

2009-11-04 Thread Nico Golde
Hi, * Tadeusz So??nierz [2009-11-02 09:39]: > On 2-11-2009 02:15:25, Nico Golde wrote: > > * Tadeusz So??nierz [2009-10-20 16:36]: > > [...] > > > +showbmarks(Client *c, const Arg *arg) { > > > + /* I wonder if 4 kB is too much or not enough */ > > &g

Re: [dev] [surf] Bookmarks patch for 0.2

2009-11-01 Thread Nico Golde
+ stop(c, NULL); > + f = fopen(bmarksfile, "r"); > + while(fscanf(f, "%127s\n", uri) != EOF) { > + snprintf(&html[strlen(html)], sizeof(html) - strlen(html), > + "%s", uri, uri); You may want to htm

Re: [dev] [ii] How to use ii on windows?

2009-05-31 Thread Nico Golde
Hi, * Wu, Yue [2009-05-31 12:46]: > On Sat, May 30, 2009 at 11:38:10PM +0200, Nico Golde wrote: > > Hi, > > * Jacob Todd [2009-05-30 20:24]: > > > Port it to windows. > > > > Or run it in cygwin. > > They even have precompiled packages. > > ii is

Re: [dev] [ii] How to use ii on windows?

2009-05-31 Thread Nico Golde
Hi, * Wu, Yue [2009-05-31 12:46]: > On Sat, May 30, 2009 at 11:38:10PM +0200, Nico Golde wrote: > > * Jacob Todd [2009-05-30 20:24]: > > > Port it to windows. > > > > Or run it in cygwin. > > They even have precompiled packages. > > ii is based on FIF

Re: [dev] [ii] I can't identify.

2009-05-31 Thread Nico Golde
Hi, * Wu, Yue [2009-05-31 12:46]: > On Sat, May 30, 2009 at 11:37:42PM +0200, Nico Golde wrote: > > Hi, > > * Wu, Yue [2009-05-30 17:44]: > > > With an echo '/PRIVMSG NickServ identify passwd' >> in, nickserv alway > > > says > &

Re: [dev] [ii] How to use ii on windows?

2009-05-30 Thread Nico Golde
Hi, * Jacob Todd [2009-05-30 20:24]: > Port it to windows. Or run it in cygwin. They even have precompiled packages. Cheers Nico -- Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0x73647CFF For security reasons, all text in this mail is double-rot13 encryp

Re: [dev] [ii] I can't identify.

2009-05-30 Thread Nico Golde
Hi, * Wu, Yue [2009-05-30 17:44]: > With an echo '/PRIVMSG NickServ identify passwd' >> in, nickserv alway says > identify needs at least 1 parameter. What's wrong? that's no correct irc syntax. Just use echo '/j NickServ identify password' and you'