1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00
Commit Graph

4740 Commits

Author SHA1 Message Date
James Booth
ceb4239391 Add pre chat and room message blocking 2017-01-22 18:26:19 +00:00
James Booth
912f9aae41 Add chat and room show calls to plugins api 2017-01-21 20:37:24 +00:00
James Booth
a3dc7ac5bd Allow room display properies to be set by plugins
Conflicts:
	src/ui/mucwin.c
	src/ui/window.c
	src/ui/window.h
2017-01-20 23:44:52 +00:00
James Booth
f474118093 Allow chat prefix char to be set by plugins 2017-01-20 23:28:06 +00:00
James Booth
90ad7683c7 Update CHANGELOG 2017-01-19 23:18:11 +00:00
James Booth
ca7d07e1a7 Add titlebar encryption text to plugins api 2017-01-19 23:16:53 +00:00
James Booth
91baaba770 Fix conditional compile 2017-01-18 23:19:51 +00:00
James Booth
d7268b0fbc Add prof.encryption_reset to Plugins API
issue #885
2017-01-18 23:01:49 +00:00
James Booth
7994d7b103 Fix tests 2017-01-16 00:31:37 +00:00
James Booth
f3c638c66c Fix compile 2017-01-16 00:31:31 +00:00
James Booth
764fe8a1f3 Remove status from cl_ev_presence_send
fixes #888
2017-01-16 00:31:13 +00:00
James Booth
40b90bb0ec Fix help tags for /account 2016-11-23 00:21:23 +00:00
James Booth
63bf89e6fc Allow clearing account resource
issue #880

Conflicts:
	src/ui/console.c
2016-11-22 00:49:32 +00:00
James Booth
4c048061ff Fix typo 2016-11-20 02:21:59 +00:00
James Booth
6b79c99658 Use server features for account muc service
issue #878
2016-11-20 02:14:02 +00:00
James Booth
187b894584 Update CHANGELOG 2016-11-06 23:09:38 +00:00
James Booth
187d7b655a Add get_room_nick to plugins api 2016-11-06 23:07:10 +00:00
James Booth
6a78265cba Update CHANGELOG 2016-11-06 22:32:52 +00:00
James Booth
1e08a09394 Add main.help.header to themes
Conflicts:
	themes/boothj5_laptop
	themes/forest
2016-10-30 17:20:17 +00:00
James Booth
09a49b7ed9 Added main.help.header theme option
Conflicts:
	src/command/cmd_funcs.c
	src/ui/console.c
2016-10-30 17:17:58 +00:00
James Booth
853a6b4cbc Fix typo 2016-10-29 13:07:42 +01:00
James Booth
52fd85c7cf Update CHANGELOG 2016-10-18 00:16:14 +01:00
James Booth
c9a2b74e21 Add /tls certpath default
issue #871
2016-10-17 23:49:42 +01:00
James Booth
cc38316e55 Fix time.xmlconsole in themes
Conflicts:
	themes/boothj5_laptop
2016-10-16 22:28:17 +01:00
James Booth
139aa60ec7 Allow filepath autocompletion in plugins
closes #858

Conflicts:
	src/command/cmd_ac.h
2016-10-10 22:38:14 +01:00
James Booth
e4b7918d37 Remove hash table replace entry when adding plugin timed callbacks
fixes #869
2016-10-09 23:40:09 +01:00
James Booth
c67c928e86 Merge remote-tracking branch 'origin/0.5.patch' into 0.5.patch 2016-10-06 00:48:25 +01:00
James Booth
b0def5ac6c Fix /tls revoke message
fixes #868
2016-10-06 00:47:12 +01:00
James Booth
3e7bb2293d Reduce scope of GString in autocompleters
fixes #867
2016-10-03 21:58:57 +01:00
James Booth
96feb0e300 Add config.h to http_upload.c 2016-10-02 22:54:03 +01:00
James Booth
1194584026 Add stub_ui.h to Makefile.am 2016-10-02 00:34:10 +01:00
Jack Henschel
969b6d6f16 Correct minor spelling errors 2016-09-27 20:38:08 +01:00
James Booth
27edd85385 Update CHANGELOG 2016-09-25 23:55:41 +01:00
James Booth
acb6e0539f Fix assertion errors in unit tests 2016-09-25 23:51:45 +01:00
James Booth
51aef5ca3b Use caps_lookup when checking for feature 2016-09-25 23:51:10 +01:00
James Booth
751d9624c3 Set to development version 0.5.1 2016-09-16 00:03:23 +01:00
James Booth
6d274ba846 Release 0.5.0 2016-09-15 22:53:43 +01:00
James Booth
8b83e79992 Remove -fv flags from autoreconf 2016-09-13 00:47:54 +01:00
James Booth
8e1481660e Merge pull request #848 from pasis/configure-parser
configure.ac: remove outdated xml parser info
2016-09-09 21:05:46 +01:00
Dmitry Podgorny
af53ca8f6c configure.ac: remove outdated xml parser info 2016-09-08 11:44:06 +03:00
James Booth
56c0c533e3 Disable C plugins on Cygwin 2016-09-08 00:36:11 +01:00
James Booth
4647fd8a4f Free stanzas on stanza_create_http_upload_request() 2016-09-05 23:27:56 +01:00
James Booth
77ef4de29e Free hashtable key list in connection_jid_for_feature() 2016-09-05 23:19:22 +01:00
James Booth
74148dd6a2 Fix string frees in _complete_filepath 2016-09-05 23:10:09 +01:00
James Booth
2613d23f8b Free string on /plugins install 2016-09-05 22:55:23 +01:00
James Booth
9e59571f84 Free strings in _complete_filepath 2016-09-05 22:27:30 +01:00
James Booth
c908f37a23 Fail configure when no pthread support 2016-09-05 22:00:16 +01:00
James Booth
5c245acd93 Merge pull request #847 from tindzk/plugins-typo
cmd_defs: Fix typo
2016-09-05 21:56:03 +01:00
Tim Nieradzik
74942da0ff cmd_defs: Fix typo 2016-09-05 09:34:00 +03:00
James Booth
bd51ab83d6 Travis build: Run unit tests once 2016-09-03 23:07:16 +01:00