Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | color: set capacity in unittest case | Michael Vetter | 2019-08-23 | 1 | -0/+5 | |
* | | | Notify trying to load 256 colour theme in incapable terminal | Michael Vetter | 2019-08-23 | 2 | -1/+9 | |
* | | | Add 256 colour info to /theme colours | Michael Vetter | 2019-08-23 | 1 | -0/+7 | |
* | | | color: Include log.h | Michael Vetter | 2019-08-23 | 1 | -0/+1 | |
* | | | Reset color pairs when new theme is loaded | Michael Vetter | 2019-08-23 | 1 | -0/+2 | |
* | | | Reformat color.c | Michael Vetter | 2019-08-23 | 1 | -5/+7 | |
* | | | Add header to color.h | Michael Vetter | 2019-08-23 | 1 | -0/+34 | |
* | | | Use log_error() instead of g_warning() | Michael Vetter | 2019-08-23 | 2 | -16/+19 | |
* | | | Add 256 colors support | Aurelien Aptel | 2019-08-23 | 3 | -104/+437 | |
* | | | omemo: use lower case to log info | Michael Vetter | 2019-08-23 | 1 | -1/+1 | |
* | | | Fix typo in OMEMO materials log | Michael Vetter | 2019-08-23 | 1 | -1/+1 | |
* | | | Add comment about dead assignment in callback_add_timed | Michael Vetter | 2019-08-23 | 1 | -0/+1 | |
* | | | Remove unused code in cmd_room() about win num | Michael Vetter | 2019-08-23 | 1 | -6/+0 | |
* | | | Remove duplicate code in roster_update | Michael Vetter | 2019-08-23 | 1 | -9/+1 | |
* | | | Use fixed email instead of PACKAGE_BUGREPORT | Michael Vetter | 2019-08-23 | 1 | -1/+2 | |
* | | | Don't render (all) delayed messages as MUC history | Holger Weiß | 2019-08-20 | 3 | -2/+20 | |
* | | | Merge pull request #1167 from profanity-im/feature/specify-config-file | Michael Vetter | 2019-08-02 | 5 | -10/+18 | |
|\ \ \ | ||||||
| * | | | Possibility to specify alternative config file | Michael Vetter | 2019-08-02 | 5 | -10/+18 | |
* | | | | Improve sv_ev_roster_received() last activity check | Michael Vetter | 2019-08-02 | 1 | -11/+9 | |
|/ / / | ||||||
* | | | Merge pull request #1166 from profanity-im/fix/1165-subscribed-msg | Michael Vetter | 2019-08-02 | 1 | -2/+6 | |
|\ \ \ | ||||||
| * | | | Don't print subscribed message if contact is already in roster | Michael Vetter | 2019-08-01 | 1 | -2/+6 | |
* | | | | Add 'save' command to save preferences | Michael Vetter | 2019-08-02 | 6 | -46/+34 | |
|/ / / | ||||||
* | | | Merge pull request #1163 from paulfariello/hotfix/command-exec | Michael Vetter | 2019-07-30 | 1 | -0/+7 | |
|\ \ \ | ||||||
| * | | | Fix memleak in /cmd exec | Paul Fariello | 2019-07-30 | 1 | -0/+7 | |
* | | | | Merge pull request #1161 from profanity-im/fix/omemo-leak | Michael Vetter | 2019-07-30 | 2 | -2/+4 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Fix memleak in save_identity() | Michael Vetter | 2019-07-23 | 1 | -1/+1 | |
| * | | | Fix potential leak in omemo_untrust() | Michael Vetter | 2019-07-23 | 1 | -0/+2 | |
| * | | | Dont use not needed strdup() in save_identity() | Michael Vetter | 2019-07-23 | 1 | -1/+1 | |
* | | | | Fix command form submit | Paul Fariello | 2019-07-30 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Make sure result is always set for otr_get_policy() | Michael Vetter | 2019-07-23 | 1 | -1/+1 | |
* | | | Merge pull request #1160 from profanity-im/fix/1159-groupaddsegfault | Michael Vetter | 2019-07-22 | 1 | -4/+0 | |
|\ \ \ | ||||||
| * | | | Fix segfault in group add/remove command | Michael Vetter | 2019-07-22 | 1 | -4/+0 | |
* | | | | Fix memleak in roster_change_name() | Michael Vetter | 2019-07-22 | 1 | -2/+2 | |
* | | | | Fix 3 leaks in cmd_funcs | Michael Vetter | 2019-07-22 | 1 | -0/+4 | |
* | | | | Fix several memleaks im cmd_ac.c | Michael Vetter | 2019-07-22 | 1 | -0/+6 | |
* | | | | Fix memleak in roster_remove | Michael Vetter | 2019-07-22 | 1 | -1/+1 | |
* | | | | Fix memory leak in roster_update() | Michael Vetter | 2019-07-22 | 1 | -1/+2 | |
* | | | | Remove dead assignments | Michael Vetter | 2019-07-22 | 2 | -2/+2 | |
* | | | | Remove unused assignments | Michael Vetter | 2019-07-22 | 2 | -2/+1 | |
* | | | | Fix double initialization of loop iterator | Michael Vetter | 2019-07-22 | 2 | -3/+0 | |
* | | | | Guard against arg being NULL in cmd_funcs | Michael Vetter | 2019-07-22 | 1 | -0/+20 | |
* | | | | Reduce scope of num in ui_print_system_msg_from_recipient() | Michael Vetter | 2019-07-22 | 1 | -3/+1 | |
* | | | | Merge pull request #1154 from optmzr/issue-1099 | Michael Vetter | 2019-07-20 | 3 | -47/+84 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Always check for directory changes with sendfile auto completion | William Wennerström | 2019-07-20 | 3 | -47/+84 | |
* | | | | Fix segfault in block command | Michael Vetter | 2019-07-19 | 1 | -6/+0 | |
* | | | | Fixup for last commit | Michael Vetter | 2019-07-12 | 1 | -1/+0 | |
* | | | | Fix segfault in iq_{submit,cancel}_command_config | Michael Vetter | 2019-07-12 | 1 | -6/+0 | |
* | | | | Fix segfault in /cmd exec | Michael Vetter | 2019-07-12 | 1 | -0/+5 | |
* | | | | Merge pull request #1150 from paulfariello/hotfix/omemo-memleaks | Michael Vetter | 2019-07-11 | 5 | -5/+36 | |
|\ \ \ \ | ||||||
| * | | | | Dirty fix libgcrypt memleak | Paul Fariello | 2019-07-11 | 1 | -0/+5 |