James Booth
|
a9ed64911d
|
Removed history and various key handlers
|
2015-01-30 23:42:51 +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
|
25d31101bf
|
Added key insert tests, extracted key_ctrl_left handler
|
2015-01-20 23:02:04 +00:00 |
|
James Booth
|
58239244bb
|
Added key insert handler tests
|
2015-01-20 00:56:35 +00:00 |
|
James Booth
|
2ed78fe5af
|
Extracted keyhandler for printable characters
|
2015-01-20 00:09:47 +00:00 |
|
James Booth
|
ba89297382
|
Added utf8_display_len
|
2015-01-17 21:09:40 +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
|
e79302bf0e
|
Merge remote-tracking branch 'incertia/eval_pass-fixes'
|
2015-01-14 00:28:58 +00:00 |
|
James Booth
|
a65abed1fb
|
Merge remote-tracking branch 'peterlvilim/keyring'
|
2015-01-13 23:48:07 +00:00 |
|
Will Song
|
b6536ddf88
|
fix tests
|
2015-01-12 22:39:12 -06:00 |
|
Peter Vilim
|
f6da944479
|
Add unit tests for eval_password
|
2015-01-12 19:32:26 -06:00 |
|
James Booth
|
21f8b1c4ca
|
Merge remote-tracking branch 'peterlvilim/keyring'
|
2015-01-13 00:41:56 +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
|
76bd2ec13f
|
Send active chat state, handle composing and gone from recipients
|
2015-01-10 22:03:40 +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 |
|
James Booth
|
9bd2315d83
|
Fixed chat session tests
|
2015-01-10 00:25:27 +00:00 |
|
Will Song
|
22cc641905
|
add cons_exittitle_setting to tests
|
2015-01-08 10:22:03 -06:00 |
|
Peter Vilim
|
6af10696f9
|
Fix current tests
|
2015-01-07 21:03:51 -06:00 |
|
James Booth
|
95ad564372
|
Added offline handler for chat sessions
|
2015-01-06 23:19:56 +00:00 |
|
James Booth
|
36790dc26b
|
Fixed tests
|
2015-01-06 21:56:14 +00:00 |
|
James Booth
|
f7843def2f
|
Added chat session tests
|
2015-01-06 21:22:09 +00:00 |
|
James Booth
|
8d759741e8
|
Merge branch 'master' into chat-sessions
|
2015-01-06 19:23:13 +00:00 |
|
James Booth
|
833fd4d2fc
|
Fixed assert fail messages in tests
|
2015-01-06 19:21:21 +00:00 |
|
James Booth
|
15bb6fb68f
|
Fixed chat sessions test
|
2015-01-05 23:42:32 +00:00 |
|
James Booth
|
8326c8b3a2
|
Refactored chat session handling on sending message
|
2015-01-04 23:40:10 +00:00 |
|
James Booth
|
42a5c431c7
|
Use resource in chat sessions
|
2015-01-04 20:19:42 +00: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
|
ac4b59eda0
|
Fixed chat state for non OTR
|
2014-12-28 22:45:25 +00:00 |
|
James Booth
|
e602c2909e
|
Moved chat states out of xmpp module for message send chat
|
2014-12-27 00:52:34 +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
|
d0a0e5e74f
|
Added roster_list tests
|
2014-12-25 00:29:50 +00:00 |
|
James Booth
|
fa23084c4d
|
Added preferences tests
|
2014-12-25 00:28:17 +00:00 |
|
James Booth
|
6cb5b55049
|
Added parser tests
|
2014-12-25 00:26:42 +00:00 |
|
James Booth
|
4906f3f646
|
Added muc tests
|
2014-12-25 00:25:14 +00:00 |
|
James Booth
|
cc8c3542e6
|
Added jid tests
|
2014-12-25 00:23:57 +00:00 |
|