Tkabber

Timeline
Login

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

50 check-ins occurring on or before 2016-01-07 11:56:20.

2016-01-06
20:06
Fixed interval between reconnections. check-in: 8c215baf06 user: sgolovan tags: trunk
13:41
Use 'from' attribute when opening XMPP streams. check-in: ed33c3cdb4 user: sgolovan tags: trunk
2016-01-04
19:54
Improved the fetch key information dialog. Updated Russain and Ukrainian translations. check-in: 05ccd5dc66 user: sgolovan tags: trunk
2016-01-03
17:13
Fixed simultaneous encrypting and signing. Moved drawing of GPG icons for outgoing messages from rewrite_outgoing_message_hook to draw_message_hook. Translate the 'This message is encrypted.' auxiliary message to the recipient language instead of our own. Moved the 'This message is encrypted.' message translation to the trans/ subdirectory. check-in: 0cc718bae7 user: sgolovan tags: trunk
2016-01-02
13:33
Adjusted priorities for the draw_message_hook hook procedures. check-in: 3f7d214d38 user: sgolovan tags: trunk
2016-01-01
09:52
Switched to he gpg package import command for missing GPG key importing from direct gpg binary call. Also, made this import asynchronous. check-in: 32cc76b904 user: sgolovan tags: trunk
2015-12-31
19:42
Mitigated race condition with unset variable connected with the roster item nickname. Closes ticket [5f4781f0b9]. check-in: 181a01095e user: sergei tags: trunk
2015-12-29
20:32
Added an optional parameter which makes some of the choices in checkbox dialogs disabled. Replaced the group encrypt menu by a dialog. Fixed fetching missing key. check-in: a757414821 user: sgolovan tags: trunk
04:22
Enabled TLS1.1 and TLS1.2 protocols if they are available. check-in: 4e5b407895 user: sgolovan tags: trunk
2015-12-27
12:48
Use grid instead of pack for the roster and roster filter because it works better when the main window is being resized. check-in: 2887fd6fa6 user: sgolovan tags: trunk
2015-12-26
18:35
Added another user setting. It specifies the maximum time interval between two unsuccessful connection retries. check-in: 1f18237022 user: sgolovan tags: trunk
16:44
Don't look at the GPG_AGENT_INFO environment variable. Just set the passphrase callback property unconditionally because in the presence of gpg-agent it's simply ignored. check-in: 46048a40a5 user: sgolovan tags: trunk
2015-12-21
17:35
Generate event <<ThemeChanged>> for widgets wrapped into a nice bordered ttk::entry only if they actually exist. check-in: ee0ab03ebe user: sgolovan tags: trunk
16:38
Use ::xmpp::roster::send procedure to send roster items to the user's server. Send the items separately because it's a requirement of RFC-6121. check-in: 59b4eb386a user: sgolovan tags: trunk
2015-12-20
16:13
Add message type (chat or groupchat) to logs. Added checking for message type when showing a few last messages on opening chat windows. This closes ticket [3cd34577a3]. check-in: 58bd80596c user: sgolovan tags: trunk
09:21
Fixed a few words with a little help of a spellchecker. check-in: 8e2c9470f9 user: sgolovan tags: trunk
08:36
Fixed a few words with a little help of a spellchecker. check-in: 4d3070572b user: sgolovan tags: trunk
2015-12-15
06:11
Split processing OOB and data forms in message attachments. check-in: 10ca01c97e user: sgolovan tags: trunk
2015-12-13
09:11
Updated Russian translation messages. Updated Ukrainian translation messages. check-in: 5ad5305a69 user: sgolovan tags: trunk
05:07
Use [::xmpp::jid::normalize] instead of [string tolower] for JID comparison. Restricted the JIDs which are allowed to rewrite the 'from' address for incoming messages to my own other resources only. Changed the indicator image to a blue arrow for others. check-in: 1a7c4c44da user: sgolovan tags: trunk
2015-11-19
09:01
Do not replace the from stanza attribute with the contents of ofrom XEP-0033 attribute for groupchat messages received directly from a MUC server. Otherwise, the room history in non-anonymous rooms can't be displayed properly. check-in: 7adea0cad3 user: sgolovan tags: trunk
2015-11-18
06:43
Fixed undefined variable in report for the problem with signature checking. check-in: 0f939f5d2e user: sgolovan tags: trunk
2015-11-12
08:53
Made the Listbox wrapper return a single element (instead of a one element list) when it is called with the get idx subcommand without the second index specified. check-in: c6c8a1cc02 user: sgolovan tags: trunk
2015-10-30
06:55
Prepend & by ^ in browse URLs only in case if the Windows shell cmd.exe is the calling command in ::webbrowser. check-in: 6e483447e3 user: sgolovan tags: trunk
2015-10-28
13:33
Fixed following links with & for the case when the ::webbrowser variable is set on MS Windows. check-in: 3b79616812 user: sgolovan tags: trunk
11:26
Fixed the dialog window style for the search and register forms on Mac OS X (see ticket [c91ffc44e0]). check-in: 93c15674a1 user: sgolovan tags: trunk
2015-09-18
15:27
Fixed too early unset variable. check-in: b477d5f280 user: sgolovan tags: trunk
2015-08-29
16:19
Do not emit error message if the stdout isn't available when debugmsg is called. Documented this in the docs. check-in: 8eba4687c9 user: sgolovan tags: trunk
2015-08-10
10:46
Reformatted the code and added Vim modelines. check-in: 079f068c2b user: sergei tags: trunk
2015-08-08
06:25
Added version response for Windows 10 (thanks to Vitaly Takmazov). Closes [44f47fb01b]. check-in: 518c248479 user: sergei tags: trunk
2015-07-10
07:00
Added 'fossil pull' call to the 'up' Makefile target for those who use fossil in manual merge mode. check-in: 75f94eb6b3 user: sgolovan tags: trunk
2015-06-18
08:26
Replaced -f option to xml2rfc by -o because the former one will phase out in xml2rfc 3.0. check-in: d962dce5b8 user: sgolovan tags: trunk
2015-06-17
09:48
Fixed selecting the URL background for data forms and OOB attachments. Don't use -bg abbreviation for -background. check-in: 85fb2b6636 user: sgolovan tags: trunk
2015-06-02
19:14
Fixed typo. check-in: 65bdd92483 user: sgolovan tags: trunk
19:04
Fixed typo. check-in: 4d9d977b6a user: sgolovan tags: trunk
2015-06-01
09:22
Don't add GPG icon to the chatlog window if the message sending is aborted in rewrite_outgoing_message_hook. check-in: 3c707e9ee6 user: sgolovan tags: trunk
09:18
Don't raise exception if chat_win, users_win or input_win are called for a chat which isn't open. Just return empty window name in these cases. check-in: 446c6e8310 user: sgolovan tags: trunk
2015-05-29
06:59
Replaced Helvetica by TkDefaultFont in the default settings. check-in: 23f262c1ea user: sgolovan tags: trunk
04:38
Fixed the default roter groups background definition for Ttk based interface. check-in: 19d30d8d76 user: sgolovan tags: trunk
2015-05-25
12:12
Refactored the GPG plugin (moved the relevant namespaces definition, removed unnecessary [eval] calls, shortened string comparisons in expressions, added a few extra menus). check-in: 460a8d0dbd user: sgolovan tags: trunk
2015-05-24
17:19
Implemented proof of concept for encrypting groupchat messages. check-in: 95ae87624e user: sergei tags: trunk
06:44
Reformatted the code and added Vim modelines. check-in: d81d7e1ade user: sgolovan tags: trunk
06:42
Deleted an ugly example. 2015-05-20 Sergei Golovan <sgolovan@nes.ru> check-in: d5822699dc user: sgolovan tags: trunk
06:11
Reformatted the code and added Vim modelines. check-in: 97e73ca9f5 user: sgolovan tags: trunk
2015-05-20
08:10
Replaced modal unsubscribed info dialog by a nonmodal one. check-in: 9c2de1a7a1 user: sgolovan tags: trunk
05:22
Added GPG key to the error messages about invalid signatures. Fixed grammar in the error message about failed deciphering. check-in: 1aecda4787 user: sgolovan tags: trunk
05:19
Fixed formatting. check-in: 560ab2cf39 user: sgolovan tags: trunk
05:12
Added extra check if the chat window is open before accessing its state variables. check-in: 84d0eaeb59 user: sgolovan tags: trunk
2015-05-18
04:53
Moved the GPG support plugin to the plugins directory. check-in: da6a8abdb9 user: sgolovan tags: trunk
2015-05-17
19:31
Reformatted the code and added Vim modelines. check-in: 9f2bd81218 user: sgolovan tags: trunk