Commit Graph

33 Commits (790e0bb9b426413f10e5efcd0dfd680e9bf20de2)

Author SHA1 Message Date
Kim Alvefur 790e0bb9b4 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. 14 years ago
Kim Alvefur efbe158752 mod_admin_telnet: Add xmpp:ping(from, to), useful for initiating s2s connections 14 years ago
Kim Alvefur 4866b29bb8 mod_admin_telnet: Remove useless call to string.lower() 14 years ago
Kim Alvefur 04ae0b2698 mod_admin_telnet: Add missing import of usermanager 14 years ago
Kim Alvefur 0fb838ecd2 mod_admin_telnet: Remove unused or duplicated locals 14 years ago
Matthew Wild cc78cfbc35 mod_admin_telnet: Always handle commands terminated by line feeds - ensures consistency even when packets are joined or split on the network 14 years ago
Matthew Wild ad5bc731f2 mod_admin_telnet: Replace anonymous function with loop (saves a closure) 14 years ago
Marco Cirillo 0035673eee mod_admin_telnet: add s2s:closeall command and relative help entry. 14 years ago
Kim Alvefur a80ee81058 mod_admin_telnet: Add info about user management commands to the help 14 years ago
Kim Alvefur 4f9967aa8d mod_admin_telnet: Add some user management commands. 14 years ago
Kim Alvefur a91b2bde9b mod_admin_telnet: More code found and updated, which depended on pre-8c5b5ebaacb0 behaviour. 14 years ago
Kim Alvefur a8669479e6 mod_admin_telnet: Code found and updated, which depended on pre-8c5b5ebaacb0 behaviour. 14 years ago
Matthew Wild 30d1d9729c mod_admin_telnet: Add muc:room(jid) command to get the MUC room object 14 years ago
Kim Alvefur 1a67790a0f mod_admin_telnet: Add c2s:count() which shows number of connected users. 14 years ago
Matthew Wild 112de122fd mod_admin_telnet: Add initial port:list() and port:close() commands 14 years ago
Matthew Wild 2b4e2b8620 mod_admin_telnet: module:load(): Fix 'global-module-already-loaded' errors when successfully loading a global module (fixes #228) 14 years ago
Matthew Wild 76749e9e8c mod_admin_telnet: module:list(): List global modules (part-fixes #228) 14 years ago
Matthew Wild 15b81453cd 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) 14 years ago
Matthew Wild e774a4c4ba mod_admin_telnet: get_host_set(): Include '*' in the set if no specific hosts are specified and the module is loaded there 14 years ago
Kim Alvefur df424cfe12 mod_posix, mod_bosh, mod_admin_telnet: Use module:set_global() 14 years ago
Kim Alvefur 9b41a236b0 mod_admin_telnet: Add flag for IPv6 14 years ago
Kim Alvefur 005ffd38a2 mod_admin_telnet: Add flag for stream management. 14 years ago
Kim Alvefur 2cfeb86ca0 mod_admin_telnet: (encrypted) is redundant in combination with (secure) 14 years ago
Kim Alvefur 77741c59b4 mod_admin_telnet: Commond and flexible way to show stream properties. 14 years ago
Kim Alvefur b7e7de7a20 mod_admin_telnet: Import util.iterators properly 14 years ago
Marco Cirillo b6a8fd9f6b mod_admin_telnet: make service private. 14 years ago
Matthew Wild 38859b26f9 mod_admin_telnet: Port to portmanager 14 years ago
Matthew Wild 075f0cbd7c mod_admin_telnet: Use module:shared() to expose commands table and default console environment 14 years ago
Paul Aurich 29aaf68257 mod_admin_telnet: Update to newer luasec. 15 years ago
Matthew Wild f0f0886c0d modulemanager, mod_console: Rename mod_console -> mod_admin_telnet - add compatibility code to modulemanager for existing configs 15 years ago
Matthew Wild e4dcba9647 modulemanager, mod_console: Rename mod_console -> mod_admin_telnet - add compatibility code to modulemanager for existing configs 15 years ago
Kim Alvefur 49298b499e core.s2smanager, mod_console, mod_saslauth, util.certverification: rename util.certverification to util.x509 15 years ago
Waqas Hussain 8a68aeb9bf mod_console: Removed redundant code for host:activate() and host:deactivate(), now that hostmanager has error checking. 15 years ago
Waqas Hussain 34eaa793ce mod_console: Removed redundant code for host:activate() and host:deactivate(), now that hostmanager has error checking. 15 years ago
Matthew Wild 8622eff832 mod_console: Fix to import cert_verify_identity (util.certverification) 15 years ago
Matthew Wild 29d4e18cf2 mod_console: Add s2s:showcert() command to show the certificate for a domain 15 years ago
Paul Aurich c84aa24994 mod_console: Denote services whose identity matches their (valid/trusted) certificate as 'secure' 15 years ago
Matthew Wild e62e7d0162 mod_console: Don't allow bang bang as the first command in a session, or when the last command is unknown (fixes #218) 15 years ago
Waqas Hussain 56f793583c mod_console: Keep global variable assignments sandboxed by default. 15 years ago
Waqas Hussain b7e51a203d Monster whitespace commit (beware the whitespace monster). 15 years ago
Matthew Wild 8eed3032da mod_console: Add host:* commands to help (thanks Zash) 16 years ago
Waqas Hussain 84cb6ce694 mod_console: Override dofile() in the console environment (this lets print() print to the console session for example). 16 years ago
Waqas Hussain 3f4c880caa mod_console: Added support for multiple arguments to print(). 16 years ago
Waqas Hussain 5459f25151 mod_console: Ensure that a null byte is printed after sending the banner. 16 years ago
Waqas Hussain c43b31011f mod_console: Set a chunk name for loadstring calls (nicer errors). 16 years ago
Matthew Wild 4af6813db9 mod_console: Make use of the new onconnect callback to initialise session and send banner 16 years ago
Matthew Wild 2bc0606453 Update copyright headers for 2010 16 years ago
Matthew Wild 438fb90938 mod_console: Uncomment the help for server:shutdown() - thanks darkrain 16 years ago
Matthew Wild 27ff687531 mod_console: Update !! shortcut for new connection API 16 years ago
Tobias Markmann e6d31cc15a mod_console: Show compression status on s2s:show() output. 16 years ago