about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improve MUC 1:1 loggingMichael Vetter2019-10-073-25/+84
* Fix typo handel -> handleMichael Vetter2019-10-061-3/+3
* Revert "Fix memleak in cmd_join"Michael Vetter2019-10-061-5/+0
* Don't log own messages on incoming MUCMichael Vetter2019-10-061-4/+7
* Add account clear example to helpMichael Vetter2019-10-061-1/+3
* Free strings in autocomplete_param_no_with_funcMichael Vetter2019-10-061-0/+7
* Fix invalid read in muc codeMichael Vetter2019-10-061-2/+4
* Fix memleak in cmd_joinMichael Vetter2019-10-061-0/+5
* Free strings in all cases in cmd_roomsMichael Vetter2019-10-061-0/+3
* Free list in error case in parse_optionsMichael Vetter2019-10-061-0/+3
* Fix memleak in get_start()Michael Vetter2019-10-061-0/+1
* Destroy hash table ein autocompleters_destroy()Michael Vetter2019-10-061-0/+3
* Free options in error case for cmd_connect()Michael Vetter2019-10-061-0/+5
* Fix preferences memory leakMichael Vetter2019-10-051-0/+4
* Add /clear autocompletion and improve helpMichael Vetter2019-10-053-6/+60
* Merge pull request #874 from spiridoncha/masterMichael Vetter2019-10-053-1/+13
|\
| * Makes /clear behavior configurable.Spiridonov Alexander2016-11-073-0/+9
| * Change /clear behaviour. Closes issue #855.Spiridonov Alexander2016-10-221-1/+4
* | Merge remote-tracking branch 'philipflohr/master'Michael Vetter2019-10-051-10/+3
|\ \
| * | Don't stop plugin installation if given path points to a directoryPhilip Flohr2019-02-261-11/+3
* | | Check errors in is_dir() is_regular_file()Michael Vetter2019-10-041-2/+10
* | | Introduce /reload commandMichael Vetter2019-10-045-18/+58
* | | Log outgoing carbons instead of incomingMichael Vetter2019-10-041-4/+4
* | | Mention XEP-0191 in blocked commandMichael Vetter2019-09-301-1/+1
* | | Document how to block users in MUCsMichael Vetter2019-09-301-2/+4
* | | Bind key to switch to next active windowMichael Vetter2019-09-303-0/+41
* | | Define keybindings to switch to up to 20 windowsMichael Vetter2019-09-301-0/+100
* | | Detect MUC history correctly with some Prosody versionsMichael Vetter2019-09-301-1/+3
* | | Remove not needed codeMichael Vetter2019-09-291-4/+0
* | | Add comment about statusbar.currentMichael Vetter2019-09-291-0/+3
* | | Fix typo conact -> contactMichael Vetter2019-09-291-4/+4
* | | Use helper function for cmd_statusMichael Vetter2019-09-291-15/+13
* | | Allow pasing a jid to info command in chat windowMichael Vetter2019-09-291-12/+18
* | | Allow pasing a jid to status command in chat windowMichael Vetter2019-09-291-2/+10
* | | Add coloring of statusbar.current tab in viewDaniel Lublin2019-09-244-4/+15
* | | log: set nonblocking mode for stderrDmitry Podgorny2019-09-131-6/+16
* | | Log alleged roster push to fileMichael Vetter2019-09-121-0/+1
* | | Print history color in theme propertiesMichael Vetter2019-09-111-0/+1
* | | Set default color for main.text.historyMichael Vetter2019-09-111-0/+1
* | | Allow colorization of history messagesMichael Vetter2019-09-103-2/+4
* | | Log 1:1 messages from other clients also to fileMichael Vetter2019-09-041-0/+4
* | | Set message->plain in carbon caseMichael Vetter2019-09-041-1/+8
* | | Don't crash if source jid doesn't contain the node partDmitry Podgorny2019-08-261-1/+3
* | | Hardcode James email adress in info messageMichael Vetter2019-08-241-1/+1
* | | Make sure memory in color_pair_cache_reset() was allocated.Michael Vetter2019-08-241-5/+8
* | | Remove unused colour_string_t structMichael Vetter2019-08-231-5/+0
* | | theme: print to log not to consoleMichael Vetter2019-08-231-2/+1
* | | color: set capacity in unittest caseMichael Vetter2019-08-231-0/+5
* | | Notify trying to load 256 colour theme in incapable terminalMichael Vetter2019-08-232-1/+9
* | | Add 256 colour info to /theme coloursMichael Vetter2019-08-231-0/+7