James Booth
|
57dc5f14ef
|
Added option to show jids in occupants panel
|
2015-04-12 02:14:37 +01:00 |
|
James Booth
|
2762f18a3e
|
Added /receipts command
|
2015-03-15 19:48:19 +00:00 |
|
James Booth
|
ca30ff3910
|
Merge branch 'master' into xep-0184
Conflicts:
src/server_events.c
src/ui/core.c
src/ui/ui.h
tests/ui/stub_ui.c
|
2015-03-14 23:10:51 +00:00 |
|
James Booth
|
385336c10b
|
Don't switch window on sent carbon
|
2015-03-14 22:59:49 +00:00 |
|
James Booth
|
bc6e32175d
|
Removed from argument from outgoing message functions
|
2015-03-14 14:50:45 +00:00 |
|
James Booth
|
57c7564445
|
Show message received text for receipts
|
2015-03-11 23:47:11 +00:00 |
|
James Booth
|
78becceedb
|
Added basic delivery receipts
|
2015-03-11 23:18:28 +00:00 |
|
James Booth
|
945f29873e
|
Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280
|
2015-03-08 21:51:50 +00:00 |
|
Olivier LE MOAL
|
48f9f3b3b0
|
Add XEP-0280 support
|
2015-02-10 11:32:22 +01:00 |
|
James Booth
|
a70aa0255f
|
Moved command processing to main loop, allow resize during password prompt
|
2015-02-05 00:58:23 +00:00 |
|
James Booth
|
30180ac8bb
|
Move SIGWINCH handling to ui/core.c, ignore signal whilst resizing
|
2015-02-04 23:35:28 +00:00 |
|
James Booth
|
3b3ffcfb37
|
Added mock ui functions to tests
|
2015-01-31 22:14:41 +00:00 |
|
James Booth
|
83bd207316
|
Moved readline code to inputwin.c
|
2015-01-30 23:28:02 +00:00 |
|
James Booth
|
2cdbfc7eb7
|
Added gnu readline
|
2015-01-27 22:13:09 +00:00 |
|
James Booth
|
4c6cfcdca0
|
Simplified autocompleters and command history
|
2015-01-16 22:50:40 +00:00 |
|
James Booth
|
82c986775d
|
Moved input to ui module, renamed ui_readline
|
2015-01-15 22:21:24 +00:00 |
|
James Booth
|
5be47cc5a9
|
Moved input size variable to ui module
|
2015-01-15 13:22:54 +00:00 |
|
James Booth
|
aec1484806
|
Removed ch from main loop
|
2015-01-15 01:21:24 +00:00 |
|
James Booth
|
db9a2cf0ab
|
Inlined ui_handle_special_keys
|
2015-01-15 00:02:42 +00:00 |
|
James Booth
|
3984c660b6
|
Removed result from main loop
|
2015-01-14 23:57:45 +00:00 |
|
James Booth
|
a6160d52c6
|
Pass value rather than address of ch during main loop
|
2015-01-14 23:54:46 +00:00 |
|
James Booth
|
a39ac6cd07
|
Merge remote-tracking branch 'savar/dynamic_input_block'
|
2015-01-12 23:41:15 +00:00 |
|
James Booth
|
0d0ed9b7ca
|
Merge remote-tracking branch 'incertia/exit-title'
Conflicts:
src/command/command.c
src/config/preferences.c
src/config/preferences.h
|
2015-01-12 01:12:42 +00:00 |
|
James Booth
|
51bd4ed375
|
Fixed tests
|
2015-01-11 23:09:07 +00:00 |
|
James Booth
|
c16871d143
|
Added remaining chat states
|
2015-01-11 20:20:17 +00:00 |
|
James Booth
|
31c0f2ba78
|
Added preferences for showing resource in titlebar and messages
|
2015-01-10 19:10:10 +00:00 |
|
James Booth
|
c3ad3c0ba6
|
Show resource in titlebar and on each message
|
2015-01-10 18:35:59 +00:00 |
|
James Booth
|
f180925c3b
|
Added tests for clearing chat sessions on lost connection
|
2015-01-10 01:17:38 +00:00 |
|
James Booth
|
ab7bd6fe5f
|
Added test to ensure chat sessions cleared on cmd_disconnect
|
2015-01-10 01:06:52 +00:00 |
|
Will Song
|
22cc641905
|
add cons_exittitle_setting to tests
|
2015-01-08 10:22:03 -06:00 |
|
Will Song
|
ca6b367133
|
add ui_goodbye_title to tests
|
2014-12-29 20:27:46 -06:00 |
|
James Booth
|
10a3a3a675
|
Use events for chat sessions
|
2014-12-29 01:17:59 +00:00 |
|
James Booth
|
25a60c9997
|
Removed old mocks
|
2014-12-25 00:57:02 +00:00 |
|
James Booth
|
7a10443164
|
Added server_event tests
|
2014-12-25 00:46:15 +00:00 |
|
James Booth
|
5929605440
|
Added cmd_win tests
|
2014-12-25 00:08:46 +00:00 |
|
James Booth
|
a871ad8004
|
Added cmd_roster tests
|
2014-12-24 23:59:26 +00:00 |
|
James Booth
|
419f37feea
|
Added cmd_otr tests
|
2014-12-24 23:32:32 +00:00 |
|
James Booth
|
5319a03aeb
|
Added cmd_connect tests
|
2014-12-24 21:34:11 +00:00 |
|
James Booth
|
3487100c0f
|
Added cmd_bookmark tests
|
2014-12-24 20:41:28 +00:00 |
|
James Booth
|
8b4c7e93b8
|
Added cmd_alias tests
|
2014-12-24 20:11:24 +00:00 |
|
James Booth
|
05bf9bb993
|
Refactoring cmd_account tests
|
2014-12-24 13:06:32 +00:00 |
|
James Booth
|
8c01021ab9
|
Use will_return instead of mock values
|
2014-12-23 21:42:01 +00:00 |
|
James Booth
|
69fe6c4d21
|
cmd_account_shows_account_when_connected_and_no_args
|
2014-12-23 19:51:12 +00:00 |
|
James Booth
|
5be9ac3243
|
Added stubbed implementations
|
2014-12-23 19:26:45 +00:00 |
|
James Booth
|
6800bf1cad
|
Fixed tests
|
2014-12-20 18:39:39 +00:00 |
|
James Booth
|
ea267e2017
|
Refactored all window recipients and types
Tests need fixing
|
2014-12-20 00:52:35 +00:00 |
|
James Booth
|
48ec7b3b47
|
Moved roster functions
|
2014-12-16 23:00:05 +00:00 |
|
James Booth
|
20dc44c0a9
|
Fixed broken test
|
2014-11-13 00:29:29 +00:00 |
|
James Booth
|
bc3c4e09a1
|
Always update UI in event loop, removed updates from rest of code
|
2014-09-01 19:14:52 +01:00 |
|
James Booth
|
52f66fde10
|
Fixed tests to work with cmocka 0.4.1
|
2014-05-26 01:05:19 +01:00 |
|