hysteria

ii wrapper script
git clone git://git.2f30.org/hysteria
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2019-12-14 21:16pass args as env-vars to new windowsguysv1+4-3
2014-12-07 11:49minor style fixesHiltjo Posthuma2+5-4
2014-11-24 22:41config: match nickname with word-boundaryHiltjo Posthuma1+2-2
2014-11-24 22:40regexec: stricter check (==0)Hiltjo Posthuma1+8-8
2014-11-09 19:10add util.h for strlcpyfor namelist, add gitignoreHiltjo Posthuma3+5-2
2014-11-09 19:06forgot to add strlcpy, built as utilHiltjo Posthuma5+65-18
2014-11-09 18:26higlight nick from configHiltjo Posthuma1+1-1
2014-11-09 18:21add config.h, make some options configurable at run-timeHiltjo Posthuma4+162-56
2014-11-09 16:30kill window if "in" file doesn't exist anymoreHiltjo Posthuma1+19-13
2014-11-09 14:56add initial hysteria-namelistHiltjo Posthuma2+454-5
2014-11-09 14:17write ii stdout to log fileHiltjo Posthuma2+2-2
2014-11-09 14:16hysteria-monitor: wait until ircdir existsHiltjo Posthuma1+4-1
2014-10-30 10:43Add link to screenshot in READMEsin1+2-1
2014-10-30 10:40Update READMEsin1+9-9
2014-10-29 23:25rename ii windowHiltjo Posthuma1+1-1
2014-10-29 22:39convert unix timestamp prefix to localtimeHiltjo Posthuma1+29-6
2014-10-29 22:17No need to check for an empty word regex aswellHiltjo Posthuma1+1-3
2014-10-29 16:49No need to check for an empty ignore regexsin1+1-1
2014-10-29 15:14Also show commands executed for make uninstallsin1+1-2
2014-10-29 15:12Remove mkfilesin1+0-17
2014-10-29 14:49Default to a pane of height 2sin1+1-1
2014-10-29 14:45Ensure that any $ircdir will worksin1+2-1
2014-10-29 14:30Source after checking for proper invocationsin2+10-10
2014-10-29 14:25Use "^$" instead of ""sin1+1-1
2014-10-29 14:23Just show the commands when installingsin1+3-4
2014-10-28 21:44highlight: fix type warning (regoff_t signed)Hiltjo Posthuma1+3-2
2014-10-28 21:43add suckless Makefile with build, install and uninstall rules.Hiltjo Posthuma2+83-0
2014-10-28 21:43rename hysteria scripts to make it usable system-wideHiltjo Posthuma10+97-97
2014-10-28 20:53README: add sob infoHiltjo Posthuma1+23-0
2014-10-28 20:34add customizable inputcmdHiltjo Posthuma2+14-4
2014-05-26 15:25improve highlight.c, update READMEHiltjo Posthuma2+51-38
2014-05-25 11:46monitor: check for "in" files for active channels.Hiltjo Posthuma1+6-4
2014-05-23 15:44Mention workaround for parted channels popping upsin1+6-0
2014-05-22 11:41add mkfile to compile highlight.cHiltjo Posthuma1+17-0
2014-05-22 11:39highlight: fix aligned nicks in certain casesHiltjo Posthuma1+1-1
2014-05-19 17:29fix autojoinHiltjo Posthuma1+5-7
2014-05-18 10:50add optional config argument for multi-sessionHiltjo Posthuma5+33-15
2014-05-11 12:27hysteria: make dir before monitor is runHiltjo Posthuma1+1-0
2014-05-11 12:27connectserver: default port 6667 if not specifiedHiltjo Posthuma1+1-0
2014-05-11 12:26use cut for field separationHiltjo Posthuma3+6-6
2014-05-09 10:16config: make ircdir configurableHiltjo Posthuma5+11-6
2014-05-09 09:54Add Hiltjo Posthuma to LICENSEsin1+1-0
2014-05-09 09:53Fix typo in READMEsin1+1-1
2014-05-09 09:47More generic configsin1+4-4
2014-05-09 09:41Fix looping issuesin4+8-73
2014-05-08 20:13highlight.c: change BUFSIZ to a hardcoded valueHiltjo Posthuma1+1-1
2014-05-08 20:03README: add info about tmux barHiltjo Posthuma1+14-0
2014-05-08 20:02highlight.c: fix regexnick regexHiltjo Posthuma1+1-1
2014-05-08 17:18Ensure to flush stdoutsin1+2-0
2014-05-08 07:32Add new highlighter by Hiltjo Posthuma <hiltjo@codemadness.org>sin1+160-0
2014-04-15 09:24Break earlysin1+1-0
2014-04-15 09:21Rename join to autojoinsin2+1-1
2014-04-15 09:11All the window/pane creation happens as a response to an eventsin5+28-37
2014-04-15 08:48Add an example of a 2nd irc serversin1+2-2
2014-04-15 08:45Add LICENSEsin1+21-0
2014-04-15 08:44Add READMEsin1+3-0
2014-04-15 08:43Set default nickname in hilightsin1+1-1
2014-04-15 08:42Rename eventmonitor to pm-monitorsin3+2-4
2014-04-15 08:27Allow user to specify the port for the irc serersin3+5-4
2014-04-14 23:18Specify servers + channels in configsin2+11-2
2014-04-14 23:04Rename monitor to eventmonitorsin2+1-1
2014-04-14 23:03Name the ii instancesin1+1-0
2014-04-14 22:56Rename hiii to highlightsin4+3-3
2014-04-14 22:52Break hysteria into multiple shell scriptssin5+68-40
2014-04-14 22:22Resize pane to 1%sin2+3-3
2014-04-14 22:10Add monitoring for private messagessin2+31-2
2014-04-14 19:20Initial commitsin2+110-0