Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SOCKS: add socks_protocol_to_string() | Přemysl Janouch | 2015-07-23 | 1 | -1/+12 |
* | SOCKS: fix "on_connecting" callback | Přemysl Janouch | 2015-07-23 | 1 | -3/+7 |
* | SOCKS: various fixes to API and code | Přemysl Janouch | 2015-07-23 | 1 | -12/+35 |
* | SOCKS: finishing touches | Přemysl Janouch | 2015-07-22 | 1 | -32/+48 |
* | SOCKS: shorten code with SOCKS_GO | Přemysl Janouch | 2015-07-22 | 1 | -43/+20 |
* | SOCKS: refactor | Přemysl Janouch | 2015-07-21 | 1 | -165/+177 |
* | SOCKS: simplify code | Přemysl Janouch | 2015-07-21 | 1 | -39/+22 |
* | Fix SOCKS5 nopass authentication | Přemysl Janouch | 2015-07-21 | 1 | -1/+2 |
* | Get at least SOCKS4A working | Přemysl Janouch | 2015-07-21 | 1 | -20/+26 |
* | Rewrite socks to async | Přemysl Janouch | 2015-07-20 | 1 | -256/+569 |
* | degesch: allow unterminated CTCP messages | Přemysl Janouch | 2015-07-19 | 1 | -7/+13 |
* | Bump liberty, fix map iterators | Přemysl Janouch | 2015-07-14 | 1 | -11/+0 |
* | degesch: implement /server rename | Přemysl Janouch | 2015-07-14 | 1 | -0/+11 |
* | Bump liberty | Přemysl Janouch | 2015-07-11 | 1 | -97/+0 |
* | degesch: add config_item_string_from_cstr() | Přemysl Janouch | 2015-07-11 | 1 | -0/+11 |
* | 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 |