Tkabber

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

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

History for plugins/chat/open_chat.tcl

2015-08-10
10:46
Reformatted the code and added Vim modelines. file: [9f54803784] check-in: [079f068c2b] user: sergei branch: trunk, size: 1655
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: [8d25cca549] check-in: [86f22aa623] user: sgolovan branch: trunk, size: 1458
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: [3c9b5d13b6] check-in: [683d64d616] user: sgolovan branch: trunk, size: 1404
2006-01-17
00:47
* plugins/general/xcommands.tcl: Updated * plugins/general/rawxml.tcl: Fixed "smart scroll" * chats.tcl: Likewise * plugins/general/headlines.tcl: Added "delete" button * plugins/general/conferenceinfo.tcl: Updated * plugins/general/avatars.tcl: Presence processing move to another hook * plugins/general/annotations.tcl: Bugfix * plugins/chat/send_message.tcl: Add id to messages * plugins/chat/open_chat.tcl: Updated * plugins/chat/irc_commands.tcl: Added invitation support, reason now expected on second line * plugins/chat/completion.tcl: Remove additional suffix on Sh-RET * plugins/chat/clear.tcl: Support for /clear command (moved from irc_commands.tcl) * plugins/chat/irc_commands.tcl: Likewise * plugins/chat/chatstate.tcl: Bugfix * jabberlib-tclxml/ntlm.tcl: Bugfix (thanks to Pat Thoyts) * jabberlib-tclxml/namespaces.tcl: Updated * jabberlib-tclxml/jlibcompress.tcl: Support for stream compression (JEP-0138) (requires https://gna.org/projects/ztcl/) * login.tcl: Likewise * ifacetk/ilogin.tcl: Likewise * jabberlib-tclxml/jabberlib.tcl: Likewise * jabberlib-tclxml/pkgIndex.tcl: Likewise * jabberlib-tclxml/transports.tcl: Likewise * examples/mtr-config.tcl: Updated * userinfo.tcl: Bugfix * roster.tcl: Some procedures moved to hooks * register.tcl: Added "unregister" button * presence.tcl: Removed presence_process_x_hook, internal updates, save status on exit * muc.tcl: Cleanup, deny some affiliation changes, /kick and /ban now expect reason on second line, fixed invitations * messages.tcl: Destroy subscription window on roster push if subscription request is not required anymore * gpgme.tcl: All gpgme-related stuff moved here * messages.tcl: Likewise * userinfo.tcl: Likewise * ifacetk/iface.tcl: Likewise * plugins/chat/draw_encrypted.tcl: Likewise * plugins/chat/draw_signed.tcl: Likewise * plugins/general/presenceinfo.tcl: Likewise * disco.tcl: Added disco publish support, added disco tree clearing feature * datagathering.tcl: Changed focus behaviour * chats.tcl: Encode non-ASCII characters in URL, miscellaneous internal changes file: [4fdf03c41e] check-in: [4cf12ef566] user: aleksey branch: trunk, size: 1416
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: [f02550e5fb] check-in: [e34f310a3c] user: aleksey branch: trunk, size: 1321
2004-11-21
21:24
Added: * plugins/chat/open_chat.tcl: Support for /open command (thanks to Dmitry Astapov) * plugins/chat/completion.tcl: Support for completion of strings with spaces (thanks to Dmitry Astapov) * jabberlib-tclxml/jabberlib.tcl: Moved predisconnected_hook to login.tcl (thanks to Sergei Golovan) * login.tcl: Likewise * ifacetk/iroster.tcl: Updated set_group_lists (thanks to Sergei Golovan) * tkabber.tcl: Updated exiting (thanks to Sergei Golovan) * ifacetk/iface.tcl: Likewise * muc.tcl: Replaced "[namespace current]" with "muc" (thanks to Sergei Golovan) * messages.tcl: Replaced "gc_" with "muc#" (thanks to Sergei Golovan) * muc.tcl: Likewise * muc.tcl: Avoid vwait (thanks to Sergei Golovan) * chats.tcl: Removed "after idle" call, cleanup (thanks to Sergei Golovan) * ifacetk/ilogin.tcl: Better focus setting in login window (thanks to Sergei Golovan) file: [d3cf88484e] check-in: [11f5f30a12] user: aleksey branch: trunk, size: 1293