aboutsummaryrefslogtreecommitdiff
path: root/degesch.c
Commit message (Expand)AuthorAgeFilesLines
* degesch: now we do formatting with M-mPřemysl Janouch2015-05-121-48/+121
* degesch: add a FIXMEPřemysl Janouch2015-05-121-0/+1
* degesch: actually support mIRC italicsPřemysl Janouch2015-05-121-0/+2
* degesch: fix mIRC color parsingPřemysl Janouch2015-05-121-3/+4
* degesch: color cleanupPřemysl Janouch2015-05-121-63/+79
* degesch: make mIRC formatting actually workPřemysl Janouch2015-05-111-21/+115
* degesch: fix a typical signed char problemPřemysl Janouch2015-05-101-1/+1
* degesch: formatter: simplificationsPřemysl Janouch2015-05-101-115/+75
* degesch: halfplement mIRC formattingPřemysl Janouch2015-05-101-60/+94
* degesch: fix a stupid segfaultPřemysl Janouch2015-05-101-1/+4
* degesch: preparations for mIRC formattingPřemysl Janouch2015-05-101-13/+151
* degesch: add a way to output mIRC formattingPřemysl Janouch2015-05-101-1/+38
* degesch: fix QUIT message on C-cPřemysl Janouch2015-05-101-2/+2
* degesch: be a bit less leaky with readlinePřemysl Janouch2015-05-101-1/+2
* degesch: add nickname autocompletionPřemysl Janouch2015-05-101-1/+16
* Fix completion_add_word()Přemysl Janouch2015-05-101-1/+2
* degesch: review todo itemsPřemysl Janouch2015-05-101-8/+6
* degesch: remove people from channels when leavingPřemysl Janouch2015-05-091-2/+26
* degesch: implement /disconnectPřemysl Janouch2015-05-091-8/+36
* degesch: fix irc_is_connected()Přemysl Janouch2015-05-091-1/+1
* degesch: /connect restarts if already connectingPřemysl Janouch2015-05-091-0/+2
* degesch: improve /help displayPřemysl Janouch2015-05-091-2/+9
* degesch: add command placeholdersPřemysl Janouch2015-05-091-55/+76
* degesch: fix crash when idlePřemysl Janouch2015-05-091-1/+1
* degesch: asynchronous connecting etc.Přemysl Janouch2015-05-091-465/+500
* degesch: more shufflingPřemysl Janouch2015-05-091-36/+44
* degesch: shuffle some codePřemysl Janouch2015-05-091-117/+117
* degesch: don't export schemas (make them static)Přemysl Janouch2015-05-081-3/+3
* degesch: add server::state, rename stuffPřemysl Janouch2015-05-081-40/+56
* degesch: factor out jump_to_buffer()Přemysl Janouch2015-05-081-25/+21
* degesch: better commentPřemysl Janouch2015-05-081-1/+2
* degesch: clean up key binding initializationPřemysl Janouch2015-05-081-76/+107
* degesch: customize C-l behaviourPřemysl Janouch2015-05-081-4/+66
* degesch: prevent segfault on exit with libeditPřemysl Janouch2015-05-081-1/+4
* degesch: add a fancy logoPřemysl Janouch2015-05-071-2/+25
* degesch: bind F5/F6 to previous/next bufferPřemysl Janouch2015-05-071-0/+10
* degesch: colour the user@host partPřemysl Janouch2015-05-071-8/+10
* degesch: a bit of cleanupPřemysl Janouch2015-05-071-17/+18
* degesch: fix utf8_common-prefix()Přemysl Janouch2015-05-071-2/+4
* Bump libertyPřemysl Janouch2015-05-071-43/+7
* degesch: fix more libedit weirdnessPřemysl Janouch2015-05-071-0/+2
* degesch: fix option completionPřemysl Janouch2015-05-071-5/+14
* degesch: further libedit cleanupPřemysl Janouch2015-05-071-20/+18
* degesch: little libedit detailsPřemysl Janouch2015-05-071-13/+11
* degesch: implement some autocompletionPřemysl Janouch2015-05-071-7/+107
* degesch: halfplement word completionPřemysl Janouch2015-05-071-4/+310
* degesch: add constant for word breaking charactersPřemysl Janouch2015-05-061-7/+9
* degesch: fix readline initializationPřemysl Janouch2015-05-061-4/+11
* degesch: stub word completionPřemysl Janouch2015-05-061-0/+34
* degesch: fix libedit initializationPřemysl Janouch2015-05-051-5/+8