prosody.git
2010-12-24 Matthew Wildnet.dns: resolver:getsocket(): Return nil, err on failure
2010-12-24 Matthew Wilds2smanager: Give all new outgoing s2s sessions a close...
2010-12-24 Matthew Wilds2smanager: Add a missing semi-colon
2010-12-24 Matthew Wilds2smanager: destroy_session(): Pass reason to retire_se...
2010-12-24 Matthew Wilds2smanager: retire_session(): Add a 'reason' parameter
2010-12-22 Matthew Wilds2smanager: session.send(): Return the result of send_t...
2010-12-22 Matthew Wilds2smanager: send_to_host(): Return false on failure...
2010-12-22 Matthew Wildutil.filters: Add remove_filter_hook()
2010-12-21 Matthew Wildprosody: Catch a recursive Include error and print...
2010-12-21 Matthew Wildconfigmanager: Filenames without a path are also relati...
2010-12-21 Matthew Wildutil.xmppstream: Allow stream_ns = "" for parsing strea...
2010-12-21 Matthew Wildprosody.cfg.lua.dist: Add note about external gateways
2010-12-21 Matthew Wildprosody.cfg.lua.dist: Update for new logging config...
2010-12-20 Matthew Wildconfigmanager: Support for wildcards in Include directives
2010-12-20 Matthew Wildprosody, prosodyctl, util.dependencies: Split checking...
2010-12-19 Waqas Hussainutil.httpstream: For HTTP client responses, changing...
2010-12-19 Waqas Hussainutil.httpstream: A little cleanup of the HTTP path.
2010-12-21 Matthew Wildmod_pubsub: Use bare JID in get_affiliation
2010-12-21 Matthew Wildmod_pubsub: Skip false features in feature_map
2010-12-21 Matthew Wildutil.pubsub: Fix nil global access in get_nodes()
2010-12-21 Matthew Wildmod_pubsub: Return disco#info stanza from build_disco_i...
2010-12-21 Matthew Wildmod_pubsub: Iterate over disco features in correct...
2010-12-21 Matthew Wildmod_pubsub: Build disco#info based on the methods provi...
2010-12-21 Matthew Wildmod_pubsub: Fix capabilities table from some debugging
2010-12-21 Matthew Wildmod_pubsub: Make the pubsub host an admin too
2010-12-21 Matthew Wildmod_pubsub: Update for latest util.pubsub and fix some...
2010-12-21 Matthew Wildutil.pubsub: Too many changes to list or split sensibly...
2010-12-21 Matthew Wildutil.pubsub: Modify new() to take a config, and add...
2010-12-21 Matthew Wildmod_pubsub: Add 'forbidden' error support
2010-12-21 Matthew Wildprosody.cfg.lua.dist: Add note about external gateways
2010-12-21 Matthew Wildprosody.cfg.lua.dist: Update for new logging config...
2010-12-20 Matthew Wildconfigmanager: Support for wildcards in Include directives
2010-12-20 Matthew Wildprosody, prosodyctl, util.dependencies: Split checking...
2010-12-19 Waqas Hussainutil.httpstream: For HTTP client responses, changing...
2010-12-19 Waqas Hussainutil.httpstream: A little cleanup of the HTTP path.
2010-12-19 Matthew WildMerge with 0.8
2010-12-19 Matthew Wildmod_pubsub, util.pubsub: Remove from 0.8
2010-12-19 Matthew WildMerge 0.8->trunk (uh-oh)
2010-12-18 Matthew Wildconfigmanager: Switch back to returning 'ok' to signal...
2010-12-18 Matthew Wildconfigmanager: Switch back to returning 'ok' to signal...
2010-12-18 Matthew WildMerge with Florob
2010-12-18 Florian Zeitzmod_admin_adhoc: Support unloading multiple modules
2010-12-18 Florian Zeitzmod_admin_adhoc: Support for reloading multiple modules
2010-12-18 Waqas Hussainutil.events: Remove an event's table when it has no...
2010-12-18 Florian Zeitzmod_admin_adhoc: Support unloading multiple modules
2010-12-18 Florian Zeitzmod_admin_adhoc: Support for reloading multiple modules
2010-12-18 Waqas Hussainutil.events: Remove an event's table when it has no...
2010-12-18 Matthew Wildnet/server_select.lua: Reduce select() timeout back...
2010-12-18 Matthew Wildnet/server_select.lua: Reduce select() timeout back...
2010-12-18 Matthew Wildstoragemanager: Don't always show fallback warning...
2010-12-18 Matthew Wildstoragemanager: Don't always show fallback warning...
2010-12-18 Matthew Wildprosodyctl: Add dummy lock/unlock_globals() until util...
2010-12-18 Matthew Wildprosodyctl: Add dummy lock/unlock_globals() until util...
2010-12-18 Matthew Wildmod_storage_sql: Fix a couple of bugs in "JSON" decoding
2010-12-18 Matthew Wildmod_storage_sql: Fix a couple of bugs in "JSON" decoding
2010-12-18 Matthew Wildutil.prosodyctl: Initialize storagemanager on hosts...
2010-12-18 Matthew Wildutil.prosodyctl: Initialize storagemanager on hosts...
2010-12-18 Matthew Wildstoragemanager: Log warning when loading the storage...
2010-12-18 Matthew Wildstoragemanager: Log warning when loading the storage...
2010-12-17 Matthew Wildutil-src/Makefile, util-src/encodings.c{,pp}: Port...
2010-12-17 Matthew Wildutil-src/Makefile, util-src/encodings.c{,pp}: Port...
2010-12-17 Waqas Hussainusermanager: Fixed a possible traceback when is_admin...
2010-12-17 Waqas Hussainusermanager: Fixed a possible traceback when is_admin...
2010-12-17 Matthew Wildprosody.cfg.lua.dist: Update to reflect new mod_admin_...
2010-12-17 Matthew Wildprosody.cfg.lua.dist: Update to reflect new mod_admin_...
2010-12-17 Kim Alvefurutil.stanza: Iterate on childtags instead of all childs.
2010-12-17 Kim Alvefurutil.stanza: Iterate on childtags instead of all childs.
2010-12-17 Matthew WildMerge Tobias->trunk
2010-12-17 Matthew Wildmod_pubsub: Preserve service object on module reload
2010-12-17 Matthew Wildmod_pubsub: Handle disco#info and disco#items
2010-12-17 Matthew Wildutil.pubsub: Add service:get_nodes()
2010-12-17 Matthew Wildmodulemanager, mod_console: Rename mod_console -> mod_a...
2010-12-17 Matthew Wildnet.httpserver: Default 'ports' = {5280}
2010-12-14 Waqas Hussainnet.xmppclient_listener: Imports and global cleanup.
2010-12-14 Waqas Hussainnet.xmppserver_listener: Removed unnecessary import...
2010-12-14 Waqas Hussainnet.xmppserver_listener: Removed unused variables and...
2010-12-14 Waqas Hussainnet.xmppserver_listener: Made some globals local.
2010-12-14 Waqas Hussainnet.xmppcomponent_listener: Move session creation from...
2010-12-14 Waqas Hussainnet.xmppcomponent_listener: Made some globals local.
2010-12-14 Waqas Hussaincore.loggingmanager: Updated to use termcolours.getstyl...
2010-12-14 Waqas Hussainutil.termcolours: Added setstyle(str), which works...
2010-12-14 Waqas Hussainutil-src/windows.c: Added get_consolecolor, set_console...
2010-12-14 Matthew Wildnet.dns: Clean up tostring() of returned records, as...
2010-12-14 Matthew Wildnet.dns: Add resolver:tohostname() and dns.tohostname()
2010-12-14 Tobias MarkmannMake libidn default when not specifiying a IDN lib.
2010-12-14 Tobias MarkmannMake libidn default when not specifiying a IDN lib.
2010-12-14 Tobias MarkmannFix lua lib name in LDFLAGS.
2010-12-14 Tobias MarkmannFix lua lib name in LDFLAGS.
2010-12-14 Tobias Markmannutil.encodings: Support for ICU for IDNA operations.
2010-12-17 Matthew Wildmod_pubsub: Preserve service object on module reload
2010-12-17 Matthew Wildmod_pubsub: Handle disco#info and disco#items
2010-12-17 Matthew Wildutil.pubsub: Add service:get_nodes()
2010-12-17 Matthew Wildmodulemanager, mod_console: Rename mod_console -> mod_a...
2010-12-17 Matthew Wildnet.httpserver: Default 'ports' = {5280}
2010-12-14 Waqas Hussainnet.xmppclient_listener: Imports and global cleanup.
2010-12-14 Waqas Hussainnet.xmppserver_listener: Removed unnecessary import...
2010-12-14 Waqas Hussainnet.xmppserver_listener: Removed unused variables and...
2010-12-14 Waqas Hussainnet.xmppserver_listener: Made some globals local.
2010-12-14 Waqas Hussainnet.xmppcomponent_listener: Move session creation from...
2010-12-14 Waqas Hussainnet.xmppcomponent_listener: Made some globals local.
next