Merge with 0.5
[prosody.git] / plugins / mod_console.lua
2009-10-05 Matthew WildMerge with 0.5
2009-10-05 Matthew Wildmod_console: Add module:list() to help
2009-10-05 Matthew Wildmod_console: Add module:list() command to show modules...
2009-09-27 Matthew WildMerge with 0.5
2009-09-27 Matthew WildMerge with waqas
2009-09-27 Matthew WildMerge with waqas
2009-09-24 Matthew WildMerge with 0.5
2009-09-24 Matthew Wildmod_console: s2s:close: Use session:close() if that...
2009-09-20 Matthew WildMerge with 0.5
2009-09-09 Matthew Wildmod_console: c2s:show(): Group listed clients by host
2009-08-20 Matthew WildMerge with 0.5
2009-08-20 Matthew WildUncertain merge with 0.5's SASL
2009-08-08 Matthew WildMerge with albert and waqas
2009-08-07 Matthew WildMerge with 0.5
2009-08-05 Matthew WildMerge with 0.5
2009-08-05 Matthew WildMerge with 0.5
2009-08-03 Matthew WildMerge with 0.5
2009-07-31 Paul Aurichmod_console: EOT (Ctrl-D) closes the connection.
2009-07-29 Matthew WildMerge with 0.5
2009-07-28 Matthew WildMerge with 0.5
2009-07-28 Matthew Wildmod_console: Finally add in the missing 'help' command \o/
2009-07-27 Matthew WildMerge with 0.5
2009-07-27 Matthew WildMerge with 0.5
2009-07-26 Matthew Wildmod_console: Show status and priority of clients
2009-07-26 Matthew Wildmod_console: Show status and priority of clients
2009-07-23 Matthew WildMerge with 0.5
2009-07-23 Matthew Wildmod_console: Set default_interface to 127.0.0.1
2009-07-23 Matthew WildMerge with 0.5
2009-07-22 Matthew WildMerge with 0.5
2009-07-21 Matthew WildMerge with 0.5
2009-07-18 Matthew Wildmod_console: Add server:shutdown() command
2009-07-18 Matthew Wildmod_console: Add config:reload() command
2009-07-18 Matthew Wildmod_console: Rename server:reload() to server:insane_re...
2009-07-10 Matthew WildRemove version number from copyright headers
2009-07-09 Matthew Wildmod_console: Expose commands and environment table
2009-07-09 Matthew Wildmod_console: Add quit and exit as aliases for 'bye...
2009-07-09 Matthew Wildmod_console: Check for commands when not executing...
2009-07-08 Matthew Wildmod_console: server:version() and server:uptime() commands
2009-07-08 Matthew Wildmod_console: Add c2s:close() command
2009-07-05 Waqas HussainMerged with trunk
2009-07-05 Tobias MarkmannMerge with main branch.
2009-07-05 Matthew Wildmod_console: Allow customisation/suppression of the...
2009-06-29 Matthew WildMerge with nolan
2009-06-28 Waqas HussainMerged with trunk
2009-06-28 Matthew WildMerge with nolan
2009-06-28 Matthew Wildmod_console: Reload/unload a module on a component...
2009-06-12 Matthew Wildmod_console: Redirect print() to console session when...
2009-06-12 Matthew Wildmod_console: Fix syntax error
2009-06-12 Matthew Wildmod_console: Add s2s:close() to close s2s sessions...
2009-06-12 Waqas HussainMerge
2009-06-07 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-06-06 Matthew Wildmod_console: Show total incoming/outgoing s2s connections
2009-06-05 Matthew Wildmod_console: Allow running code in the global environme...
2009-06-05 Matthew Wildmod_console: Some "improvements" to the useless server...
2009-06-05 Matthew Wildmod_console: Much improved module load/unload/reload...
2009-05-30 Matthew Wildmod_console: c2s:show(), c2s:show_secure(), c2s:show_in...
2009-05-30 Matthew Wildmod_console: Allow restricting results to matching...
2009-05-02 Matthew WildMerge with 0.4
2009-05-02 Matthew Wildmod_console: Add s2s:show() command to list s2s connections
2009-04-29 Matthew Wildmod_*: Fix many unnecessary global accesses in modules...
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-23 Matthew WildMerge with 0.4 branch
2009-04-22 Matthew Wildmod_*: Fix a load of global accesses
2009-03-20 Matthew WildMerge
2009-03-20 Matthew Wild0.3->0.4
2009-01-30 Matthew WildUpdate copyright notices for 2009
2009-01-30 Matthew Wild0.2->0.3
2009-01-30 Matthew WildGPL->MIT!
2009-01-16 Matthew Wildmod_console: Make global
2009-01-13 Waqas Hussainmod_console: Added module:reload
2009-01-03 Waqas Hussainmod_console: replace all \n with \r\n in the output...
2008-12-16 Matthew WildMerge from waqas
2008-12-10 Matthew Wild0.1 -> 0.2
2008-12-05 Matthew WildMerge
2008-12-05 Matthew WildBacked out changeset 099d8a102deb (committed too much)
2008-12-05 Matthew WildAdd TLS socket to readlist before handshake starts...
2008-12-03 Matthew WildMerge from waqas
2008-12-03 Matthew WildInsert copyright/license headers
2008-11-29 Tobias MarkmannForced merge.
2008-11-29 Waqas HussainLoad prosody instead of main.lia in mod_console
2008-11-28 Matthew WildMerge from waqas
2008-11-27 Matthew WildMerge from waqas
2008-11-27 Matthew WildAdd module:unload() to mod_console, and allow module...
2008-11-27 Matthew WildMerge from waqas
2008-11-27 Matthew WildSome mod_console updates
2008-11-25 Matthew WildSome mod_console changes
2008-11-23 Tobias MarkmannMerging with main branch.
2008-11-23 Matthew WildMerge from waqas
2008-11-23 Matthew WildMerge from waqas
2008-11-23 Matthew WildAdd initial mod_console