Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add str_cut_until() | Přemysl Janouch | 2015-07-09 | 2 | -6/+10 |
| | |||||
* | degesch: introduce transform_str() | Přemysl Janouch | 2015-07-08 | 2 | -6/+10 |
| | |||||
* | kike: fix daemonization | Přemysl Janouch | 2015-07-08 | 1 | -8/+32 |
| | | | | | | First of all, we used to write the wrong PID in the file. Second of all, systemd needs some extra BS to not kill us immediately. | ||||
* | kike: fix a minor issue in on_signal_pipe_readable | Přemysl Janouch | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | degesch: one final fix for the test script | Přemysl Janouch | 2015-07-06 | 1 | -1/+1 |
| | |||||
* | Miscellaneous, cleanup | Přemysl Janouch | 2015-07-06 | 2 | -182/+151 |
| | | | | Went through the entire source of degesch and made changes along the way. | ||||
* | kike: actually use irc_is_valid_key() | Přemysl Janouch | 2015-07-05 | 1 | -8/+8 |
| | |||||
* | degesch: actually fix the test script | Přemysl Janouch | 2015-07-05 | 1 | -1/+1 |
| | |||||
* | degesch: fix the test script | Přemysl Janouch | 2015-07-05 | 1 | -1/+3 |
| | |||||
* | degesch: implement /server add | Přemysl Janouch | 2015-07-05 | 1 | -58/+110 |
| | |||||
* | degesch: mark all unrecognized config values | Přemysl Janouch | 2015-07-05 | 1 | -12/+12 |
| | |||||
* | degesch: fix usage of "prompt_shown" | Přemysl Janouch | 2015-07-05 | 1 | -4/+4 |
| | | | | It can go very negative. | ||||
* | degesch: add "on_change" for behaviour.logging | Přemysl Janouch | 2015-07-05 | 1 | -7/+29 |
| | |||||
* | degesch: add some trivial "on_change" callbacks | Přemysl Janouch | 2015-07-05 | 1 | -9/+18 |
| | |||||
* | degesch: only apply relevant attributes on change | Přemysl Janouch | 2015-07-05 | 1 | -8/+17 |
| | |||||
* | degesch: start using "on_change" notifications | Přemysl Janouch | 2015-07-05 | 2 | -26/+67 |
| | | | | Terminal attributes can be changed on the fly now. | ||||
* | 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 | 2 | -15/+10 |
| | | | | It'd be quite wrong to call "on_change" on them without this. | ||||
* | degesch: create servers from configuration | Přemysl Janouch | 2015-07-05 | 2 | -55/+81 |
| | | | | | | This means that as of now, the only way of creating a server is to edit the configuration file by hand and add (at least) an empty object under the server's name. | ||||
* | degesch: stubplement /server | Přemysl Janouch | 2015-07-04 | 1 | -0/+36 |
| | |||||
* | degesch: /buffer close switches to previous buffer | Přemysl Janouch | 2015-07-04 | 1 | -1/+3 |
| | | | | buffer_next() proved too annoying. | ||||
* | degesch: optimize buffer_print_backlog() | Přemysl Janouch | 2015-07-04 | 1 | -0/+3 |
| | | | | Apparently readline can be really, really slow at redrawing. | ||||
* | degesch: flush I/O buffers on disconnect | Přemysl Janouch | 2015-07-04 | 1 | -0/+3 |
| | | | | Discovered thanks to weercd. | ||||
* | degesch: periodically flush logs to disk | Přemysl Janouch | 2015-07-04 | 1 | -0/+21 |
| | |||||
* | degesch: add logging to file | Přemysl Janouch | 2015-07-04 | 1 | -17/+94 |
| | |||||
* | degesch: fix unused variable | Přemysl Janouch | 2015-07-04 | 1 | -1/+1 |
| | |||||
* | degesch: decode mIRC formatting in numerics | Přemysl Janouch | 2015-07-04 | 1 | -1/+1 |
| | | | | Just like... why not. Makes colors in the MOTD and in LIST work. | ||||
* | degesch: fix memory issue in Readline | Přemysl Janouch | 2015-07-04 | 1 | -0/+1 |
| | | | | We didn't zero out the pointer for entries. | ||||
* | degesch: get real with the CTCP | Přemysl Janouch | 2015-07-04 | 1 | -2/+5 |
| | |||||
* | degesch: clean up the async code a bit | Přemysl Janouch | 2015-07-03 | 1 | -61/+81 |
| | |||||
* | degesch: rewrite to use asynchronous I/O | Přemysl Janouch | 2015-07-03 | 1 | -246/+450 |
| | |||||
* | degesch: part channel on /buffer close | Přemysl Janouch | 2015-07-02 | 1 | -2/+4 |
| | |||||
* | kike: resolve the path to PID files better | Přemysl Janouch | 2015-07-02 | 2 | -15/+63 |
| | |||||
* | Bump liberty | Přemysl Janouch | 2015-07-01 | 3 | -17/+5 |
| | |||||
* | kike: optionally write a PID file | Přemysl Janouch | 2015-06-30 | 1 | -2/+60 |
| | |||||
* | degesch: fix /msg with CAP echo-message | Přemysl Janouch | 2015-06-29 | 1 | -9/+20 |
| | |||||
* | degesch: add a #N format specifier | Přemysl Janouch | 2015-06-29 | 1 | -20/+34 |
| | | | | Fixes RPL_TOPICWHOTIME with some servers. | ||||
* | degesch: mark an issue with CAP echo-message | Přemysl Janouch | 2015-06-28 | 1 | -1/+3 |
| | |||||
* | degesch: reclaim more memory with Readline | Přemysl Janouch | 2015-06-28 | 1 | -1/+9 |
| | |||||
* | degesch: clean up log_formatter() | Přemysl Janouch | 2015-06-28 | 1 | -8/+4 |
| | |||||
* | degesch: reorder code | Přemysl Janouch | 2015-06-28 | 1 | -72/+66 |
| | |||||
* | degesch: don't put dashes in listings | Přemysl Janouch | 2015-06-28 | 1 | -18/+23 |
| | | | | Just reflecting the behaviour of weechat. | ||||
* | degesch: add an option to beep on highlight | Přemysl Janouch | 2015-06-28 | 1 | -2/+8 |
| | |||||
* | kike: fix /topic handling | Přemysl Janouch | 2015-06-28 | 1 | -1/+2 |
| | |||||
* | degesch: fix /ctcp with CAP echo-message | Přemysl Janouch | 2015-06-28 | 1 | -13/+26 |
| | |||||
* | degesch: log self nick changes in server buffer | Přemysl Janouch | 2015-06-28 | 1 | -0/+2 |
| | |||||
* | degesch: further logging cleanup | Přemysl Janouch | 2015-06-28 | 1 | -50/+42 |
| | |||||
* | degesch: logging cleanup | Přemysl Janouch | 2015-06-28 | 1 | -57/+48 |
| | |||||
* | degesch: remove "ctx" from command handler args | Přemysl Janouch | 2015-06-28 | 1 | -76/+43 |
| | |||||
* | degesch: refactor logging | Přemysl Janouch | 2015-06-28 | 1 | -463/+429 |
| | | | | | | - everything coming from the server should be properly transcoded - most nicknames should be highlighted - some other minor changes here and there |