| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | mod_admin_telnet: Fix another wrong boolean expression | Kim Alvefur | 2013-06-10 | 1 | -1/+1 |
* | | mod_admin_telnet: Simplify IPv6 detection, fixes rare traceback | Kim Alvefur | 2013-06-09 | 1 | -1/+1 |
* | | Merge 0.9->trunk | Matthew Wild | 2013-06-05 | 1 | -1/+1 |
|\| |
|
| * | mod_admin_telnet: Fix inverted boolean logic | Kim Alvefur | 2013-06-04 | 1 | -1/+1 |
* | | Merge 0.9->trunk | Kim Alvefur | 2013-05-26 | 1 | -0/+2 |
|\| |
|
| * | mod_admin_telnet: Make the muc:create() command complain if the room already ... | Kim Alvefur | 2013-05-26 | 1 | -0/+2 |
* | | Merge 0.9->trunk | Kim Alvefur | 2013-05-18 | 1 | -5/+11 |
|\| |
|
| * | mod_admin_telnet: Verify that the host exists in user commands (Thanks SkyBlue) | Kim Alvefur | 2013-05-18 | 1 | -3/+9 |
| * | mod_admin_telnet: Don't rely on getpeerchain returning an empty list | Kim Alvefur | 2013-05-18 | 1 | -2/+2 |
* | | mod_admin_telnet: Use stanza:get_child_text() | Kim Alvefur | 2013-05-17 | 1 | -6/+1 |
* | | mod_admin_telnet: List session flags (encryption, compression etc) the same w... | Kim Alvefur | 2013-05-17 | 1 | -18/+20 |
* | | mod_admin_telnet: Add server:memory() command to view details of Prosody's me... | Matthew Wild | 2013-05-16 | 1 | -0/+21 |
|/ |
|
* | mod_admin_telnet: Add some DNS commands. | Kim Alvefur | 2013-05-07 | 1 | -0/+41 |
* | mod_admin_telnet: Add muc:create(room) (thanks SkyBlue) | Matthew Wild | 2013-04-25 | 1 | -2/+12 |
* | mod_admin_telnet: Stop processing lines when session is closed | Kim Alvefur | 2012-12-28 | 1 | -0/+2 |
* | mod_admin_telnet: Add info about port commands to help | Kim Alvefur | 2012-12-26 | 1 | -0/+4 |
* | mod_admin_telnet: Improve wording when listing users | Kim Alvefur | 2012-12-09 | 1 | -3/+4 |
* | mod_admin_telnet: Refactor so that command processing is performed in a separ... | Matthew Wild | 2012-11-22 | 1 | -59/+59 |
* | mod_admin_telnet: user:list(): Allow filtering the set of users | Kim Alvefur | 2012-10-12 | 1 | -4/+8 |
* | mod_admin_telnet: user:list() check that the given host exists | Kim Alvefur | 2012-10-12 | 1 | -0/+2 |
* | mod_admin_telnet: Fix copypaste error in user section of help | Kim Alvefur | 2012-09-28 | 1 | -1/+1 |
* | mod_admin_telnet: Add support for listing users | Kim Alvefur | 2012-09-21 | 1 | -0/+12 |
* | Merge 0.9->trunk | Matthew Wild | 2012-09-19 | 1 | -3/+12 |
|\ |
|
| * | mod_admin_telnet: Fix user:*, correct names, docs, do validation | Kim Alvefur | 2012-09-15 | 1 | -3/+12 |
* | | mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides(... | Waqas Hussain | 2012-09-12 | 1 | -1/+1 |
|/ |
|
* | mod_admin_telnet: Import prosody.incoming_s2s | Matthew Wild | 2012-07-28 | 1 | -5/+6 |
* | 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 |