Tkabber

Check-in [4c3447657b]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fixed typo in loginconf(useboshkeys) option definition.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 4c3447657ba96751edc97d57415cf4005f1c7143
User & Date: sgolovan 2016-01-25 15:07:07
Context
2016-01-25
20:37
Disabled the X-GOOGLE-TOKEN SASL authentication mechanism because it doesn't work anymore. check-in: 1e026b7b28 user: sgolovan tags: trunk
15:07
Fixed typo in loginconf(useboshkeys) option definition. check-in: 4c3447657b user: sgolovan tags: trunk
14:25
Added a dirty hack which makes Tkabber ignore the MUC invitations to the rooms where the user is an occupant already. check-in: 3cabddedf8 user: sgolovan tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to ChangeLog.

1
2
3
4
5
6
7
8
9


10
11
12
13
14
15
16
2016-01-25  Sergei Golovan  <sgolovan@nes.ru>

	* plugins/roster/rosterx.tcl: Fixed the attached users dialogs clash.

	* plugins/roster/rosterx.tcl: Show only users missing in roster when
	  displaying add users dialog.

	* muc.tcl: Added a dirty hack which makes Tkabber ignore the MUC
	  invitations to the rooms where the user is an occupant already.



2016-01-24  Sergei Golovan  <sgolovan@nes.ru>

	* ifacetk/iface.tcl, tk/bwidget.tcl: Fixed sending the text status
	  selected in the corresponding combobox.

2016-01-16  Sergei Golovan  <sgolovan@nes.ru>









>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2016-01-25  Sergei Golovan  <sgolovan@nes.ru>

	* plugins/roster/rosterx.tcl: Fixed the attached users dialogs clash.

	* plugins/roster/rosterx.tcl: Show only users missing in roster when
	  displaying add users dialog.

	* muc.tcl: Added a dirty hack which makes Tkabber ignore the MUC
	  invitations to the rooms where the user is an occupant already.

	* login.tcl: Fixed typo in loginconf(useboshkeys) option definition.

2016-01-24  Sergei Golovan  <sgolovan@nes.ru>

	* ifacetk/iface.tcl, tk/bwidget.tcl: Fixed sending the text status
	  selected in the corresponding combobox.

2016-01-16  Sergei Golovan  <sgolovan@nes.ru>

Changes to login.tcl.

149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
if {$have_bosh} {
    custom::defvar loginconf(usebosh) 0 \
        [::msgcat::mc "Use BOSH connection method."] \
        -group Login -type boolean
    custom::defvar loginconf(boshurl) "" \
        [::msgcat::mc "URL to connect to using BOSH."] \
        -group Login -type string
    custom::defvar loginconf(usekeys) 1 \
        [::msgcat::mc "Use BOSH client security keys (recommended)."] \
        -group Login -type boolean
    custom::defvar loginconf(numberofboshkeys) 100 \
        [::msgcat::mc "Number of BOSH client security keys to send\
                       before creating new key sequence."] \
        -group Login -type integer
    custom::defvar loginconf(boshtimeout) 0 \







|







149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
if {$have_bosh} {
    custom::defvar loginconf(usebosh) 0 \
        [::msgcat::mc "Use BOSH connection method."] \
        -group Login -type boolean
    custom::defvar loginconf(boshurl) "" \
        [::msgcat::mc "URL to connect to using BOSH."] \
        -group Login -type string
    custom::defvar loginconf(useboshkeys) 1 \
        [::msgcat::mc "Use BOSH client security keys (recommended)."] \
        -group Login -type boolean
    custom::defvar loginconf(numberofboshkeys) 100 \
        [::msgcat::mc "Number of BOSH client security keys to send\
                       before creating new key sequence."] \
        -group Login -type integer
    custom::defvar loginconf(boshtimeout) 0 \