Re: [dev] [ii] message splitting

2018-07-31 Thread Aaron Burrow
On Tue, Jul 31, 2018, at 8:47 AM, Hiltjo Posthuma wrote: > On Tue, Jul 31, 2018 at 04:24:53AM -0700, Aaron Burrow wrote: > > This ii behavior is surprising. > > > > user$ ruby -e "puts 'A'*512+'B'*20" > server/channel/in > > > &g

[dev] [ii] message splitting

2018-07-31 Thread Aaron Burrow
This ii behavior is surprising. user$ ruby -e "puts 'A'*512+'B'*20" > server/channel/in user$ tail -f server/channel/out 1533032971 -!- nick(~nick@1.2.3.4) has joined #channel 1533033745 AAA

[dev] [quark] one byte stack overflow

2018-07-16 Thread Aaron Burrow
quark has a 1 byte NULL stack overflow triggered by an HTTP request for a folder path not ending with '/' and having length PATH_MAX-1. Relevant code from http.c:http_send_response() if (S_ISDIR(st.st_mode)) { /* add / to target if not present */ len = strlen(realtarget);

Re: [dev] books that rock

2015-04-25 Thread Aaron Burrow
wizard book On Sat, Apr 25, 2015 at 12:07 PM, Dimitris Papastamos wrote: >> >- K&R >> >- The practice of programming >> >- The dragon book >> >- The standard C library. P.J. Plauger >> >- Lions book >> >- The desing of the unix operating system. J. Bach >> >- The art of unix programming >> >- Let

Re: [dev] [dwm] Style changes

2015-04-10 Thread Aaron Burrow
If we're going to fix a bunch of formatting problems we should make sure the problem doesn't resurface. Put a commit hook on the git server that either validates formatting or does auto-formatting. On Fri, Apr 10, 2015 at 2:40 PM, Daniel Martí wrote: > On Fri, Apr 10, 2015 at 18:15:25 +0200, FRI

[dev] [vis][PATCH] small change to syntax coloring

2015-04-04 Thread Aaron Burrow
This patch makes it so that the syntax coloring updates when you give a document a name for the first time. editor.c | 19 +-- editor.h | 3 +++ vis.c| 6 ++ 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/editor.c b/editor.c index 668062c..0e3e603 100644

Re: [dev] [GENERAL] License manifest

2014-05-25 Thread Aaron Burrow
On Fri, May 23, 2014 at 6:39 PM, Jakub Lach wrote: > Dnia 23 maja 2014 23:18 Anders Andersson napisał(a): > >> > On Thu, May 22, 2014 at 6:36 PM, Nick wrote: >> > The ISC license[0] is simpler still, and in much nicer English, >> > which I like. But MIT/X is perfectly fine too for our purposes h

Re: [dev] Re: [ANNOUNCE] req 1.0 - a gawk und dmenu powered plumberlike

2014-05-09 Thread Aaron Burrow
On Fri, May 9, 2014 at 12:29 PM, wrote: > On Fri, May 09, 2014 at 05:15:42PM +0200, Roberto E. Vargas Caballero wrote: >> Yeah, write an awk version is a big challenge, and it is something that >> for sure cannot be done without thinking a lot about it. It also has >> the problem of adding a new

Re: [dev] Project Oberon

2014-03-21 Thread Aaron Burrow
>> However, and that's where I see the big problem, this system doesn't comply with the set of common POSIX-standards and thus would require huge changes or even complete rewrites of basic software we use every day. What do you think of minix 3? http://wiki.minix3.org/en/DevelopersGuide/PosixAndMi