about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor _cmd_set_boolean_preferenceMichael Vetter2019-12-191-9/+10
* Add /occupants color commandMichael Vetter2019-12-197-6/+45
* Merge branch 'master' of https://github.com/profanity-im/profanityMichael Vetter2019-12-191-0/+1
|\
| * Include stdlib.h in avatar.cMichael Vetter2019-12-191-0/+1
* | Add /roster color commandMichael Vetter2019-12-195-0/+22
* | xep-0392: colorize rosterMichael Vetter2019-12-192-3/+19
|/
* xep-0084: add test stub fileMichael Vetter2019-12-182-2/+2
* Add header file guard to avatar.hMichael Vetter2019-12-181-0/+5
* xep-0084: make internal functions staticMichael Vetter2019-12-181-8/+8
* xep-0084: move id to avatar_metadataMichael Vetter2019-12-181-12/+12
* xep-0084: Add correct file extensionMichael Vetter2019-12-181-9/+41
* xep-0084: Normalize at out of image filenameMichael Vetter2019-12-181-1/+3
* xep-0084: Improve helpMichael Vetter2019-12-182-2/+4
* xep-0084:Michael Vetter2019-12-181-0/+4
* 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