about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve color blindness handlingMichael Vetter2019-12-123-12/+16
* Implement Color Vision Deficiencies settingMichael Vetter2019-12-128-16/+102
* 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-032-0/+4
* 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
* Check for correct delay tag for muc timestampsMichael Vetter2019-11-133-19/+42
* Filter RTL unicode characters outMichael Vetter2019-11-131-0/+30
* 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
* _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
* 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
* 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-314-21/+45
* Replace sent_messages list with algoMichael Vetter2019-10-314-6/+1
* omemo: Check stanza names when iterating nodesaszlig2019-10-291-0/+8
* Put ifdef around tray.h functionsMichael Vetter2019-10-292-9/+8
* Remove not neede gtk_init() in tray.cMichael Vetter2019-10-291-1/+0
* Remove commentsMichael Vetter2019-10-291-6/+0
* Dont use clipboard_init yetMichael Vetter2019-10-292-1/+4
* Send clipboard via /pasteMichael Vetter2019-10-291-2/+34
* Add clipboard featureMichael Vetter2019-10-295-0/+137
* Update chat_log_pgp_msg_out() usageMichael Vetter2019-10-291-6/+6
* Two carbon logging changesMichael Vetter2019-10-291-27/+38
* Also log sv_ev_delayed_private_messageMichael Vetter2019-10-291-0/+1
* Set mucuser in carbon caseMichael Vetter2019-10-291-0/+8
* Actually log MUC PM messagesMichael Vetter2019-10-285-28/+33
* Remove not neede freeMichael Vetter2019-10-251-1/+0
* Remove /leave commandMichael Vetter2019-10-222-27/+0