Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix memory leak in _handle_chat() | Dmitry Podgorny | 2020-08-07 | 1 | -21/+7 | |
* | database: Only insert if there is no entry with same archive_id | Michael Vetter | 2020-07-23 | 1 | -4/+6 | |
* | Parse stanza-id | Michael Vetter | 2020-07-23 | 3 | -6/+40 | |
* | Fix memleak in win_print_outgoing_with_receipt() | Michael Vetter | 2020-07-23 | 1 | -0/+1 | |
* | parser.c: Use glib | Michael Vetter | 2020-07-23 | 1 | -4/+4 | |
* | Fix /correct quotation marks usage | Michael Vetter | 2020-07-23 | 4 | -2/+29 | |
* | Fix lastactivity behaviour | Michael Vetter | 2020-07-22 | 3 | -27/+68 | |
* | Expand /lastactivity help | Michael Vetter | 2020-07-22 | 1 | -1/+1 | |
* | Fix missed text in #1224 | Licaon_Kter | 2020-07-22 | 1 | -1/+1 | |
* | parser.c: Use helper function to reduce duplicate code | Michael Vetter | 2020-07-21 | 1 | -143/+50 | |
* | parse_args(): Call g_free() once | Michael Vetter | 2020-07-21 | 1 | -3/+2 | |
* | Use parse_args_with_freetext() for `/correct` | Michael Vetter | 2020-07-20 | 2 | -3/+3 | |
* | bookmark_ignore.c: use gchar instead of char | Michael Vetter | 2020-07-20 | 1 | -7/+7 | |
* | Fix typo in comment | Michael Vetter | 2020-07-15 | 1 | -1/+1 | |
* | Add comment to easily find where to put the next command | Michael Vetter | 2020-07-15 | 1 | -0/+2 | |
* | Format cmd_defs | Michael Vetter | 2020-07-15 | 1 | -1942/+2037 | |
* | Remove `/tiny` command | Michael Vetter | 2020-07-10 | 5 | -215/+0 | |
* | Merge pull request #1403 from wstrm/fix-error-no-free | Michael Vetter | 2020-07-10 | 1 | -0/+4 | |
|\ | ||||||
| * | Free errors after they have been printed | William Wennerström | 2020-07-10 | 1 | -0/+4 | |
* | | Add forgotten file.. | Michael Vetter | 2020-07-10 | 1 | -2/+2 | |
* | | Setting: only write in console upon muc mention | Michael Vetter | 2020-07-10 | 4 | -5/+16 | |
|/ | ||||||
* | Merge branch 'master' of github.com:profanity-im/profanity | Michael Vetter | 2020-07-10 | 9 | -72/+132 | |
|\ | ||||||
| * | Pass window to functions so we dont have to call twice | Michael Vetter | 2020-07-09 | 5 | -18/+17 | |
| * | Dont hilight console once all messages have been read | Michael Vetter | 2020-07-09 | 7 | -63/+124 | |
* | | ox review: Use english not german | Michael Vetter | 2020-07-10 | 1 | -5/+5 | |
* | | OX: XEP-0373: OpenPGP for XMPP - Version 0.5.0 (2020-06-19) | DebXWoody | 2020-07-10 | 6 | -13/+298 | |
|/ | ||||||
* | Make _show_roster_contacts static | Michael Vetter | 2020-07-09 | 1 | -2/+2 | |
* | Apply coding style | Michael Vetter | 2020-07-07 | 147 | -14632/+14792 | |
* | OX: Fix tests | Michael Vetter | 2020-07-07 | 1 | -1/+2 | |
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 148 | -15136/+14988 | |
* | Apply coding style | Michael Vetter | 2020-07-07 | 148 | -14988/+15136 | |
* | OX: Announce public key on PEP | DebXWoody | 2020-07-06 | 6 | -2/+395 | |
* | Log errors from eval_password | William Wennerström | 2020-07-06 | 1 | -1/+2 | |
* | Merge branch 'master' of github.com:profanity-im/profanity | Michael Vetter | 2020-07-06 | 2 | -4/+5 | |
|\ | ||||||
| * | Merge pull request #1386 from DebXWoody/master | Michael Vetter | 2020-07-06 | 2 | -4/+5 | |
| |\ | ||||||
| | * | Rework logging | Stefan Kropp | 2020-07-03 | 2 | -4/+5 | |
* | | | Plain chat messages not working | DebXWoody | 2020-07-06 | 1 | -4/+9 | |
|/ / | ||||||
* | | Merge branch 'master' of github.com:profanity-im/profanity | Michael Vetter | 2020-07-04 | 1 | -11/+13 | |
|\ \ | ||||||
| * \ | Merge pull request #1387 from DebXWoody/bugfix/1332-omemo | Michael Vetter | 2020-07-04 | 1 | -11/+13 | |
| |\ \ | ||||||
| | * | | Request Device and Key, when OMEMO is in use | DebXWoody | 2020-06-04 | 1 | -11/+13 | |
* | | | | Merge branch 'omemofix' | Michael Vetter | 2020-07-04 | 2 | -21/+39 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Messages are not shown in ChatSecure | DebXWoody | 2020-07-04 | 2 | -21/+39 | |
* | | | | message.c: Use message->to_jid instead of to_jid | Michael Vetter | 2020-07-03 | 1 | -1/+1 | |
* | | | | message.c: _handle_carbons() check from field outside of function | Michael Vetter | 2020-07-03 | 1 | -15/+17 | |
* | | | | message.c: Dont duplicate code in _handle_carbon and _handle_chat | Michael Vetter | 2020-07-03 | 1 | -111/+66 | |
* | | | | message.c: Remove from/to setting out of condition | Michael Vetter | 2020-07-03 | 1 | -6/+3 | |
* | | | | message.c: Small code improvements | Michael Vetter | 2020-07-03 | 1 | -16/+16 | |
* | | | | message.c: Put XEP-0085 code in helper function | Michael Vetter | 2020-07-03 | 1 | -18/+25 | |
* | | | | Change formatting | Michael Vetter | 2020-07-03 | 1 | -1/+2 | |
* | | | | handle_headline(): Free text correctly | Michael Vetter | 2020-07-03 | 1 | -0/+2 |