Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relicense to 0BSD, update mail address | Přemysl Janouch | 2018-06-21 | 1 | -3/+2 |
* | degesch: introduce cstr_set() | Přemysl Janouch | 2018-01-08 | 1 | -0/+7 |
* | Bump liberty | Přemysl Janouch | 2017-06-22 | 1 | -13/+11 |
* | Bump liberty | Přemysl Janouch | 2017-01-23 | 1 | -2/+2 |
* | Fix LibreSSL compatibility | Přemysl Janouch | 2016-12-30 | 1 | -1/+1 |
* | Cleanup | Přemysl Janouch | 2016-12-28 | 1 | -0/+15 |
* | Get rid of the remaining FAILs | Přemysl Janouch | 2016-10-11 | 1 | -7/+0 |
* | Bump liberty | Přemysl Janouch | 2016-10-11 | 1 | -69/+1 |
* | degesch: fix CTCP handling | Přemysl Janouch | 2016-07-09 | 1 | -5/+9 |
* | Use TMPDIR as a fallback if set | Přemysl Janouch | 2016-03-13 | 1 | -0/+3 |
* | kike: add support for IRCv3.2 server-time | Přemysl Janouch | 2016-01-31 | 1 | -0/+15 |
* | Factor out socket_io_try_{read,write}() | Přemysl Janouch | 2016-01-07 | 1 | -0/+68 |
* | Fix a memory leak in SOCKS connector | Přemysl Janouch | 2016-01-07 | 1 | -1/+0 |
* | Bump liberty, enable TLS SNI | Přemysl Janouch | 2016-01-04 | 1 | -19/+9 |
* | degesch: allow launching an editor for input | Přemysl Janouch | 2015-12-25 | 1 | -0/+43 |
* | Bump liberty | Přemysl Janouch | 2015-12-11 | 1 | -1118/+0 |
* | Refactor config schema initialization | Přemysl Janouch | 2015-12-11 | 1 | -30/+46 |
* | Cleanup | Přemysl Janouch | 2015-12-11 | 1 | -11/+5 |
* | degesch: add a test for configuration | Přemysl Janouch | 2015-12-10 | 1 | -0/+1 |
* | Enable TCP_NODELAY | Přemysl Janouch | 2015-11-22 | 1 | -0/+1 |
* | degesch: typos, cleanups | Přemysl Janouch | 2015-11-21 | 1 | -0/+3 |
* | degesch: stubplement plugins | Přemysl Janouch | 2015-11-21 | 1 | -1/+1 |
* | Extend split_str() for multiple split chars | Přemysl Janouch | 2015-11-15 | 1 | -3/+3 |
* | mv 'struct config_item'{_,} | Přemysl Janouch | 2015-08-17 | 1 | -53/+53 |
* | Bump liberty | Přemysl Janouch | 2015-08-17 | 1 | -240/+0 |
* | SOCKS: make use of the str_pack_* API | Přemysl Janouch | 2015-08-06 | 1 | -19/+17 |
* | Fix immediate connects | Přemysl Janouch | 2015-07-23 | 1 | -1/+1 |
* | 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 |