| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mod_admin_telnet: Fix usage of incorrect variable | Matthew Wild | 2012-07-28 | 1 | -1/+1 |
* | mod_admin_telnet: Remove unused variable | Matthew Wild | 2012-07-28 | 1 | -1/+1 |
* | mod_admin_telnet: Import portmanager and s2smanager, as they are both used | Matthew Wild | 2012-07-28 | 1 | -0/+2 |
* | mod_admin_telnet: Fix broken indentation | Matthew Wild | 2012-07-28 | 1 | -14/+14 |
* | mod_admin_telnet: Use module:get_option() instead of configmanager directly | Matthew Wild | 2012-07-28 | 1 | -1/+1 |
* | Merge with Florob | Matthew Wild | 2012-07-28 | 1 | -57/+151 |
|\ |
|
| * | mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep,... | Kim Alvefur | 2012-07-26 | 1 | -0/+1 |
| * | mod_admin_telnet: Add xmpp:ping(from, to), useful for initiating s2s connections | Kim Alvefur | 2012-07-26 | 1 | -0/+14 |
| * | mod_admin_telnet: Remove useless call to string.lower() | Kim Alvefur | 2012-07-24 | 1 | -2/+1 |
| * | mod_admin_telnet: Add missing import of usermanager | Kim Alvefur | 2012-07-24 | 1 | -0/+2 |
| * | mod_admin_telnet: Remove unused or duplicated locals | Kim Alvefur | 2012-07-24 | 1 | -2/+0 |
| * | mod_admin_telnet: Always handle commands terminated by line feeds - ensures c... | Matthew Wild | 2012-07-23 | 1 | -55/+63 |
| * | Merge with Maranda | Matthew Wild | 2012-07-22 | 1 | -0/+35 |
| |\ |
|
| | * | mod_admin_telnet: add s2s:closeall command and relative help entry. | Marco Cirillo | 2012-07-09 | 1 | -0/+35 |
| * | | Merge with Zash | Matthew Wild | 2012-07-22 | 1 | -0/+36 |
| |\ \ |
|
| | * | | mod_admin_telnet: Add info about user management commands to the help | Kim Alvefur | 2012-07-09 | 1 | -0/+5 |
| | * | | mod_admin_telnet: Add some user management commands. | Kim Alvefur | 2012-07-09 | 1 | -0/+31 |
| | |/ |
|
| * / | mod_admin_telnet: Replace anonymous function with loop (saves a closure) | Matthew Wild | 2012-07-22 | 1 | -11/+11 |
| |/ |
|
* | | mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modu... | Florian Zeitz | 2012-06-09 | 1 | -0/+3 |
* | | Eliminate direct setfenv usage | Florian Zeitz | 2012-06-08 | 1 | -8/+8 |
|/ |
|
* | mod_admin_telnet: More code found and updated, which depended on pre-8c5b5eba... | Kim Alvefur | 2012-05-25 | 1 | -1/+1 |
* | mod_admin_telnet: Code found and updated, which depended on pre-8c5b5ebaacb0 ... | Kim Alvefur | 2012-05-25 | 1 | -1/+1 |
* | mod_admin_telnet: Add muc:room(jid) command to get the MUC room object | Matthew Wild | 2012-05-02 | 1 | -1/+25 |
* | mod_admin_telnet: Add c2s:count() which shows number of connected users. | Kim Alvefur | 2012-04-28 | 1 | -0/+10 |
* | Merge timber->trunk - thanks everyone! | Matthew Wild | 2012-04-24 | 1 | -21/+82 |
|\ |
|
| * | mod_admin_telnet: Add initial port:list() and port:close() commands | Matthew Wild | 2012-04-24 | 1 | -1/+47 |
| * | mod_admin_telnet: module:load(): Fix 'global-module-already-loaded' errors wh... | Matthew Wild | 2012-04-21 | 1 | -4/+10 |
| * | mod_admin_telnet: module:list(): List global modules (part-fixes #228) | Matthew Wild | 2012-04-21 | 1 | -2/+3 |
| * | mod_admin_telnet: module:reload(): If module is loaded on *, reload it there ... | Matthew Wild | 2012-04-21 | 1 | -3/+7 |
| * | mod_admin_telnet: get_host_set(): Include '*' in the set if no specific hosts... | Matthew Wild | 2012-04-21 | 1 | -1/+5 |
| * | mod_posix, mod_bosh, mod_admin_telnet: Use module:set_global() | Kim Alvefur | 2012-03-15 | 1 | -1/+1 |
| * | mod_admin_telnet: Import util.iterators properly | Kim Alvefur | 2012-03-03 | 1 | -1/+2 |
| * | mod_admin_telnet: make service private. | Marco Cirillo | 2012-02-24 | 1 | -0/+1 |
| * | mod_admin_telnet: Port to portmanager | Matthew Wild | 2012-01-23 | 1 | -5/+5 |
| * | mod_admin_telnet: Use module:shared() to expose commands table and default co... | Matthew Wild | 2012-01-22 | 1 | -4/+2 |
* | | mod_admin_telnet: Add flag for IPv6 | Kim Alvefur | 2012-03-05 | 1 | -0/+3 |
* | | mod_admin_telnet: Add flag for stream management. | Kim Alvefur | 2012-03-05 | 1 | -0/+3 |
* | | mod_admin_telnet: (encrypted) is redundant in combination with (secure) | Kim Alvefur | 2012-03-05 | 1 | -2/+1 |
* | | mod_admin_telnet: Commond and flexible way to show stream properties. | Kim Alvefur | 2012-03-05 | 1 | -2/+15 |
|/ |
|
* | mod_admin_telnet: Update to newer luasec. | Paul Aurich | 2010-12-06 | 1 | -8/+30 |
* | modulemanager, mod_console: Rename mod_console -> mod_admin_telnet - add comp... | Matthew Wild | 2010-12-17 | 1 | -0/+759 |