mod_ping: Convert from Windows line endings
[prosody.git] / plugins / mod_console.lua
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