Commit graph

156 commits

Author SHA1 Message Date
Matthew Wild
f6f9dae378 mod_admin_telnet: Add server:memory() command to view details of Prosody's memory usage 2013-05-16 10:47:22 +01:00
Kim Alvefur
1e820b5e1d mod_admin_telnet: Add some DNS commands. 2013-05-07 17:17:32 +02:00
Matthew Wild
55b90a8abd mod_admin_telnet: Add muc:create(room) (thanks SkyBlue) 2013-04-25 20:37:20 +01:00
Kim Alvefur
2021e2265f mod_admin_telnet: Stop processing lines when session is closed 2012-12-28 14:32:22 +01:00
Kim Alvefur
020dc0052a mod_admin_telnet: Add info about port commands to help 2012-12-26 02:46:49 +01:00
Kim Alvefur
440837480d mod_admin_telnet: Improve wording when listing users 2012-12-09 11:44:45 +01:00
Matthew Wild
99b1aadc42 mod_admin_telnet: Refactor so that command processing is performed in a separate function (usable from other modules) 2012-11-22 18:32:27 +00:00
Kim Alvefur
f875ce793f mod_admin_telnet: user:list(): Allow filtering the set of users 2012-10-12 18:49:22 +02:00
Kim Alvefur
2410d3246c mod_admin_telnet: user:list() check that the given host exists 2012-10-12 18:33:24 +02:00
Kim Alvefur
3b0a7cf1ab mod_admin_telnet: Fix copypaste error in user section of help 2012-09-28 11:59:37 +02:00
Kim Alvefur
9dcdb35e5f mod_admin_telnet: Add support for listing users 2012-09-21 17:26:54 +02:00
Matthew Wild
a868b41b58 Merge 0.9->trunk 2012-09-19 12:14:08 +01:00
Kim Alvefur
0f8e80bdb1 mod_admin_telnet: Fix user:*, correct names, docs, do validation 2012-09-15 23:00:59 +02:00
Waqas Hussain
d9d38ef125 mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item(). 2012-09-12 22:22:31 +05:00
Matthew Wild
19570443dd mod_admin_telnet: Import prosody.incoming_s2s 2012-07-28 01:28:14 +01:00
Matthew Wild
c1adfd4157 mod_admin_telnet: Fix usage of incorrect variable 2012-07-28 01:25:01 +01:00
Matthew Wild
57808b7268 mod_admin_telnet: Remove unused variable 2012-07-28 01:24:48 +01:00
Matthew Wild
523e9b1b0c mod_admin_telnet: Import portmanager and s2smanager, as they are both used 2012-07-28 01:24:34 +01:00
Matthew Wild
d7b0b8cf6c mod_admin_telnet: Fix broken indentation 2012-07-28 01:19:09 +01:00
Matthew Wild
6637aeffb6 mod_admin_telnet: Use module:get_option() instead of configmanager directly 2012-07-28 01:17:23 +01:00
Matthew Wild
81bef2c93b Merge with Florob 2012-07-28 01:14:31 +01:00
Kim Alvefur
9114e88ee0 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. 2012-07-26 04:33:17 +02:00
Kim Alvefur
a6f403360b mod_admin_telnet: Add xmpp:ping(from, to), useful for initiating s2s connections 2012-07-26 02:27:24 +02:00
Kim Alvefur
b27ef47ca4 mod_admin_telnet: Remove useless call to string.lower() 2012-07-24 22:03:51 +02:00
Kim Alvefur
61ea70dcd6 mod_admin_telnet: Add missing import of usermanager 2012-07-24 21:37:16 +02:00
Kim Alvefur
edf0023762 mod_admin_telnet: Remove unused or duplicated locals 2012-07-24 21:36:47 +02:00
Matthew Wild
effb9a4c48 mod_admin_telnet: Always handle commands terminated by line feeds - ensures consistency even when packets are joined or split on the network 2012-07-23 14:03:00 +01:00
Matthew Wild
d0fd520b7b Merge with Maranda 2012-07-22 18:52:20 +01:00
Matthew Wild
c6b709ed7f Merge with Zash 2012-07-22 18:47:40 +01:00
Matthew Wild
f07fe41db1 mod_admin_telnet: Replace anonymous function with loop (saves a closure) 2012-07-22 18:00:59 +01:00
Marco Cirillo
00038375f5 mod_admin_telnet: add s2s:closeall command and relative help entry. 2012-07-09 19:50:11 +00:00
Kim Alvefur
1cecc287b6 mod_admin_telnet: Add info about user management commands to the help 2012-07-09 20:39:55 +02:00
Kim Alvefur
5968142ab2 mod_admin_telnet: Add some user management commands. 2012-07-09 20:21:47 +02:00
Florian Zeitz
8eec297456 mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modules setting globals 2012-06-09 02:27:44 +02:00
Florian Zeitz
d49b9bc2ab Eliminate direct setfenv usage 2012-06-08 05:04:38 +02:00
Kim Alvefur
e8d9503d59 mod_admin_telnet: More code found and updated, which depended on pre-8c5b5ebaacb0 behaviour. 2012-05-25 12:50:58 +02:00
Kim Alvefur
ecb7c826b5 mod_admin_telnet: Code found and updated, which depended on pre-8c5b5ebaacb0 behaviour. 2012-05-25 07:08:12 +02:00
Matthew Wild
3d3ad31191 mod_admin_telnet: Add muc:room(jid) command to get the MUC room object 2012-05-02 18:21:47 +01:00
Kim Alvefur
ad6b4cd465 mod_admin_telnet: Add c2s:count() which shows number of connected users. 2012-04-28 17:18:03 +02:00
Matthew Wild
15175bb828 Merge timber->trunk - thanks everyone! 2012-04-24 21:59:20 +01:00
Matthew Wild
44654c1b36 mod_admin_telnet: Add initial port:list() and port:close() commands 2012-04-24 15:40:00 +01:00
Matthew Wild
89fb66dabb mod_admin_telnet: module:load(): Fix 'global-module-already-loaded' errors when successfully loading a global module (fixes #228) 2012-04-21 20:52:12 +01:00
Matthew Wild
785fcb0ee3 mod_admin_telnet: module:list(): List global modules (part-fixes #228) 2012-04-21 20:39:52 +01:00
Matthew Wild
726f3804c3 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) 2012-04-21 20:39:21 +01:00
Matthew Wild
18497219e0 mod_admin_telnet: get_host_set(): Include '*' in the set if no specific hosts are specified and the module is loaded there 2012-04-21 20:38:27 +01:00
Kim Alvefur
3c2e464d58 mod_posix, mod_bosh, mod_admin_telnet: Use module:set_global() 2012-03-15 14:47:46 +01:00
Kim Alvefur
6d4dea87b2 mod_admin_telnet: Add flag for IPv6 2012-03-05 22:11:29 +01:00
Kim Alvefur
63782b344e mod_admin_telnet: Add flag for stream management. 2012-03-05 22:11:05 +01:00
Kim Alvefur
b0477db264 mod_admin_telnet: (encrypted) is redundant in combination with (secure) 2012-03-05 22:10:09 +01:00
Kim Alvefur
1758d8c92c mod_admin_telnet: Commond and flexible way to show stream properties. 2012-03-05 22:07:40 +01:00