Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added -v and -d to /espeak | tv | 2010-12-28 | 2 | -34/+44 |
| | | | | | | | -v|--verbose: print arguments -d|--debug: print settings caveat: currently they cannot be used together | ||||
* | bumped TODO | root | 2010-12-28 | 1 | -1/+2 |
| | |||||
* | disabled the twitter module: it need oauth | root | 2010-12-28 | 1 | -1/+4 |
| | |||||
* | added module: cat | unknown | 2010-12-28 | 1 | -0/+14 |
| | |||||
* | added module: ein_mal_eins | tv | 2010-12-28 | 1 | -0/+38 |
| | |||||
* | added modules: ping, pong | tv | 2010-12-28 | 2 | -0/+50 |
| | |||||
* | added module: sendmail | makefu | 2010-12-28 | 1 | -0/+55 |
| | |||||
* | added modules: shackstatus, stream | chris | 2010-12-28 | 2 | -0/+177 |
| | |||||
* | Inverted if-then-else logic in sleep | unknown | 2010-12-28 | 1 | -3/+3 |
| | |||||
* | hardcoded MPD_HOST=mpd.shack into mpc module | unknown | 2010-12-28 | 1 | -1/+1 |
| | |||||
* | write stderr of help to /dev/null | unknown | 2010-12-28 | 1 | -1/+1 |
| | |||||
* | route espeak through paplay | unknown | 2010-12-28 | 1 | -1/+1 |
| | |||||
* | play: changed "file not found"-comment | root | 2010-09-25 | 1 | -3/+7 |
| | |||||
* | noise: changed way commit is read out | root | 2010-06-21 | 1 | -3/+6 |
| | |||||
* | wall: use /echo instead the (now dead) /msg | root | 2010-05-08 | 1 | -1/+1 |
| | |||||
* | Shrinked TODO | root | 2010-05-08 | 1 | -4/+0 |
| | |||||
* | Added builtin /unset | root | 2010-05-08 | 1 | -0/+16 |
| | |||||
* | zeit: s/1/ein/ | root | 2010-05-08 | 1 | -1/+1 |
| | |||||
* | Updated MOTD | root | 2010-05-07 | 1 | -5/+27 |
| | |||||
* | Added TODO | root | 2010-05-07 | 1 | -0/+63 |
| | |||||
* | help: uniq, b/c we've got alot of mirrors ;-) | root | 2010-05-07 | 1 | -1/+1 |
| | |||||
* | bumped 23.shack to version 0.9 beta 4 | root | 2010-05-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of /home/shack/noise | root | 2010-05-07 | 3 | -3/+29 |
|\ | |||||
| * | fixed query not working AT ALL | shackspace e.V | 2010-05-07 | 1 | -4/+7 |
| | | |||||
| * | added query command to whisper users | shackspace e.V | 2010-05-07 | 1 | -0/+20 |
| | | |||||
| * | added .gitignore for samples | shackspace e.V | 2010-05-07 | 1 | -0/+1 |
| | | |||||
| * | twitter: fixed the "a"-bug, fixed 81 width | shackspace e.V | 2010-05-07 | 1 | -3/+5 |
| | | |||||
* | | noise: escape '<' and '>' in reader | root | 2010-05-07 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of /home/shack/noise | root | 2010-05-07 | 10 | -0/+272 |
|\| | |||||
| * | nick: fixed not telling others, fixed not working AT ALL | shackspace e.V | 2010-05-07 | 1 | -2/+2 |
| | | |||||
| * | now telling who joined | shackspace e.V | 2010-05-07 | 1 | -3/+6 |
| | | |||||
| * | telling the others who parted | shackspace e.V | 2010-05-07 | 1 | -0/+5 |
| | | |||||
| * | added additional check for default_command | shackspace e.V | 2010-05-07 | 1 | -0/+1 |
| | | |||||
| * | added module send_to_channel | shackspace e.V | 2010-05-07 | 1 | -0/+17 |
| | | |||||
| * | split nick and names from chat | shackspace e.V | 2010-05-07 | 3 | -6/+59 |
| | | |||||
| * | fixed join (atwall) | shackspace e.V | 2010-05-06 | 1 | -1/+1 |
| | | |||||
| * | prepared /join and /part for room based chatting | shackspace e.V | 2010-05-06 | 3 | -6/+14 |
| | | |||||
| * | initial commit number two | shackspace e.V | 2010-05-06 | 4 | -8/+37 |
| | | |||||
| * | initially added modules | shackspace e.V | 2010-05-02 | 4 | -0/+156 |
| | |||||
* | zeit: use /espeak instead of $default_command | root | 2010-05-07 | 1 | -2/+2 |
| | |||||
* | Added module: date | root | 2010-05-07 | 1 | -0/+6 |
| | |||||
* | Added module: sleep | root | 2010-05-07 | 1 | -0/+10 |
| | |||||
* | noise: allow '#'s in input and '_' in module-names | root | 2010-05-07 | 1 | -1/+2 |
| | |||||
* | renamed module msg to echo | root | 2010-05-07 | 1 | -0/+0 |
| | |||||
* | noise: use folders for connected clients | root | 2010-05-07 | 2 | -7/+9 |
| | | | | Additionally export $NOISE_pid to modules. | ||||
* | noise: write /set'ed variables to $env | root | 2010-05-07 | 2 | -8/+20 |
| | | | | | | | Additionally: - Export $TCPREMOTIP to noise and modules. - Hardwired $HOME in noise. ;-) - Read ~% as Newline. | ||||
* | noise/modules/zeit: strip zeros moar correct :-) | root | 2010-05-05 | 1 | -2/+2 |
| | |||||
* | noise: bumped version to 0.9 beta 3 | root | 2010-05-05 | 1 | -1/+1 |
| | |||||
* | noise/modules/zeit: strip zeros from %M | root | 2010-05-05 | 1 | -2/+6 |
| | |||||
* | noise/modules/espeak: nicer variable-printer | root | 2010-05-05 | 1 | -5/+10 |
| |