Tkabber

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

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

History for plugins/chat/muc_commands.tcl

2015-08-10
10:46
Reformatted the code and added Vim modelines. file: [04053f529f] check-in: [079f068c2b] user: sergei branch: trunk, size: 4962
2015-04-18
06:12
Added short file descriptions. file: [16b1a0ff5d] check-in: [e49f06fdf9] user: sgolovan branch: trunk, size: 4350
2010-03-08
08:40
* plugins/chat/muc_commands.tcl: Added /banjid command (thanks to Serge Yudin). file: [96638a49ca] check-in: [76488120a9] user: sgolovan branch: trunk, size: 3968
2010-02-08
06:32
* muc.tcl, plugins/chat/muc_commands.tcl: Fixed typos. file: [2f3b77b305] check-in: [ef8840a16a] user: sgolovan branch: trunk, size: 3625
2010-02-07
20:57
* plugins/chat/muc_commands.tcl: Fixed call to a few procedures from ::muc namespace. file: [6dbcf89c7a] check-in: [c772d6c352] user: sgolovan branch: trunk, size: 3620
2010-02-06
17:13
Added: * login.tcl: Removed assigning global gr_nick, gr_server and gra_server variables. They don't make sense in multiuser environment. * utils.tcl, plugins/chat/histool.tcl, plugins/chat/irc_commands.tcl, plugins/chat/logger.tcl, plugins/roster/conferences.tcl: Rewtitten get_group_nick procedure not to use fallback which was often the removed global variable gr_nick. * muc.tcl, ifacetk/muc.tcl: Moved Tk specific MUC code to a separate file. * muc.tcl, plugins/chat/muc_commands.tcl: Moved MUC commands to a separate plugin. * joingrdialog.tcl: Removed because all its code has been moved to ifacetk/muc.tcl. * tkabber.tcl: Don't source joingrdialog.tcl. * plugins/general/remote.tcl: Don't use variable from ::chat namespace directly. * ifacetk/iface.tcl: Source ifacetk/muc.tcl file. Added a check for window existence before setting its title because of after idle call. * ifacetk/ilogin.tcl, ifacetk/iroster.tcl: renamed to ifacetk/login.tcl and ifacetk/roster.tcl. * chats.tcl: Reset MUC tokens on disconnect instead of leaving groups. * examples/configs/badlop-config.tcl, examples/configs/mtr-config.tcl: Replaced join_group calls by muc::join_group. file: [312bf53be5] check-in: [152877aaca] user: sgolovan branch: trunk, size: 3605