prosody.cfg.lua.dist: Update for new logging config format
|
Matthew Wild |
2010-12-21 |
configmanager: Support for wildcards in Include directives
|
Matthew Wild |
2010-12-20 |
prosody, prosodyctl, util.dependencies: Split checking and logging of dependencies so we can check hard deps before the config and logging is loaded
|
Matthew Wild |
2010-12-20 |
util.httpstream: For HTTP client responses, changing properties responseversion and responseheaders to httpversion and httpheaders, to match HTTP server requests.
|
Waqas Hussain |
2010-12-19 |
util.httpstream: A little cleanup of the HTTP path.
|
Waqas Hussain |
2010-12-19 |
Merge with 0.8
|
Matthew Wild |
2010-12-19 |
mod_pubsub, util.pubsub: Remove from 0.8
|
Matthew Wild |
2010-12-19 |
Merge 0.8->trunk (uh-oh)
|
Matthew Wild |
2010-12-19 |
configmanager: Switch back to returning 'ok' to signal config load success - fixes config errors not being displayed
|
Matthew Wild |
2010-12-18 |
util.events: Remove an event's table when it has no more handlers.
|
Waqas Hussain |
2010-12-18 |
mod_admin_adhoc: Support unloading multiple modules
|
Florian Zeitz |
2010-12-18 |
mod_admin_adhoc: Support for reloading multiple modules
|
Florian Zeitz |
2010-12-18 |
net/server_select.lua: Reduce select() timeout back to 1s
|
Matthew Wild |
2010-12-18 |
storagemanager: Don't always show fallback warning when using per-store config
|
Matthew Wild |
2010-12-18 |
prosodyctl: Add dummy lock/unlock_globals() until util.startup comes along
|
Matthew Wild |
2010-12-18 |
mod_storage_sql: Fix a couple of bugs in "JSON" decoding
|
Matthew Wild |
2010-12-18 |
util.prosodyctl: Initialize storagemanager on hosts we modify
|
Matthew Wild |
2010-12-18 |
storagemanager: Log warning when loading the storage provider plugin fails
|
Matthew Wild |
2010-12-18 |
util-src/Makefile, util-src/encodings.c{,pp}: Port ICU code to C, rename encodings.cpp back to .c and amend the Makefile accordingly
|
Matthew Wild |
2010-12-17 |
usermanager: Fixed a possible traceback when is_admin() was used on a component.
|
Waqas Hussain |
2010-12-17 |
prosody.cfg.lua.dist: Update to reflect new mod_admin_* modules
|
Matthew Wild |
2010-12-17 |
util.stanza: Iterate on childtags instead of all childs.
|
Kim Alvefur |
2010-12-17 |
Make libidn default when not specifiying a IDN lib.
|
Tobias Markmann |
2010-12-14 |
Fix lua lib name in LDFLAGS.
|
Tobias Markmann |
2010-12-14 |
util.encodings: Support for ICU for IDNA operations.
|
Tobias Markmann |
2010-12-14 |
mod_pubsub: Preserve service object on module reload
|
Matthew Wild |
2010-12-17 |
mod_pubsub: Handle disco#info and disco#items
|
Matthew Wild |
2010-12-17 |
util.pubsub: Add service:get_nodes()
|
Matthew Wild |
2010-12-17 |
modulemanager, mod_console: Rename mod_console -> mod_admin_telnet - add compatibility code to modulemanager for existing configs
|
Matthew Wild |
2010-12-17 |
net.httpserver: Default 'ports' = {5280}
|
Matthew Wild |
2010-12-17 |