about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix titlebar and rosterbar descriptionMichael Vetter2020-01-231-3/+2
* Add option to display MUC name or JID in titlebarMichael Vetter2020-01-239-9/+77
* Display MUC name in titlebarMichael Vetter2020-01-231-1/+8
* Fix spacing in titlebar.cMichael Vetter2020-01-231-2/+0
* Print `roster rooms use` in info pageMichael Vetter2020-01-231-0/+4
* Respect `/roster room use` setting also when sorted for serviceMichael Vetter2020-01-231-8/+14
* NULL room_name in win_create_muc()Michael Vetter2020-01-231-0/+1
* Add `/roster room use` autocompletionMichael Vetter2020-01-231-0/+12
* Add `/roster room use` commandMichael Vetter2020-01-236-2/+48
* Save MUC room name in ProfMucWinMichael Vetter2020-01-233-0/+6
* xep-0084: use hash table for avatar lookupMichael Vetter2020-01-221-8/+11
* XEP-0392: get background color from themeMichael Vetter2020-01-223-1/+17
* rosterwin: remove duplicate ifMichael Vetter2020-01-221-3/+0
* Merge pull request #1256 from paulfariello/fix/1253Michael Vetter2020-01-203-4/+4
|\
| * Add support for 12 bytes IVPaul Fariello2020-01-203-4/+4
|/
* Merge pull request #1252 from paulfariello/fix/1239Michael Vetter2020-01-201-11/+42
|\
| * Fix maybe uninitialized and don't guard g_freePaul Fariello2020-01-201-17/+14
| * Ignore invalid base64 in OMEMO stanzasPaul Fariello2020-01-201-10/+44
|/
* Use OMEMO for offline MUC members (#1242)Paul Fariello2020-01-209-38/+129
* Refactor /roster show/hide (#1251)Daniel Lublin2020-01-121-133/+44
* Merge pull request #1248 from svensp/masterMichael Vetter2020-01-051-1/+3
|\
| * omemo: Check for `1` alongside `true` in an omemo encrypted message stanzaSven Speckmaier2020-01-031-1/+3
* | Update my Copyright to 2020Michael Vetter2020-01-0324-26/+26
|/
* Add comments to avatar.cMichael Vetter2019-12-231-8/+11
* Dont kill *.char preferences if theme doesnt contain itMichael Vetter2019-12-201-14/+0
* Make `/roster color` configurable when offlineMichael Vetter2019-12-201-4/+4
* Adjust /color configuration outputMichael Vetter2019-12-201-9/+9
* Add workaround for stupid compiler warningMichael Vetter2019-12-191-1/+1
* Add string.h to avatars.cMichael Vetter2019-12-191-0/+1
* 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
|/
* Merge pull request #1240 from profanity-im/feature/xep-0084-user-avatarMichael Vetter2019-12-1812-1/+388
|\
| * xep-0084: add test stub fileMichael Vetter2019-12-184-2/+10
| * 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