Tkabber contrib

Timeline
Login

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

50 check-ins occurring on or before 2009-11-11 23:27:12.

2009-11-11
23:27
Added logging of subscription requests. This was forgotten in r235. check-in: afea983ae9 user: gebb tags: trunk
2009-11-07
09:22
Added logging of blocked messages and password request messages to a file. check-in: a9a3b9b946 user: gebb tags: trunk
07:06
Typo fixed. check-in: f92d65bb6e user: gebb tags: trunk
07:02
Typo fixed. check-in: 418769429a user: gebb tags: trunk
2009-10-09
11:43
Add break to <<ToggleTopicWindow>> binding This prevents propagation of the event further down which, in the case of the default binding (C-t) also performed the "swap characters" command in the text widget (serving as the chat input window). check-in: b9c57ff90a user: khomoutov tags: trunk
2009-08-19
16:37
now_playing: Add INSTALL file for the np_simple.py QuodLibet plugin (thanks to Dendik). check-in: 8b028acbb7 user: khomoutov tags: trunk
15:00
now_playing: Remove reading/setting date in quodlibet_parse as this field is not exported by np_simple.py and is not used in XEP-0118 anyway. (Thanks to Dendik). check-in: 527f647c3a user: khomoutov tags: trunk
14:54
Updat README of the "now_playing" plugin (thanks to Dendik) check-in: 3f9be9d55c user: khomoutov tags: trunk
2009-06-19
08:45
A small but nasty bug changed (handling '%' character in rooms' names). Thanks to teo and sceptik. Leaf check-in: b9591f5d96 user: bigote tags: bldjid-0.6
2009-05-21
20:18
Added check for existence of TKABBER_SITE_PLUGINS variable. Thanks to Vladimir Kichigin (voffk). check-in: 35fe89f515 user: bigote tags: trunk
2009-05-19
08:34
Made the plugin disabled by default, because until tuned properly it prevents registration on transports. check-in: 97ded53225 user: gebb tags: trunk
2009-05-09
01:30
Tagging version 0.6 of Bldjid plugin. check-in: 324dc06a76 user: bigote tags: bldjid-0.6
01:13
Double congratulation! Victory day and stable plugin version release :) check-in: 1931d65ff1 user: bigote tags: trunk
01:04
README is translated into Russian. Also, some small changes are made to original README file. check-in: 5d28eb7929 user: bigote tags: trunk
2009-04-30
02:36
Russian translation added for all plugin messages so some messages required adapting to translatable format. An error fixed that was provoked by recent changes in muc.tcl. --- TODO: Heavy testing is required before releasing a "stable" version, especially new translation should be well tested. Please send your feedback directly to me :) check-in: e6353cfdd1 user: bigote tags: trunk
2009-04-26
02:19
Some changes were made in order to prepare the plugin's code for splitting to several modules: - Some code refactoring. - Some behaviour improvements. - The option 'options(enabled)' renamed to 'options(enable_jids_gathering)'. - Some changes also applied to README file. check-in: eacd3833ea user: bigote tags: trunk
2009-04-25
22:14
A bug fixed in autocompletion procedure that gave an error when trying to autocomplete JIDs when no user list is created yet. check-in: 26b5809785 user: bigote tags: trunk
2009-04-16
01:15
Timeout for monitor window is removed. Commands /showmon and /closemon are removed, too, as <Control-m> is used to toggle between monitor window states. Some code refactoring (unnecessary procedures deleted). check-in: afe320d6f5 user: bigote tags: trunk
2009-04-15
02:06
-- Added a command /showmon to show a previously closed monitor window. -- A hotkey <Control-m> is added to toggle between opened/closed states of the monitor. -- Some code refactoring. check-in: d9993b7958 user: bigote tags: trunk
2009-04-13
21:56
Fixed a bug that gave error when processing nicks like "{", "}" and "{%}". Thanks to Alexey Smirnov. check-in: c9af962a9e user: bigote tags: trunk
2009-04-11
13:00
Fixed a bug that prevented autoclosing of a monitor window for the second time. check-in: f1538ac468 user: bigote tags: trunk
01:00
Added multilogin support. check-in: cf7171c78f user: bigote tags: trunk
2009-04-10
18:00
Removed command autocompletion in conference private chat (to show that it doesn't work here). Thanks to Alexey Smirnov. check-in: 82a4354931 user: bigote tags: trunk
13:51
"Flip" plugin that was temporarily added to the trunk is moved to 3rd-party-plugins. Nick storing/restoring added to its functionality. See README for details. check-in: bd2a1b107b user: bigote tags: trunk
2009-04-09
04:58
Added an option that allows you to redirect /visit* and /bldhelp commands output to a special monitor window placed below the current chat input window. See README or ChangeLog for more information about it. A bug fixed in /visitors command. check-in: 07ceaece71 user: bigote tags: trunk
2009-04-08
00:21
Tag current "stable" version of the "urgent" plugin as v0.1 Leaf check-in: 34831320a9 user: khomoutov tags: urgent-stable-0.1
00:19
Update TODO list check-in: ed3cf825c5 user: khomoutov tags: trunk
00:07
Backport fix made on "plugins-0.11.1" branch in rev 208 check-in: 9c70808408 user: khomoutov tags: trunk
2009-04-07
23:39
Improve per-chat state handling (fixes the 'focus before open_chat_post_hook' bug) check-in: 07eb9c5e22 user: khomoutov tags: plugins-0.11.1
23:07
Fix getting connection id when processing normal groupchat messages check-in: a6d4d192b3 user: khomoutov tags: plugins-0.11.1
18:06
Fix menu name in the INSTALL document (thanks to Serge Yudin). check-in: 97cb3cc6b5 user: khomoutov tags: trunk
12:15
Code optimization (thanks for regexp to Alexey Smirnov <mailto:alexey.smirnov@gmx.com>). check-in: 22c126a7af user: bigote tags: trunk
03:09
Added JIDs autocompletion for /bldjid, /banjid, /unbldjid, /unban commands when using them after generating a user list by any of /visit* commands. Thanks to Alexey Smirnov <mailto:alexey.smirnov@gmx.com> Some typos and little mistakes corrected. check-in: 4f22238c9d user: bigote tags: trunk
2009-04-06
23:35
Some fixes in log length limit processing. Thanks to Konstantin Khomoutov <xmpp:kostix@007spb.ru> check-in: 87d29fc133 user: bigote tags: trunk
22:00
Added log length limit option (unlimited by default). check-in: eb3765fd04 user: bigote tags: trunk
20:03
Added nick change tracing. If somebody changes their nick it will be logged as if it were a new entrance (according with your Verbosity level settings). check-in: 780ccdc95f user: bigote tags: trunk
19:12
Changed JID adding rules for Minimum verbosity level. Users with the same JID but different nicks will be logged in different entries. Added timestamp logging for Minimum verbosity level. It will not affect JID adding rules but will be useful to distinguish users with different JIDs and equal nicks that entered at different time. check-in: c194942bfd user: bigote tags: trunk
02:20
Option added to set a custom field separator for /visit* commands. check-in: 4ea8ca74cf user: bigote tags: trunk
01:39
Code optimization, some minor fixes, some minor improvements. check-in: e33c3033dd user: bigote tags: trunk
2009-04-05
23:24
Loose matching rules (which is default setting) added to plugin's /visit* commands. Now you can provide only a part of a room's name or a nick to search in the lists. check-in: 230ce1cbea user: bigote tags: trunk
11:18
The plugin is able now to gather logs even when ::muc::options(gen_enter_exit_msgs) option is enabled. It's useful if you clean chat windows from time to time. check-in: 6586e75536 user: bigote tags: trunk
01:30
Group filtering works now, but it's a workaround: the plugin still logs every room whether the filter option is set or not. When it's set, _the_resulsts_ are filtered out. If you turn off this option and repeat a /visit* command in a room without privileges, it will show you a log. check-in: 710ba3cce0 user: bigote tags: trunk
2009-03-31
05:39
An attempt was made to make group filtering work (options(filter_admin_rooms)). There is a little problem with it so if you don't want to get warnings when entering rooms (only once per entering) please keep the previous version of plugin. If you do not plan filtering out rooms where you have admin privileges, you can use this version -- you should get warnings only when this option is enabled. See ChangeLog for more details. check-in: db31d3d733 user: bigote tags: trunk
00:34
If you tried to work with /visit* or /bldjid commands while there is a conference opened where you cannot enter because of nick coincidence or too slow connection, you received an error. So, now it's fixed :) check-in: 1d406d5fb4 user: bigote tags: trunk
2009-03-30
22:06
All 'return stop' commands changed to just 'return'in smart_enter_exit_message to avoid possible problems with hooks. check-in: 3c258b22dd user: bigote tags: trunk
17:46
Typo fixed. check-in: 6fd53d86db user: bigote tags: trunk
17:25
Fixed another bug that provoked error when trying to display an empty list by commands /visit* check-in: 8ffa42e7c4 user: bigote tags: trunk
14:35
Bugfix in /visited command. check-in: 032648e041 user: bigote tags: trunk
11:27
Bug fixed that prevented to see group roster when ::muc::options(gen_enter_exit_msgs) is enabled. Thanks to Rakhmanin Ruslan <mailto:rakhmaninr@gmail.com> check-in: 1e76fe45da user: bigote tags: trunk
03:06
Option options(verbosity_level) has also Maximum level now. Added tabulated separation between item number and item body in user list given by /visit* check-in: 597f4bc215 user: bigote tags: trunk