Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | kike: unfuck mode parsing | Přemysl Janouch | 2015-05-03 | 1 | -201/+288 |
| | | | | And fix a hidden memory leak while we're at it. | ||||
* | 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. | ||||
* | config: fix string parsing | Přemysl Janouch | 2015-05-02 | 1 | -0/+1 |
| | |||||
* | Bump liberty | Přemysl Janouch | 2015-05-02 | 2 | -25/+0 |
| | |||||
* | config: fixes | Přemysl Janouch | 2015-05-02 | 1 | -28/+31 |
| | |||||
* | config: on_changed -> on_change | Přemysl Janouch | 2015-05-02 | 1 | -5/+5 |
| | |||||
* | config: simplify and mostly finish | Přemysl Janouch | 2015-05-02 | 1 | -49/+55 |
| | | | | | | | | What still sucks: - "on_change" callbacks have little information; maybe we could add a user-defined field to the schema; also config_schema_apply_to_object() might assign "user_data" - no idea how to generate the default configuration file | ||||
* | config: implement config_schema_apply_to_object() | Přemysl Janouch | 2015-05-02 | 1 | -24/+64 |
| | |||||
* | degesch; user color constants from curses | Přemysl Janouch | 2015-05-02 | 1 | -9/+9 |
| | |||||
* | config: implement config_load() | Přemysl Janouch | 2015-05-02 | 1 | -4/+21 |
| | |||||
* | config: assert that strings are valid UTF-8 | Přemysl Janouch | 2015-05-02 | 1 | -0/+2 |
| | |||||
* | config: implement string tokenizing | Přemysl Janouch | 2015-05-02 | 1 | -2/+123 |
| | |||||
* | config: finish config_item_write() implementation | Přemysl Janouch | 2015-05-02 | 1 | -1/+19 |
| | |||||
* | config: implement a few more methods | Přemysl Janouch | 2015-05-02 | 1 | -7/+32 |
| | |||||
* | config: get rid of "is_nullable" | Přemysl Janouch | 2015-05-02 | 1 | -4/+3 |
| | | | | If it doesn't have a default, it just is. | ||||
* | Move some macros to common.c | Přemysl Janouch | 2015-05-02 | 2 | -13/+13 |
| | |||||
* | Get rid of "All rights reserved" | Přemysl Janouch | 2015-05-01 | 10 | -11/+6 |
| | |||||
* | Implement config_item_get() | Přemysl Janouch | 2015-05-01 | 1 | -2/+37 |
| | |||||
* | Implement config_item_set_from() | Přemysl Janouch | 2015-05-01 | 1 | -13/+97 |
| | |||||
* | Allow extra newlines before right brace in config | Přemysl Janouch | 2015-05-01 | 1 | -0/+1 |
| | |||||
* | Halfplement configuration writing | Přemysl Janouch | 2015-05-01 | 1 | -2/+88 |
| | |||||
* | Fix error reporting in configuration parsing | Přemysl Janouch | 2015-05-01 | 1 | -15/+64 |
| | |||||
* | Start writing a new configuration system | Přemysl Janouch | 2015-05-01 | 2 | -12/+596 |
| | | | | For degesch but in the long term for the rest as well. | ||||
* | Fix the LICENSE file | Přemysl Janouch | 2015-04-30 | 1 | -12/+12 |
| | | | | Somehow it got indented. | ||||
* | Rename project to uirc3 | Přemysl Janouch | 2015-04-30 | 8 | -37/+50 |
| | |||||
* | 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 |
| | |||||
* | kike: no more shooting ourselves in the foot | Přemysl Janouch | 2015-04-28 | 1 | -12/+1 |
| | | | | Just zero out the whole structure. | ||||
* | 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. |