about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.8.0Michael Vetter2020-02-033-5/+5
* Add `/omemo char` autocompletionMichael Vetter2020-02-031-0/+1
* Update CHANGELOGMichael Vetter2020-01-311-0/+5
* Merge pull request #1260 from paulfariello/fix/omemo-fingerprint-acMichael Vetter2020-01-3127-148/+178
|\
| * Fix unittest buildPaul Fariello2020-01-311-14/+14
| * Add context to autocomplete_with_func and use it for omemo trust commandPaul Fariello2020-01-3126-134/+164
|/
* fix: Initialize variable in stanza_get_oldest_delay()Michael Vetter2020-01-301-1/+1
* Update gitignoreMichael Vetter2020-01-301-0/+2
* Fix error in stanza_get_oldest_delay()Michael Vetter2020-01-301-3/+3
* muc: save oldest timestampMichael Vetter2020-01-303-3/+38
* stanza: Refactor stanza_get_delay_from()Michael Vetter2020-01-301-26/+49
* Change theme handlingMichael Vetter2020-01-296-17/+51
* Add comments to preferences.cMichael Vetter2020-01-291-2/+2
* Refactor theme.cMichael Vetter2020-01-291-27/+44
* Add gruvbox to CHANGELOGMichael Vetter2020-01-281-1/+2
* Merge pull request #1259 from Misaflo/theme-gruvboxMichael Vetter2020-01-281-0/+82
|\
| * Add gruvbox themeFlorent LĂ©vigne2020-01-281-0/+82
* | Fix two typos in CHANGELOGMichael Vetter2020-01-281-2/+2
|/
* Add Changes header to CHANGELOGMichael Vetter2020-01-281-0/+2
* Add changelog draft for 0.8.0Michael Vetter2020-01-281-0/+99
* Revert "Save first delay tag as timestamp"Michael Vetter2020-01-281-9/+0
* Save first delay tag as timestampMichael Vetter2020-01-241-0/+9
* Add cons_os_setting stub for testsMichael Vetter2020-01-241-0/+1
* XEP-0092: Add configuration option to choose whether to send OS nameMichael Vetter2020-01-246-1/+36
* Fix typo in commentMichael Vetter2020-01-231-1/+1
* xep-0092: add config option to set whether OS is revealedMichael Vetter2020-01-233-14/+27
* xep-0092: send OS tooMichael Vetter2020-01-231-0/+23
* Add option to notify about version requestMichael Vetter2020-01-233-0/+12
* Add myself to copyrightMichael Vetter2020-01-232-0/+2
* Refactor rosterwin_roster()Michael Vetter2020-01-231-18/+17
* 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