about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'feature/1238-lastreadpos'Michael Vetter2019-12-138-2/+103
|\
| * separator: Enable for MUC and PRIVWIN tooMichael Vetter2019-12-133-9/+29
| * separator: Print only one for each chat windowMichael Vetter2019-12-131-3/+19
| * separator: print trackbar across the whole lineMichael Vetter2019-12-131-13/+19
| * Initial work on last-read-position featureMichael Vetter2019-12-136-0/+59
|/
* Dont print error message if a valid setting function is calledMichael Vetter2019-12-121-1/+0
* Handle case where color.nick is not setMichael Vetter2019-12-121-0/+5
* Update RELEASE_GUIDE.mdMichael Vetter2019-12-121-1/+0
* Check for fmod() functionMichael Vetter2019-12-121-0/+3
* Improve color blindness handlingMichael Vetter2019-12-123-12/+16
* Implement Color Vision Deficiencies settingMichael Vetter2019-12-128-16/+102
* test: add cons_color_settingMichael Vetter2019-12-091-0/+1
* Add initial support for XEP-0392Michael Vetter2019-12-096-1/+35
* XEP-0392: theme, ui: conditionally colorize user nicksAurelien Aptel2019-12-033-0/+11
* XEP-0392: color: implement color hashingAurelien Aptel2019-12-032-283/+376
* XEP-0392: config: add "color.nick" bool optionAurelien Aptel2019-12-033-0/+5
* Call ncurses resize function before move functionMichael Vetter2019-12-022-2/+3
* _win_print: Guard against time being nullMichael Vetter2019-12-011-1/+1
* Merge /group command into /rosterMichael Vetter2019-11-253-146/+118
* Fix stanza_get_child_by_name_and_from() strcmpMichael Vetter2019-11-141-1/+3
* Add vim modelineMichael Vetter2019-11-13149-0/+217
* Merge branch 'issue/1190-multi-delay'Michael Vetter2019-11-133-19/+42
|\
| * Check for correct delay tag for muc timestampsMichael Vetter2019-11-133-19/+42
|/
* Merge branch 'issue/1220-remove-rtl'Michael Vetter2019-11-131-0/+30
|\
| * Filter RTL unicode characters outMichael Vetter2019-11-131-0/+30
|/
* Add cons_logging_setting() to test stubMichael Vetter2019-11-131-2/+1
* Fix stanza_get_child_by_name_and_ns() if no nameMichael Vetter2019-11-121-1/+3
* Merge /chlog and /grlog commands into /loggingMichael Vetter2019-11-126-56/+67
* Merge pull request #1222 from mdosch/masterMichael Vetter2019-11-081-0/+82
|\
| * Add (experimental) solarized-light themeMartin Dosch2019-11-081-0/+82
* | _handle_groupchat(): get correct origin-id stanzaMichael Vetter2019-11-083-2/+22
|/
* cmd_room: don't check arguments twiceMichael Vetter2019-11-081-13/+4
* Fix setting of status messageMichael Vetter2019-11-072-2/+6
* Merge state commands (online, away) into statusMichael Vetter2019-11-064-141/+113
* Fix formatting for invite command helpMichael Vetter2019-11-051-1/+1
* Add cons_titlebar_setting stubMichael Vetter2019-11-051-1/+1
* Merge /invite, /invites and /decline commandsMichael Vetter2019-11-055-86/+86
* Add `/titlebar show presence` commandMichael Vetter2019-11-053-0/+13
* Display resource information in `/titlebar`Michael Vetter2019-11-051-0/+6
* Add `/titlebar show resource` commandMichael Vetter2019-11-053-3/+10
* Move /encwarn command into /titlebarMichael Vetter2019-11-056-58/+49
* Add my GitHub Sponsors URLMichael Vetter2019-11-051-1/+1
* Fix add_history usage in down arrow handlerMichael Vetter2019-11-051-4/+1
* Store current input line in historyMichael Vetter2019-11-051-0/+16
* Move `tls show` to titlebar commandMichael Vetter2019-11-054-23/+72
* Initialize ProfBufEntry->id correctlyMichael Vetter2019-11-011-1/+5
* Move id from DeliveryReceipt to ProfBuffEntry structMichael Vetter2019-11-013-26/+24
* Remove not needed if blocksMichael Vetter2019-11-011-9/+2
* Don't override ProfMessage Id with origin-idMichael Vetter2019-10-315-22/+46
* Replace sent_messages list with algoMichael Vetter2019-10-314-6/+1