about summary refs log tree commit diff stats
path: root/src/ui/console.c
Commit message (Expand)AuthorAgeFilesLines
* Format code correctlyMichael Vetter2021-10-051-3/+6
* Add more keybindings to /help navigationMichael Vetter2021-09-151-2/+5
* Add option to only allow messages from jids in rosterMichael Vetter2021-07-011-0/+10
* Fix /disco info contact address headerMichael Vetter2021-06-301-3/+5
* Adjust contact addresses output to the rest of disco infoMichael Vetter2021-06-301-2/+3
* XEP-0157: Print all available addressesMichael Vetter2021-06-301-3/+8
* XEP-0157: Print contact addressesMichael Vetter2021-06-301-0/+14
* Print editor command in /executable overviewMichael Vetter2021-06-101-0/+4
* Add command to show single bookmark detailsMichael Vetter2021-06-091-0/+28
* Attention flag for groupchatsDebXWoody2021-05-291-0/+20
* Have separate settings for intypeMichael Vetter2021-05-081-2/+7
* Add config.h in files were it was missingMichael Vetter2021-03-261-0/+2
* MUC: Show offline members in sidebarThorben Günther2021-03-081-0/+5
* Add /mam commandMichael Vetter2021-01-281-0/+10
* Simplify console notification codeMichael Vetter2021-01-211-29/+15
* Update copyrightMichael Vetter2021-01-081-2/+2
* Fix various typosMichael Vetter2020-12-101-4/+4
* Remove scheme and filetype matching for url (save|open)William Wennerström2020-12-081-3/+6
* Fix segfault for urlopen[1]William Wennerström2020-12-071-1/+1
* Fix bad order of parameters for url saveWilliam Wennerström2020-12-071-1/+1
* Refactor for threaded external executable for built-in download methodsWilliam Wennerström2020-12-031-2/+2
* Run make format on rebaseWilliam Wennerström2020-11-161-1/+1
* Remove /omemo sendfileWilliam Wennerström2020-11-161-7/+1
* Declare counter var inside loopMichael Vetter2020-11-091-4/+2
* Fix use-after-free which is introduced in cons_alert()Dmitry Podgorny2020-10-091-1/+1
* Fix memleak in cons_alert()Michael Vetter2020-10-071-0/+2
* Basic support for building on NetBSD.nia2020-09-041-0/+2
* Setting: only write in console upon muc mentionMichael Vetter2020-07-101-0/+5
* Pass window to functions so we dont have to call twiceMichael Vetter2020-07-091-12/+11
* Dont hilight console once all messages have been readMichael Vetter2020-07-091-46/+86
* Make _show_roster_contacts staticMichael Vetter2020-07-091-2/+2
* Apply coding styleMichael Vetter2020-07-071-244/+238
* Revert "Apply coding style"Michael Vetter2020-07-071-245/+251
* Apply coding styleMichael Vetter2020-07-071-251/+245
* Remove prefs_free_string()Michael Vetter2020-07-021-42/+42
* Add note that /executable needs more workMichael Vetter2020-07-021-0/+2
* cmd_url_*(): use gchar instead of charMichael Vetter2020-07-021-1/+1
* Adjust `/executable` test to be more preciseMichael Vetter2020-07-011-1/+1
* console.c: Use prefs_free_string()Michael Vetter2020-07-011-1/+1
* Display default value for /url associated commandsPierre Mazière2020-06-251-5/+9
* Add option for legacy authenticationDmitry Podgorny2020-06-051-0/+3
* Handle listing ignored bookmarks when none are ignoredMichael Vetter2020-05-251-0/+6
* List ignored bookmarksMichael Vetter2020-05-241-0/+15
* Display bookmark nameMichael Vetter2020-05-221-1/+5
* Make option to allow hiding windows with no messages in statusbarMichael Vetter2020-05-211-11/+17
* Make 'scrolled' themeableMichael Vetter2020-05-211-0/+2
* Add /executable commandMichael Vetter2020-05-201-5/+7
* Fix `/correction` char displayMichael Vetter2020-05-061-1/+1
* Remove unanimous MAM displayMichael Vetter2020-04-251-4/+0
* cons_show_aliases() simpify conditionMichael Vetter2020-04-201-3/+1