about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix headerMichael Vetter2019-12-182-2/+2
* xep-0084: add /avatar help and autocompletionMichael Vetter2019-12-182-3/+21
* xep-0084: save avatars in own directoryMichael Vetter2019-12-181-4/+20
* xep-0084: Make it work multiple timesMichael Vetter2019-12-181-0/+4
* xep-0084: Download avatarsMichael Vetter2019-12-183-3/+113
* xep-0084: Look for specific user and print IDMichael Vetter2019-12-185-2/+47
* Start implementing XEP-0084Michael Vetter2019-12-185-0/+140
* Use helper function to clean incoming messagesMichael Vetter2019-12-131-9/+9
* 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
* 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