Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | degesch: fix a brutal bug | Přemysl Janouch | 2015-05-05 | 1 | -1/+1 | |
| | ||||||
* | degesch: further decoupling from Readline | Přemysl Janouch | 2015-05-05 | 1 | -7/+35 | |
| | ||||||
* | degesch: try to abstract GNU Readline | Přemysl Janouch | 2015-05-05 | 1 | -322/+439 | |
| | ||||||
* | degesch: fix the /set command | Přemysl Janouch | 2015-05-04 | 1 | -2/+1 | |
| | | | | An extra cut_word() fucked things up. | |||||
* | degesch: force a non-empty realname | Přemysl Janouch | 2015-05-04 | 1 | -1/+2 | |
| | | | | At least a space seems to be needed with some ircds. | |||||
* | degesch: move some code to common.c | Přemysl Janouch | 2015-05-04 | 1 | -164/+0 | |
| | ||||||
* | degesch: add a /connect command | Přemysl Janouch | 2015-05-03 | 1 | -28/+47 | |
| | ||||||
* | degesch: implement /save | Přemysl Janouch | 2015-05-03 | 1 | -87/+82 | |
| | | | | Fuck yes. :) | |||||
* | degesch: finish /set | Přemysl Janouch | 2015-05-03 | 1 | -9/+5 | |
| | | | | One bug remaining to make it work. | |||||
* | degesch: refactor handle_command_set_assign() | Přemysl Janouch | 2015-05-03 | 1 | -31/+37 | |
| | ||||||
* | degesch: implement /set += / -= | Přemysl Janouch | 2015-05-03 | 1 | -30/+130 | |
| | ||||||
* | degesch: halfplement option assignment | Přemysl Janouch | 2015-05-03 | 1 | -34/+66 | |
| | ||||||
* | degesch: refactor /help, fix segfault | Přemysl Janouch | 2015-05-03 | 1 | -32/+44 | |
| | | | | Forgot to check if the item has a schema. | |||||
* | degesch: add a read-only /set command | Přemysl Janouch | 2015-05-03 | 1 | -0/+176 | |
| | ||||||
* | degesch: fix segfault | Přemysl Janouch | 2015-05-03 | 1 | -3/+13 | |
| | ||||||
* | degesch: show help for program options | Přemysl Janouch | 2015-05-03 | 1 | -3/+28 | |
| | ||||||
* | degesch: don't queue reconnects on bogus config | Přemysl Janouch | 2015-05-03 | 1 | -4/+9 | |
| | ||||||
* | degesch: connect _after_ starting the UI | Přemysl Janouch | 2015-05-03 | 1 | -8/+3 | |
| | ||||||
* | degesch: don't require configuration to run | Přemysl Janouch | 2015-05-03 | 1 | -36/+42 | |
| | | | | Well, techincally. | |||||
* | degesch: use the new configuration | Přemysl Janouch | 2015-05-02 | 1 | -238/+394 | |
| | | | | This is a simple, almost 1:1 conversion. Needs further unfucking. | |||||
* | degesch; user color constants from curses | Přemysl Janouch | 2015-05-02 | 1 | -9/+9 | |
| | ||||||
* | Move some macros to common.c | Přemysl Janouch | 2015-05-02 | 1 | -13/+0 | |
| | ||||||
* | Get rid of "All rights reserved" | Přemysl Janouch | 2015-05-01 | 1 | -1/+0 | |
| | ||||||
* | Start writing a new configuration system | Přemysl Janouch | 2015-05-01 | 1 | -12/+0 | |
| | | | | For degesch but in the long term for the rest as well. | |||||
* | Rename project to uirc3 | Přemysl Janouch | 2015-04-30 | 1 | -1/+0 | |
| | ||||||
* | degesch: refactor for multiserver | Přemysl Janouch | 2015-04-30 | 1 | -459/+515 | |
| | | | | Just some basic preparations before it becomes too costly. | |||||
* | degesch: further unfucking | Přemysl Janouch | 2015-04-29 | 1 | -49/+50 | |
| | ||||||
* | degesch: unfuck terminal attribute handling | Přemysl Janouch | 2015-04-29 | 1 | -70/+67 | |
| | ||||||
* | degesch: mark some issues | Přemysl Janouch | 2015-04-28 | 1 | -0/+4 | |
| | ||||||
* | degesch: fix 8-bit input | Přemysl Janouch | 2015-04-28 | 1 | -2/+7 | |
| | ||||||
* | degesch: simplify formatter_flush() | Přemysl Janouch | 2015-04-28 | 1 | -21/+13 | |
| | ||||||
* | degesch: add a /nick command | Přemysl Janouch | 2015-04-27 | 1 | -1/+15 | |
| | | | | Somehow I've missed it entirely. | |||||
* | degesch: fix typo | Přemysl Janouch | 2015-04-27 | 1 | -1/+1 | |
| | ||||||
* | degesch: make sure "You are now known..." works | Přemysl Janouch | 2015-04-27 | 1 | -1/+4 | |
| | ||||||
* | degesch: add fast buffer switching | Přemysl Janouch | 2015-04-27 | 1 | -1/+14 | |
| | | | | When the user tries to M-n the same buffer, it switches to the last. | |||||
* | degesch: detect highlights and display differently | Přemysl Janouch | 2015-04-27 | 1 | -8/+65 | |
| | ||||||
* | degesch: imlement NOTICE handling | Přemysl Janouch | 2015-04-27 | 1 | -26/+77 | |
| | ||||||
* | degesch: log outcoming CTCPs | Přemysl Janouch | 2015-04-27 | 1 | -12/+33 | |
| | ||||||
* | 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 | |
| | | | | Finally we can display /me. | |||||
* | 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 | |
| | | | | Shouldn't be totally broken anymore. |