index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
mod_admin_adhoc.lua
Commit message (
Collapse
)
Author
Age
Files
Lines
*
mod_admin_adhoc: Fix 'Shut down service' command
Florian Zeitz
2013-02-07
1
-1
/
+1
|
*
mod_admin_adhoc: Implement global module unloading
Florian Zeitz
2013-02-07
1
-0
/
+64
|
*
mod_admin_adhoc: Implement global module reloading
Florian Zeitz
2013-02-07
1
-0
/
+63
|
*
mod_admin_adhoc: Fix info message for module reload/unload
Florian Zeitz
2013-02-06
1
-2
/
+4
|
*
mod_admin_adhoc: Implement global module loading
Florian Zeitz
2013-02-06
1
-0
/
+55
|
*
mod_admin_adhoc: Remove a TODO, our pretty_print turns out not to be helpful ↵
Florian Zeitz
2013-02-05
1
-2
/
+1
|
|
|
|
after all
*
mod_admin_adhoc: Remove unused form
Kim Alvefur
2012-11-25
1
-9
/
+0
|
*
mod_admin_adhoc: Add commands for activating and deactivating hosts
Kim Alvefur
2012-09-19
1
-0
/
+63
|
*
mod_admin_adhoc: Use usermanager.delete_user to delete users
Kim Alvefur
2012-08-25
1
-1
/
+2
|
*
mod_admin_adhoc, mod_announce: Explicitly specify possible actions for ↵
Florian Zeitz
2012-08-02
1
-12
/
+12
|
|
|
|
ad-hoc commands
*
mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, ↵
Kim Alvefur
2012-07-26
1
-0
/
+1
|
|
|
|
mod_pep, mod_presence, mod_roster, mod_s2s: Import core_post_stanza from the global prosody table.
*
Hopefully inert commit to clean up logging across a number of modules, ↵
Matthew Wild
2012-07-23
1
-6
/
+5
|
|
|
|
removing all cases of concatenation when building log messages
*
Merge 0.9->trunk
Matthew Wild
2012-07-19
1
-1
/
+0
|
\
|
*
mod_admin_adhoc: Remove unused variable and save a bit of CPU...
Matthew Wild
2012-07-19
1
-1
/
+0
|
|
*
|
mod_admin_web: Use util.dataforms' own error checking
Florian Zeitz
2012-07-05
1
-34
/
+50
|
/
*
mod_adhoc, mod_admin_adhoc, mod_announce: Use module:provides() to manage ↵
Florian Zeitz
2012-06-12
1
-14
/
+14
|
|
|
|
Ad-Hoc commands
*
mod_admin_adhoc: Small style fix
Matthew Wild
2012-04-28
1
-1
/
+1
|
*
mod_admin_adhoc: Use module:depends()
Kim Alvefur
2012-03-07
1
-0
/
+1
|
*
mod_admin_adhoc: Import util.iterators properly
Kim Alvefur
2012-03-07
1
-1
/
+2
|
*
mod_admin_adhoc: Only allow global admins to shut the server down
Florian Zeitz
2011-06-03
1
-1
/
+1
|
*
mod_admin_adhoc: Add "Reload configuration" command
Florian Zeitz
2011-06-02
1
-3
/
+13
|
*
mod_admin_adhoc: Support unloading multiple modules
Florian Zeitz
2010-12-18
1
-13
/
+17
|
*
mod_admin_adhoc: Support for reloading multiple modules
Florian Zeitz
2010-12-18
1
-13
/
+17
|
*
Monster whitespace commit (beware the whitespace monster).
Waqas Hussain
2010-10-16
1
-1
/
+1
|
*
mod_admin_adhoc: New module with merged functonality of mod_adhoc_cmd_admin ↵
Florian Zeitz
2010-09-02
1
-0
/
+601
and mod_adhoc_cmd_modules (of prosody-modules fame)