Commit graph

62 commits

Author SHA1 Message Date
Matthew Wild
2bc0606453 Update copyright headers for 2010 2010-03-22 17:06:15 +00:00
Matthew Wild
061ca94564 mod_console: Uncomment the help for server:shutdown() - thanks darkrain 2010-02-22 01:02:16 +00:00
Waqas Hussain
57af671e2b mod_console: Moved activation of the console port from the main file to mod_console. 2009-11-18 08:30:03 +05:00
Waqas Hussain
60087d4680 mod_console: Added proper cleanup for disconnected console sessions. 2009-10-25 21:21:25 +05:00
Waqas Hussain
dd1e1f3980 mod_console: Fixed traceback occuring on using module:list on unknown hosts. 2009-10-18 18:10:05 +05:00
Waqas Hussain
09d59fbf6b mod_console: Added help text for config:reload(). 2009-10-18 18:01:13 +05:00
Matthew Wild
531956142c mod_console: Add missing hosts:list() command 2009-10-18 12:26:53 +01:00
Matthew Wild
94f0451212 mod_console: Add commands host:activate(host, config) and host:deactivate(host, reason) to add/remove hosts at runtime 2009-10-17 15:26:32 +01:00
Matthew Wild
7e1eb15667 mod_console: Add a space before '(encrypted)' in s2s:show() 2009-10-06 10:42:53 +01:00
Matthew Wild
0a48665170 mod_console: Also search piggy-backed, er, multiplexed domains when passing a filter to s2s:show() 2009-10-05 18:47:01 +01:00
Matthew Wild
6fa482aafa mod_console: s2s:show(): Indicate when a connection is encrypted 2009-10-05 15:16:34 +01:00
Matthew Wild
e1543fa5b0 Merge with 0.5 2009-10-05 14:42:56 +01:00
Matthew Wild
b2e6c42ea0 mod_console: Add module:list() to help 2009-10-05 14:42:23 +01:00
Matthew Wild
737705b68e mod_console: Add module:list() command to show modules loaded on a host 2009-10-05 14:40:01 +01:00
Matthew Wild
23d676ee18 Merge with 0.5 2009-09-24 23:47:16 +01:00
Matthew Wild
467f2e52aa mod_console: s2s:close: Use session:close() if that exists, otherwise just destroy the session 2009-09-24 23:44:13 +01:00
Matthew Wild
afb7e49cbd mod_console: c2s:show(): Group listed clients by host 2009-09-09 14:35:41 +01:00
Paul Aurich
4a38bcf395 mod_console: EOT (Ctrl-D) closes the connection. 2009-07-31 17:19:05 +01:00
Matthew Wild
5dfe9cf891 Merge with 0.5 2009-07-28 19:17:09 +01:00
Matthew Wild
9e4f7f3b3a mod_console: Finally add in the missing 'help' command \o/ 2009-07-28 18:47:59 +01:00
Matthew Wild
2724c95722 mod_console: Show status and priority of clients 2009-07-26 17:05:18 +01:00
Matthew Wild
9a0d700321 mod_console: Show status and priority of clients 2009-07-26 17:05:18 +01:00
Matthew Wild
351a37ef54 Merge with 0.5 2009-07-23 12:04:41 +01:00
Matthew Wild
49705c8ca4 mod_console: Set default_interface to 127.0.0.1 2009-07-23 02:32:00 +01:00
Matthew Wild
331d09deb3 mod_console: Add server:shutdown() command 2009-07-18 18:37:06 +01:00
Matthew Wild
857dd641dc mod_console: Add config:reload() command 2009-07-18 15:34:36 +01:00
Matthew Wild
1919f4288c mod_console: Rename server:reload() to server:insane_reload() (basically no-one should use it except me...) 2009-07-18 15:11:10 +01:00
Matthew Wild
118883d655 Remove version number from copyright headers 2009-07-10 03:11:45 +01:00
Matthew Wild
7fcac49c78 mod_console: Expose commands and environment table 2009-07-09 14:41:56 +01:00
Matthew Wild
8460bb4079 mod_console: Add quit and exit as aliases for 'bye' command 2009-07-09 04:37:08 +01:00
Matthew Wild
46b622576d mod_console: Check for commands when not executing in the global environment 2009-07-09 04:34:55 +01:00
Matthew Wild
4300741747 mod_console: server:version() and server:uptime() commands 2009-07-08 04:32:02 +01:00
Matthew Wild
1b554164a0 mod_console: Add c2s:close() command 2009-07-08 02:29:13 +01:00
Matthew Wild
2c3ccf5674 mod_console: Allow customisation/suppression of the banner 2009-07-05 17:36:27 +01:00
Matthew Wild
fc9b65727f mod_console: Reload/unload a module on a component host if it is loaded there 2009-06-28 02:46:36 +01:00
Matthew Wild
5d8c612e5c mod_console: Redirect print() to console session when executing commands in global environment 2009-06-12 15:43:24 +01:00
Matthew Wild
3462f03de8 mod_console: Fix syntax error 2009-06-12 15:42:43 +01:00
Matthew Wild
12d0bf7164 mod_console: Add s2s:close() to close s2s sessions between two hosts 2009-06-12 15:35:04 +01:00
Matthew Wild
2c8f13edc6 mod_console: Show total incoming/outgoing s2s connections 2009-06-06 21:29:34 +01:00
Matthew Wild
df5c3bcaaf mod_console: Allow running code in the global environment by prefixing with '>' 2009-06-05 20:18:55 +01:00
Matthew Wild
b4318db175 mod_console: Some "improvements" to the useless server:reload() command :) 2009-06-05 20:18:19 +01:00
Matthew Wild
f784a966a4 mod_console: Much improved module load/unload/reload commands 2009-06-05 19:57:29 +01:00
Matthew Wild
d05f7a4179 mod_console: c2s:show(), c2s:show_secure(), c2s:show_insecure() 2009-05-30 15:25:27 +01:00
Matthew Wild
fa6878c198 mod_console: Allow restricting results to matching JIDs in s2s:show() 2009-05-30 14:33:40 +01:00
Matthew Wild
ce1be686ab mod_console: Add s2s:show() command to list s2s connections 2009-05-02 16:59:37 +01:00
Matthew Wild
e241b85a56 mod_*: Fix many unnecessary global accesses in modules (already committed to main repo) 2009-04-29 02:08:12 +01:00
Matthew Wild
c80f91dc02 0.3->0.4 2009-03-20 20:16:25 +00:00
Matthew Wild
c5ee166aa9 Update copyright notices for 2009 2009-01-30 17:59:26 +00:00
Matthew Wild
f2d020191f 0.2->0.3 2009-01-30 17:40:25 +00:00
Matthew Wild
bf3b96204d GPL->MIT! 2009-01-30 17:22:56 +00:00