Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | degesch: finish QUIT handling | Přemysl Janouch | 2015-04-20 | 1 | -7/+29 |
| | |||||
* | degesch: halfplement NICK and QUIT handlers | Přemysl Janouch | 2015-04-20 | 1 | -5/+89 |
| | |||||
* | degesch: disallow /quote from the global buffer | Přemysl Janouch | 2015-04-19 | 1 | -1/+5 |
| | |||||
* | degesch: fix creation of encoding converters | Přemysl Janouch | 2015-04-19 | 1 | -3/+4 |
| | |||||
* | degesch: fix logging | Přemysl Janouch | 2015-04-19 | 1 | -8/+30 |
| | |||||
* | degesch: fix "irc_nickname" and send USERHOST | Přemysl Janouch | 2015-04-19 | 1 | -18/+22 |
| | |||||
* | degesch: factor out send_message_to_target() | Přemysl Janouch | 2015-04-19 | 1 | -8/+18 |
| | | | | And check that we're actually connected. | ||||
* | degesch: implement PRIVMSG handling | Přemysl Janouch | 2015-04-19 | 1 | -1/+46 |
| | |||||
* | degesch: implement JOIN handling | Přemysl Janouch | 2015-04-19 | 1 | -2/+88 |
| | |||||
* | degesch: fix sending messages | Přemysl Janouch | 2015-04-19 | 1 | -1/+6 |
| | | | | Now that the data model has changed. | ||||
* | degesch: add some comments | Přemysl Janouch | 2015-04-19 | 1 | -0/+8 |
| | |||||
* | degesch: implement /join and /part | Přemysl Janouch | 2015-04-19 | 1 | -2/+77 |
| | |||||
* | degesch: fix struct channel_user | Přemysl Janouch | 2015-04-19 | 1 | -1/+2 |
| | | | | A user can have multiple channel modes. | ||||
* | degesch: prepare for user/channel buffers | Přemysl Janouch | 2015-04-19 | 1 | -23/+190 |
| | | | | | | That is, prepare all the required data structures and their relations. I'm not particularly good at this, so let's just hope it will work out. | ||||
* | degesch: some non-functional changes | Přemysl Janouch | 2015-04-18 | 1 | -26/+28 |
| | |||||
* | degesch: count unseen messages | Přemysl Janouch | 2015-04-18 | 1 | -0/+6 |
| | |||||
* | degesch: capitalize buffer messages | Přemysl Janouch | 2015-04-18 | 1 | -17/+17 |
| | | | | They looked too alien. | ||||
* | degesch: fix some remaining print_*() | Přemysl Janouch | 2015-04-18 | 1 | -6/+5 |
| | |||||
* | degesch: fix binding Meta keys | Přemysl Janouch | 2015-04-18 | 1 | -9/+15 |
| | | | | At last. | ||||
* | degesch: print out some basic help | Přemysl Janouch | 2015-04-18 | 1 | -31/+51 |
| | |||||
* | degesch: readline cleanup | Přemysl Janouch | 2015-04-18 | 1 | -7/+5 |
| | |||||
* | degesch: make readline work better | Přemysl Janouch | 2015-04-18 | 1 | -13/+56 |
| | | | | | | By randomly poking at it until it stops being a little shit. Still no Meta keys. | ||||
* | degesch: make it work to some extent | Přemysl Janouch | 2015-04-18 | 1 | -35/+66 |
| | | | | GNU Readline still ignores our Meta keyseqs. | ||||
* | degesch: printing to buffers etc. | Přemysl Janouch | 2015-04-17 | 1 | -51/+48 |
| | |||||
* | degesch: stub IRC command handlers | Přemysl Janouch | 2015-04-17 | 1 | -2/+71 |
| | |||||
* | degesch: add irc_to_utf8() | Přemysl Janouch | 2015-04-17 | 1 | -9/+19 |
| | | | | And use it. | ||||
* | degesch: fix irc_process_message() | Přemysl Janouch | 2015-04-17 | 1 | -5/+11 |
| | |||||
* | degesch: prepare for printing to buffers | Přemysl Janouch | 2015-04-17 | 1 | -2/+7 |
| | |||||
* | degesch: leak lines from related buffers | Přemysl Janouch | 2015-04-17 | 1 | -0/+4 |
| | |||||
* | degesch: inline a condition | Přemysl Janouch | 2015-04-17 | 1 | -5/+1 |
| | |||||
* | degesch: factor out make_prompt() | Přemysl Janouch | 2015-04-17 | 1 | -27/+37 |
| | |||||
* | degesch: actually send messages | Přemysl Janouch | 2015-04-17 | 1 | -2/+6 |
| | |||||
* | degesch: more user command handling | Přemysl Janouch | 2015-04-17 | 1 | -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 Janouch | 2015-04-17 | 1 | -18/+37 |
| | |||||
* | degesch: factor out buffer_get_index() | Přemysl Janouch | 2015-04-17 | 1 | -6/+15 |
| | |||||
* | degesch: enhance the prompt | Přemysl Janouch | 2015-04-16 | 1 | -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 Janouch | 2015-04-16 | 1 | -8/+16 |
| | | | | And make M-[0-9] ding if there's no such buffer. | ||||
* | degesch: fix quoting a slash | Přemysl Janouch | 2015-04-16 | 1 | -3/+5 |
| | |||||
* | degesch: some more progress | Přemysl Janouch | 2015-04-16 | 1 | -41/+167 |
| | | | | | | Whoa, this thing is huge. Started implementing the basis for IRC and user command handlers. | ||||
* | degesch: more buffer-related stuff | Přemysl Janouch | 2015-04-15 | 1 | -8/+53 |
| | |||||
* | degesch: show active buffers in prompt | Přemysl Janouch | 2015-04-15 | 1 | -2/+30 |
| | |||||
* | degesch: fix reading in the configuration | Přemysl Janouch | 2015-04-15 | 1 | -21/+26 |
| | |||||
* | degesch: add an error buffer line type | Přemysl Janouch | 2015-04-15 | 1 | -1/+5 |
| | |||||
* | degesch: update TODO/FIXME comments | Přemysl Janouch | 2015-04-15 | 1 | -4/+21 |
| | |||||
* | degesch: reorder configuration | Přemysl Janouch | 2015-04-15 | 1 | -5/+5 |
| | |||||
* | degesch: fix Travis CI build | Přemysl Janouch | 2015-04-15 | 1 | -0/+5 |
| | |||||
* | degesch: fix Travis CI build (hopefully) | Přemysl Janouch | 2015-04-15 | 1 | -0/+4 |
| | |||||
* | degesch: more GNU Readline work | Přemysl Janouch | 2015-04-15 | 1 | -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 progress | Přemysl Janouch | 2015-04-13 | 1 | -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 client | Přemysl Janouch | 2015-04-12 | 1 | -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. |