log plugins/mod_admin_telnet.lua @ 5095:dddbcd62183a

age author description
Sat, 28 Jul 2012 01:28:14 +0100 Matthew Wild mod_admin_telnet: Import prosody.incoming_s2s
Sat, 28 Jul 2012 01:25:01 +0100 Matthew Wild mod_admin_telnet: Fix usage of incorrect variable
Sat, 28 Jul 2012 01:24:48 +0100 Matthew Wild mod_admin_telnet: Remove unused variable
Sat, 28 Jul 2012 01:24:34 +0100 Matthew Wild mod_admin_telnet: Import portmanager and s2smanager, as they are both used
Sat, 28 Jul 2012 01:19:09 +0100 Matthew Wild mod_admin_telnet: Fix broken indentation
Sat, 28 Jul 2012 01:17:23 +0100 Matthew Wild mod_admin_telnet: Use module:get_option() instead of configmanager directly
Sat, 28 Jul 2012 01:14:31 +0100 Matthew Wild Merge with Florob
Sat, 09 Jun 2012 02:27:44 +0200 Florian Zeitz mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modules setting globals
Fri, 08 Jun 2012 05:04:38 +0200 Florian Zeitz Eliminate direct setfenv usage
Thu, 26 Jul 2012 04:33:17 +0200 Kim Alvefur mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep, mod_presence, mod_roster, mod_s2s: Import core_post_stanza from the global prosody table.
Thu, 26 Jul 2012 02:27:24 +0200 Kim Alvefur mod_admin_telnet: Add xmpp:ping(from, to), useful for initiating s2s connections
Tue, 24 Jul 2012 22:03:51 +0200 Kim Alvefur mod_admin_telnet: Remove useless call to string.lower()
Tue, 24 Jul 2012 21:37:16 +0200 Kim Alvefur mod_admin_telnet: Add missing import of usermanager
Tue, 24 Jul 2012 21:36:47 +0200 Kim Alvefur mod_admin_telnet: Remove unused or duplicated locals
Mon, 23 Jul 2012 14:03:00 +0100 Matthew Wild mod_admin_telnet: Always handle commands terminated by line feeds - ensures consistency even when packets are joined or split on the network
Sun, 22 Jul 2012 18:52:20 +0100 Matthew Wild Merge with Maranda
Mon, 09 Jul 2012 19:50:11 +0000 Marco Cirillo mod_admin_telnet: add s2s:closeall command and relative help entry.
Sun, 22 Jul 2012 18:47:40 +0100 Matthew Wild Merge with Zash
Mon, 09 Jul 2012 20:39:55 +0200 Kim Alvefur mod_admin_telnet: Add info about user management commands to the help
Mon, 09 Jul 2012 20:21:47 +0200 Kim Alvefur mod_admin_telnet: Add some user management commands.
Sun, 22 Jul 2012 18:00:59 +0100 Matthew Wild mod_admin_telnet: Replace anonymous function with loop (saves a closure)
Fri, 25 May 2012 12:50:58 +0200 Kim Alvefur mod_admin_telnet: More code found and updated, which depended on pre-8c5b5ebaacb0 behaviour.
Fri, 25 May 2012 07:08:12 +0200 Kim Alvefur mod_admin_telnet: Code found and updated, which depended on pre-8c5b5ebaacb0 behaviour.
Wed, 02 May 2012 18:21:47 +0100 Matthew Wild mod_admin_telnet: Add muc:room(jid) command to get the MUC room object
Sat, 28 Apr 2012 17:18:03 +0200 Kim Alvefur mod_admin_telnet: Add c2s:count() which shows number of connected users.
Tue, 24 Apr 2012 21:59:20 +0100 Matthew Wild Merge timber->trunk - thanks everyone!
Tue, 24 Apr 2012 15:40:00 +0100 Matthew Wild mod_admin_telnet: Add initial port:list() and port:close() commands
Sat, 21 Apr 2012 20:52:12 +0100 Matthew Wild mod_admin_telnet: module:load(): Fix 'global-module-already-loaded' errors when successfully loading a global module (fixes #228)
Sat, 21 Apr 2012 20:39:52 +0100 Matthew Wild mod_admin_telnet: module:list(): List global modules (part-fixes #228)
Sat, 21 Apr 2012 20:39:21 +0100 Matthew Wild mod_admin_telnet: module:reload(): If module is loaded on *, reload it there first (ensuring shared module code is reloaded before per-host children of that module)