plugins/various: Use type-specific config API
|
Kim Alvefur |
2017-03-16 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-03-01 |
mod_admin_telnet: Print a message to open sessions when shutting down, including the reason
|
Kim Alvefur |
2017-02-21 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-11-19 |
mod_admin_telnet: Use the module:send() API for xmpp:ping command
|
Kim Alvefur |
2016-11-18 |
mod_admin_telnet: Fix to use modern way to fetch a MUC room
|
Kim Alvefur |
2016-08-30 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-07-08 |
mod_admin_telnet: remove unused import (util.serialization) [luacheck]
|
Anton Shestakov |
2016-07-08 |
mod_admin_telnet: rename variable to make it defined (room -> room_name)
|
Anton Shestakov |
2016-07-08 |
Update every link to the documentation to use HTTPS
|
Emmanuel Gil Peyrot |
2016-04-16 |
Merge 0.10->trunk
|
Matthew Wild |
2016-01-22 |
mod_admin_telnet: Fix sorting of JIDs in c2s:show() family of functions (thanks lookshe and Zash)
|
Matthew Wild |
2016-01-22 |
Merge 0.10->trunk
|
Kim Alvefur |
2016-01-10 |
mod_admin_telnet: c2s:count in less lines
|
Kim Alvefur |
2016-01-09 |
mod_admin_telnet: Show unauthenticated clients identified by local/remote IP and port
|
Kim Alvefur |
2016-01-09 |
mod_admin_telnet: c2s:show() etc, list all sessions including unauthenticated or not with no stream opened
|
Kim Alvefur |
2016-01-09 |
mod_admin_telnet: Remove compat warning about 'console_banner' as a function
|
Kim Alvefur |
2016-01-09 |
Merge 0.10->trunk
|
Kim Alvefur |
2015-12-27 |
Merge 0.9->0.10
|
Kim Alvefur |
2015-12-23 |
mod_admin_telnet: Backport 06696882d972 from 0.10 (this command greatly helps with debugging HTTP issues)
|
Matthew Wild |
2015-12-22 |
mod_admin_telnet: Make timer:info command more robust
|
Kim Alvefur |
2015-12-23 |
Merge 0.10->trunk
|
Matthew Wild |
2015-12-10 |
mod_admin_telnet: Add http:list() command to get info about current HTTP endpoints on the server
|
Matthew Wild |
2015-12-10 |
mod_admin_telnet: Add timer:info() which shows some basic info about util.timer
|
Kim Alvefur |
2015-11-25 |
Merge 0.10->trunk
|
Matthew Wild |
2015-11-22 |
mod_admin_telnet: c2s:show(): Add flag to indicate remote sessions
|
Matthew Wild |
2015-11-22 |
Merge 0.10->trunk
|
Kim Alvefur |
2015-09-19 |
mod_admin_telnet: Fix indentation
|
Kim Alvefur |
2015-09-18 |
Merge 0.10->trunk
|
Kim Alvefur |
2015-08-20 |
mod_admin_telnet: Remove now broken importing of modulemanager from various commands, use upvalue defined at top of file (thanks daurnimator)
|
Kim Alvefur |
2015-02-22 |
Merge 0.10->trunk
|
Matthew Wild |
2015-02-24 |
Merge 0.9->0.10
|
Matthew Wild |
2015-02-24 |
mod_admin_telnet: Require util.pposix (fixes #471)
|
Matthew Wild |
2015-02-20 |
Merge 0.10 -> trunk
|
Waqas Hussain |
2014-12-16 |
mod_admin_telnet: Use the session-specific print function
|
Kim Alvefur |
2014-12-13 |
Merge 0.10->trunk
|
Kim Alvefur |
2014-11-09 |
mod_admin_telnet: Soft-reqire util.pposix for server:memory()
|
Kim Alvefur |
2014-10-27 |
Merge 0.10->trunk
|
Kim Alvefur |
2014-09-02 |
Merge 0.9->0.10
|
Kim Alvefur |
2014-09-02 |
net.http, net.http.server, mod_c2s, mod_s2s, mod_component, mod_admin_telnet, mod_net_multiplex: Add ondetach to release connection from 'sessions' table (or equivalent)
|
Matthew Wild |
2014-08-29 |
Merge 0.10->trunk
|
Matthew Wild |
2014-07-25 |
Merge 0.9->0.10
|
Matthew Wild |
2014-07-25 |
mod_admin_telnet: Fix dns:(add,set)nameservers()
|
Kim Alvefur |
2014-07-25 |
mod_admin_telnet: Update muc:room(jid) and muc:list(host) to use the new MUC API
|
Waqas Hussain |
2014-06-05 |
mod_admin_telnet: Add command to list MUC rooms
|
Matthew Wild |
2014-05-28 |
mod_admin_telnet: Remove dead code
|
Kim Alvefur |
2014-05-11 |
mod_admin_telnet: Show which hosts are components and what type of component in host:list()
|
Kim Alvefur |
2014-05-11 |
mod_admin_telnet: Add c2s:show_tls(), behaves like s2s:show_tls()
|
Kim Alvefur |
2014-05-11 |
mod_admin_telnet: Move generation of log tag for s2s:show() (adds it to c2s:show() too)
|
Kim Alvefur |
2014-05-11 |
mod_admin_telnet: Add s2s:show_tls() for showing ciphers used on s2s connections
|
Kim Alvefur |
2014-05-11 |
mod_admin_telnet: Move extraction of c2s presence info into session_flags()
|
Kim Alvefur |
2014-05-11 |
mod_admin_telnet: Split (secure) into (authenticated) + (secure)
|
Kim Alvefur |
2014-05-11 |
mod_admin_telnet: Send NUL byte as keepalive on read timeouts
|
Kim Alvefur |
2014-05-11 |
Merge 0.9->0.10
|
Kim Alvefur |
2014-04-10 |
mod_admin_telnet: muc:*: Fix nil index error when a room JID is passed with a non-existent host
|
Matthew Wild |
2014-04-05 |
Merge 0.9 -> 0.10
|
Kim Alvefur |
2014-02-12 |
mod_admin_telnet: Prep jids for user:create() etc.
|
Kim Alvefur |
2014-02-09 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
Merge 0.9->trunk
|
Kim Alvefur |
2013-08-06 |
mod_admin_telnet, mod_s2s: Fix reporting of certificate chain validation details
|
Kim Alvefur |
2013-08-06 |
mod_admin_telnet: Refactor s2s:show()
|
Kim Alvefur |
2013-06-20 |
mod_admin_telnet: Generate session names the same way as in s2smanager
|
Kim Alvefur |
2013-06-20 |
mod_admin_telnet: Refactor s2s:close and s2s:closeall
|
Kim Alvefur |
2013-06-20 |
mod_admin_telnet: Refactor s2s:showcert()
|
Kim Alvefur |
2013-06-19 |
Merge 0.9->trunk
|
Matthew Wild |
2013-06-11 |
mod_admin_telnet: Add server:memory() command to view details of Prosody's memory usage
|
Matthew Wild |
2013-05-16 |
Merge 0.9->trunk
|
Kim Alvefur |
2013-06-10 |
mod_admin_telnet: Fix another wrong boolean expression
|
Kim Alvefur |
2013-06-10 |
mod_admin_telnet: Simplify IPv6 detection, fixes rare traceback
|
Kim Alvefur |
2013-06-09 |
Merge 0.9->trunk
|
Matthew Wild |
2013-06-05 |
mod_admin_telnet: Fix inverted boolean logic
|
Kim Alvefur |
2013-06-04 |
Merge 0.9->trunk
|
Kim Alvefur |
2013-05-26 |
mod_admin_telnet: Make the muc:create() command complain if the room already exists
|
Kim Alvefur |
2013-05-26 |
Merge 0.9->trunk
|
Kim Alvefur |
2013-05-18 |
mod_admin_telnet: Verify that the host exists in user commands (Thanks SkyBlue)
|
Kim Alvefur |
2013-05-18 |
mod_admin_telnet: Don't rely on getpeerchain returning an empty list
|
Kim Alvefur |
2013-05-18 |
mod_admin_telnet: Use stanza:get_child_text()
|
Kim Alvefur |
2013-05-17 |
mod_admin_telnet: List session flags (encryption, compression etc) the same way for c2s as s2s
|
Kim Alvefur |
2013-05-17 |
mod_admin_telnet: Add server:memory() command to view details of Prosody's memory usage
|
Matthew Wild |
2013-05-16 |
mod_admin_telnet: Add some DNS commands.
|
Kim Alvefur |
2013-05-07 |
mod_admin_telnet: Add muc:create(room) (thanks SkyBlue)
|
Matthew Wild |
2013-04-25 |
mod_admin_telnet: Stop processing lines when session is closed
|
Kim Alvefur |
2012-12-28 |
mod_admin_telnet: Add info about port commands to help
|
Kim Alvefur |
2012-12-26 |
mod_admin_telnet: Improve wording when listing users
|
Kim Alvefur |
2012-12-09 |
mod_admin_telnet: Refactor so that command processing is performed in a separate function (usable from other modules)
|
Matthew Wild |
2012-11-22 |
mod_admin_telnet: user:list(): Allow filtering the set of users
|
Kim Alvefur |
2012-10-12 |
mod_admin_telnet: user:list() check that the given host exists
|
Kim Alvefur |
2012-10-12 |
mod_admin_telnet: Fix copypaste error in user section of help
|
Kim Alvefur |
2012-09-28 |
mod_admin_telnet: Add support for listing users
|
Kim Alvefur |
2012-09-21 |
Merge 0.9->trunk
|
Matthew Wild |
2012-09-19 |
mod_admin_telnet: Fix user:*, correct names, docs, do validation
|
Kim Alvefur |
2012-09-15 |
mod_{admin_telnet,c2s,component,http,net_multiplex,s2s}: Use module:provides() instead of module:add_item().
|
Waqas Hussain |
2012-09-12 |
mod_admin_telnet: Import prosody.incoming_s2s
|
Matthew Wild |
2012-07-28 |
mod_admin_telnet: Fix usage of incorrect variable
|
Matthew Wild |
2012-07-28 |
mod_admin_telnet: Remove unused variable
|
Matthew Wild |
2012-07-28 |
mod_admin_telnet: Import portmanager and s2smanager, as they are both used
|
Matthew Wild |
2012-07-28 |
mod_admin_telnet: Fix broken indentation
|
Matthew Wild |
2012-07-28 |
mod_admin_telnet: Use module:get_option() instead of configmanager directly
|
Matthew Wild |
2012-07-28 |
Merge with Florob
|
Matthew Wild |
2012-07-28 |
mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modules setting globals
|
Florian Zeitz |
2012-06-09 |
Eliminate direct setfenv usage
|
Florian Zeitz |
2012-06-08 |
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.
|
Kim Alvefur |
2012-07-26 |
mod_admin_telnet: Add xmpp:ping(from, to), useful for initiating s2s connections
|
Kim Alvefur |
2012-07-26 |
mod_admin_telnet: Remove useless call to string.lower()
|
Kim Alvefur |
2012-07-24 |
mod_admin_telnet: Add missing import of usermanager
|
Kim Alvefur |
2012-07-24 |
mod_admin_telnet: Remove unused or duplicated locals
|
Kim Alvefur |
2012-07-24 |
mod_admin_telnet: Always handle commands terminated by line feeds - ensures consistency even when packets are joined or split on the network
|
Matthew Wild |
2012-07-23 |
Merge with Maranda
|
Matthew Wild |
2012-07-22 |
mod_admin_telnet: add s2s:closeall command and relative help entry.
|
Marco Cirillo |
2012-07-09 |
Merge with Zash
|
Matthew Wild |
2012-07-22 |
mod_admin_telnet: Add info about user management commands to the help
|
Kim Alvefur |
2012-07-09 |
mod_admin_telnet: Add some user management commands.
|
Kim Alvefur |
2012-07-09 |
mod_admin_telnet: Replace anonymous function with loop (saves a closure)
|
Matthew Wild |
2012-07-22 |
mod_admin_telnet: More code found and updated, which depended on pre-8c5b5ebaacb0 behaviour.
|
Kim Alvefur |
2012-05-25 |
mod_admin_telnet: Code found and updated, which depended on pre-8c5b5ebaacb0 behaviour.
|
Kim Alvefur |
2012-05-25 |
mod_admin_telnet: Add muc:room(jid) command to get the MUC room object
|
Matthew Wild |
2012-05-02 |
mod_admin_telnet: Add c2s:count() which shows number of connected users.
|
Kim Alvefur |
2012-04-28 |
Merge timber->trunk - thanks everyone!
|
Matthew Wild |
2012-04-24 |
mod_admin_telnet: Add initial port:list() and port:close() commands
|
Matthew Wild |
2012-04-24 |
mod_admin_telnet: module:load(): Fix 'global-module-already-loaded' errors when successfully loading a global module (fixes #228)
|
Matthew Wild |
2012-04-21 |