Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Set username from SSH_CLIENT in chroot | June McEnroe | 2021-05-27 |
| | |||
* | Log nick and ssh connection in chroot-prompt | June McEnroe | 2021-05-27 |
| | |||
* | Replace freenode with tilde.chat | June McEnroe | 2021-05-19 |
| | |||
* | chat.tmux.conf: use config_files format for reload | Klemens Nanni | 2021-03-10 |
| | | | | | | The recent addition of "#{source_files}" allows us to avoid hardcoding the file name and instead ask tmux itself for the very file it used to create the session in the first place, i.e. "-f ./chat.tmux.conf". | ||
* | chat.tmux.conf: Add help window for restricted mode, use neww -S | Klemens Nanni | 2021-02-08 |
| | | | | | | | | | | | | Provide a hotkey to browser the manual in its own window. After input, nicm (tmux upstream) added "-S" to tmux(1) such that the "new-window" command (in combination with "-d") first looks for the given window name and selects the window if it exists instead of trying to create a window that already exists. Given that this makes chat.tmux.conf idempotent, we can now also reload it at runtime to refresh settings. | ||
* | chat.tmux.conf: Improve respawn, fix comment | Klemens Nanni | 2021-02-03 |
| | | | | | Only respawn the pane not the entire window to avoid killing other possibly existing panes in the same window. | ||
* | Add key bindings to chat.tmux.conf, nits | Klemens Nanni | 2021-01-28 |
| | |||
* | Add example tmux(1) config | Klemens Nanni | 2021-01-18 |
| | | | | | Spawn one catgirl per network and handle reconnects through tmux, no extra tool required. | ||
* | Fix chroot-man path | June McEnroe | 2020-07-31 |
| | |||
* | Use DisableForwarding in sshd_config | June McEnroe | 2020-06-25 |
| | |||
* | Replace int opt; while with for loop in sandman | June McEnroe | 2020-03-31 |
| | |||
* | Add sandman wrapper | June McEnroe | 2020-02-12 |
| | |||
* | Add -N flag for notifications | June McEnroe | 2020-02-12 |
| | |||
* | Add .gz to chroot-man script | June McEnroe | 2020-02-11 |
| | |||
* | Add chroot target | June McEnroe | 2020-02-11 |