Tkabber plugins

Timeline
Login

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

50 most recent check-ins

2023-03-30
09:23
Use TWAPI to generate random numbers in Windows if available. Leaf check-in: 3c09bced80 user: sgolovan tags: trunk
2017-03-28
07:45
Add new plugin: sensible-copy. This plugin modifies the behaviour of "copy selection" action in chat windows by copying the text from either the input chat window or the chat log window, depending on which one has a text selected. check-in: f51aa371d9 user: khomoutov tags: trunk
2017-03-27
12:13
Use zero padding when formatting an OTR fingerprint for display. check-in: 60440eddc0 user: sgolovan tags: trunk
2016-10-11
04:16
Do not include own JID into the OTR request message. check-in: b965b70d39 user: sgolovan tags: trunk
2016-07-10
18:50
Do not send the message if the OTR code returns an error (this prevents leaking unencrypted material due to bugs in the OTR plugin). check-in: af69e92400 user: sgolovan tags: trunk
2016-02-04
15:12
Fixed rendering OTR icons in chat windows. check-in: 85a632cce0 user: sgolovan tags: trunk
2016-02-01
19:33
Fixed typo. check-in: 8510fede9c user: sgolovan tags: trunk
2016-01-11
14:55
* debug/debug.tcl: Do not rename and replace various debug commands if they don't exist in the first place. check-in: 4a1a1d1713 user: sgolovan tags: trunk
2016-01-04
09:18
Reset the keys counter after the AKE completion in case when the correspondent's keys have been changed. check-in: 8db11eebd1 user: sgolovan tags: trunk
2016-01-02
13:14
Use own procedures to store, discard and resend messages after refreshing broken OTR conversation. Moved drawing OTR message icon for outgoing messages to draw_message_hook where it is more appropriate. check-in: 6470c20ee5 user: sgolovan tags: trunk
13:10
Fixed a small bug in returning "can't decrypt" message. Added -discardcommand and -resendcommand options to the otr::new procedure. They allow the caling application to replace built-in storing, discarding and resending routines. check-in: df5f8fe66e user: sgolovan tags: trunk
13:04
Adjusted priority for the icon drawing procedure. check-in: 1b27e8c663 user: sgolovan tags: trunk
2015-12-27
13:51
Display more appropriate error messages in case of received OTR request but without any OTR key configured. Updated Russian and Ukrainian translations. check-in: cdee71ca04 user: sgolovan tags: trunk
13:48
Don't switch to plaintext message state on an OTR error message retrieving. Display a bit more meaningful error messages to a user in case of receiving OTR request with nismatched protocol version. Do not resend pending message if the peer has changed her OTR key between sessions. check-in: 6c3223e438 user: sgolovan tags: trunk
2015-12-22
13:13
Modified the custom URL procedure to allow more flexible URL definitions. In particular, regexps with more than one capture group are permitted. check-in: 6296c01b05 user: sgolovan tags: trunk
08:50
Added custom URL for the Tkabber Fossil repository artifacts, like [3cd34577a3]. check-in: 5a1ff09048 user: sgolovan tags: trunk
2015-12-19
19:58
Updated Ukrainian translations. check-in: 5f5c327566 user: sgolovan tags: trunk
19:04
Updated Ukrainian translations. check-in: 746c2f6c6d user: sgolovan tags: trunk
17:47
Updated Russian translations. Updated Ukrainian translations. check-in: d484d35516 user: sgolovan tags: trunk
08:45
Added the Ukrainian keyboard layout support. Updated Russian translations. Updated Ukrainian translations. check-in: 549396ade1 user: sgolovan tags: trunk
07:57
Updated Ukrainian translations. check-in: 2955eecc19 user: sgolovan tags: trunk
2015-12-14
19:59
Updated Ukrainian translations. check-in: db936c70bb user: sgolovan tags: trunk
2015-12-13
20:06
Updated Russian translations. Updated Ukrainian translations. check-in: 182a3071b2 user: sgolovan tags: trunk
18:13
Updated Ukrainian translations. check-in: 9b0b460a97 user: sgolovan tags: trunk
15:56
Updated Russian translations. Updated Ukrainian translations. check-in: 21fbaa1d21 user: sergei tags: trunk
12:41
Updated Ukrainian translations. check-in: ad3deaf4eb user: sgolovan tags: trunk
2015-12-10
06:38
Added custom url for the Tkabber Wiki page, for example wiki:index or wiki:en/Main_Page. check-in: 1c2d9b0efd user: sgolovan tags: trunk
2015-11-20
10:02
Fixed determining if a string consists of digits only. check-in: b7afda691e user: sgolovan tags: trunk
2015-08-28
13:58
Do not try to add OTR icon for messages without any type set. check-in: fbc81c87d7 user: sgolovan tags: trunk
2015-08-08
06:31
Fixed typo (added missing line continuation backslash). check-in: f393a3b221 user: sergei tags: trunk
2015-07-10
07:01
Added 'fossil pull' call to the 'up' Makefile target for those who use fossil in manual merge mode. check-in: 181c9748b5 user: sgolovan tags: trunk
2015-06-11
06:50
Fixed a message and its translation. check-in: c111ef8b66 user: sgolovan tags: trunk
2015-06-01
09:25
Do not add an OTR icon to the chatlog window if the message sending was aborted in rewrite_outgoing_message_hook. check-in: c3128104f4 user: sgolovan tags: trunk
2015-05-28
12:06
Prettified the progressbar appearance for Ttk based interface. check-in: 2497b682c1 user: sgolovan tags: trunk
2015-05-26
05:40
Clarified the error message, fixed typo. check-in: bf8928abd5 user: sgolovan tags: trunk
2015-05-25
11:18
Added new gpg debug category which prints debug logs for the gpg package. check-in: 3f5a72ffcb user: sgolovan tags: trunk
2015-05-24
04:52
Reformatted the code. check-in: bf2a5964fa user: sgolovan tags: trunk
2015-05-10
16:03
Fixed plugin unloading for the case when there was no whiteboards open during the current session. Removed forgotten TODO leftover. Leaf check-in: 6a9bac60c3 user: sgolovan tags: 1.1.2, release
15:58
Updated the tclbug and tkbug examples, fixed processing non-digital variable URL parts. check-in: bc86edfe81 user: sgolovan tags: 1.1.2
15:52
Fixed namespace issues. check-in: c3a0a93f00 user: sgolovan tags: 1.1.2
15:43
Fixed posting menu for debug categories with :: in them. 2015-03-28 Sergei Golovan <sgolovan@nes.ru> check-in: 9e5e97a6ae user: sgolovan tags: 1.1.2
15:23
Fixed crashes with newer Tcl/Tk in case when canvas tag doesn't exist. check-in: 85458e8bbd user: sgolovan tags: 1.1.2
15:20
Create new branch named "1.1.2" check-in: cf71969298 user: sgolovan tags: 1.1.2
14:43
Removed the trailing whitespaces. check-in: 87bb337e6c user: sgolovan tags: trunk
14:27
Removed trailing spaces. check-in: 965ab01fa5 user: sgolovan tags: trunk
2015-05-09
19:49
Adapted the Whiteboard plugin to the Ttk based interface. check-in: 7d61e77eff user: sgolovan tags: trunk
18:17
Reformatted the code. check-in: 1be2611de2 user: sgolovan tags: trunk
18:14
Reformatted the code. check-in: 195cf49721 user: sgolovan tags: trunk
18:01
Reformatted the code. Bind all events to TEntry also. check-in: 5c5b4ca07c user: sgolovan tags: trunk
17:53
Adapted the Traffic accounting plugin to the Ttk based interface. check-in: 214c43ba60 user: sgolovan tags: trunk