Commit Graph

  • 3d7e6fae7c Use ProfMessage as parameter for win_println_incoming_muc_msg() Michael Vetter 2020-03-09 12:00:15 +01:00
  • 0801623018 window.c: Rename variable Michael Vetter 2020-03-09 11:51:32 +01:00
  • 8112b8c84b Use proper OS names for OpenBSD and NetBSD Michael Vetter 2020-03-09 11:24:14 +01:00
  • c9fcd01865 Dont check before freeing Michael Vetter 2020-02-27 16:29:23 +01:00
  • ca14f3a1a2 Fix memory leak in win_create_muc() Michael Vetter 2020-02-27 16:14:54 +01:00
  • 16f5106f10 Merge pull request #1278 from profanity-im/memleaks Michael Vetter 2020-02-27 16:02:15 +01:00
  • d18ec23d0a Fix few memory leaks Dmitry Podgorny 2020-02-27 01:35:36 +02:00
  • 779c2efc17 Set muc history correctly in _handle_groupchat() Michael Vetter 2020-02-25 16:33:28 +01:00
  • 063b5243f1 Free jid in muc_members_add() Michael Vetter 2020-02-25 16:31:41 +01:00
  • fc35a5a492 Stop buffer_remove_entry_by_id() once we found the entry Michael Vetter 2020-02-25 16:11:59 +01:00
  • f597de4889 Properly free buffer entry Michael Vetter 2020-02-25 16:06:00 +01:00
  • 62730367d6 Fix memleak in stanza_get_oldest_delay Michael Vetter 2020-02-25 15:54:44 +01:00
  • e9c5c1979d Fix memleak in _handle_groupchat() Michael Vetter 2020-02-25 15:24:53 +01:00
  • 240aeac4d3 Make cmd_logging() safer Michael Vetter 2020-02-25 14:55:46 +01:00
  • 1a87d7be3e Only use enc_char in win_print_incoming() when needed Michael Vetter 2020-02-25 14:36:20 +01:00
  • dd2474462b readem: add chat badge Michael Vetter 2020-02-25 13:57:09 +01:00
  • 68685aaadf Merge pull request #1276 from wstrm/fix-formatting Michael Vetter 2020-02-25 11:27:56 +01:00
  • 24293ec47e Improve formatting for some help instructions William Wennerström 2020-02-24 14:31:45 +01:00
  • c08d0e9ce8 Fix errors in log.c Michael Vetter 2020-02-22 09:27:04 +01:00
  • f055faf31c Fix log test stub Michael Vetter 2020-02-21 21:29:14 +01:00
  • 55f49f1259 get_log_file_location () should return const char* Michael Vetter 2020-02-21 21:19:54 +01:00
  • 75cfe38808 Allow setting custom log file via -f FILENAME Michael Vetter 2020-02-21 21:10:00 +01:00
  • 99dc1c9494 Rename separator to trackbar Michael Vetter 2020-02-21 19:17:12 +01:00
  • 4b1b035654 Fix test stub Michael Vetter 2020-02-21 19:16:52 +01:00
  • 6dbbbe11e5 Make trackbar color configurable Michael Vetter 2020-02-21 19:11:36 +01:00
  • eb2fbdba2e Dont filter out own MUC messages if muc history is set to 'regular' Michael Vetter 2020-02-21 18:46:09 +01:00
  • 669de0ca52 Improve setting encryption char error handling Michael Vetter 2020-02-21 14:51:19 +01:00
  • 2a952cb4c5 Expand omemo error message Michael Vetter 2020-02-21 10:30:09 +01:00
  • fd04727212 pref: Use helper functions for setting/getting the encryption char Michael Vetter 2020-02-21 09:51:40 +01:00
  • 7fdc4ed7f6 win_print_incoming() strdup the charactar Michael Vetter 2020-02-21 08:02:11 +01:00
  • c13553bfcb Fix missing change from last commit Michael Vetter 2020-02-20 23:43:35 +01:00
  • 1f8b1eb740 Allow utf8 symbols as omemo/pgp/otr indicator char Michael Vetter 2020-02-20 18:11:08 +01:00
  • 280b718cfb Fix theme setting correction char Michael Vetter 2020-02-20 16:50:17 +01:00
  • 3ab4ae45f0 Merge branch 'master' of github.com:profanity-im/profanity Michael Vetter 2020-02-20 10:29:11 +01:00
  • 8ee2cdadc8 Parse mentions and triggers in muc history if display is 'regular' Michael Vetter 2020-02-20 10:17:17 +01:00
  • 1ddac7b9c6 Put getting mentions in own function Michael Vetter 2020-02-20 10:03:36 +01:00
  • 80dd3fdbb2 Add option to color MUC history like regular messages Michael Vetter 2020-02-20 08:11:58 +01:00
  • 6aa793fca6 Refactor mucwin_history() Michael Vetter 2020-02-19 16:57:37 +01:00
  • cf36a92dcb Add define names to comment Michael Vetter 2020-02-19 16:36:54 +01:00
  • 124cfd73c3 Merge pull request #1273 from wstrm/add-sr.ht-badge Michael Vetter 2020-02-18 17:53:08 +01:00
  • 5cd6764d6f Add builds.sr.ht badge for Profanity builds William Wennerström 2020-02-18 17:39:30 +01:00
  • b4c6470df4 Merge pull request #1269 from wstrm/add-sr.ht-ci Michael Vetter 2020-02-17 16:47:52 +01:00
  • 0089fbcf0a omemo: switch to 12 byte IV Michael Vetter 2020-02-17 14:04:24 +01:00
  • ea5a947f52 Refactor win_print_history() Michael Vetter 2020-02-17 12:05:58 +01:00
  • 6e68f1812b Refactor win_print_outgoing_muc_msg() Michael Vetter 2020-02-17 12:03:23 +01:00
  • f13ea11f95 Refactor win_println_incoming_muc_msg() Michael Vetter 2020-02-17 11:58:36 +01:00
  • 69d474b3a7 Refactor win_print_outgoing() Michael Vetter 2020-02-17 11:48:50 +01:00
  • b267b065f5 Add builds.sr.ht CI for OpenBSD William Wennerström 2020-02-14 12:50:52 +01:00
  • 92f6930175 Fix typo Michael Vetter 2020-02-17 10:09:32 +01:00
  • 555e50cc92 Merge branch 'feature/sendfile-enc-warn' Michael Vetter 2020-02-17 09:01:00 +01:00
  • 7955f44262 Mention how to enable unencrypted file transer Michael Vetter 2020-02-17 08:59:55 +01:00
  • 7d596d8cef Make /sendfile in PGP session configurable Michael Vetter 2020-02-17 08:57:35 +01:00
  • 86bcadcbe3 Make /sendfile in OTR session configurable Michael Vetter 2020-02-17 08:44:26 +01:00
  • 36713a2ed7 Make /sendfile in OMEMO session configurable Michael Vetter 2020-02-17 08:31:46 +01:00
  • 674a8aaf7e Disallow sendfile in e2ee chat sessions moppman 2020-02-14 14:58:48 +01:00
  • ca3afa7e05 test: Init window.layout to make compiler happy Michael Vetter 2020-02-14 14:40:20 +01:00
  • 421c67e284 Add workaround for compiler warning Michael Vetter 2020-02-14 11:23:19 +01:00
  • 59e68f7b7a xep-0308: Add note about tab completion Michael Vetter 2020-02-14 11:19:32 +01:00
  • fdffd16126 xep-0308: add note about where corrections are possible Michael Vetter 2020-02-14 11:17:22 +01:00
  • edba5c83ff xep-0308: only allow /correct when corrections are enabled Michael Vetter 2020-02-14 11:15:32 +01:00
  • c995f3150e Merge pull request #1267 from profanity-im/feature/xep-0308-lmc Michael Vetter 2020-02-14 11:09:45 +01:00
  • 4241917fba xep-0308: add caution note Michael Vetter 2020-02-14 10:06:25 +01:00
  • fcfb493dfb Rename buffer->from to buffer->display_from Michael Vetter 2020-02-13 15:55:10 +01:00
  • e27c414f1f xep-0308: enable for carbon copied messages Michael Vetter 2020-02-13 12:54:31 +01:00
  • 9b3593bdf9 xep-0308: enable correction in outgoing messages with delivery receipts Michael Vetter 2020-02-13 12:24:12 +01:00
  • 3aad0523d7 Always send delivery receipts if enabled Michael Vetter 2020-02-13 12:21:22 +01:00
  • 3e901aee99 Rename win_print_with_receipt() -> win_print_outgoing_with_receipt() Michael Vetter 2020-02-13 11:48:11 +01:00
  • 3a1be74e93 Add myself to copyright Michael Vetter 2020-02-13 11:12:15 +01:00
  • 2900bf4aef Rename win_println_them_message() -> win_println_incoming_muc_msg() Michael Vetter 2020-02-13 11:09:55 +01:00
  • c614cc288a Fix tests Michael Vetter 2020-02-13 09:26:41 +01:00
  • 50271493b7 xep-0308: remove replace_id from privwin signature Michael Vetter 2020-02-13 09:25:11 +01:00
  • fb68d44264 xep-0308: adapt unit test stubs Michael Vetter 2020-02-13 09:17:52 +01:00
  • 743ec6afd0 xep-0308: only replace messages if the user enabled the feature Michael Vetter 2020-02-12 17:42:43 +01:00
  • 8f37afcd37 xep-0308: Make /correct work without quotation marks Michael Vetter 2020-02-12 14:50:58 +01:00
  • 1072cdab0a xep-0308: Fix sending corrections for multiple words Michael Vetter 2020-02-12 14:45:26 +01:00
  • bc571a387d xep-0308: Add autocompletion of last message for /correct Michael Vetter 2020-02-12 14:24:11 +01:00
  • 4ec005e4c3 xep-0308: Implement LMC for outgoing MUC messages Michael Vetter 2020-02-12 14:06:00 +01:00
  • 2a7a389cb5 Rename MUC PM handler Michael Vetter 2020-02-12 13:14:19 +01:00
  • 66d3f572f9 xep-0308: Dont allow to correct MUC PMs Michael Vetter 2020-02-12 13:09:58 +01:00
  • ed1d49bf0c xep-0308: correct incoming MUC PMs Michael Vetter 2020-02-12 13:07:52 +01:00
  • 7cd1be36f2 xep-0308: Display corrected incoming MUC messages correctly Michael Vetter 2020-02-12 12:56:34 +01:00
  • 7ad2e4761b xep-0308: Don't check whether receiving clients supports this feature Michael Vetter 2020-02-12 10:31:12 +01:00
  • 11b6e1bfa0 xep-0308: enable corrections for outgoing encrypted messages Michael Vetter 2020-02-12 08:54:12 +01:00
  • 38c32be14c Distinguish between _win_print() and _win_printf() Michael Vetter 2020-02-12 08:32:34 +01:00
  • 0482a80f8a Rename win_correct_incoming to win_correct Michael Vetter 2020-02-12 07:07:54 +01:00
  • b6b7dd5ad4 xep-0308: update the UI upon sending a corrected message Michael Vetter 2020-02-11 15:26:58 +01:00
  • 1118110071 xep-0308: Implement /correct to correct the last send message Michael Vetter 2020-02-10 16:17:01 +01:00
  • 83b61e5160 xep-0308: add cons_correction_setting stub to tests Michael Vetter 2020-02-10 14:59:10 +01:00
  • 3c1db1cd32 xep-0308: make correction.char themeable Michael Vetter 2020-02-10 14:58:22 +01:00
  • dd8086772d xep-0308: create setting to toggle lmc Michael Vetter 2020-02-10 14:52:42 +01:00
  • c2d70a071f xep-0308: set correction char in config Michael Vetter 2020-02-10 13:48:31 +01:00
  • 039bf5d04d xep-0308: add correction autocompletion Michael Vetter 2020-02-10 13:35:46 +01:00
  • f16d56a15e xep-0308: Initial support for incoming LMC Michael Vetter 2020-02-10 13:19:54 +01:00
  • 968006e1dd travis: Update icons switch Michael Vetter 2020-02-08 09:28:41 +01:00
  • 17b6cfaf7d Start next development cycle Michael Vetter 2020-02-07 21:49:21 +01:00
  • 4291281629 Release 0.8.1 Michael Vetter 2020-02-07 21:47:41 +01:00
  • d05018857b Update changelog for 0.8.1 Michael Vetter 2020-02-07 21:46:16 +01:00
  • ce48525e99 avatar: use unique id for stanza id Michael Vetter 2020-02-07 21:12:59 +01:00
  • 772224421d Clear buffer upon /clear Michael Vetter 2020-02-07 15:52:24 +01:00
  • 7df964fe7b Set PREF_COLOR_NICK to false by default Michael Vetter 2020-02-06 10:54:03 +01:00