Tkabber

All files named "plugins/chat/info_commands.tcl"
Login

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

History for plugins/chat/info_commands.tcl

2015-08-10
10:46
Reformatted the code and added Vim modelines. file: [96f8926d10] check-in: [079f068c2b] user: sergei branch: trunk, size: 14199
2015-05-11
10:37
Removed trailing whitespaces from all over the code. file: [f718cb4cdf] check-in: [b74ed15086] user: sgolovan branch: trunk, size: 11937
2015-03-31
12:39
Removed Tclx procedure calls (specifically, [cconcat], [cequal], [clength], [crange], [lcontain], [lempty], [lvarpop], [lvarpush], [lrmdups], [max], [min]). Also, added headers with short description. file: [11e1291df7] check-in: [86f22aa623] user: sgolovan branch: trunk, size: 11961
2015-03-29
19:01
* plugins/chat/info_commands.tcl, plugins/iq/time.tcl, plugins/iq/time2.tcl: Dropped Tcl/Tk 8.4 support. * plugins/unix/menu.tcl: Removed code which runs on Tcl/Tk 8.3 only. * configdir.tcl, gpgme.tcl, ifacetk/buttonbar.tcl, ifacetk/bwidget_workarounds.tcl, ifacetk/iface.tcl, messages.tcl, userinfo.tcl, utils.tcl: Removed pieces of code which work with Tcl/Tk 8.3 or 8.4 only. * README, doc/tkabber.html, doc/tkabber.xml: Added a short note on installation of Tcl UDP extension for proper DNS resolving. * README, doc/tkabber.html, doc/tkabber.xml: Bumped required Tcl/Tk version to 8.5.8. Also, bumped a few other dependencies versions. * msgs/de.msg, trans/de.msg: Converted to UTF-8. * msgs/*, trans/*: Added headers with short file descriptions. file: [a075563d16] check-in: [cc52817ec4] user: sgolovan branch: trunk, size: 12113
2010-10-03
04:47
* msgs/uk.msg: Updated Ukrainian translation (thanks to Artem Bondarenko). * plugins/chat/info_commands.tcl, msgs/ru.msg: Added /ping command to chat input windows (thanks to Andrey Svetly). file: [902ff19a84] check-in: [92ddbe76b2] user: sgolovan branch: trunk, size: 12205
2010-01-23
14:53
* ifacetk/iroster.tcl, plugins/chat/info_commands.tcl, plugins/roster/backup.tcl, plugins/roster/metacontacts.tcl, presence.tcl, register.tcl, userinfo.tcl: Fixed messages (mostly capitalization) which are to be presented to a user. * msgs/ru.msg: Updated Russian translation. file: [b634878584] check-in: [afa92905d7] user: sgolovan branch: trunk, size: 10671
2008-10-19
06:23
* plugins/roster/annotations.tcl: Fixed widget name with connection token inside. * itemedit.tcl, utils.tcl, chats.tcl, privacy.tcl, gpgme.tcl: Added (and use) new procedure which maps colons in connection token to number signs for usage in widget names. * chats.tcl, examples/configs/mtr-config.tcl, gpgme.tcl, iface.tcl, ifacetk/iroster.tcl, itemedit.tcl, joingrdialog.tcl, messages.tcl, muc.tcl, plugins/chat/disco.tcl, plugins/chat/histool.tcl, plugins/chat/info_commands.tcl, plugins/chat/irc_commands.tcl, plugins/chat/log_on_open.tcl, plugins/chat/logger.tcl, plugins/chat/muc_ignore.tcl, plugins/chat/nick_colors.tcl, plugins/general/avatars.tcl, plugins/general/headlines.tcl, plugins/general/message_archive.tcl, plugins/general/remote.tcl, plugins/pep/user_activity.tcl, plugins/pep/user_location.tcl, plugins/pep/user_mood.tcl, plugins/pep/user_tune.tcl, plugins/roster/annotations.tcl, plugins/roster/cache_categories.tcl, plugins/roster/conferenceinfo.tcl, plugins/roster/conferences.tcl, plugins/roster/fetch_nicknames.tcl, plugins/si/socks5.tcl, presence.tcl, privacy.tcl, roster.tcl, userinfo.tcl, utils.tcl: Replaced JID related procedures from utils.tcl (node_from_jid, server_from_jid, resource_from_jid, node_and_server_from_jid, tolower_node_and_domain) by procedures from xmpp::jid package (::xmpp::jid::node, ::xmpp::jid::server, ::xmpp::jid::resource, ::xmpp::jid::stripResource, ::xmpp::jid::normalize). file: [ca55d34340] check-in: [98791f7bda] user: sgolovan branch: trunk, size: 10665
2008-10-17
17:16
* *: Massive update caused by moving to an external XMPP library TclXMPP (http://code.google.com/p/tclxmpp/). * tclxmpp: Added map to external repository http://tclxmpp.googlecode.com/svn/trunk/ * ckabber.tcl, ifaceck/*: Removed. file: [5fd0cd274d] check-in: [683d64d616] user: sgolovan branch: trunk, size: 10661
2007-02-20
18:35
* plugins/chat/info_commands.tcl: Bugfix: send last, time and vaersion queries to full user's JID if it was not found in the roster. * default.tcl, login.tcl, msgs/ca.msg, msgs/de.msg, msgs/es.msg, msgs/eu.msg, msgs/fr.msg, msgs/nl.msg, msgs/pl.msg, msgs/pt.msg, msgs/ru.msg, msgs/uk.msg, search.tcl: Fixed typos in translatable messages. file: [5a45da9370] check-in: [028bfe34ba] user: sgolovan branch: trunk, size: 10861
2006-11-20
20:06
* plugins/chat/info_commands.tcl: Fixed bug with asking info in groupchats. When name was not specified, /version, /time, /last, /vcard sent IQ to an occupant with the highest priority and not to the room itself. file: [233e76c889] check-in: [7020da1bae] user: sgolovan branch: trunk, size: 10866
2006-10-07
13:37
* plugins/chat/info_commands.tcl: Added other full JIDs processing. file: [f34af7aad5] check-in: [a736b1be28] user: sgolovan branch: trunk, size: 10823
13:30
* plugins/chat/info_commands.tcl: Fixed command processing after chat recipient logout. file: [18aabc8e36] check-in: [9c4b8cb4ed] user: sgolovan branch: trunk, size: 10764
12:00
* custom.tcl: Autosave customized variable if it has been set from outside ::custom namespace. It should improve usability. * disco.tcl: Added connection ID to all disco operations. * disco.tcl, joingrdialog.tcl, messages.tcl, plugins/roster/conferences.tcl: Added new hook disco_node_menu_hook for popup menues in disco window. Moved join conference, add conference to roster, send message menu items to the hook. * plugins/chat/info_commands.tcl: Added roster item completion to /time, /last, /vcard, and /version commands. Made ::msgcat::mc handle substitutions in strings. file: [7581d30c97] check-in: [399eb2b30d] user: sgolovan branch: trunk, size: 10620
2006-08-17
20:22
* plugins/chat/info_commands.tcl: Bugfix. VCard is requested from bare JID (works when chat partner goes offline) file: [d6a9ad86c2] check-in: [e17fdbbdad] user: sgolovan branch: trunk, size: 9181
2005-03-12
22:03
* plugins/chat/info_commands.tcl: Fixed typo (thanks to Sergei Golovan) * plugins/chat/events.tcl: Workaround for yahoo-t, which send <id/> inside jabber:x:event with real messages (thanks to Sergei Golovan) * msgs/ru.msg: Updated (thanks to Sergei Golovan) * jabberlib-tclxml/transports.tcl: Better SSL handling (thanks to Sergei Golovan) * ifacetk/iroster.tcl: Fixed roster aliases handling (thanks to Dmitry Astapov) * roster.tcl: Better handling of conference items (thanks to Pat Thoyts) * roster.tcl: Better status messages (thanks to Sergei Golovan) * muc.tcl: Added room destruction dialog (thanks to Sergei Golovan) * messages.tcl: Ignore messages with empty body and no (or unsupported, e.g. jabber:x:event) extras (thanks to Sergei Golovan) * chats.tcl: "Online" and "offline" strings replaced with "available" and "unavailable" (thanks to Sergei Golovan) * iface.tcl: Likewise * presence.tcl: Likewise * ifaceck/iroster.tcl: Likewise * ifacetk/iface.tcl: Likewise * ifacetk/iroster.tcl: Likewise * chats.tcl: Added /leave with reason command (thanks to Sergei Golovan) * plugins/chat/irc_commands.tcl: Likewise * chats.tcl: Added connid argument to get_nick function (thanks to Sergei Golovan) * muc.tcl: Likewise * sound.tcl: Likewise * examples/mtr-config.tcl: Likewise * ifaceck/iroster.tcl: Likewise * ifacetk/iface.tcl: Likewise * ifacetk/iroster.tcl: Likewise * plugins/chat/bookmark_highlighted.tcl: Likewise * plugins/chat/complete_last_nick.tcl:Likewise * plugins/chat/completion.tcl:Likewise * plugins/chat/draw_normal_message.tcl:Likewise * plugins/chat/draw_xhtml_message.tcl:Likewise * plugins/chat/logger.tcl:Likewise * plugins/chat/me_command.tcl:Likewise * plugins/chat/nick_colors.tcl:Likewise * plugins/chat/open_chat.tcl:Likewise file: [66133afd5b] check-in: [e34f310a3c] user: aleksey branch: trunk, size: 9085
2005-03-03
01:55
* plugins/unix/systray.tcl: Updated (thanks to Sergei Golovan) * plugins/general/conferenceinfo.tcl: All options now in minutes instead of seconds (thanks to Sergei Golovan) * plugins/chat/irc_commands.tcl: Command /subject without arguments doen't set empty subject and display current instead (thanks to Sergei Golovan) * plugins/chat/info_commands.tcl: Better customization (thanks to Sergei Golovan) * jabberlib-tclxml/transports.tcl: Fixed NTLM authentication (thanks to Sergei Golovan) * plugins.tcl: Remove definition of Plugins group (thanks to Sergei Golovan) * messages.tcl: Added news copying to clipboard (thanks to Sergei Golovan) * itemedit.tcl: User bare jid to retrieve user vCard (thanks to Sergei Golovan) * filetransfer.tcl: Insert tag in custom group definition (thanks to Sergei Golovan) * disco.tcl: Sort items by default (thanks to Sergei Golovan) * custom.tcl: Remove dups in group parent list, minor interface change (thanks to Sergei Golovan) * chats.tcl: Fixed bug with incorrect emphasizing initialization (thanks to Sergei Golovan) 2005-02-27 Alexey Shchepin <alexey@sevcom.net> * plugins/general/autoaway.tcl: Updated options(drop_priority) description (thanks to Sergei Golovan) * msgs/ru.msg: Updated (thanks to Sergei Golovan) * ifacetk/ilogin.tcl: Updated behaviour in SSL tab (thanks to Sergei Golovan) * login.tcl: Removed loginconf(usestarttls), updated usage of loginconf(usessl) variable (thanks to Sergei Golovan) file: [76d327e4fe] check-in: [818685d620] user: aleksey branch: trunk, size: 9085
2004-06-14
21:11
* plugins/unix/dockingtray.tcl: Replaced "dock_in_tray" with "dockingtray" (thanks to Sergei Golovan) * plugins/chat/info_commands.tcl: Bugfix (thanks to Sergei Golovan) * plugins/chat/bookmark_highlighted.tcl: Changed behaviour (thanks to Sergei Golovan) * plugins/chat/popupmenu.tcl: Likewise * msgs/ru.msg: Updated (thanks to Sergei Golovan) * ifacetk/iroster.tcl: Bugfix (thanks to Sergei Golovan) * ifacetk/iface.tcl: Second button in toolbar now opens "Discovery" window instead of "Browser" (thanks to Sergei Golovan) file: [f8ea93ae66] check-in: [04e0cde89d] user: aleksey branch: trunk, size: 7811
2004-04-17
19:01
* plugins/chat/info_commands.tcl: Cleanup (thanks to Sergei Golovan) * muc.tcl: Display real jid in join message when available (thanks to Sergei Golovan) * jabberlib-tclxml/jabberlib.tcl: Support for "name" attribute in presence stanzas with type "subscribed" (thanks to Sergei Golovan) * messages.tcl: Likewise * roster.tcl: Likewise * messages.tcl: Bugfix with displaying of "Undefined" group in "Edit item" dialog (thanks to Sergei Golovan) * roster.tcl: Likewise * plugins/chat/popupmenu.tcl: Bugfixes (thanks to Sergei Golovan) file: [4c5e33e759] check-in: [a2342b68ea] user: aleksey branch: trunk, size: 7804
2004-03-02
21:09
* plugins/chat/info_commands.tcl: Removed not-evident AI (thanks to Sergei Golovan) * msgs/ru.msg: Updated (thanks to Sergei Golovan) * userinfo.tcl: Text widgets now inside ScrolledWindow, added -page option to userinfo::open, EMAIL tag now processed according to JEP-0054 (thanks to Sergei Golovan) * datagathering.tcl: Slightly updated look of x:data forms (thanks to Sergei Golovan) * muc.tcl: Likewise for affiliation lists * custom.tcl: Added group sorting (thanks to Sergei Golovan) * chats.tcl: Fixed "smart scroll" (thanks to Sergei Golovan) file: [4133d23903] check-in: [16a9062f2a] user: aleksey branch: trunk, size: 7861
2004-02-08
19:02
* msgs/pl.msg: Updated (thanks to Irek Chmielowiec) * plugins/general/rawxml.tcl: Added mandatory "id" attribute to IQ templates * plugins/general/stats.tcl: Added disco feature description (thanks to Sergei Golovan) * plugins/chat/irc_commands.tcl: /part and /leave now close conference window (thanks to Sergei Golovan) * plugins/chat/exec_command.tcl: Cleanup (thanks to Sergei Golovan) * plugins/chat/info_commands.tcl: Likewise * ifacetk/iface.tcl: Added ifacetk::destroy_win function (thanks to Sergei Golovan) * tkabber.tcl: Restored previous loading order (thanks to Sergei Golovan) * datagathering.tcl: Support for ejabberd:config namespace (thanks to Sergei Golovan) * chats.tcl: Open conference window before MUC negotiation (thanks to Sergei Golovan) * joingrdialog.tcl: Likewise * muc.tcl: Likewise * ifacetk/iroster.tcl: Likewise * browser.tcl: Minor update in ns_handler and feature_handler processing (thanks to Sergei Golovan) * disco.tcl: Likewise * pixmaps/jajc/docking/*.gif: New JAJC-like docking icons (thanks to Oleksandr Yakovlyev) file: [a317fa6108] check-in: [cfaf00024a] user: aleksey branch: trunk, size: 8057
2003-10-12
18:25
* msgs/pt.msg: Updated (thanks to Miguel) * msgs/de.msg: Updated (thanks to Stephan Dietl) * roster.tcl (roster::send_users): Replaced "jabber:" with "xmpp:" (thanks to Sergei Golovan) * plugins/chat/info_commands.tcl: Fixed typos (thanks to Sergei Golovan) * msgs/ru.msg: Fixed typos (thanks to Sergei Golovan) file: [2833d519cd] check-in: [1a605c79cd] user: aleksey branch: trunk, size: 8090
2003-10-07
20:03
* plugins/chat/info_commands.tcl: Better behaviour (thanks to Sergei Golovan) * plugins/chat/logger.tcl: Fixed behaviour on resizing window (thanks to Sergei Golovan) * plugins/iq/version.tcl: Now tries to guess linux distribution (thanks to Sergei Golovan) * jabberlib-tclxml/jabberlib.tcl (jlib::sasl_callback): Now convert values to utf-8 file: [be3d8defc6] check-in: [78d4b44b4d] user: aleksey branch: trunk, size: 8075
2003-08-21
11:08
* msgs/ru.msg: Updated (thanks to Sergei Golovan) * chats.tcl: Fixed scrolling when "smart scroll" option enabled (thanks to Sergei Golovan) * plugins/chat/info_commands.tcl: More powrful and customizable /vcard command (thanks to Sergei Golovan) * custom.tcl: Added option type "list" (thanks to Sergei Golovan) file: [cfb565a0d7] check-in: [b2bf32e8ec] user: aleksey branch: trunk, size: 7872
2003-08-12
19:25
* plugins/chat/info_commands.tcl: Added /vcard command, better handling of other commands (thanks to Sergei Golovan) * plugins/chat/draw_info.tcl: Plugin for drawing "info" messages inside chat windows (thanks to Sergei Golovan) * chats.tcl: Added XRDB resource for "info" message (thanks to Sergei Golovan) * info.tcl: Added level for "info" messages in alert_lvls (thanks to Sergei Golovan) * muc.tcl: Changed type for "whois" message to info (thanks to Sergei Golovan) * plugins/chat/history.tcl: Changed hook priority to better insert commands in history (thanks to Sergei Golovan) * plugins/chat/exec_command.tcl: Likewise * plugins/chat/info_commands.tcl: Likewise file: [18235d4820] check-in: [8d7e472053] user: aleksey branch: trunk, size: 7014
2003-08-07
18:44
Added: * chats.tcl (chat::change_presence): Fixed bug with presence processing of users without resources (like ICQ contacts) * plugins/chat/info_commands.tcl: New plugin for /time, /last and /version (thanks to Sergei Golovan) file: [8c9f6e69f0] check-in: [c290ecb702] user: aleksey branch: trunk, size: 4454