aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update READMEPřemysl Janouch2015-07-111-16/+27
|
* Fix various issues reported by CoverityPřemysl Janouch2015-07-113-6/+12
|
* Travis CI: update Coverity project infoPřemysl Janouch2015-07-111-1/+1
|
* degesch: add "autoconnect" option for serversPřemysl Janouch2015-07-111-3/+7
|
* degesch: write date change messages earlierPřemysl Janouch2015-07-111-1/+25
|
* degesch: print a marker for unread messagesPřemysl Janouch2015-07-111-24/+45
|
* degesch: log CAP trafficPřemysl Janouch2015-07-111-1/+13
|
* degesch: log disconnection in all buffersPřemysl Janouch2015-07-111-10/+22
|
* degesch: sanitize terminal outputPřemysl Janouch2015-07-111-15/+22
|
* degesch: move the -d option to configurationPřemysl Janouch2015-07-111-4/+13
|
* degesch: add aliases to /help and autocompletePřemysl Janouch2015-07-111-9/+23
|
* degesch: mostly finish /alias sans name checkingPřemysl Janouch2015-07-111-7/+20
|
* degesch: add config_item_string_from_cstr()Přemysl Janouch2015-07-112-12/+13
|
* degesch: add an /unalias commandPřemysl Janouch2015-07-111-0/+24
|
* degesch: add an option to save config on quitPřemysl Janouch2015-07-111-18/+32
|
* degesch: silence compiler warningsPřemysl Janouch2015-07-111-2/+2
|
* degesch: actually avoid recursive aliasesPřemysl Janouch2015-07-111-1/+1
|
* degesch: fix argument checkingPřemysl Janouch2015-07-111-2/+2
|
* degesch: add /alias that only lists aliasesPřemysl Janouch2015-07-101-0/+43
|
* degesch: factor out get_aliases_config()Přemysl Janouch2015-07-101-12/+17
|
* degesch: fix display of empty objects in /setPřemysl Janouch2015-07-101-13/+21
|
* degesch: add some default aliasesPřemysl Janouch2015-07-101-0/+29
|
* degesch: print the logo in a bufferPřemysl Janouch2015-07-101-23/+16
|
* degesch: add a first time helpPřemysl Janouch2015-07-101-0/+33
|
* degesch: unfuck debug loggingPřemysl Janouch2015-07-101-27/+18
| | | | | | | | 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.
* degesch: get rid of partial command name matchingPřemysl Janouch2015-07-091-30/+8
|
* degesch: tiny miscellaneous fixesPřemysl Janouch2015-07-091-2/+2
|
* degesch: add backend support for aliasesPřemysl Janouch2015-07-091-17/+93
|
* degesch: "nickname" -> "nicks"Přemysl Janouch2015-07-091-13/+59
| | | | Now you can specify multiple nicknames to try.
* degesch: support CASEMAPPING=rfc1459-strictPřemysl Janouch2015-07-092-4/+24
|
* degesch: clean up irc_handle_irc_isupport()Přemysl Janouch2015-07-091-19/+19
|
* degesch: split handle_command_help()Přemysl Janouch2015-07-091-27/+34
|
* Add str_cut_until()Přemysl Janouch2015-07-092-6/+10
|
* degesch: introduce transform_str()Přemysl Janouch2015-07-082-6/+10
|
* kike: fix daemonizationPřemysl Janouch2015-07-081-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_readablePřemysl Janouch2015-07-071-1/+1
|
* degesch: one final fix for the test scriptPřemysl Janouch2015-07-061-1/+1
|
* Miscellaneous, cleanupPřemysl Janouch2015-07-062-182/+151
| | | | Went through the entire source of degesch and made changes along the way.
* kike: actually use irc_is_valid_key()Přemysl Janouch2015-07-051-8/+8
|
* degesch: actually fix the test scriptPřemysl Janouch2015-07-051-1/+1
|
* degesch: fix the test scriptPřemysl Janouch2015-07-051-1/+3
|
* degesch: implement /server addPřemysl Janouch2015-07-051-58/+110
|
* degesch: mark all unrecognized config valuesPřemysl Janouch2015-07-051-12/+12
|
* degesch: fix usage of "prompt_shown"Přemysl Janouch2015-07-051-4/+4
| | | | It can go very negative.
* degesch: add "on_change" for behaviour.loggingPřemysl Janouch2015-07-051-7/+29
|
* degesch: add some trivial "on_change" callbacksPřemysl Janouch2015-07-051-9/+18
|
* degesch: only apply relevant attributes on changePřemysl Janouch2015-07-051-8/+17
|
* degesch: start using "on_change" notificationsPřemysl Janouch2015-07-052-26/+67
| | | | Terminal attributes can be changed on the fly now.
* mv config_schema_{fix_value,initialize_item}()Přemysl Janouch2015-07-051-5/+5
|
* degesch: set "user_data" while loading configPřemysl Janouch2015-07-052-15/+10
| | | | It'd be quite wrong to call "on_change" on them without this.