Commit Graph

  • 315d862e22 Make readline check more portable Carlo Cabrera 2021-11-23 21:57:02 +08:00
  • a77a57a6a4 src/plugins/python_api.c: drop redundant NULL pointer check Sergei Trofimovich 2021-11-18 22:28:44 +00:00
  • 753d9dbbdb src/plugins/callbacks.c: drop redundant NULL pointer check Sergei Trofimovich 2021-11-18 22:27:20 +00:00
  • 9a9122c148 Cleanup _get_message_from_editor a bit Michael Vetter 2021-11-01 12:24:28 +01:00
  • 7f5f334cd7 Merge pull request #1611 from nlfx/fix-omemo-sendfile Michael Vetter 2021-11-01 12:11:49 +01:00
  • c41749b124 Fix OMEMO /sendfile on non-glibc systems nlfx 2021-11-01 03:31:26 +01:00
  • cad934b9a0 Merge pull request #1608 from sjaeckel/deprecate-libmesode Michael Vetter 2021-10-28 20:30:38 +02:00
  • 472a3ceec4 ci: disable osx until they updated libstrophe Michael Vetter 2021-10-28 20:15:40 +02:00
  • 61cebcdf5b ci: switch from libmesode to libstrophe Michael Vetter 2021-10-28 20:07:30 +02:00
  • 16ce42a0db bump libstrophe requirement to 0.11.0 Michael Vetter 2021-10-28 20:07:13 +02:00
  • fee23b55f0 Refined sender device acquirement nandesu-utils 2021-10-29 01:15:55 +09:00
  • d2ba0e0833 auto-format Steffen Jaeckel 2021-10-27 19:05:35 +02:00
  • 7f646e3668 use new libstrophe API Steffen Jaeckel 2021-10-27 18:29:15 +02:00
  • 687714d7d6 ran autoupdate Steffen Jaeckel 2021-10-27 15:05:49 +02:00
  • ffc0b49ab1 first step to remove libmesode Steffen Jaeckel 2021-10-27 15:05:39 +02:00
  • 17d62921e9 Acquire sender's device list on connection nandesu-utils 2021-10-28 04:01:07 +09:00
  • b4d65335f6 Remove spec file Michael Vetter 2021-10-23 22:43:52 +02:00
  • baf51b9580 readme: remove chat badge Michael Vetter 2021-10-22 17:12:06 +02:00
  • 56846a5b77 Merge pull request #1607 from profanity-im/utf8indicatorchar Michael Vetter 2021-10-22 17:08:14 +02:00
  • cc206ee8cc ci: remove ubuntu Michael Vetter 2021-10-22 16:57:24 +02:00
  • a9bcc8e8bd Allow utf8 in occupants header char Michael Vetter 2021-10-22 16:51:15 +02:00
  • 1c96115f97 Allow utf8 in occupants char Michael Vetter 2021-10-22 16:47:15 +02:00
  • fa2881fcea Allow utf8 in roster room private char Michael Vetter 2021-10-22 16:42:57 +02:00
  • 8fc359ba2d Allow utf8 in roster rooms char Michael Vetter 2021-10-22 16:39:54 +02:00
  • 7faf15a18c Allow utf8 in roster private char Michael Vetter 2021-10-22 16:33:10 +02:00
  • 83ee4a27cb Allow utf8 in roster resource char Michael Vetter 2021-10-22 16:29:08 +02:00
  • a668ca45b7 Allow utf8 in roster contact char Michael Vetter 2021-10-22 16:23:18 +02:00
  • ab5ee11c66 tests: Add win_get_last_sent_messag() stub Michael Vetter 2021-10-22 12:40:34 +02:00
  • 59063aa3b4 Merge pull request #1601 from MarcoPolo-PasTonMolo/master Michael Vetter 2021-10-22 12:38:39 +02:00
  • da3a6d8743 Move declaration and definition of win_get_last_sent_message to the correct place MarcoPolo-PasTonMolo 2021-10-22 10:24:51 +03:00
  • 6b0f15a1c9 Remove autocomplete for /correct-editor MarcoPolo-PasTonMolo 2021-10-21 17:01:54 +03:00
  • 91898597dd Allow utf8 in roster header char Michael Vetter 2021-10-21 15:30:01 +02:00
  • cd16264d2b Export common code to helper functions MarcoPolo-PasTonMolo 2021-10-17 20:31:36 +03:00
  • 37e1699c84 ci: debian test.. Michael Vetter 2021-10-16 17:54:28 +02:00
  • 9d1bd63885 ci: use new icons switch Michael Vetter 2021-10-16 17:51:38 +02:00
  • 8af293b744 Merge pull request #1604 from mdosch/themes-snikket Michael Vetter 2021-10-16 15:19:21 +02:00
  • 9cc4b3f162 Update debian docker file Michael Vetter 2021-10-16 14:38:23 +02:00
  • 4cb0eae6b3 Add (experimental) theme snikket. Martin Dosch 2021-10-16 14:08:21 +02:00
  • 46c8245af9 Format new register code correctly Michael Vetter 2021-10-13 21:32:44 +02:00
  • aedef61c91 registration: add test stub Michael Vetter 2021-10-13 21:19:54 +02:00
  • e0e45b7b24 Merge pull request #1574 from binex-dsk/master Michael Vetter 2021-10-13 21:19:22 +02:00
  • 0653200965 registration: memory leaks, error checking swirl 2021-10-13 15:02:05 -04:00
  • feaa770444 fixed crashes when server doesn't support registration swirl 2021-10-10 15:43:14 -04:00
  • 09f5cadf1a Add /correct-editor command MarcoPolo-PasTonMolo 2021-10-07 15:53:12 +03:00
  • f21595597f Format code correctly Michael Vetter 2021-10-05 10:01:27 +02:00
  • 7e8cf4a3d6 Merge pull request #1600 from MarcoPolo-PasTonMolo/fix/history-timestamp Michael Vetter 2021-10-05 09:59:11 +02:00
  • 97551aa131 Fix history timestamp MarcoPolo-PasTonMolo 2021-10-04 23:11:12 +03:00
  • ce5bf721ca Mention make spell and doublecheck in contributing.md Michael Vetter 2021-10-05 09:49:50 +02:00
  • 16df5d8255 Add makefile target for spell checking and all tests Michael Vetter 2021-10-05 09:49:32 +02:00
  • 02e7cc029c Add codespell info to contributing Michael Vetter 2021-10-01 23:16:17 +02:00
  • 54a51febf3 Add codespell config Michael Vetter 2021-10-01 23:13:17 +02:00
  • d64e797665 Fix typos in apidocs Michael Vetter 2021-10-01 23:06:29 +02:00
  • 9696f4d5cc Fix typo in profapi.h Michael Vetter 2021-10-01 22:54:43 +02:00
  • 242696f09a Fix fromat string in statusbar Michael Vetter 2021-09-29 23:25:38 +02:00
  • e5b6258c99 Fix wrong format string in titlebar Michael Vetter 2021-09-29 20:17:41 +02:00
  • b72801a0e4 Merge pull request #1598 from profanity-im/feature/global-plugins Michael Vetter 2021-09-29 19:29:47 +02:00
  • 3120636367 Add more help about how to use plugins Michael Vetter 2021-09-29 17:25:18 +02:00
  • b0e0012c22 Fix /plugins update ~/dir Michael Vetter 2021-09-29 15:36:14 +02:00
  • 18c02e5c4d Remove Ruby comment Michael Vetter 2021-09-29 15:30:11 +02:00
  • 25820235fe List globally available plugins Michael Vetter 2021-09-29 15:26:17 +02:00
  • 7486e22b77 Look for plugins to install in global location Michael Vetter 2021-09-29 14:48:33 +02:00
  • ba7b6c2e96 Clean sourcepath from profrc Michael Vetter 2021-09-29 17:31:24 +02:00
  • 3b3a6b7a75 Remove /python sourcepath Michael Vetter 2021-09-29 14:21:33 +02:00
  • fd9ccec8dc Fix wrong format string in titlebar encryption Michael Vetter 2021-09-29 15:48:09 +02:00
  • e943ababb9 Start new cycle Michael Vetter 2021-09-28 19:53:05 +02:00
  • e6f96cd7d7 Release 0.11.1 Michael Vetter 2021-09-28 19:48:42 +02:00
  • 8e43ab05da Fix typos Michael Vetter 2021-09-22 13:01:55 +02:00
  • 31d72689c7 Add more keybindings to /help navigation Michael Vetter 2021-09-15 11:29:20 +02:00
  • 619204f4f5 man: add more keybindings Michael Vetter 2021-09-15 11:24:59 +02:00
  • 1dbe1a33b4 cmd_funcs: Use glib function Michael Vetter 2021-09-09 09:53:23 +02:00
  • 8c4ce7a939 notifier: Use glib function Michael Vetter 2021-09-09 09:48:04 +02:00
  • 0a8d69dc46 Enable whole word only notifications by default Michael Vetter 2021-09-08 12:04:34 +02:00
  • c89e31269c Mention keybindings in man page Michael Vetter 2021-08-31 22:33:00 +02:00
  • c397657061 Change attentionflag shortcut to alt+v Michael Vetter 2021-08-31 22:25:29 +02:00
  • e4ada15f21 Merge pull request #1593 from a1346054/fixes Michael Vetter 2021-08-26 08:23:48 +02:00
  • a1dc3d1237 Trim excess whitespace a1346054 2021-08-26 01:18:10 +00:00
  • 4368a22114 Fix spelling a1346054 2021-08-26 01:17:42 +00:00
  • 6573661096 License: use upstream license file a1346054 2021-08-26 00:30:55 +00:00
  • c7d5379d24 Fix: files missing final ending newline a1346054 2021-08-26 00:28:49 +00:00
  • 1d08d8ccf0 Merge pull request #1591 from paulfariello/fix/omemo-devicelist-access-model Michael Vetter 2021-08-20 15:57:03 +02:00
  • 314d0034ed Fix memleak Paul Fariello 2021-08-20 15:33:31 +02:00
  • 35814d8bd0 Log error received while publishing OMEMO device list Paul Fariello 2021-08-20 15:32:00 +02:00
  • 6f33706e92 Cosmetic Paul Fariello 2021-08-20 15:29:30 +02:00
  • 4d93df4aba OMEMO: Fix precondition-not-met handling Paul Fariello 2021-08-19 09:57:19 +02:00
  • d8cee98cc7 Create devicelist if it doesn't exists Paul Fariello 2021-08-18 18:12:15 +02:00
  • 0b6cf20183 OMEMO: try device list creation and reconfigure on precondition-not-met Paul Fariello 2021-08-18 12:07:09 +02:00
  • 46fe69de9b Ensure devicelist access model is configured before updating it Paul Fariello 2021-07-06 17:47:33 +02:00
  • 87d2c95c87 registration: remove auth param and excess functions swirl 2021-08-17 14:09:32 -04:00
  • f53b4353fd REGISTRATION FIXED Michael Vetter 2021-07-14 16:23:05 +02:00
  • 8a6f1b52d7 progress on fixing registration swirl 2021-07-18 17:25:07 -04:00
  • 4d3f26154e hacky fix(?) for register swirl 2021-07-05 17:44:00 -04:00
  • 2cc354b6ae fixed some bugs, added some more swirl 2021-07-04 19:02:38 -04:00
  • 5ea1ccbb46 /register: parameter updates swirl 2021-07-01 21:29:09 -04:00
  • d9366a26d6 initial register command test swirl 2021-07-01 19:30:30 -04:00
  • 4641537721 omemo: always free error and print warning Michael Vetter 2021-07-22 08:29:05 +02:00
  • 25cc479b2f Merge pull request #1587 from profanity-im/memleak-history Michael Vetter 2021-07-20 19:08:03 +02:00
  • 2e0adbd004 chatwin: fix memory leak when load history Dmitry Podgorny 2021-07-20 22:13:13 +03:00
  • 8be49e9e21 Check for curl version nr Michael Vetter 2021-07-20 17:26:07 +02:00
  • 9bd635d7e6 accounts: get rid of guard around free Michael Vetter 2021-07-17 23:13:01 +02:00
  • ba414eb0ac Merge pull request #1583 from profanity-im/memleak Michael Vetter 2021-07-17 23:10:15 +02:00