James Booth
|
c3418a2909
|
Added /log shared setting
Issue #170
|
2014-04-13 21:56:51 +01:00 |
|
James Booth
|
a4a23fdf68
|
Added /log rotate option
|
2014-04-13 20:41:11 +01:00 |
|
James Booth
|
71180f66d7
|
Added focus param to ui_room_join, not set for bookmark autojoin
Issue #194
|
2014-04-13 02:52:25 +01:00 |
|
James Booth
|
0b2f810431
|
Added bookmark autocomplete to /join
Issue #194
|
2014-04-13 01:20:36 +01:00 |
|
James Booth
|
5bb3fab17c
|
Implemented "/bookmark add" for private storage
Issue #194
|
2014-04-13 01:01:53 +01:00 |
|
James Booth
|
132976d85e
|
Revert "Added ui_unknown_command"
This reverts commit 714ee24863 .
|
2014-04-12 15:20:31 +01:00 |
|
James Booth
|
2fafcf0013
|
Revert "Added ui_already_connected"
This reverts commit e97ec56fce .
|
2014-04-12 15:20:19 +01:00 |
|
James Booth
|
e97ec56fce
|
Added ui_already_connected
|
2014-04-09 22:29:38 +01:00 |
|
James Booth
|
714ee24863
|
Added ui_unknown_command
|
2014-04-09 22:13:01 +01:00 |
|
James Booth
|
b9aac28ccc
|
Refactored invalid command usage
|
2014-04-09 22:05:31 +01:00 |
|
James Booth
|
26216f6c17
|
Refactored cmd_execute
|
2014-04-09 21:38:57 +01:00 |
|
James Booth
|
c3e3759256
|
Command argument parsers set result argument
|
2014-04-09 21:31:43 +01:00 |
|
James Booth
|
9aa282f6de
|
Removed inputwin functions from ui.h
|
2014-04-07 21:50:28 +01:00 |
|
James Booth
|
f0f0dbfdac
|
Removed statusbar functions from ui.h
|
2014-04-07 21:12:30 +01:00 |
|
James Booth
|
fc40637789
|
Removed titlebar functions from ui.h
|
2014-04-07 20:41:06 +01:00 |
|
James Booth
|
aa2a87d162
|
Tidied ui dependencies
|
2014-04-06 21:35:17 +01:00 |
|
James Booth
|
561d96c711
|
Removed titlebar version property and allow disabling of titlebar display
|
2014-04-03 21:46:43 +01:00 |
|
James Booth
|
a720ef2627
|
Removed strcpy calls
|
2014-04-02 21:01:20 +01:00 |
|
James Booth
|
b19b881b97
|
Added missing files, refactored ui_switch_win to check win exists
|
2014-04-01 23:54:26 +01:00 |
|
James Booth
|
404dde2810
|
Renamed refresh functions to update_virtual
|
2014-04-01 21:52:04 +01:00 |
|
James Booth
|
7e27d96f16
|
Revert "Commented bookmarks code for 0.4.0 release"
This reverts commit 8306d4c244 .
|
2014-03-29 22:58:48 +00:00 |
|
James Booth
|
8306d4c244
|
Commented bookmarks code for 0.4.0 release
|
2014-03-16 18:20:31 +00:00 |
|
James Booth
|
22ab268618
|
Change 'passwd' option to 'password' for /join command
|
2014-03-16 18:12:16 +00:00 |
|
James Booth
|
89f306ceb2
|
Updated /roster help
|
2014-03-16 17:59:01 +00:00 |
|
James Booth
|
11c04d9fcd
|
Added /roster clearnick command
|
2014-03-16 17:53:41 +00:00 |
|
James Booth
|
05952e8337
|
Small changes to help
|
2014-03-16 00:53:46 +00:00 |
|
James Booth
|
2af418fd8d
|
Command '/statuses muc' now allows 'all', 'online' and 'none' settings
|
2014-03-15 22:25:15 +00:00 |
|
James Booth
|
26726b207a
|
Updated copyright
|
2014-03-09 01:18:19 +00:00 |
|
James Booth
|
b177250f47
|
Refactored muc_room_is_active to only take room, rather than full jid
|
2014-03-08 21:20:26 +00:00 |
|
James Booth
|
dd1ee18c72
|
Added test for /join with nick option
|
2014-03-08 21:10:23 +00:00 |
|
James Booth
|
e9b5d3294b
|
Removed unused variables from cmd_join
|
2014-03-08 18:32:48 +00:00 |
|
James Booth
|
a94814f0a9
|
Added invalid jid test for /join
|
2014-03-08 00:23:52 +00:00 |
|
James Booth
|
2d54c565ce
|
Added test to show usage when no room supplied to /join
|
2014-03-08 00:19:21 +00:00 |
|
James Booth
|
f3fe1d34d2
|
Added connection status tests for cmd_join
|
2014-03-08 00:07:38 +00:00 |
|
James Booth
|
a9e2028981
|
Added autocompeleter for /join options
|
2014-03-05 20:57:59 +00:00 |
|
Kristofer M White
|
7c6755b62c
|
Ensuring nick is set when not included in opt args for cmd_join
|
2014-03-05 19:55:02 +00:00 |
|
Kristofer M White
|
3f18d933ca
|
Removing extra nick = line that broke nick assignment
|
2014-03-05 17:39:44 +00:00 |
|
Kristofer M White
|
a4e2809756
|
Removing strdup calls per cmd_connect design
|
2014-03-05 17:25:26 +00:00 |
|
Kristofer M White
|
28425060bc
|
Parsing optional args for cmd_join
|
2014-03-05 17:13:42 +00:00 |
|
Kristofer M White
|
8a54c5895d
|
Adding password handling for joining chatrooms
|
2014-02-27 05:31:10 +00:00 |
|
Kristofer M White
|
79d55a4668
|
Updating cmd description
|
2014-02-25 18:45:45 +00:00 |
|
James Booth
|
18e0884f5f
|
Fixed issue with /otr myfp when no key loaded
|
2014-02-23 20:34:27 +00:00 |
|
James Booth
|
66424565dd
|
Show OTR status on /msg usr when usr has already started an OTR session
fixes #308
|
2014-02-23 01:17:03 +00:00 |
|
James Booth
|
09472e43c4
|
Added OTR supported versions in initial start query message
|
2014-02-18 22:31:27 +00:00 |
|
James Booth
|
7e956fb347
|
Added tests for /otr warn
|
2014-02-16 02:22:29 +00:00 |
|
James Booth
|
6295336284
|
Added cmd_otr tests
|
2014-02-16 00:04:53 +00:00 |
|
James Booth
|
17d3751306
|
Fixed /alias add, when alias already exists
|
2014-02-15 21:17:31 +00:00 |
|
James Booth
|
b30155a10e
|
Moved otr sources into folder
|
2014-02-12 22:19:21 +00:00 |
|
James Booth
|
25131e3f36
|
Added command to show libotr version
|
2014-02-11 23:19:09 +00:00 |
|
James Booth
|
9d957e5f93
|
Show message on /bookmark remove when bookmark does not exist
|
2014-02-02 00:59:32 +00:00 |
|