Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove 'use' from titlebar autocompletion | Michael Vetter | 2020-03-29 | 1 | -1/+0 | |
* | Merge pull request #1292 from profanity-im/memleak-issue1279 | Michael Vetter | 2020-03-29 | 1 | -0/+2 | |
|\ | ||||||
| * | Fix memory leak of presence object | Dmitry Podgorny | 2020-02-23 | 1 | -0/+2 | |
|/ | ||||||
* | Fix edit mistake | Michael Vetter | 2020-03-27 | 1 | -1/+1 | |
* | Upgrade examples | Michael Vetter | 2020-03-26 | 1 | -39/+39 | |
* | Add jubalian theme | Michael Vetter | 2020-03-25 | 1 | -0/+166 | |
* | Add history.muc.color to theme template | Michael Vetter | 2020-03-25 | 1 | -0/+1 | |
* | Add setting to not colorize own nick according to xep-0392 | Michael Vetter | 2020-03-25 | 7 | -5/+31 | |
* | Add -t theme option | Michael Vetter | 2020-03-24 | 4 | -11/+27 | |
* | Fix old typo in titlebar presence | Michael Vetter | 2020-03-24 | 1 | -1/+1 | |
* | titlebar: allow displaying MUC name and MUC jid | Michael Vetter | 2020-03-24 | 9 | -63/+65 | |
* | move titlebar code in correct function | Michael Vetter | 2020-03-24 | 2 | -20/+10 | |
* | Add slashguard feature | Michael Vetter | 2020-03-18 | 10 | -1/+54 | |
* | Enable popular features by default | Michael Vetter | 2020-03-17 | 1 | -0/+5 | |
* | Add note about 256 color support | Michael Vetter | 2020-03-17 | 1 | -1/+2 | |
* | Add cons_avatar_setting to unit test stub | Michael Vetter | 2020-03-10 | 1 | -0/+1 | |
* | xep-0084/avatar: add option to open avatar directly | Michael Vetter | 2020-03-10 | 9 | -9/+88 | |
* | Make statusbar tab more resilient | Michael Vetter | 2020-03-09 | 1 | -4/+8 | |
* | Merge branch 'buffer-from' | Michael Vetter | 2020-03-09 | 4 | -31/+41 | |
|\ | ||||||
| * | Remove caution about LMC | Michael Vetter | 2020-03-09 | 1 | -1/+1 | |
| * | Rename ProfBufferEntry jid variable | Michael Vetter | 2020-03-09 | 3 | -7/+7 | |
| * | Check for sender of LMC message | Michael Vetter | 2020-03-09 | 1 | -11/+17 | |
| * | Write from jid in buffer | Michael Vetter | 2020-03-09 | 1 | -10/+13 | |
| * | Add barejid to buffer struct | Michael Vetter | 2020-03-09 | 3 | -15/+16 | |
|/ | ||||||
* | Remove old comments | Michael Vetter | 2020-03-09 | 1 | -4/+0 | |
* | Use correct MUC message timestamp | Michael Vetter | 2020-03-09 | 2 | -5/+8 | |
* | Use ProfMessage as parameter for win_println_incoming_muc_msg() | Michael Vetter | 2020-03-09 | 3 | -7/+6 | |
* | window.c: Rename variable | Michael Vetter | 2020-03-09 | 1 | -3/+3 | |
* | Use proper OS names for OpenBSD and NetBSD | Michael Vetter | 2020-03-09 | 1 | -2/+2 | |
* | Dont check before freeing | Michael Vetter | 2020-02-27 | 1 | -8/+4 | |
* | Fix memory leak in win_create_muc() | Michael Vetter | 2020-02-27 | 1 | -1/+0 | |
* | Merge pull request #1278 from profanity-im/memleaks | Michael Vetter | 2020-02-27 | 3 | -6/+31 | |
|\ | ||||||
| * | Fix few memory leaks | Dmitry Podgorny | 2020-02-27 | 3 | -6/+31 | |
|/ | ||||||
* | Set muc history correctly in _handle_groupchat() | Michael Vetter | 2020-02-25 | 1 | -1/+1 | |
* | Free jid in muc_members_add() | Michael Vetter | 2020-02-25 | 1 | -0/+1 | |
* | Stop buffer_remove_entry_by_id() once we found the entry | Michael Vetter | 2020-02-25 | 1 | -0/+1 | |
* | Properly free buffer entry | Michael Vetter | 2020-02-25 | 1 | -0/+1 | |
* | Fix memleak in stanza_get_oldest_delay | Michael Vetter | 2020-02-25 | 1 | -2/+14 | |
* | Fix memleak in _handle_groupchat() | Michael Vetter | 2020-02-25 | 1 | -1/+6 | |
* | Make cmd_logging() safer | Michael Vetter | 2020-02-25 | 1 | -2/+3 | |
* | Only use enc_char in win_print_incoming() when needed | Michael Vetter | 2020-02-25 | 1 | -1/+4 | |
* | readem: add chat badge | Michael Vetter | 2020-02-25 | 1 | -3/+2 | |
* | Merge pull request #1276 from wstrm/fix-formatting | Michael Vetter | 2020-02-25 | 1 | -12/+12 | |
|\ | ||||||
| * | Improve formatting for some help instructions | William Wennerström | 2020-02-24 | 1 | -12/+12 | |
|/ | ||||||
* | Fix errors in log.c | Michael Vetter | 2020-02-22 | 1 | -1/+2 | |
* | Fix log test stub | Michael Vetter | 2020-02-21 | 1 | -4/+5 | |
* | get_log_file_location () should return const char* | Michael Vetter | 2020-02-21 | 3 | -3/+3 | |
* | Allow setting custom log file via -f FILENAME | Michael Vetter | 2020-02-21 | 7 | -23/+53 | |
* | Rename separator to trackbar | Michael Vetter | 2020-02-21 | 1 | -4/+4 | |
* | Fix test stub | Michael Vetter | 2020-02-21 | 1 | -1/+1 |