Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | degesch: reply to some CTCPs | Přemysl Janouch | 2015-04-27 | 1 | -8/+59 |
* | degesch: implement /me | Přemysl Janouch | 2015-04-26 | 1 | -5/+37 |
* | degesch: implement /list | Přemysl Janouch | 2015-04-26 | 1 | -3/+19 |
* | degesch: implement /ctcp, stubplement /me | Přemysl Janouch | 2015-04-26 | 1 | -4/+46 |
* | degesch: process CTCP in PRIVMSG | Přemysl Janouch | 2015-04-26 | 1 | -11/+55 |
* | degesch: add a CTCP parser | Přemysl Janouch | 2015-04-26 | 1 | -0/+154 |
* | degesch: set the server buffer as default | Přemysl Janouch | 2015-04-26 | 1 | -1/+1 |
* | degesch: brevify /help with no arguments | Přemysl Janouch | 2015-04-26 | 1 | -13/+13 |
* | degesch: distinguish lines from other buffers | Přemysl Janouch | 2015-04-26 | 1 | -8/+29 |
* | degesch: little fixes | Přemysl Janouch | 2015-04-26 | 1 | -2/+2 |
* | degesch: add output text formatting | Přemysl Janouch | 2015-04-26 | 1 | -86/+384 |
* | degesch: encoding fixes | Přemysl Janouch | 2015-04-25 | 1 | -56/+69 |
* | degesch: refactor logging a bit | Přemysl Janouch | 2015-04-25 | 1 | -77/+97 |
* | degesch: refactor handle_command_buffer() a bit | Přemysl Janouch | 2015-04-25 | 1 | -42/+41 |
* | degesch: print an extra line in /buffer list | Přemysl Janouch | 2015-04-25 | 1 | -0/+1 |
* | degesch: fix warnings | Přemysl Janouch | 2015-04-25 | 1 | -2/+2 |
* | degesch: finish the /help command | Přemysl Janouch | 2015-04-25 | 1 | -11/+24 |
* | degesch: print usage on command syntax failure | Přemysl Janouch | 2015-04-25 | 1 | -43/+40 |
* | degesch: refactor wrap_text() | Přemysl Janouch | 2015-04-25 | 1 | -66/+68 |
* | degesch: remove cyclic dependency | Přemysl Janouch | 2015-04-25 | 1 | -39/+35 |
* | degesch: memory management fixes | Přemysl Janouch | 2015-04-24 | 1 | -11/+18 |
* | degesch: fix a double-free | Přemysl Janouch | 2015-04-24 | 1 | -0/+1 |
* | degesch: better & working text wrapping | Přemysl Janouch | 2015-04-24 | 1 | -14/+49 |
* | degesch: fix RPL_WELCOME user@host parsing | Přemysl Janouch | 2015-04-24 | 1 | -2/+2 |
* | degesch: less confusing function name | Přemysl Janouch | 2015-04-23 | 1 | -3/+3 |
* | degesch: refactor command handlers | Přemysl Janouch | 2015-04-23 | 1 | -65/+23 |
* | degesch: fix /query | Přemysl Janouch | 2015-04-23 | 1 | -20/+23 |
* | degesch: non-functional changes | Přemysl Janouch | 2015-04-23 | 1 | -3/+10 |
* | degesch: halfplement /msg, /query, /notice | Přemysl Janouch | 2015-04-23 | 1 | -55/+259 |
* | degesch: better message autosplit | Přemysl Janouch | 2015-04-23 | 1 | -13/+43 |
* | degesch: preliminary message autosplitting | Přemysl Janouch | 2015-04-22 | 1 | -4/+22 |
* | degesch: parse user@host from RPL_WELCOME | Přemysl Janouch | 2015-04-22 | 1 | -0/+38 |
* | degesch: add a note about RPL_ISUPPORT | Přemysl Janouch | 2015-04-21 | 3 | -0/+7 |
* | degesch: preparations for numerics processing | Přemysl Janouch | 2015-04-21 | 2 | -23/+45 |
* | degesch: remove extraneous function argument | Přemysl Janouch | 2015-04-21 | 1 | -4/+3 |
* | degesch: implement TOPIC handling | Přemysl Janouch | 2015-04-21 | 1 | -1/+34 |
* | degesch: don't require channels to have buffers | Přemysl Janouch | 2015-04-21 | 1 | -3/+3 |
* | degesch: non-functional changes | Přemysl Janouch | 2015-04-21 | 1 | -6/+7 |
* | degesch: implement PART and KICK handlers | Přemysl Janouch | 2015-04-21 | 1 | -15/+65 |
* | degesch: shorten/dedup init_colors() | Přemysl Janouch | 2015-04-21 | 1 | -24/+11 |
* | degesch: fix a potential SIGSEGV | Přemysl Janouch | 2015-04-21 | 1 | -5/+5 |
* | degesch: get rid of repeating refcounting code | Přemysl Janouch | 2015-04-21 | 1 | -48/+39 |
* | degesch: fix logging a bit | Přemysl Janouch | 2015-04-21 | 1 | -8/+8 |
* | degesch: unfuck reference counting | Přemysl Janouch | 2015-04-21 | 1 | -42/+65 |
* | degesch: fix some object management | Přemysl Janouch | 2015-04-20 | 1 | -0/+18 |
* | degesch: fix SIGSEGV on /quit | Přemysl Janouch | 2015-04-20 | 1 | -1/+2 |
* | degesch: halfplement PART handling | Přemysl Janouch | 2015-04-20 | 1 | -0/+22 |
* | degesch: mostly implement NICK handling | Přemysl Janouch | 2015-04-20 | 1 | -16/+76 |
* | degesch: make a "struct user" for ourselves | Přemysl Janouch | 2015-04-20 | 1 | -17/+19 |
* | degesch: log nick changes | Přemysl Janouch | 2015-04-20 | 1 | -3/+14 |