James Booth
|
de90243401
|
Added roster rooms order preference
|
2016-01-09 22:21:09 +00:00 |
|
James Booth
|
055a5f71ce
|
Added roster struct, create and destroy roster on connect/disconnect
|
2016-01-05 00:06:50 +00:00 |
|
James Booth
|
254c83d2d1
|
Added /roster show|hide rooms
|
2016-01-02 01:37:03 +00:00 |
|
James Booth
|
f27cae68c5
|
Added autoping timeout preference
|
2016-01-01 19:50:13 +00:00 |
|
James Booth
|
6a8656a06b
|
Added /console command
|
2015-12-29 23:32:32 +00:00 |
|
James Booth
|
8ea228480c
|
Added console MUC message preference
|
2015-12-29 23:00:49 +00:00 |
|
James Booth
|
d9f5a2bda6
|
Updated console new message text
|
2015-12-20 23:26:05 +00:00 |
|
James Booth
|
1b88b5706e
|
Change console incoming message text to include "win"
|
2015-12-20 22:50:03 +00:00 |
|
James Booth
|
1f56c12377
|
Added cons_show_incoming_room_message()
|
2015-12-20 00:54:17 +00:00 |
|
James Booth
|
0920b65ddf
|
Added /wins unread
|
2015-11-30 00:17:44 +00:00 |
|
James Booth
|
d9435d3b65
|
Tidy wins_create_summary()
|
2015-11-29 23:58:52 +00:00 |
|
James Booth
|
921ce6ec7d
|
Changed /bookmark list output to show text "win"
|
2015-11-29 01:13:00 +00:00 |
|
James Booth
|
3fbee4023e
|
Renamed /notify message -> /notify chat
|
2015-11-29 00:08:49 +00:00 |
|
James Booth
|
2fc984e673
|
Removed regular chat message triggers
|
2015-11-28 23:43:02 +00:00 |
|
James Booth
|
20e63e364b
|
Finished basic /notify triggers
|
2015-11-25 21:24:21 +00:00 |
|
James Booth
|
b79d77409f
|
Added notify triggers WIP
|
2015-11-23 23:43:53 +00:00 |
|
James Booth
|
bf1e7efe23
|
Show summary of trusted certificates, add /tls cert <fingerprint>
fixes #676
|
2015-11-22 19:53:41 +00:00 |
|
James Booth
|
216493ef07
|
Tidied roster commands
|
2015-11-22 17:45:38 +00:00 |
|
James Booth
|
c4e8af0b6d
|
Added /roster char resource
|
2015-11-22 02:04:59 +00:00 |
|
James Booth
|
3bc9275079
|
Added word wrap to roster panel
|
2015-11-22 01:39:20 +00:00 |
|
James Booth
|
5c08bea8d0
|
Added /roster indent presence
|
2015-11-21 22:03:43 +00:00 |
|
James Booth
|
ef0f093efd
|
Added /roster indent resource
|
2015-11-21 21:49:12 +00:00 |
|
James Booth
|
4b022687fa
|
Added /roster indent contact
|
2015-11-21 21:03:53 +00:00 |
|
James Booth
|
548f9394be
|
Removed unused priority settings
|
2015-11-20 00:18:13 +00:00 |
|
James Booth
|
16fbdedceb
|
Added /roster char contact
|
2015-11-20 00:06:46 +00:00 |
|
James Booth
|
8e84d160e6
|
Added option to show resource priority in roster
|
2015-11-18 02:14:11 +00:00 |
|
James Booth
|
4505102fa8
|
Added roster count option
|
2015-11-18 02:02:49 +00:00 |
|
James Booth
|
4efe456e74
|
Pass offline filter to roster_get_contacts
|
2015-11-18 01:03:35 +00:00 |
|
James Booth
|
2260e3bd6f
|
Pass ordering to roster list functions
|
2015-11-18 00:06:00 +00:00 |
|
James Booth
|
8e8852fa9f
|
Added /roster order name|presence
|
2015-11-17 23:37:33 +00:00 |
|
James Booth
|
98a395e933
|
Show presence when resource hidden
|
2015-11-15 22:17:36 +00:00 |
|
James Booth
|
0bb596e14a
|
Added extra fields to TLSCertificate
|
2015-11-10 22:46:48 +00:00 |
|
James Booth
|
9302188a32
|
Show current TLS certificate
|
2015-11-10 01:20:40 +00:00 |
|
James Booth
|
1096603234
|
Applied coding style to src/ui/console.c
|
2015-10-25 22:59:35 +00:00 |
|
James Booth
|
1d4d693a53
|
Merge remote-tracking branch 'jubalh/jub'
|
2015-10-24 21:42:04 +01:00 |
|
James Booth
|
6640a0891f
|
Force tls on all connections, add tls policy account property
|
2015-10-18 03:06:23 +01:00 |
|
James Booth
|
eca7390951
|
Implemented /script show
|
2015-10-17 22:58:45 +01:00 |
|
James Booth
|
a35cbea732
|
Implemented /script list
|
2015-10-17 22:30:01 +01:00 |
|
James Booth
|
904a5a81cf
|
Add ability to script commands after connect
|
2015-10-15 01:19:24 +01:00 |
|
James Booth
|
d38e10828e
|
Added /lastactivity on|off
|
2015-10-14 22:09:18 +01:00 |
|
James Booth
|
85764ddb53
|
Added TLS show to UI preferences
|
2015-10-14 00:58:33 +01:00 |
|
James Booth
|
c9165ef9d2
|
Title bar TLS indicator
Issue #616
|
2015-10-14 00:29:22 +01:00 |
|
Michael Vetter
|
e434b1bbf8
|
Create is_notify_enabled function
The same code was used on two different occasions. I put it into a
function.
|
2015-10-12 09:29:04 +02:00 |
|
James Booth
|
b9948a4c01
|
Added time format perferences per window type
|
2015-09-30 22:34:27 +01:00 |
|
James Booth
|
99fc70bd92
|
Added last activity time format option
|
2015-09-29 23:30:23 +01:00 |
|
James Booth
|
54e225aa53
|
Added auto xa option, tidied autoaway code
|
2015-09-27 23:08:30 +01:00 |
|
James Booth
|
d7bba74091
|
Moved /winstidy command to /wins autotidy
|
2015-09-19 23:31:04 +01:00 |
|
James Booth
|
98ea744648
|
Added /otr char and /pgp char
|
2015-08-26 01:24:53 +01:00 |
|
James Booth
|
406b821b35
|
Show software version result in current window
|
2015-08-06 01:56:52 +01:00 |
|
brandenbyers
|
4e5f197eb4
|
Fix typo
|
2015-08-05 13:10:59 -05:00 |
|