summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* updated tsize to not generate warningsepochqwert2015-01-172-0/+6
| | | | added a timeout for httpd to accept requests of 10 seconds.
* added tsize. used for showing terminal's sizeepochqwert2015-01-161-0/+36
|
* updated a lot of cuturl. added a timeout to telnet-gateway.shepochqwert2015-01-131-81/+192
|
* fuck if I know. I was just going to add the gateway. >_>Epoch Qwert2015-01-111-2/+10
|
* XuntilY.awk is actually a shell script, but mostly written in awk to make ↵Epoch Qwert2015-01-092-0/+74
| | | | | | | | XuntilY easier to use for people without Perl gopherd.sh... I don't remember the change. music.c is to practice reading music. sockip is to get the IP of the listening socket, like if ran from inetd
* added zengoph which is a zenity based gopher browserEpoch Qwert2015-01-011-0/+141
| | | | cuturl is for getting parts out of URLs easier
* all those .c changes were mostly fixes of warnings for the change in ↵Epoch Qwert2014-12-309-39/+37
| | | | | | | | rebuild.sh being changed to use -Wall. gethostbyname was almost completely rewritten to work better with ipv6 for gopherd.sh gopherd.sh was rewritten to use gethostbyname instead of dig and to cut out any link-local interface indicators from the output of hop0 and to ignore an error if ipA -> hostname -> ipB causes ipA to be not the same as ipB. Don't remember if there's anything else.
* made gopherd symlink friendlier. normalpath was needed for that.Epoch Qwert2014-12-281-0/+51
| | | | normalpath just tries to normalize a path, even if the files don't exist.
* deleted realpath because it is just readlink -f pretty much.Epoch Qwert2014-12-261-10/+0
| | | | fixed gopherd to use readlink -f instead of realpath
* added IPv6 support to hop0, peerip, and gopherd.shEpoch Qwert2014-12-243-4/+36
| | | | | gopherd.sh got lots of other updates too. speed is for measuring how many lines per second your pipes can do.
* ident.sh to make ident queries easier to use in scripts.Epoch Qwert2014-12-092-4/+8
| | | | | | | gopherd.sh changed to use new output of peerip. peerip changes to output peer's port on second line. httpd changed... I dunno what. AOEU and aoeu to help with playing with dvorak.
* updated httpd.c to use different dirs for sites and vhostsEpoch Qwert2014-11-272-6/+31
| | | | | | | updated gopherd.sh to use the new rdns script rdns script just wraps dig -x and outputs a real hostname instead of one ending with a '.' rebuild.sh got a cd added to the top so it can be run from somewhere else mime-type got an error line commented out.
* fixed gitignore. >_> added a bunch of new piddly shit.Epoch Qwert2014-11-233-0/+171
|
* fixed gopherd's LFI and added excuting files.Epoch Qwert2014-10-235-5/+94
| | | | | | | | httpd had flushing issues. realpath is new! does what it says. gives absolute path of a file. deddos, peerip, peerip.pl, were laying around elsewhere. gethostbyname got a new trick. can do decimal addresses among other things. hop0 is a shell script that gets what IP will be put on the source address of outgoing packets sent to $1. rtfs.
* updated rebuild.sh to work better with libexec and bin instead of just bin.Epoch Qwert2014-10-214-0/+117
| | | | added epochttpd 2
* initial commit. collected some tools I had laying around.Epoch Qwert2014-10-133-0/+68