summary refs log tree commit diff
path: root/event.c (follow)
Commit message (Collapse)AuthorAge
* Factor out ircQuitJune McEnroe2018-12-14
|
* Show error if disconnected unintentionallyJune McEnroe2018-12-04
|
* Send only SIGHUP in sandmanJune McEnroe2018-12-04
|
* Revert half-working reconnecting stuffJune McEnroe2018-12-04
|
* Crudely handle reconnecting after suspendJune McEnroe2018-12-01
|
* Handle signals consistently in the event loopJune McEnroe2018-11-30
|
* Separate ircConnect and ircDisconnectJune McEnroe2018-11-30
|
* Use const char *argv[] signaturesJune McEnroe2018-10-28
| | | | C is really weird about this stuff, but this makes more sense to me.
* Add /man commandJune McEnroe2018-09-10
|
* Move event loop to event.cJune McEnroe2018-09-06
/td> 2019-02-22Remove topic TODOJune McEnroe 2019-02-22Add /znc commandJune McEnroe 2019-02-22Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe 2019-02-21Replace "view" with "window"June McEnroe 2019-02-21Remove ROT13June McEnroe 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe