about summary refs log tree commit diff
path: root/complete.c (follow)
Commit message (Expand)AuthorAge
* Say "OpenSSL" in additional permission noticesJune McEnroe2020-08-04
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
* Separate completeID state from complete stateJune McEnroe2020-04-23
* Use gnu-case-range and gnu-conditional-omitted-operand extensionsJune McEnroe2020-04-03
* Various small cleanupsJune McEnroe2020-02-16
* Replace small integers in size_t with uintJune McEnroe2020-02-15
* Fix completeReplace iterationJune McEnroe2020-02-11
* Handle KICKJune McEnroe2020-02-08
* Handle NICKJune McEnroe2020-02-08
* Clear completion for ID on self-partJune McEnroe2020-02-07
* Update completion on join, part, privmsgJune McEnroe2020-02-07
* Update color in completeTouchJune McEnroe2020-02-07
* Populate completion with commandsJune McEnroe2020-02-07
r-highlight'>| * Add autoFoundJune McEnroe2018-01-23 | | | | Still messy though. * Add control to klonJune McEnroe2018-01-22 | | | | This is the first build that is playable with no refactoring yet. * Add klon license headerJune McEnroe2018-01-22 | | | | It's 2018, baby! * Add klonJune McEnroe2018-01-22 | | | | | | I've been working on this the past two days. Not playable yet but I think a good start. I enjoy the card and stack representation too much and this is probably why I don't enjoy industry programming as much. * Mark dtch z and iov staticJune McEnroe2018-01-13 | * Remove Code Tarmak 3June McEnroe2017-12-31 | * Set nonumber in terminalsJune McEnroe2017-12-31 | * Condense pathJune McEnroe2017-11-18 | * Remove april, add julyJune McEnroe2017-11-18 | * Remove ishJune McEnroe2017-10-26 | | | | I think I've lost the ability to code... * Include sys/wait.h in ishJune McEnroe2017-10-16 | | | | | | Annoying when these things somehow get included through other means without your knowing. FreeBSD seems to have much better separation between header files than Darwin. * Handle blank lines in ishJune McEnroe2017-10-13 | * Handle child signals in ishJune McEnroe2017-10-13 | * Add beginning of very basic shell, ishJune McEnroe2017-10-13 | | | | Following <https://github.com/tokenrove/build-your-own-shell>. * Add nasm to install.shJune McEnroe2017-10-04 | * Rewrite xx.cJune McEnroe2017-10-04 | * Always newline before promptJune McEnroe2017-09-27 | * Update Linux console map to Tarmak 4June McEnroe2017-09-27 | * Add Code Tarmak 4 layoutJune McEnroe2017-09-27 | | | | So close now! * Regenerate gitignore with allJune McEnroe2017-09-27 | * Remove READMEJune McEnroe2017-09-27 | * Sort tail of link.zsh on importJune McEnroe2017-09-27 | * Remove git from common packagesJune McEnroe2017-09-27 | * Combine pbcopy and pbpaste rulesJune McEnroe2017-09-27 | * Remove use of EBADMSGJune McEnroe2017-09-26 | | | | Not defined on OpenBSD, doesn't matter much. * Simplify bins MakefileJune McEnroe2017-09-17 | | | | | Just link the usual libs for everything. Append warnings flags to CFLAGS. * Simplify zsh promptsJune McEnroe2017-09-15 | * Move typo words to separate fileJune McEnroe2017-09-15 | * Use 4-space indent everywhereJune McEnroe2017-09-15 | * Rename zsh scripts .zshJune McEnroe2017-09-15 | * Rename files directory etcJune McEnroe2017-09-15 | * Remove Code Tarmak 2 layoutJune McEnroe2017-09-15 | * Draw line in typoJune McEnroe2017-09-14 | * Count 5 letters as a wordJune McEnroe2017-09-14 | * Add .gitignore target to bins MakefileJune McEnroe2017-09-14 | * Add typing gameJune McEnroe2017-09-14 | * Include sys/types.h in wake.cJune McEnroe2017-09-13 | * Move C file description commentsJune McEnroe2017-09-06 | | | | Comments are ugly this is why I don't put them in my code ;) * Fix bin/Makefile FreeBSD compatibilityJune McEnroe2017-09-06 | | | | | Have to use the same generic rule as sys.mk so it replaces it. Otherwise it only uses the one in sys.mk. * Remove C code from link scriptJune McEnroe2017-09-06 | * Move C code to bin, Makefile, AGPLJune McEnroe2017-09-06 |