1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
profanity/tests/unittests
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
..
config Allow clearing account resource 2016-11-22 00:39:52 +00:00
log Pass delay timestamp to all incoming chat events 2015-09-08 20:18:31 +01:00
otr Send receipt request only when receiver supports feature 2016-08-18 22:53:23 +01:00
pgp Allow previous autocompletion with shift tab 2017-04-01 00:27:11 +01:00
tools Allow installing plugins from directory 2017-02-05 21:09:03 +00:00
ui Merge branch 'master' into xep0308-last-message-correction 2017-04-29 23:01:09 +01:00
xmpp Merge branch 'master' into xep0308-last-message-correction 2017-04-29 23:01:09 +01:00
helpers.c Move all filepath handling to files.c 2016-07-24 21:49:35 +01:00
helpers.h Moved all tests to tests folder 2015-06-12 23:53:30 +01:00
test_autocomplete.c Allow previous autocompletion with shift tab 2017-04-01 00:27:11 +01:00
test_autocomplete.h Allow previous autocompletion with shift tab 2017-04-01 00:27:11 +01:00
test_callbacks.c Unit test for callback_add_command() 2016-07-04 21:10:11 +01:00
test_callbacks.h Free plugins commands on quit 2016-07-04 00:41:29 +01:00
test_chat_session.c Moved chat_session.c 2016-07-24 14:23:55 +01:00
test_chat_session.h Moved all tests to tests folder 2015-06-12 23:53:30 +01:00
test_cmd_account.c Fix tests 2017-01-16 00:21:57 +00:00
test_cmd_account.h Added messaage when account resource changed whilst connected 2015-06-24 21:36:39 +01:00
test_cmd_alias.c Rename command sources 2016-05-22 23:59:52 +01:00
test_cmd_alias.h Moved all tests to tests folder 2015-06-12 23:53:30 +01:00
test_cmd_bookmark.c Use current room for /bookmark add and /bookmark remove 2016-10-05 00:52:57 +01:00
test_cmd_bookmark.h Remove JABBER_STARTED, JABBER_UNDEFINED connection states 2016-05-10 23:18:11 +01:00
test_cmd_connect.c Rename command sources 2016-05-22 23:59:52 +01:00
test_cmd_connect.h Moved all tests to tests folder 2015-06-12 23:53:30 +01:00
test_cmd_disconnect.c Moved roster_list.c 2016-07-24 15:08:47 +01:00
test_cmd_disconnect.h Moved all tests to tests folder 2015-06-12 23:53:30 +01:00
test_cmd_join.c Moved muc.c 2016-07-24 15:02:43 +01:00
test_cmd_join.h Moved all tests to tests folder 2015-06-12 23:53:30 +01:00
test_cmd_otr.c Remove ui_current_print_formatted_line 2016-10-16 22:13:49 +01:00
test_cmd_otr.h Remove JABBER_STARTED, JABBER_UNDEFINED connection states 2016-05-10 23:18:11 +01:00
test_cmd_pgp.c Rename command sources 2016-05-22 23:59:52 +01:00
test_cmd_pgp.h Remove JABBER_STARTED, JABBER_UNDEFINED connection states 2016-05-10 23:18:11 +01:00
test_cmd_presence.c Move /statuses options to /presence command 2016-05-31 23:21:19 +01:00
test_cmd_presence.h Move /statuses options to /presence command 2016-05-31 23:21:19 +01:00
test_cmd_rooms.c Rename command sources 2016-05-22 23:59:52 +01:00
test_cmd_rooms.h Remove JABBER_STARTED, JABBER_UNDEFINED connection states 2016-05-10 23:18:11 +01:00
test_cmd_roster.c Moved roster_list.c 2016-07-24 15:08:47 +01:00
test_cmd_roster.h Moved all tests to tests folder 2015-06-12 23:53:30 +01:00
test_cmd_sub.c Rename command sources 2016-05-22 23:59:52 +01:00
test_cmd_sub.h Moved all tests to tests folder 2015-06-12 23:53:30 +01:00
test_common.c Fix multibyte chars in prof_occurrences 2017-01-26 00:52:13 +00:00
test_common.h Move window functions to window_list.c 2016-07-24 17:02:09 +01:00
test_contact.c Moved contact.c 2016-07-24 14:55:32 +01:00
test_contact.h Moved all tests to tests folder 2015-06-12 23:53:30 +01:00
test_form.c Moved all tests to tests folder 2015-06-12 23:53:30 +01:00
test_form.h Moved all tests to tests folder 2015-06-12 23:53:30 +01:00
test_jid.c Moved jid.c 2016-07-24 14:59:28 +01:00
test_jid.h Moved all tests to tests folder 2015-06-12 23:53:30 +01:00
test_keyhandlers.c Moved all tests to tests folder 2015-06-12 23:53:30 +01:00
test_keyhandlers.h Moved all tests to tests folder 2015-06-12 23:53:30 +01:00
test_muc.c Moved muc.c 2016-07-24 15:02:43 +01:00
test_muc.h Moved all tests to tests folder 2015-06-12 23:53:30 +01:00
test_parser.c Moved all tests to tests folder 2015-06-12 23:53:30 +01:00
test_parser.h Moved all tests to tests folder 2015-06-12 23:53:30 +01:00
test_plugins_disco.c Use hashtables for plugin disco features 2016-08-17 23:21:48 +01:00
test_plugins_disco.h Use hashtables for plugin disco features 2016-08-17 23:21:48 +01:00
test_preferences.c Moved all tests to tests folder 2015-06-12 23:53:30 +01:00
test_preferences.h Moved all tests to tests folder 2015-06-12 23:53:30 +01:00
test_roster_list.c Allow previous autocompletion with shift tab 2017-04-01 00:27:11 +01:00
test_roster_list.h Added more group tests 2015-11-14 22:21:57 +00:00
test_server_events.c Fix assertion errors in unit tests 2016-09-25 23:30:44 +01:00
test_server_events.h Moved all tests to tests folder 2015-06-12 23:53:30 +01:00
unittests.c Set locale in unit tests 2017-04-29 20:33:28 +01:00