1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00
Commit Graph

752 Commits

Author SHA1 Message Date
James Booth
37353edf98 Merge branch 'master' into xep0308-last-message-correction
Conflicts:
	src/command/cmd_ac.c
	src/command/cmd_defs.c
2017-04-29 23:01:09 +01:00
James Booth
d52355d72c Set locale in unit tests
issue #901
2017-04-29 20:33:28 +01:00
James Booth
6b830277a6 Allow previous autocompletion with shift tab 2017-04-01 00:27:11 +01:00
James Booth
d76fa237bb Merge branch 'master' into xep0308-last-message-correction 2017-03-25 20:54:47 +00:00
James Booth
1b9d033cef Add test for case insensitive autocomplete 2017-03-25 20:46:31 +00:00
James Booth
b5e0106526 Autocomplete accent and case insensitive 2017-03-25 01:40:20 +00:00
James Booth
0ae96417b0 Merge branch 'master' into xep0308-last-message-correction 2017-02-07 23:44:34 +00:00
James Booth
286fecf38d Allow installing plugins from directory 2017-02-05 21:09:03 +00:00
James Booth
ea586b507f Merge branch 'master' into xep0308-last-message-correction 2017-01-28 17:30:15 +00:00
James Booth
68a3daedb9 Update Copyright 2017-01-28 17:24:22 +00:00
James Booth
a3729ec6e0 Merge branch 'master' into xep0308-last-message-correction 2017-01-28 16:43:02 +00:00
James Booth
6679b890a0 Fix multibyte chars in prof_occurrences
issue #901
2017-01-26 00:52:13 +00:00
James Booth
8317158e47 Merge branch 'master' into xep0308-last-message-correction 2017-01-23 22:37:33 +00:00
James Booth
8e75437a7e Add carbons from check 2017-01-23 22:25:36 +00:00
James Booth
4c8c3ca267 Merge branch 'master' into xep0308-last-message-correction
Conflicts:
	src/ui/mucwin.c
	src/ui/win_types.h
	src/ui/window.c
	src/ui/window.h
2017-01-22 22:26:07 +00:00
James Booth
9cfd17821c Allow room display properies to be set by plugins 2017-01-20 23:26:14 +00:00
James Booth
c8874cd2e0 Allow chat prefix char to be set by plugins 2017-01-20 21:03:55 +00:00
James Booth
a4a2bb5881 Merge branch 'master' into xep0308-last-message-correction
Conflicts:
	src/ui/win_types.h
	src/ui/window.c
2017-01-20 00:36:17 +00:00
James Booth
1b25aa84cb Add titlebar encryption text to plugins api 2017-01-19 22:33:29 +00:00
James Booth
9fa3cd040b Merge branch 'master' into xep0308-last-message-correction 2017-01-16 00:26:31 +00:00
James Booth
70e831e08b Fix tests 2017-01-16 00:21:57 +00:00
James Booth
a74900c35d Merge branch 'master' into xep0308-last-message-correction 2017-01-16 00:03:54 +00:00
James Booth
2b7894ccff Remove status from cl_ev_presence_send
fixes #888
2017-01-15 23:59:31 +00:00
James Booth
4df1252c17 Incoming message correction 2016-12-18 00:28:08 +00:00
James Booth
ab210ab2fb Add message id to win_print_incoming 2016-12-07 21:26:53 +00:00
James Booth
8bc9a64698 Add chat outgoing correction 2016-12-06 23:51:31 +00:00
James Booth
9926d016a0 Pass flag for upload 2016-12-03 22:14:08 +00:00
James Booth
0d8ac7263c Add ProfBuffXMPP 2016-12-01 23:28:16 +00:00
James Booth
c112401ac8 Rename win_notify_remind -> win_do_notify_remind 2016-11-24 22:18:31 +00:00
James Booth
44d4c3514c Rename win_to_string -> win_create_summary 2016-11-24 22:06:50 +00:00
James Booth
0c55600ae5 Debug message correction 2016-11-23 00:11:55 +00:00
James Booth
c5176014e7 Rename self caps functions 2016-11-22 22:21:14 +00:00
James Booth
e043029a50 Allow clearing account resource
issue #880
2016-11-22 00:39:52 +00:00
James Booth
609d05366c Use server features for account muc service
issue #878
2016-11-20 02:09:34 +00:00
James Booth
333403d2e5 Remove ui_current_print_formatted_line 2016-10-16 22:13:49 +01:00
James Booth
769e71b17b Remove ui_current_print_line 2016-10-16 21:45:48 +01:00
James Booth
f3aebd547c Use varargs in win_println_indent 2016-10-15 21:05:26 +01:00
James Booth
711c5b8e45 Add win_appendln 2016-10-15 19:19:44 +01:00
James Booth
8f1d3ab55c Add win_print 2016-10-15 18:29:02 +01:00
James Booth
3612270e90 Rename win_println -> win_println_indent 2016-10-15 17:23:02 +01:00
James Booth
5488fd6e72 Remove win_vprintln_ch 2016-10-15 17:17:17 +01:00
James Booth
478c749ff9 Remove ui_current_error_line 2016-10-15 17:08:29 +01:00
James Booth
9d075c9805 Remove ui_win_error_line 2016-10-15 17:07:15 +01:00
James Booth
6ed04d87b3 Rename win_get_string -> win_to_string 2016-10-15 16:41:37 +01:00
James Booth
33b4b79f2e Add ch arg to win_printf_line 2016-10-15 00:04:57 +01:00
James Booth
97898ee082 Add win_printf_line 2016-10-12 00:14:55 +01:00
James Booth
0890179fc4 Remove win_print, use win_printf instead 2016-10-11 23:38:59 +01:00
James Booth
0337c5b22c Rename win_vprint -> win_printf 2016-10-11 23:10:48 +01:00
James Booth
c40660b0d8 Use current room for /bookmark add and /bookmark remove 2016-10-05 00:52:57 +01:00
James Booth
388a20813c Tests: disable occupants panel in functional tests 2016-09-26 00:39:37 +01:00