Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix gcc warnings for cygwin | Dmitry Podgorny | 2020-06-24 | 1 | -3/+4 |
* | Add missed string.h | Dmitry Podgorny | 2020-06-24 | 1 | -0/+1 |
* | Fix NULL terminated list | Michael Vetter | 2020-06-23 | 1 | -1/+1 |
* | Use shell to start eval_password command | Michael Vetter | 2020-06-19 | 1 | -5/+1 |
* | Fix possible segfault in xmpp/message.c | Dmitry Podgorny | 2020-06-16 | 1 | -1/+1 |
* | Fix reading/writing linked files | Michael Vetter | 2020-06-13 | 5 | -4/+5 |
* | Define POSIX macro to have strdup | Michael Vetter | 2020-06-12 | 7 | -24/+27 |
* | Dont manipulate pointer from getenv | Michael Vetter | 2020-06-12 | 1 | -6/+14 |
* | Make legacy auth optional | Dmitry Podgorny | 2020-06-11 | 1 | -0/+9 |
* | Add option for legacy authentication | Dmitry Podgorny | 2020-06-05 | 14 | -27/+213 |
* | Fix memleak again | Michael Vetter | 2020-06-03 | 1 | -1/+5 |
* | Use external_call to get password via eval_password command | Pierre Mazière | 2020-06-03 | 1 | -26/+24 |
* | Get output and error streams from the command spawned by external_call() | Pierre Mazière | 2020-06-03 | 4 | -14/+93 |
* | Fix offline roster contacts | Michael Vetter | 2020-06-02 | 1 | -1/+2 |
* | Fix memleak in cmd_urlopen() | Michael Vetter | 2020-05-29 | 1 | -1/+3 |
* | Fix memleak in autocomplete_remove_older_than_max* | Michael Vetter | 2020-05-29 | 1 | -0/+1 |
* | urlopen: get last URL first | Michael Vetter | 2020-05-29 | 3 | -10/+26 |
* | Merge branch 'bugfix/1329' | Michael Vetter | 2020-05-29 | 1 | -14/+19 |
|\ | |||||
| * | _omemo_receive_devicelist() use if/else | Michael Vetter | 2020-05-29 | 1 | -18/+19 |
| * | OMEMO - Request only "current" item | DebXWoody | 2020-05-23 | 1 | -1/+5 |
* | | Merge pull request #1343 from DebXWoody/bugfix/1333 | Michael Vetter | 2020-05-29 | 1 | -0/+2 |
|\ \ | |||||
| * | | Incoming iq stanza - Reset the autoping timer | DebXWoody | 2020-05-23 | 1 | -0/+2 |
| |/ | |||||
* | | Merge pull request #1344 from DebXWoody/bugfix/1327 | Michael Vetter | 2020-05-28 | 1 | -2/+1 |
|\ \ | |||||
| * | | Bugfix: Status with PGP shows offline in titlebar | DebXWoody | 2020-05-23 | 1 | -2/+1 |
| |/ | |||||
* | | Fix carbon logging | Michael Vetter | 2020-05-27 | 3 | -14/+18 |
* | | Fix titlebar write position | Michael Vetter | 2020-05-27 | 1 | -4/+35 |
* | | Save bookmark ignore list | Michael Vetter | 2020-05-25 | 2 | -1/+19 |
* | | Handle listing ignored bookmarks when none are ignored | Michael Vetter | 2020-05-25 | 1 | -0/+6 |
* | | Add and use connection_get_barejid() | Michael Vetter | 2020-05-25 | 11 | -91/+96 |
* | | Add `/bookmark ignore` autocompletion | Michael Vetter | 2020-05-24 | 1 | -0/+21 |
* | | Add bookmark ignore add|remove | Michael Vetter | 2020-05-24 | 4 | -3/+34 |
* | | List ignored bookmarks | Michael Vetter | 2020-05-24 | 7 | -2/+54 |
* | | Fix invalid read in titlebar | Michael Vetter | 2020-05-24 | 1 | -1/+2 |
* | | Fix memleak in bookmark minimize | Michael Vetter | 2020-05-24 | 1 | -0/+1 |
* | | Add bookmark ignore functionality for multiple accounts | Michael Vetter | 2020-05-24 | 4 | -23/+30 |
* | | PoC for bookmark ignore | Michael Vetter | 2020-05-24 | 4 | -0/+134 |
|/ | |||||
* | Dont show resource in titlebar if it is too long | Michael Vetter | 2020-05-22 | 1 | -9/+20 |
* | Log all carbon copied messages | Michael Vetter | 2020-05-22 | 1 | -0/+1 |
* | Fix segfault in new bookmark feature | Michael Vetter | 2020-05-22 | 1 | -2/+2 |
* | Preserve Gajims minimize flag in bookmarks | Michael Vetter | 2020-05-22 | 3 | -1/+37 |
* | Add option to add bookmark name | Michael Vetter | 2020-05-22 | 6 | -15/+33 |
* | Display bookmark name | Michael Vetter | 2020-05-22 | 3 | -1/+10 |
* | Make option to allow hiding windows with no messages in statusbar | Michael Vetter | 2020-05-21 | 7 | -13/+55 |
* | Fix typing notification | Michael Vetter | 2020-05-21 | 1 | -1/+1 |
* | Make 'scrolled' themeable | Michael Vetter | 2020-05-21 | 4 | -0/+8 |
* | Display when scrolled up | Michael Vetter | 2020-05-21 | 1 | -0/+21 |
* | Add the word 'hilight' to trigger doc | Michael Vetter | 2020-05-20 | 1 | -1/+1 |
* | Add /executable command | Michael Vetter | 2020-05-20 | 6 | -12/+68 |
* | Make urlopen command configurable | Michael Vetter | 2020-05-20 | 3 | -1/+6 |
* | Create call_external() helper function | Michael Vetter | 2020-05-20 | 4 | -18/+17 |