Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | made gopherd symlink friendlier. normalpath was needed for that. | Epoch Qwert | 2014-12-28 | 1 | -11/+25 |
| | | | | 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 Qwert | 2014-12-26 | 1 | -1/+1 |
| | | | | fixed gopherd to use readlink -f instead of realpath | ||||
* | added IPv6 support to hop0, peerip, and gopherd.sh | Epoch Qwert | 2014-12-24 | 2 | -14/+34 |
| | | | | | 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 Qwert | 2014-12-09 | 4 | -1/+14 |
| | | | | | | | 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. | ||||
* | maybe fixed bug in ifout on Linux for some routes. | Epoch Qwert | 2014-11-28 | 1 | -1/+1 |
| | |||||
* | added ifout because I'm too lazy to head and cut every time I just want the ↵ | Epoch Qwert | 2014-11-28 | 1 | -0/+6 |
| | | | | interface the OS would use when trying to reach an IP. | ||||
* | updated httpd.c to use different dirs for sites and vhosts | Epoch Qwert | 2014-11-27 | 3 | -3/+5 |
| | | | | | | | 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. | ||||
* | noticed mime-type, which is used by httpd, wasn't included. | Epoch Qwert | 2014-11-23 | 1 | -0/+13 |
| | |||||
* | fixed gitignore. >_> added a bunch of new piddly shit. | Epoch Qwert | 2014-11-23 | 4 | -2/+36 |
| | |||||
* | added some nifty magic for hostname instead of using one given on command-line | Epoch Qwert | 2014-10-23 | 1 | -1/+10 |
| | |||||
* | fixed gopherd's LFI and added excuting files. | Epoch Qwert | 2014-10-23 | 3 | -0/+44 |
| | | | | | | | | 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 Qwert | 2014-10-21 | 1 | -0/+0 |
| | | | | added epochttpd 2 | ||||
* | initial commit. collected some tools I had laying around. | Epoch Qwert | 2014-10-13 | 1 | -0/+18 |