Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | degesch: fix display of empty objects in /set | Přemysl Janouch | 2015-07-10 | 1 | -13/+21 |
* | degesch: support CASEMAPPING=rfc1459-strict | Přemysl Janouch | 2015-07-09 | 1 | -0/+21 |
* | Add str_cut_until() | Přemysl Janouch | 2015-07-09 | 1 | -0/+6 |
* | degesch: introduce transform_str() | Přemysl Janouch | 2015-07-08 | 1 | -0/+7 |
* | degesch: start using "on_change" notifications | Přemysl Janouch | 2015-07-05 | 1 | -2/+16 |
* | mv config_schema_{fix_value,initialize_item}() | Přemysl Janouch | 2015-07-05 | 1 | -5/+5 |
* | degesch: set "user_data" while loading config | Přemysl Janouch | 2015-07-05 | 1 | -6/+5 |
* | degesch: create servers from configuration | Přemysl Janouch | 2015-07-05 | 1 | -2/+2 |
* | degesch: get real with the CTCP | Přemysl Janouch | 2015-07-04 | 1 | -2/+5 |
* | kike: resolve the path to PID files better | Přemysl Janouch | 2015-07-02 | 1 | -0/+43 |
* | Bump liberty | Přemysl Janouch | 2015-07-01 | 1 | -11/+0 |
* | degesch: implement /buffer move | Přemysl Janouch | 2015-06-21 | 1 | -0/+9 |
* | degesch: fix /invite | Přemysl Janouch | 2015-06-18 | 1 | -0/+11 |
* | degesch: add & use strncasecmp_ascii() | Přemysl Janouch | 2015-06-02 | 1 | -0/+11 |
* | common: fix connector failure | Přemysl Janouch | 2015-05-12 | 1 | -1/+2 |
* | degesch: asynchronous connecting etc. | Přemysl Janouch | 2015-05-09 | 1 | -0/+233 |
* | Move code within common.c | Přemysl Janouch | 2015-05-08 | 1 | -23/+23 |
* | config: update comments | Přemysl Janouch | 2015-05-08 | 1 | -1/+3 |
* | config: shut up GCC | Přemysl Janouch | 2015-05-07 | 1 | -0/+1 |
* | degesch: move some code to common.c | Přemysl Janouch | 2015-05-04 | 1 | -0/+164 |
* | config: fix config_item_set_from() | Přemysl Janouch | 2015-05-03 | 1 | -3/+3 |
* | degesch: finish /set | Přemysl Janouch | 2015-05-03 | 1 | -0/+14 |
* | config: a tiny bit better messages | Přemysl Janouch | 2015-05-03 | 1 | -1/+3 |
* | config: fix string parsing | Přemysl Janouch | 2015-05-02 | 1 | -0/+1 |
* | Bump liberty | Přemysl Janouch | 2015-05-02 | 1 | -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 |
* | config: implement config_schema_apply_to_object() | Přemysl Janouch | 2015-05-02 | 1 | -24/+64 |
* | 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 |
* | Move some macros to common.c | Přemysl Janouch | 2015-05-02 | 1 | -0/+13 |
* | Get rid of "All rights reserved" | Přemysl Janouch | 2015-05-01 | 1 | -2/+1 |
* | 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 | 1 | -0/+596 |
* | Prepare for a custom logger in degesch | Přemysl Janouch | 2015-04-11 | 1 | -5/+7 |
* | Move the SOCKS code to common.c | Přemysl Janouch | 2015-04-11 | 1 | -0/+407 |
* | Bump liberty | Přemysl Janouch | 2015-03-29 | 1 | -170/+1 |
* | Move to liberty | Přemysl Janouch | 2015-02-28 | 1 | -2026/+12 |
* | Add a useful assertion to the poller | Přemysl Janouch | 2015-02-21 | 1 | -0/+2 |
* | Avoid null pointer dereference | Přemysl Janouch | 2015-02-14 | 1 | -0/+2 |
* | Import optimized event loop from ponymap | Přemysl Janouch | 2015-02-12 | 1 | -184/+268 |