aboutsummaryrefslogtreecommitdiff
path: root/degesch.c
Commit message (Collapse)AuthorAgeFilesLines
* degesch: more user command handlingPřemysl Janouch2015-04-171-11/+109
| | | | | It's become obvious that I really, really need to finish printing to buffer first, as I keep adding new TODO comments.
* degesch: factor out buffer_{previous,next}()Přemysl Janouch2015-04-171-18/+37
|
* degesch: factor out buffer_get_index()Přemysl Janouch2015-04-171-6/+15
|
* degesch: enhance the promptPřemysl Janouch2015-04-161-5/+14
| | | | | | - prepend the buffer's index - don't show modes if they're empty - don't show the nick in the global buffer
* degesch: factor out buffer_goto()Přemysl Janouch2015-04-161-8/+16
| | | | And make M-[0-9] ding if there's no such buffer.
* degesch: fix quoting a slashPřemysl Janouch2015-04-161-3/+5
|
* degesch: some more progressPřemysl Janouch2015-04-161-41/+167
| | | | | | Whoa, this thing is huge. Started implementing the basis for IRC and user command handlers.
* degesch: more buffer-related stuffPřemysl Janouch2015-04-151-8/+53
|
* degesch: show active buffers in promptPřemysl Janouch2015-04-151-2/+30
|
* degesch: fix reading in the configurationPřemysl Janouch2015-04-151-21/+26
|
* degesch: add an error buffer line typePřemysl Janouch2015-04-151-1/+5
|
* degesch: update TODO/FIXME commentsPřemysl Janouch2015-04-151-4/+21
|
* degesch: reorder configurationPřemysl Janouch2015-04-151-5/+5
|
* degesch: fix Travis CI buildPřemysl Janouch2015-04-151-0/+5
|
* degesch: fix Travis CI build (hopefully)Přemysl Janouch2015-04-151-0/+4
|
* degesch: more GNU Readline workPřemysl Janouch2015-04-151-46/+175
| | | | | | I'm not so sure anymore I will be able to achieve my goals with this library. It's really a terrible mess. A consistent and neatly formatted terrible mess.
* degesch: steady progressPřemysl Janouch2015-04-131-23/+268
| | | | | | I'm sorry, I can't do reasonable commit messages in this stage of development. It's all a total mess slowly converging to an alpha version.
* degesch: actually do add the clientPřemysl Janouch2015-04-121-0/+1707
Mostly consists of some ZyklonB and some json-rpc-shell code. The part that actually makes it an IRC client is still unfinished.