Commit Graph

  • 0331cbe249 Test usage shown for /sub James Booth 2013-12-27 22:12:39 +00:00
  • 7272f42c97 configure.ac: use ncursesw if it's there, but continue if only ncurses is found Jasper van Bourgognie 2013-12-27 22:05:33 +01:00
  • 4a706f7a80 src/ui/core.c: Removed duplicate const keyword Jasper van Bourgognie 2013-12-27 20:56:47 +01:00
  • 8f26b3bbf9 configure.ac: Check for ncurses instead of ncursesw Jasper van Bourgognie 2013-12-27 20:52:42 +01:00
  • 7127a934c7 Fixed types of presence variables to resource_presence_type (avoid useless and implicit casts) Jasper van Bourgognie 2013-12-27 20:50:43 +01:00
  • 976f3e303a Added /sub command test James Booth 2013-12-27 17:25:30 +00:00
  • c3fbaf8b2a Removed whitespace James Booth 2013-12-27 14:36:42 +00:00
  • 122fe09c61 Added tests for "/account clear <property>" James Booth 2013-12-27 14:35:31 +00:00
  • 6d6bc67d5c Test for presence update when changing priority James Booth 2013-12-27 14:17:24 +00:00
  • 7a63cf2e22 Changed messages on invalid priorities James Booth 2013-12-27 00:29:20 +00:00
  • 9d1b05a896 Test priority above upper bounds James Booth 2013-12-27 00:07:04 +00:00
  • ada3c768e5 Test priority below lower bounds James Booth 2013-12-27 00:05:06 +00:00
  • b466809245 Added test for showing message when changing priority James Booth 2013-12-26 15:17:46 +00:00
  • a2c0dab474 Removed mock code from tests James Booth 2013-12-26 14:48:25 +00:00
  • 8685e78c86 Added mock_accounts and fixed tests James Booth 2013-12-26 13:37:22 +00:00
  • b83b262d47 Bind remaining ui functions in main.c James Booth 2013-12-23 00:23:22 +00:00
  • 7fe8f61b9b Bind console functions in main.c James Booth 2013-12-23 00:08:45 +00:00
  • a6859354b4 Bind ui core functions in main.c James Booth 2013-12-22 23:54:22 +00:00
  • 6a9bb8ea11 Bind roster functions in main.c James Booth 2013-12-22 23:34:44 +00:00
  • 4e169689f6 Bind presence functions in main.c James Booth 2013-12-22 23:31:49 +00:00
  • 74e8a405d6 Bind message functions in main.c James Booth 2013-12-22 23:25:30 +00:00
  • 90e7ce1c56 Bind iq functions in main.c James Booth 2013-12-22 23:19:20 +00:00
  • e818a6772b Bind capabilities functions in main.c James Booth 2013-12-22 23:16:19 +00:00
  • c001f0e7cb Bind bookmark functions in main.c James Booth 2013-12-22 23:13:34 +00:00
  • 581f58e47f Bind jabber functions in main.c James Booth 2013-12-22 23:07:41 +00:00
  • 5a5b1340aa Dynamically load UI functions, fixed tests James Booth 2013-12-22 22:14:15 +00:00
  • d56f6dc39b Added mocks and stubs for cons_show James Booth 2013-12-19 21:05:39 +00:00
  • b27c5d0f5b Replaced old mock_xmpp James Booth 2013-12-18 23:06:43 +00:00
  • 00a475cf55 Added common mock functions and fixed tests James Booth 2013-12-18 22:49:43 +00:00
  • 81909ef000 Dynamically bind xmpp module api James Booth 2013-12-18 20:16:55 +00:00
  • bc700fbfea Merge branch 'master' into otr James Booth 2013-12-18 00:36:05 +00:00
  • f47bd58a1c Added tests for setting presence priorities James Booth 2013-12-17 23:57:06 +00:00
  • ba66d6b730 Added tests for "/account set <status> <priority>" with invalid status James Booth 2013-12-17 23:23:11 +00:00
  • 76e7a8341b Added tests for "/account set status" James Booth 2013-12-17 23:17:02 +00:00
  • d5a2e645bf Tests valid and invalid resource presence strings James Booth 2013-12-17 22:58:27 +00:00
  • 99f4eeb60d Removed help->usage when not used in tests James Booth 2013-12-17 22:49:02 +00:00
  • de06c40d46 Added tests for "/account set muc" and "/account set nick" James Booth 2013-12-17 22:46:54 +00:00
  • 3b2446c46a Added tests for "/account set password" James Booth 2013-12-17 22:40:55 +00:00
  • 8adca66fa3 Added tests for "/account set resource" James Booth 2013-12-17 22:37:35 +00:00
  • 9b41c4ee32 Added tests for "/account set server" James Booth 2013-12-17 22:33:49 +00:00
  • 95d08db292 Merge branch 'master' into otr James Booth 2013-12-16 01:11:36 +00:00
  • 52f6ad6fe1 Added validation tests for "/account set" and "/account set jid" James Booth 2013-12-16 01:04:25 +00:00
  • 52d15242ab Use expect_any when testing something else in cmd_account tests James Booth 2013-12-16 00:18:38 +00:00
  • e14b4ef558 Added tests for "/account rename" James Booth 2013-12-16 00:12:07 +00:00
  • 3c0bbed717 Added tests for "/account disable" James Booth 2013-12-15 23:55:59 +00:00
  • 4216949b2e Added tests for "/account enable" James Booth 2013-12-15 23:51:29 +00:00
  • b2f4570886 Test "/account add" shows message on success James Booth 2013-12-15 23:39:04 +00:00
  • 85629cb9a3 Test "/account add <account>" adds account James Booth 2013-12-15 23:36:20 +00:00
  • bf0870afe4 Test "/account add" with missing arg James Booth 2013-12-15 23:30:09 +00:00
  • 2197804826 Test "/account show <account>" when account exists James Booth 2013-12-15 23:26:02 +00:00
  • 838e6e1f5b Test "/account show" when no account does not exist James Booth 2013-12-15 23:22:22 +00:00
  • 8aaca1054f Added "/account show" test when no account supplied James Booth 2013-12-15 23:17:35 +00:00
  • 6f060b583e Test "/account list" James Booth 2013-12-15 23:07:53 +00:00
  • 683da12c3a Added cmd_account test James Booth 2013-12-15 22:28:22 +00:00
  • 6d75ebb8e9 Test account free'd after connect James Booth 2013-12-15 22:00:42 +00:00
  • 5ec2d3cf7c Added tests for connecting with account James Booth 2013-12-15 21:31:27 +00:00
  • cae2979a0b Added test for message when connecting via account James Booth 2013-12-15 21:23:58 +00:00
  • 540d658e35 Added ask for password test when connecting with an account James Booth 2013-12-15 20:52:30 +00:00
  • 5c65599e6a Tests lowercasing argument on cmd_connect James Booth 2013-12-15 20:38:26 +00:00
  • 5e739cbfb7 Moved fulljid logic to accounts James Booth 2013-12-15 20:32:30 +00:00
  • 9b631cf571 Ignore arguments that are not part of test James Booth 2013-12-15 20:02:25 +00:00
  • 7842b0d1fc Added mock log module James Booth 2013-12-15 19:56:48 +00:00
  • 079ea5304b Moved _ask_password to UI module James Booth 2013-12-15 19:38:23 +00:00
  • eff2ef3859 Check expected arg to account_get_account in cmd_rooms test James Booth 2013-12-15 18:15:16 +00:00
  • bf347ab9e0 Added cmd_connect tests James Booth 2013-12-15 18:08:26 +00:00
  • 2470f642c7 Merge branch 'master' into otr James Booth 2013-12-15 17:19:01 +00:00
  • 2490f5b417 Seperated command functions into module James Booth 2013-12-15 16:10:32 +00:00
  • 447d235868 Mocked account preferences and tested cmd_rooms James Booth 2013-12-14 18:43:19 +00:00
  • 7955bc52ab Removed commented setion from Makefile.am James Booth 2013-12-14 18:11:15 +00:00
  • b9119b4306 Tidied Makefile.am James Booth 2013-12-14 18:06:09 +00:00
  • 3e3786eb61 Removed debug from tests James Booth 2013-12-14 17:15:43 +00:00
  • 0b3a9f5785 Added roster_list tests to cmocka James Booth 2013-12-14 17:03:39 +00:00
  • 4bb38ac011 Added parser tests to cmocka James Booth 2013-12-14 16:48:27 +00:00
  • 0730867326 Added history and jid tests to cmocka James Booth 2013-12-14 16:35:56 +00:00
  • 71577c1fdd Added missing files James Booth 2013-12-14 16:17:53 +00:00
  • 3a403046ff Moved autocomplete tests to cmocka James Booth 2013-12-14 16:16:46 +00:00
  • 7f7973f9a7 Moved common tests to cmocka James Booth 2013-12-14 16:07:57 +00:00
  • 107fdd355e Added simple mock test, refactored roster James Booth 2013-12-14 15:34:17 +00:00
  • 3f6b40246a Merge branch 'master' into refactor James Booth 2013-12-10 22:15:28 +00:00
  • 06367723d7 Merge branch 'master' into otr James Booth 2013-12-10 22:13:21 +00:00
  • 2fe258ad1b Implemented autocomplete for /account command <setting> parameter James Booth 2013-12-10 22:11:48 +00:00
  • ce75d58830 Merge branch 'master' into refactor James Booth 2013-12-10 00:17:14 +00:00
  • 5eb0cf9f35 Merge branch 'master' into otr James Booth 2013-12-10 00:13:49 +00:00
  • e27061b131 Added comments to autocomplete.h James Booth 2013-12-10 00:06:00 +00:00
  • 67dead32af Tidy autocomplete.h James Booth 2013-12-09 23:53:52 +00:00
  • 0de1ff9b4d Removed unused boolean result from autocomplete add and remove James Booth 2013-12-09 23:51:13 +00:00
  • ef6515f078 Removed unused prototypes from autocomplete.h James Booth 2013-12-09 23:44:11 +00:00
  • d17cd3f573 Merge branch 'master' into refactor James Booth 2013-12-08 23:48:07 +00:00
  • c3b391d06f Merge branch 'master' into otr James Booth 2013-12-08 23:42:17 +00:00
  • 1c2661f1c3 Added clear command to /account for password clearing James Booth 2013-12-08 23:36:00 +00:00
  • 6bba79eed4 Merge branch 'master' into refactor James Booth 2013-12-08 22:08:45 +00:00
  • b7a5179fa6 Merge branch 'master' into otr James Booth 2013-12-08 22:06:06 +00:00
  • 3ce0d0f877 Added command parameter to /autoconnect (set, off) James Booth 2013-12-08 21:49:34 +00:00
  • ff939f13be Merge branch 'master' into refactor James Booth 2013-11-20 23:43:54 +00:00
  • f0f2c7957f Merge branch 'master' into otr James Booth 2013-11-20 23:40:47 +00:00
  • bdb8ea3f08 Call ./bootstrap.sh if development build in install-all.sh James Booth 2013-11-20 23:10:45 +00:00
  • 59c9e23bfa Added git, gcc-core, m4 to cygwin dependencies in install-all.sh James Booth 2013-11-20 23:06:26 +00:00
  • 0a1e8d9c1e Fixed Cygwin install for 32/64bit changes James Booth 2013-10-07 16:53:47 +01:00
  • 61f47cf91d Add missing dependency on Debian Carl X. Su 2013-11-18 14:15:09 +08:00
  • 8c97658b8d Merge branch 'master' into refactor2 James Booth 2013-11-11 20:51:35 +00:00