about summary refs log tree commit diff
path: root/chat.c (follow)
Commit message (Collapse)AuthorAge
* Search for cert and priv in config dirsJune McEnroe2020-02-06
|
* Handle errors from getoptJune McEnroe2020-02-05
|
* Use getopt_config to load optionsJune McEnroe2020-02-05
| | | | I'm really getting a lot of use out of this config.c huh.
* Add /quitJune McEnroe2020-02-05
|
* Fix SIGWINCH handlingJune McEnroe2020-02-05
| | | | curses is dumb.
* Reflow text on window resizeJune McEnroe2020-02-05
|
* Split showing style codes and word wrappingJune McEnroe2020-02-04
|
* Only check revents if nfds > 0June McEnroe2020-02-04
| | | | If an error occurs, poll leaves the array unmodified.
* Handle signals in poll loopJune McEnroe2020-02-04
|
* Add beginnings of input handlingJune McEnroe2020-02-04
|
* Save NETWORK, CHANTYPES, PREFIX from ISUPPORTJune McEnroe2020-02-02
|
* Add idColorsJune McEnroe2020-02-02
|
* Implement window switching and status lineJune McEnroe2020-02-02
|
* Implement word wrapJune McEnroe2020-02-01
| | | | This actually wasn't that bad?
* Parse IRC styling in UIJune McEnroe2020-02-01
| | | | | Wow the colorPair thing actually works. Have I finally cracked curses colors?
* Implement the beginnings of UIJune McEnroe2020-02-01
| | | | It takes so much code to do anything in curses...
* Add IDs and namesJune McEnroe2020-02-01
|
* Add -v flagJune McEnroe2020-02-01
|
* Blindly implement login flowJune McEnroe2020-02-01
'>Add client readOnly modeJune McEnroe2017-09-01 | * Add four additional spawnsJune McEnroe2017-08-29 | * Add respawningJune McEnroe2017-08-28 | * Move license above includesJune McEnroe2017-08-26 | | | | Why was it down there? * Add license to torus.h as wellJune McEnroe2017-08-24 | * Split tile access and modifyJune McEnroe2017-08-02 | * Show other clients' cursorsJune McEnroe2017-07-31 | | | | Also unfuck removing on send failure. * Track tile access countsJune McEnroe2017-07-31 | * Track color only client-sideJune McEnroe2017-07-30 | * Add tile create and access timestampsJune McEnroe2017-07-30 | * Assert stable struct Tile field offsetsJune McEnroe2017-07-30 | * Initial commitJune McEnroe2017-07-30