Commit Graph

727 Commits

Author SHA1 Message Date
e57939e705 Update README 2015-07-11 17:04:36 +02:00
5692da47be Fix various issues reported by Coverity 2015-07-11 14:48:00 +02:00
c3d39dab5b Travis CI: update Coverity project info 2015-07-11 13:53:12 +02:00
4865f91eb0 degesch: add "autoconnect" option for servers 2015-07-11 06:16:53 +02:00
8ed93ae03e degesch: write date change messages earlier 2015-07-11 06:10:46 +02:00
ccc167d120 degesch: print a marker for unread messages 2015-07-11 05:41:39 +02:00
d48adf4557 degesch: log CAP traffic 2015-07-11 05:04:17 +02:00
f2a6c0f299 degesch: log disconnection in all buffers 2015-07-11 04:55:34 +02:00
d27a23a7d6 degesch: sanitize terminal output 2015-07-11 04:55:34 +02:00
e2c0240a84 degesch: move the -d option to configuration 2015-07-11 04:28:34 +02:00
8f587117f7 degesch: add aliases to /help and autocomplete 2015-07-11 03:58:53 +02:00
a24c068a3b degesch: mostly finish /alias sans name checking 2015-07-11 03:29:52 +02:00
b987b2cc64 degesch: add config_item_string_from_cstr() 2015-07-11 03:29:52 +02:00
30252e069d degesch: add an /unalias command 2015-07-11 03:29:52 +02:00
8f1d81eefb degesch: add an option to save config on quit 2015-07-11 03:29:52 +02:00
0a657a0294 degesch: silence compiler warnings 2015-07-11 01:53:04 +02:00
5ddf963e33 degesch: actually avoid recursive aliases 2015-07-11 01:46:11 +02:00
dcb1d2f97b degesch: fix argument checking 2015-07-11 01:44:58 +02:00
5da45877d6 degesch: add /alias that only lists aliases 2015-07-10 01:45:39 +02:00
0fd53af0d1 degesch: factor out get_aliases_config() 2015-07-10 01:44:02 +02:00
d39ffe440f degesch: fix display of empty objects in /set 2015-07-10 01:24:06 +02:00
c839649551 degesch: add some default aliases 2015-07-10 00:55:13 +02:00
4ddded3512 degesch: print the logo in a buffer 2015-07-10 00:55:13 +02:00
3e17bfb54c degesch: add a first time help 2015-07-10 00:55:13 +02:00
7a7192d327 degesch: unfuck debug logging
We can store most of the messages in buffers, which gives us the nice
possibility of using the formatter to fix encodings, as well as the
ability to redisplay the debug prints.

And we can also have some nice colors.
2015-07-10 00:55:13 +02:00
445837007d degesch: get rid of partial command name matching 2015-07-09 22:34:42 +02:00
567ce62257 degesch: tiny miscellaneous fixes 2015-07-09 22:34:42 +02:00
ba1ac58d9d degesch: add backend support for aliases 2015-07-09 22:34:42 +02:00
5e7f9882dd degesch: "nickname" -> "nicks"
Now you can specify multiple nicknames to try.
2015-07-09 02:46:31 +02:00
2b2da0beab degesch: support CASEMAPPING=rfc1459-strict 2015-07-09 01:48:34 +02:00
f57cc7923d degesch: clean up irc_handle_irc_isupport() 2015-07-09 01:36:19 +02:00
1ba6db50b6 degesch: split handle_command_help() 2015-07-09 00:10:46 +02:00
f907f1e3dc Add str_cut_until() 2015-07-09 00:10:06 +02:00
d3b1754e14 degesch: introduce transform_str() 2015-07-08 23:15:48 +02:00
24a082b5d8 kike: fix daemonization
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.
2015-07-08 00:04:09 +02:00
4d7a74b890 kike: fix a minor issue in on_signal_pipe_readable 2015-07-07 22:11:15 +02:00
9cfe4a5a49 degesch: one final fix for the test script 2015-07-06 02:36:11 +02:00
aa39445afb Miscellaneous, cleanup
Went through the entire source of degesch and made changes along the way.
2015-07-06 01:54:02 +02:00
05c6bf63bb kike: actually use irc_is_valid_key() 2015-07-05 23:24:26 +02:00
1a7ac7b3ca degesch: actually fix the test script 2015-07-05 20:43:31 +02:00
a1ef81d64b degesch: fix the test script 2015-07-05 20:35:28 +02:00
096a179e09 degesch: implement /server add 2015-07-05 20:32:48 +02:00
15d3129ea3 degesch: mark all unrecognized config values 2015-07-05 18:26:46 +02:00
ff20e74868 degesch: fix usage of "prompt_shown"
It can go very negative.
2015-07-05 17:29:44 +02:00
550f8baa1a degesch: add "on_change" for behaviour.logging 2015-07-05 17:02:11 +02:00
8c2c0472cb degesch: add some trivial "on_change" callbacks 2015-07-05 16:28:27 +02:00
6de7ae9583 degesch: only apply relevant attributes on change 2015-07-05 16:15:30 +02:00
3a922c3c1a degesch: start using "on_change" notifications
Terminal attributes can be changed on the fly now.
2015-07-05 15:57:53 +02:00
34c1df5171 mv config_schema_{fix_value,initialize_item}() 2015-07-05 02:16:43 +02:00
b1dd34a7ba degesch: set "user_data" while loading config
It'd be quite wrong to call "on_change" on them without this.
2015-07-05 02:16:43 +02:00