Tkabber contrib

Timeline
Login

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

50 most recent check-ins occurring on or after 2010-02-05 04:00:01.

2010-04-02
03:54
Added a possibility to specify different elements to watch. The following keywords are used for this: nick, jid, hash, ver. For example, /watch hash 8q9vzJIp9rr2u3+Y76hMLHyp00E= Please read README or README.ru for more details, as it has some limitations and nuances. check-in: 12f184a1ab user: bigote tags: trunk
2010-04-01
16:13
Added a mapping for "V" character. Added a bit of code to get hex values of characters specified as an argument for this file when starting the script standalone, for instance: wish flip.tcl A check-in: 6f15ed9e84 user: bigote tags: trunk
03:43
Added displaying ban reason, if any. Added an extension for /inbanlist and /inmemberlist commands that allows to invert search results. The syntax is (note ! separated with a space from a query): /inbanlist ! @ This command will show all banned servers. check-in: db3b17d4e5 user: bigote tags: trunk
2010-03-31
23:33
Added a possibility to search for hashes. Use a keyword "hash" with /visited command to do so. Added gathering of nodes along with hashes in order to log them if version information is missing by some reason (client refused to tell it, or timeout is passed). Testing is required as it's difficult to catch such situation. Any feedback is welcome. check-in: b6692069b6 user: bigote tags: trunk
21:49
Mapping for R letter deleted as it gives problems for jabber.ru server users. check-in: 1ca16846c8 user: bigote tags: trunk
21:20
Changed order of check for temporary file existence. check-in: 2d60966002 user: bigote tags: trunk
05:16
Added version hash logging. TODO: Add possibility to search by it. check-in: 2e17961a2f user: bigote tags: trunk
2010-03-30
23:56
Added some initial caps hashes gathering (at the moment for testing only, it's not functional yet). Timestamp format changed from Tkabber's standard one (available to change in ::plugins::options(timestamp_format) to %Y-%m-%d_%H:%M:%S check-in: edccddffa5 user: bigote tags: trunk
2010-03-28
17:44
Fixed small inconvenience when searching for jids in banlist and memberlist (it was case-sensitive). check-in: c870ddc2e2 user: bigote tags: trunk
2010-03-26
04:23
Timeout for version requests augmented to 120 seconds (90-sec timeout fails quite often when requesting mobile client versions). Fixed a bug that provoked strange false alarms when watching jid entrances in rooms where we don't have admin privileges. check-in: 39584289cf user: bigote tags: trunk
2010-03-24
18:19
A new set of commands added that allows you to watch certain jids entrances and nick changes, and also to manage your watchlist. These are: /watch someuser@someserver.com /unwatch someuser@someserver.com /unwatch all /listwatch Please see README or use /bldhelp for more details. check-in: d5328039fd user: bigote tags: trunk
01:47
Some goals added so that not to forget about them and to encourage users' input about them (and maybe some other suggestions that aren't here). check-in: ee700afa23 user: bigote tags: trunk
01:05
Added an option options(rooms2log) that allows to specify only necessary rooms that are to be logged. check-in: 0b94d9930d user: bigote tags: trunk
2010-03-23
23:37
Fixed searching for versions that contain brackets. check-in: 46a0aa10aa user: bigote tags: trunk
2010-03-19
15:16
Fixed appearance of print-out lines if log_role_aff and log_ver_os options are disabled (removed unnecessary separators). Fixed typo in smart_enter_exit_message procedure. check-in: da828c7b9c user: bigote tags: trunk
2010-03-18
23:09
Default version request timeout changed from 60 to 90 seconds. check-in: 32eca20ab4 user: bigote tags: trunk
21:49
Improved version requests processing. See description of options(ver_timeout) in README file. Fixed behaviour of options log_role_aff and log_ver_os. Now their disabling disables logging such info to a file (as it should be). check-in: 0b398b62ce user: bigote tags: trunk
2010-03-15
08:32
automatic requesting avatars is optional now (for low bandwidth connections) optimise excessive hook running code cleanup check-in: 70d530ec42 user: hermitifier tags: trunk
2010-03-11
21:02
Reorganise 'Avatar' context menu check-in: 1e696171b3 user: hermitifier tags: trunk
2010-03-08
08:49
remove excessive debug level fix restoring empty avatars style tweaks relax custom avatar file extensions check-in: 09070874ca user: hermitifier tags: trunk
2010-03-05
18:55
avatar cache initial commit check-in: 283151e640 user: hermitifier tags: trunk
18:53
avatarcache initial commit check-in: 814e17ee65 user: hermitifier tags: trunk
2010-03-04
18:55
Added a possibility to specify several queries in one line, like this: /visited nick bigote aff none /visited log role admin ver Tkabber Heavy testing needed (especially when "Exact" matching option is selected). Small bug fixed that prevented exact search in all rooms. check-in: a182721ffa user: bigote tags: trunk
2010-02-28
22:51
1) Fixed some bugs in highlightex.tcl. check-in: cded44f84d user: ancestor tags: trunk
2010-02-23
08:22
Added a "valve" to /amnesty command processing that prevents creating oversized stanza (that can provoke Stream error and disconnection from server). Fixed a bug that gave an error when processing jids with their login part enclosed by curly braces: {login}@jabber.ru check-in: 78dbfaaedb user: bigote tags: trunk
2010-02-22
22:04
1) New plugin: highlightex.tcl - allows to highlight messages with current nickname. check-in: 7adb3d76b6 user: ancestor tags: trunk
09:25
Added "catching" for wrong commands. If your command failes when executed, a dialog will appear to notice you about failure (even with options(silent_cmd_execution) set). No error stack trace is provided. check-in: 66c77d8e8d user: bigote tags: trunk
07:38
An option options(silent_cmd_execution) is added. If set, a message dialog won't pop-up if your reminder is a command. This option is unset by default. check-in: c6e80f46ea user: bigote tags: trunk
06:25
Added a possibility to execute a user specified tcl script at an arbitrary time. Just start your message with "cmd" keyword (separated with a space): /remind 10 min cmd set a "Hello world" puts $a Nobody prohibits you to call Tkabber commands or even to execute script files from disk: /remind 3 hours cmd ::muc::unban ::xmpp::1 foo@conference.jabber.ru pupkin@jabber.ru /remind 01/31/2011 12:00:00 cmd source /home/myself/bin/test.tcl check-in: e9fced2506 user: bigote tags: trunk
2010-02-21
11:15
2010-02-21 Andrey Kozlov <xmpp:hekp0maht@jabber.ru> * v 0.1.1. Fixed incorrect variable unset. * Now original color pool is being replaced only if new has equal or greater length. check-in: da9db5b457 user: hekp0maht tags: trunk
06:07
Added a possibility for exact search by commands /inbanlist and /inmemberlist (just set options(matching_rules) to Exact). A small bug fixed in processing /visited command when Exact matching rules are set. check-in: 85c14f8a03 user: bigote tags: trunk
02:56
New commands for searching in black list and member list implemented: /inbanlist pattern /inmemberlist pattern check-in: ed5b5f37b2 user: bigote tags: trunk
2010-02-20
21:29
An error fixed that appeared when using /bldjid command (due to changes in Tkabber code). /banjid command removed from plugin, as it is going to be a Tkabber part from now on. check-in: 3f3982d3ed user: bigote tags: trunk
2010-02-19
18:04
2010-02-19 Kozlov Andrey <xmpp:hekp0maht@jabber.ru> * Initial NickSaneColors plugin commit check-in: 2d0e551e7c user: hekp0maht tags: trunk
17:54
2010-02-19 Kozlov Andrey <xmpp:hekp0maht@jabber.ru> * Adding plugin NickSaneColors dir check-in: a69be259e8 user: hekp0maht tags: trunk
17:46
Path fail. Removing. check-in: 59e0d3de9c user: hekp0maht tags: trunk
17:12
2010-02-19 Kozlov Andrey <xmpp:hekp0maht@jabber.ru> * NickSaneColors initial commit check-in: 890bf58fd4 user: hekp0maht tags: trunk
17:07
2010-02-10 Kozlov Andrey <xmpp:hekp0maht@jabber.ru> * Initial commit check-in: 4d2f59082a user: hekp0maht tags: trunk
2010-02-18
16:59
1) Fixed get our_jid bug in bmucx.tcl. check-in: 5668c8a1b7 user: ancestor tags: trunk
2010-02-17
23:51
1) Fixed captcha blocking bug in bmucx.tcl. check-in: da4888d866 user: ancestor tags: trunk
17:59
1) Some translation strings fixed in prettymucmenu/msgs/ru.msg. check-in: d9da882ecb user: ancestor tags: trunk
16:16
1) New plugin prettymucmenu.tcl: provides an improved version of Tkabber MUC moderation menu. check-in: 609d130adb user: ancestor tags: trunk
2010-02-14
04:41
Added a subcommand "log" for /visited command. It allows you to search the same stuff, but in the log file if you have one and the option ::plugins::bldjid::options(log_file) points to it. See README or README.ru for details. check-in: 640385bdba user: bigote tags: trunk
2010-02-11
19:10
Fixed an error provoked by Tkabber code refactoring. check-in: 85b8d653a2 user: bigote tags: trunk
19:07
Fixed an error provoked by Tkabber code refactoring. check-in: 390fd4f787 user: bigote tags: trunk
2010-02-07
16:07
1) Fixed bug in getting affiliations and roles. check-in: bb5dbc380d user: ancestor tags: trunk
2010-02-06
23:38
fixed groupchat private bug check-in: 58072a5ef2 user: asv tags: trunk
06:25
Added a possibility to treat anything that goes after "ver" keyword of /visited command as a single search parameter, so it can contain spaces. check-in: 5ad8659d39 user: bigote tags: trunk
2010-02-05
09:55
A bugfix: Variable var_os is set to default value of "". It must exist always because there could be cases when no iq error is received but nevertheless we have no result. A bugfix: Fixed processing of some client versions that contain newline characters, to avoid breaking lines in log file. check-in: a3e43eb304 user: bigote tags: trunk
04:00
Command /visited is enhanced. It is possible to search for jids, role, affiliation and version now. Keywords jid, role, aff, ver are reserved for such searches. Please read README or README.ru for more details. check-in: 80bf5a636b user: bigote tags: trunk