summary refs log tree commit diff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAge
* Install man page in chrootJune McEnroe2018-09-10
|
* Install man pageJune McEnroe2018-09-10
|
* Move event loop to event.cJune McEnroe2018-09-06
|
* Add uninstall targetJune McEnroe2018-08-20
|
* Add install targetJune McEnroe2018-08-20
|
* Name project chatteJune McEnroe2018-08-20
|
* Add loggingJune McEnroe2018-08-17
| | | | | The reason logFmt takes a timestamp as a parameter is to support IRCv3 server-time in the future to accurately log the znc buffer. Hopefully.
* Improve configuration of MakefileJune McEnroe2018-08-13
|
* Add term.c for extra terminal featuresJune McEnroe2018-08-11
| | | | Look at the cute little state machine!
* Become multi-channelJune McEnroe2018-08-10
| | | | There's a lot of UI missing for it, but it technically works.
* Add URL detection, listing and openingJune McEnroe2018-08-09
| | | | Might also add /copy, like /open.
* Add Homebrew LibreSSL paths to MakefileJune McEnroe2018-08-08
|
* Factor out line editing to edit.cJune McEnroe2018-08-08
|
* Populate tab-complete listJune McEnroe2018-08-07
|
* Use wchar_t strings for all of UIJune McEnroe2018-08-06
| | | | vaswprintf is a nightmare.
* Rename client to ircJune McEnroe2018-08-04
|
* Copy /usr/share/locale into chrootJune McEnroe2018-08-04
| | | | Otherwise only ASCII can be entered.
* Add libedit to chrootJune McEnroe2018-08-04
| | | | Needed by sh.
* Split source into several filesJune McEnroe2018-08-04
| | | | Can't believe I have to do this.
* Link with -lcurseswJune McEnroe2018-08-03
|
* Add chroot.tar targetJune McEnroe2018-08-02
|
* Start IRC clientJune McEnroe2018-08-02
It dumps lines from the server onto the curses window.
/td>Lars Hjemli 2009-03-15Fix doc-related glitches in Makefile and .gitignoreLars Hjemli 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli 2009-03-15fix segfault when displaying empty blobsEric Wong 2009-02-19Add support for HEAD requestsLars Hjemli 2009-02-19Add support for ETag in 'plain' viewLars Hjemli 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli 2009-02-12Makefile: add doc-related targetsLars Hjemli