| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | portmanager: import pairs() (thanks Maranda) | Matthew Wild | 2013-04-05 | 1 | -1/+1 |
* | rostermanager: do not save rosters for unexistant users. | Marco Cirillo | 2013-04-05 | 1 | -0/+6 |
* | portmanager: add logic to allow specification of service default values for s... | Marco Cirillo | 2013-04-04 | 1 | -3/+28 |
* | configmanager: Some cleanup, remove unused variables and imports | Matthew Wild | 2013-04-03 | 1 | -5/+4 |
* | moduleapi: have get_host_items wrap on get_items from modulemanager, also add... | Marco Cirillo | 2013-04-01 | 1 | -17/+15 |
* | modulemanager: add missing ipairs import. | Marco Cirillo | 2013-04-01 | 1 | -1/+1 |
* | modulemanager: add function to retrieve module items from a specific host ent... | Marco Cirillo | 2013-04-01 | 1 | -1/+18 |
* | portmanager: Log error and fail to bind when port is invalid (not a number) | Matthew Wild | 2013-03-31 | 1 | -9/+11 |
* | portmanager: Add use_ipv4 option, default to true. | Kim Alvefur | 2013-03-27 | 1 | -2/+6 |
* | portmanager: use_ipv6 defaults to true if luasocket has ipv6 support | Kim Alvefur | 2013-03-27 | 1 | -1/+2 |
* | configmanager: Fix so unset variables are searched for in the global section | Kim Alvefur | 2013-03-23 | 1 | -1/+1 |
* | core.*: Complete removal of all traces of the "core" section and section-rela... | Kim Alvefur | 2013-03-23 | 7 | -23/+20 |
* | s2smanager: Remove unused function parameter | Matthew Wild | 2013-03-22 | 1 | -1/+1 |
* | s2smanager: Access prosody.hosts instead of hosts global directly | Matthew Wild | 2013-03-22 | 1 | -1/+1 |
* | s2smanager, mod_s2s, mod_dialback, mod_saslauth: Move s2smanager.make_authent... | Matthew Wild | 2013-03-22 | 1 | -73/+2 |
* | hostmanager: Use rawget to check for activated hosts to prevent recursion in ... | Matthew Wild | 2013-03-22 | 1 | -2/+2 |
* | hostmanager: Use prosody.hosts instead of 'hosts' global | Matthew Wild | 2013-03-22 | 1 | -1/+1 |
* | configmanager, hostmanager, prosody: Almost complete removal of section-relat... | Matthew Wild | 2013-03-22 | 2 | -52/+35 |
* | s2smanager: Use unused local, reduce table indexing | Kim Alvefur | 2013-03-13 | 1 | -5/+5 |
* | rostermanager: Remove unused imports | Kim Alvefur | 2013-03-13 | 1 | -4/+1 |
* | hostmanager: Import core_post_stanza from the global prosody table | Kim Alvefur | 2013-03-13 | 1 | -0/+1 |
* | portmanager: Make sure foo_ports is a table | Kim Alvefur | 2013-01-31 | 1 | -2/+3 |
* | s2smanager: Generate session names used for logging the same way everywhere | Kim Alvefur | 2013-01-24 | 2 | -2/+2 |
* | certmanager: Fix nil index if no LuaSec available | Kim Alvefur | 2013-01-07 | 1 | -1/+1 |
* | core.certmanager: Add support for LuaSec 0.5. Also compat with MattJs luasec-hg | Kim Alvefur | 2012-12-28 | 1 | -2/+12 |
* | core.loggingmanager: Don't create file log rules from [level] = "*sink" style... | Kim Alvefur | 2012-12-27 | 1 | -1/+1 |
* | portmanager: Return first service with the specified name from get_service() ... | Matthew Wild | 2012-12-04 | 1 | -1/+1 |
* | sessionmanager: Log the actual error message when roster loading fails. | Waqas Hussain | 2012-11-30 | 1 | -0/+1 |
* | modulemanager: Set module.reloading when a module is reloading, and when load... | Matthew Wild | 2012-11-22 | 1 | -3/+6 |
* | moduleapi: Revert previous commit and add comment, it's meant to be this way | Matthew Wild | 2012-09-29 | 1 | -1/+1 |
* | moduleapi: Fix require of modulemanager (thanks mva!) | Matthew Wild | 2012-09-29 | 1 | -1/+1 |
* | usermanager: Add support for iterating over accounts | Kim Alvefur | 2012-09-21 | 1 | -0/+4 |
* | storagemanager: Support for iterating over users | Kim Alvefur | 2012-09-21 | 1 | -0/+7 |
* | storagemanager: Remove unused variable | Kim Alvefur | 2012-09-19 | 1 | -1/+0 |
* | storagemanager: Fix argument (Thanks Maranda) | Kim Alvefur | 2012-09-19 | 1 | -1/+1 |
* | Merge 0.9->trunk | Matthew Wild | 2012-09-19 | 2 | -6/+25 |
|\ |
|
| * | storagemanager: Remove usage of 'core' when calling configmanager.get() | Matthew Wild | 2012-09-19 | 1 | -3/+3 |
| * | storagemanager, datamanager, mod_storage_{internal,sql}: Replace list_stores(... | Kim Alvefur | 2012-09-17 | 1 | -2/+2 |
| * | storagemanager: Add purge() for purging user data from all backends in use | Kim Alvefur | 2012-09-16 | 2 | -2/+21 |
* | | Merge 0.9->trunk | Matthew Wild | 2012-09-13 | 1 | -3/+2 |
|\| |
|
| * | configmanager: Fix include of relative files via Include directive in config | Matthew Wild | 2012-09-13 | 1 | -3/+2 |
* | | hostmanager, modulemanager: Ensure hosts[*].modules always exists. | Waqas Hussain | 2012-09-13 | 2 | -4/+2 |
* | | core.storagemanager, mod_storage_*: "data-driver" -> "storage-provider", to a... | Waqas Hussain | 2012-09-12 | 1 | -2/+2 |
|/ |
|
* | storagemanager: Fix arguments | Kim Alvefur | 2012-08-31 | 1 | -2/+2 |
* | storagemanager: Fix indentation | Kim Alvefur | 2012-08-31 | 1 | -2/+2 |
* | s2smanager: missing return on session.send function. | Marco Cirillo | 2012-08-26 | 1 | -1/+1 |
* | core.usermanager: Don't close sessions ourselves when deleting users. Instead... | Kim Alvefur | 2012-08-25 | 1 | -6/+1 |
* | portmanager: Support 'local_interfaces' config option (default for private li... | Matthew Wild | 2012-08-10 | 1 | -1/+1 |
* | hostmanager, mod_disco: Show optional 'name' option from the config in disco#... | Matthew Wild | 2012-08-05 | 1 | -1/+1 |
* | moduleapi: Clarify comment | Matthew Wild | 2012-08-03 | 1 | -1/+1 |