about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Use ProfMessage as parameter for win_println_incoming_muc_msg()Michael Vetter2020-03-093-7/+6
* window.c: Rename variableMichael Vetter2020-03-091-3/+3
* Use proper OS names for OpenBSD and NetBSDMichael Vetter2020-03-091-2/+2
* Dont check before freeingMichael Vetter2020-02-271-8/+4
* Fix memory leak in win_create_muc()Michael Vetter2020-02-271-1/+0
* Merge pull request #1278 from profanity-im/memleaksMichael Vetter2020-02-273-6/+31
|\
| * Fix few memory leaksDmitry Podgorny2020-02-273-6/+31
|/
* Set muc history correctly in _handle_groupchat()Michael Vetter2020-02-251-1/+1
* Free jid in muc_members_add()Michael Vetter2020-02-251-0/+1
* Stop buffer_remove_entry_by_id() once we found the entryMichael Vetter2020-02-251-0/+1
* Properly free buffer entryMichael Vetter2020-02-251-0/+1
* Fix memleak in stanza_get_oldest_delayMichael Vetter2020-02-251-2/+14
* Fix memleak in _handle_groupchat()Michael Vetter2020-02-251-1/+6
* Make cmd_logging() saferMichael Vetter2020-02-251-2/+3
* Only use enc_char in win_print_incoming() when neededMichael Vetter2020-02-251-1/+4
* readem: add chat badgeMichael Vetter2020-02-251-3/+2
* Merge pull request #1276 from wstrm/fix-formattingMichael Vetter2020-02-251-12/+12
|\
| * Improve formatting for some help instructionsWilliam Wennerström2020-02-241-12/+12
|/
* Fix errors in log.cMichael Vetter2020-02-221-1/+2
* Fix log test stubMichael Vetter2020-02-211-4/+5
* get_log_file_location () should return const char*Michael Vetter2020-02-213-3/+3
* Allow setting custom log file via -f FILENAMEMichael Vetter2020-02-217-23/+53
* Rename separator to trackbarMichael Vetter2020-02-211-4/+4
* Fix test stubMichael Vetter2020-02-211-1/+1
* Make trackbar color configurableMichael Vetter2020-02-214-0/+9
* Dont filter out own MUC messages if muc history is set to 'regular'Michael Vetter2020-02-213-5/+5
* Improve setting encryption char error handlingMichael Vetter2020-02-213-16/+27
* Expand omemo error messageMichael Vetter2020-02-211-2/+2
* pref: Use helper functions for setting/getting the encryption charMichael Vetter2020-02-211-38/+24
* win_print_incoming() strdup the charactarMichael Vetter2020-02-211-1/+1
* Fix missing change from last commitMichael Vetter2020-02-201-1/+1
* Allow utf8 symbols as omemo/pgp/otr indicator charMichael Vetter2020-02-2021-622/+643
* Fix theme setting correction charMichael Vetter2020-02-201-1/+1
* Merge branch 'master' of github.com:profanity-im/profanityMichael Vetter2020-02-201-1/+1
|\
| * Merge pull request #1273 from wstrm/add-sr.ht-badgeMichael Vetter2020-02-181-1/+1
| |\
| | * Add builds.sr.ht badge for Profanity buildsWilliam Wennerström2020-02-181-1/+1
| |/
* | Parse mentions and triggers in muc history if display is 'regular'Michael Vetter2020-02-206-25/+33
* | Put getting mentions in own functionMichael Vetter2020-02-203-10/+17
* | Add option to color MUC history like regular messagesMichael Vetter2020-02-207-17/+72
* | Refactor mucwin_history()Michael Vetter2020-02-193-8/+9
* | Add define names to commentMichael Vetter2020-02-192-7/+6
|/
* Merge pull request #1269 from wstrm/add-sr.ht-ciMichael Vetter2020-02-176-23/+105
|\
| * Add builds.sr.ht CI for OpenBSDWilliam Wennerström2020-02-176-23/+105
* | omemo: switch to 12 byte IVMichael Vetter2020-02-171-1/+1
* | Refactor win_print_history()Michael Vetter2020-02-174-14/+6
* | Refactor win_print_outgoing_muc_msg()Michael Vetter2020-02-173-15/+7
* | Refactor win_println_incoming_muc_msg()Michael Vetter2020-02-173-15/+7
* | Refactor win_print_outgoing()Michael Vetter2020-02-174-19/+10
* | Fix typoMichael Vetter2020-02-171-1/+1
* | Merge branch 'feature/sendfile-enc-warn'Michael Vetter2020-02-177-7/+157
|\ \ | |/ |/|