Fixed decoding of parameters.

mod_console: Allow customisation/suppression of the banner

util.hmac: Some optimisations

util.hmac: Fix a global set

mod_presence: Send unavailable presence to resources from non-available resources on disconnect

Moved automatic unavailable presence generation on disconnect from sessionmanager to mod_presence

sessionmanager: Replace raw session by an event data table for resource bind/unbind events, allowing extra data

mod_presence: Broadcast presence to resources before contacts

mod_presence: Prevented normal presence from non-interested resources from being dropped

mod_presence: Changed handle_normal_presence to use a local roster rather than origin's roster

mod_presence: Simplified roster iteration

mod_presence: Eliminated a jid_split

mod_presence: Removed some unnecessary code

sessionmanager: Reset bare_sessions[user] after resource conflict resolution. Fixes the other stanza gobbling bug \o/

mod_presence: Declare t_insert, fixes a potential traceback

sessionmanager: Newly created sessions shouldn't have a priority. Fixes one of the stanza-gobbling bugs \o/

s2smanager: Log the hostname and address when s2s connection fails instantly

hostmanager: Add disallow_s2s to config, defaults to false unless anonymous_login is enabled, then defaults to true

stanza_router: Check host.disallow_s2s before routing over s2sout. you can haz no s2s.

Merged branches

Added man page for prosodyctl

mod_presence: Removed dead code

datamanager: Fixed incorrect callback result checking

mod_pep: Escape + in pattern

prosodyctl: Add message for not-running error

prosodyctl: Use prosodyctl_timeout option if it exists in the config

prosodyctl: Improve usability with status messages, and waiting up to 5s for the server to start/stop

mod_pep: Pass origin/session to publish_all()

Added HMAC utility module

prosody: Add fallbacks/ to path

Makefile: Install fallbacks/ directory

mod_offline: Initial commit

Merged with trunk

mod_pep: Fixed boolean indexing error while casting all messages for a user

Send xml:lang in stream headers, fixes #78

Making sure the node is in unicode when passing it to password lookup function.

Automated merge with http://waqas.ath.cx:8000/

modulemanager: Don't close stream on stream:error with unsupported-stanza-type (fixes #102)

prosody.cfg.lua.dist: Removed 'presence' from default modules list

stanza_router: Removed unnecessary xmlns check

stanza_router: Don't fire preprocessing events if stanza is not from full JID

Merge with nolan

Serialize unknown stanza before logging.

util.pluginloader: Append "@" to chunk names (fixes weird formatting in plugin tracebacks)

mod_pep: Fixed a nil access error

mod_pep: Use cached caps

Merged with trunk

mod_pep: Entity capabilities

Merge with nolan

net.httpserver: Don't upset logger when response is nil

Log stanza if stanza.to isn't set for some component errors.

mod_console: Reload/unload a module on a component host if it is loaded there

Automated merge with http://waqas.ath.cx:8000/

util.stanza: Serializer optimizations, and nicer output for empty elements

mod_pep: Broadcast only to available recipients with caps

mod_pep: Ignore presence subscriptions when extractng hash information

mod_pep: Added function get_caps_hash_from_presence

util.muc: Fixed duplicate parameter names in function room:set_subject

util.muc: Fixed incorrect parameters for a function call

mod_pep: Removed some YODO comments

mod_pep: Added handler for disco responses

mod_message: Advertise offline message support as per XEP-0160 (thanks nolan)

xmppclient_listener: Pass session close reason to destroy_session (to be used in unavailable presence)

mod_iq: Change sub-event names for IQ errors and results to use stanza IDs

util.stanza: Add stanza:get_text() to retrieve all child text nodes #api

stanza_router: Fire events also for stanzas to components

mod_message, mod_presence: Maintain list of top resources. Less work in routing messages to bare JIDs. - #optimization

util.events: Replaced ipairs with slightly faster numeric for loop - #optimization

util.stanza: Rewrote stanza_mt.__tostring. 20-30% faster stanza serialization. - #optimization

util.stanza: Remove numeric attributes while deserializing

xmlhandlers: Remove numeric attributes

stanza_router: Remove unused variables and code

stanza_router: A little refactoring

stanza_router: Remove unused variables

stanza_router: Remove even more old routing code

stanza_router: Remove some more old routing code

stanza_router: Call core_post_stanza from core_route_stanza in place of old routing code

stanza_router: Removed unused function: select_best_resources

stanza_router: Removed old routing code

mod_component: Rewrite jabber:client stanzas to jabber:component:accept, thanks JaredH!

mod_pep: Use new style events

mod_iq: Fire sub-events for IQ results and errors

mod_pep: Broadcast from the user's bare JID, not full JID

mod_pep: Remove data when a user disables a node

mod_pep: Added some comments

mod_pep: Fixed detection of contact presence changes

mod_muc: Now based on util.muc

mod_announce: Work with non-local admins

mod_announce: Use usermanager.is_admin to verify admin status

sessionmanager: Fire event on resource unbind

Automated merge with http://waqas.ath.cx:8000/

modulemanager: Enabled access to the module API from plugin libraries

modulemanager: Added simple module:require implementation

README: Update for new MUC address

prosodyctl: Allow commands to be implemented in modules

modulemanager: Expose api table to allow others to extend the module API

mod_groups: Support for public groups, and extra logging

util.pluginloader: Remove unnecessary return value suppressing the real load error

modulemanager: Fix copy/paste error, should be name instead of module_name

mod_announce: New module to send a message to all online users

mod_httpserver: Allow configuration of ports and base path, like mod_bosh

mod_groups: Experimental shared roster support

prosody: Switch anonymous_login check to use the new datamanager callback syntax

util.datamanager: Allow multiple data storage callbacks, and allow them to modify parameters

rostermanager: Fire event on roster load

sessionmanager: Fire event on resource bind

modulemanager: Call 'load' method when loading a module

Merge with Tobias

Adjust PLAIN and DIGEST-MD5 mechanisms to new password_handler API.

Adding a parameter for realm to the password_callback.

Adding COMPAT comment.

util.array: Add support for + operator to create a new array from two arrays joined

util.array: Make array:reverse() and array:shuffle() return the array to allow chaining

util.array: Add array:append() method, to append a new array to an existing one

stanza_router: Skip prepping 'to' in many common cases - #optimization

stanza_router: Skip prepping 'from' on c2s origins - #optimization

stanza_router: Fixed a corner case where processing could continue after an error reply

stanza_router: A little refactoring

componentmanager: Using prosody.events instead of core.eventmanager

Main: Don't use empty event data objects for some global events. Some handlers don't expect it.

Main: removed some eventmanager references (replaced by prosody.events)

Fire global events using prosody.events

Merge with trunk

modulemanager: Removed unused function get_module_filename(name)

modulemanager: Changed to use util.pluginloader

util.pluginloader: Initial commit - a plugin resource loader

stanza_router: Remove unused variables

Removed core.presencemanager. This has been superseded by mod_presence.

stanza_router: Remove all traces of presencemanager

mod_roster: Removed references to presencemanager and core_route_stanza

mod_roster: Using core_post_stanza in place of core.presencemanager.handle_presence

util.muc: Relaxed top-level routing checks to allow node-less rooms, and removed redundant checks

util.muc, mod_muc: Commented rewriting of vCard requests' recipients' JID from full to bare, and marked it as a TODO

mod_muc: Don't reply with an error in response to unacceptable result stanzas

util.muc: Don't reply with an error in response to unacceptable result stanzas

util.muc: Fixed error occuring on room leave

stanza_router: Use stanza.attr.from's host instead of origin.host when routing stanzas to remote hosts (fixes problem with sending from node@host components)

Merge with waqas via albert!

modulemanager: Change the ideitity attribute typ to type

s2smanager: Remove srv_hosts from session when connected, this fixes attempting to reconnect s2s sessions when they are closed during shutdown

loggingmanager: Log timestamps when using default file logging

loggingmanager: Enable debug level for default file logging when 'debug' mode is enabled in the config

mod_console: Redirect print() to console session when executing commands in global environment

mod_console: Fix syntax error

mod_console: Add s2s:close() to close s2s sessions between two hosts

Automated merge with http://waqas.ath.cx:8000/

mod_pep: Add pubsub#publsih disco feature to host

mod_dialback: Change FIXME comment to COMPAT

Automated merge with http://waqas.ath.cx:8000/

mod_pep: Add host identity pubsub/pep

modulemanager: Added function add_identity(category, type) to the modules API

Merge

mod_pep: Fix a nil index bug

net.http: (Re-)add url[en|de]code functions

modulemanager: Use module_name in log entry to fix 'error initialising module "nil"' error

mod_message: Require stanza lib to prevent traceback on error replies

Automated merge with http://waqas.ath.cx:8000/

mod_pep: Give the presence handler a higher than default priority

modulemanager: Allow setting a priority while adding an event handler via the module:hook API

mod_pep: Send items to contacts coming online

mod_pep: Fix undefined global access

mod_pep: Maintain user nodes for delayed delivery

mod_console: Show total incoming/outgoing s2s connections

modulemanager: Don't require xmlns to be non-nil

modulemanager: module:log() -> self:log() fix

modulemanager: Allow setting priority of stanza handlers

modulemanager: Add module:hook([xmlns, ] name, handler) which uses new stanza events

mod_console: Allow running code in the global environment by prefixing with '>'

mod_console: Some "improvements" to the useless server:reload() command :)

mod_console: Much improved module load/unload/reload commands

prosody: prosody_reload_config => prosody.reload_config (guess I accidentally missed it when converting the others)

prosody: Prefix hg: to changeset ids in the version

mod_version: Use version from prosody.version

prosody: Read version from prosody.version file and set, er, prosody.version!

Makefile: Experimental support for recording the version of an installed Prosody

modulemanager: Load mod_message, mod_iq and mod_presence implicitly

s2smanager: Use a UUID as the dialback secret

stanza_router: Remove unused s2s dialback functions

Merge with trunk

util.sasl: Remove some nastiness

util.uuid: Added function seed(string) to allow further seeding of the PRNG

util.uuid: Now generates RFC 4122 complaint UUIDs (version 4 - random)

util.uuid: More uniqueness!

sessionmanager: It really is username@host, not host@username :)

Makefile: Set data directory permissions to 750 on install [thanks Dwayne Bent]

Makefile: Specify permissions on installed executables [thanks mhavela]

prosody: Add support for general 'interface' option which is used as the default network interface

net.server: Display server port in error messages

Adding .hgignore

My merge!!!!

stanza_router: workaround for a Pidgin bug which sets 'to' to the SRV result

mod_privacy: Initial commit

stanza_router: Remove the 'to' attribute when it's value is the bare JID of the local user sending the stanza

prosody.cfg.lua.dist: Enable mod_register by default, but with registration disabled, and add a comment about it

sessionmanager: It's username@host, not host@username :)

mod_message: Fix global access

mod_iq: Limit sub-events to get and set IQs

mod_presence: Fix a global access

mod_presence: Check for nil 'to' attribute in all cases for outgoing stanzas

mod_presence: Check for nil 'to' attribute in all cases for incoming stanzas

mod_presence: return true from incoming presence handlers to prevent further processing

mod_presence: Handle non-subscription presence and routing

mod_presence: Handle subscriptions and probes

mod_presence: Add hooks for inbound presence

mod_presence: Fix a comment

mod_presence: Handle all outbound presence stanzas

mod_presence: A little cleanup

mod_presence: Remove JIDs from directed presence list on sending error or unavailable presence

mod_presence: Handle outbound presence to full JIDs

mod_message: A little cleanup

mod_message: mod_message now handles all cases

stanza_router: Reply with an error on groupchat messages to bare JID

mod_message: Added code to handle error groupchat and headline messages to bare JID

mod_message: Move bare JID processing to it's own function

stanza_router: Don't reply with an error on invalid JIDs in error or result stanzas

stanza_router: Proper error for clients sending stanzas after auth but before resource binding

mod_iq: Correctly handle the lack of 'to' on IQs

mod_iq: Immediately return an error for IQs to non-existing bare JIDs

mod_iq: Include event data in sub-events

mod_iq: Error reply for IQ to non-existing session. mod_iq now handles all 'iq/full' cases

componentmanager: Create events object for configured hosts, and carry it over to a new component if one is registered with no events object

Merge backout with following commits

Backed out changeset 98f0e9eadf3b (better fix on the way)

Automated merge with http://waqas.ath.cx:8000/

mod_iq: Fire sub-events for IQs directed at bare JIDs and hosts

modulemanager: Keep track of event handlers added by module:hook, and remove them on module unload

stanza_router: Don't route before firing events... waqas, is this safe?

componentmanager: Add events object to registered components if they don't already have one

stanza_router: Fire global event if host doesn't have events, fixes #103

net.xmppclient_listener: Add small comment

stanza_router: Fire events for non-jabber:client and pre-auth stanzas

modulemanager: Stopped using core.eventmanager in module:fire_event

mod_welcome: Use module:hook instead of module:add_event_hook

mod_watchregistrations: Use module:hook instead of module:add_event_hook

modulemanager: module:fire_event now fires on the global and host-specific events objects as well

xmppcomponent_listener: Removed unused reference to core.eventmanager

modulemanager: Made some code more concise

modulemanager: module:hook now allows global modules to hook events on the prosody.events object

Removed core.eventmanager2

mod_presence: Changed to use the prosody.events object directly, rather than through eventmanager2

stanza_router: Changed to use the prosody.events object directly, rather than through eventmanager2

core.eventmanager2: Now uses the new prosody.events object

Added new prosody.events object

mod_console: c2s:show(), c2s:show_secure(), c2s:show_insecure()

mod_console: Allow restricting results to matching JIDs in s2s:show()

prosody: Remove global functions

mod_posix: Use global prosody object

prosody: (un)lock_globals() -> prosody.(un)lock_globals()

prosody: New global 'prosody' object

Automated merge with http://waqas.ath.cx:8000/

mod_message, mod_iq: A little cleanup

mod_iq: Initial commit

mod_message: Initial commit

modulemanager: Added hook(event, handler) to the plugin API

stanza_router: Fix syntax errors

Automated merge with http://waqas.ath.cx:8000/

stanza_router: Fire per-host stanza events

httpclient_listener: Don't use print()...

sessionmanager: Removed a redundant check

sessionmanager: Fixed an old FIXME: A problem caused by an error on an authenticated but unbound session

sessionmanager: Add/remove sessions from full_sessions and bare_sessions when binding/unbinding sessions

sessionmanager: Added reference to globals full_sessions and bare_sessions

sessionmanager: Removed reference to global 'sessions'

Added globals bare_sessions and full_sessions, which map bare and full JIDs to sessions.

Removed unused global 'session'

mod_tls: Add <required/> to stream feature when TLS is required

mod_legacyauth: Hide stream feature when secure auth is enabled, and session isn't secure

mod_saslauth: Don't offer bind/session when they aren't authenticated yet :) [thanks albert, again...]

mod_saslauth, mod_legacyauth: Deny logins to unsecure sessions when require_encryption config option is true

xmppclient_listener: A connection is also secure when it uses legacy SSL

net.server: A connection is not secure if we delay the TLS handshake

sessionmanager, mod_tls: Mark a session as secure when TLS is active

stanza_router: Break off resource selection for messages into a standalone function

mod_presence: Lower some log levels to their correct values

mod_presence: Use logger supplied by modulemanager

mod_presence: Leave alone the from attribute of session.presence. Big thanks to albert for figuring out the steps to reproduce this bug, and for giving us a ([very] slight) performance increase!

Add log message when DNS lookup is cancelled

net.adns: Fix for calling handler when cancelling DNS lookup

mod_watchregistrations: admin -> admins

prosodyctl: Add error message for no-pidfile

s2smanager: Timeout DNS requests after 60 seconds (or dns_timeout in config)

net.adns: Add support for cancelling a non-blocking lookup, optionally calling the handler

net.dns: Add support for cancelling a coroutine-based request

mod_watchregistrations: New plugin to send a message to admins when a new user registers

mod_roster: Add some comments for the error cases to improve readability

s2smanager: Only send reply </stream:stream> when connection is still open

mod_roster: Don't send a query element in roster response if roster is unchanged

Merge with 0.4

Tagging 0.4.2

Close std{in,out,err} when daemonizing 0.4.2

Tagging 0.4.2

Merge with 0.4

Finally add README and INSTALL files

Merge with 0.4

stanza_router: Fix for subscriptions to users on components [0.4 branch only]

mod_register: Attach session to user-registered and user-deregistered events

core: hosts[*].events

Merge with 0.4

mod_saslauth: Fix logic error which prevented SASL ANONYMOUS from working

mod_welcome: New plugin to welcome users who register on the server

mod_register: Fire events and log on account creation/deletion

modulemanager: Add module:fire_event() to module API

stanza_router: Handle outbound presence if inbound handlers don't catch it

util.events: Dispatch code now accepts a variable number of arguments

util.events: Much more efficient index building

stanza_router: s/conn/stream/ in log message

stanza_router: Remove FIXME and replace with meaningful comment

componentmanager: Don't error on stanzas to bare component JID

prosody.cfg.lua.dist: Update example to a better one

util.events: handler priorities

modulemanager: require util.stanza

modulemanager: Don't close the stream on unhandled stream:features

stanza_router: Added global function core_post_stanza

util.jid: Eliminate global method use

util.muc: Made internal methods local

stanza_router: Improved message routing order

Dropped support for resource based components

stanza_router: Removed global function core_handle_stanza

Automated merge with http://waqas.ath.cx:8000/

stanza_router: Cleaner namespace handling

stanza_router: Refactored core_handle_stanza, and added handling for unsupported top-level stanzas

stanza_router: Fire events after all checks

Merging SASL buggy client workaround with current tip.

.

Some beauty treatment.

Adding minimal support for authorization identities to workaround buggy SASL implementations.

adding RFC comment

stanza_router: Removed some unnecessary code

stanza_router: Removed a FIXME

xmlhandlers: Removed another unnecessary check

xmlhandlers: Removed an unnecessary check

core.xmlhandlers: Removed unused variables

stanza_router: Fixed an invalid stanza check

util.stanza: Omit unused clone parameter from error_reply()

mod_presence: Added a FIXME comment about directed presence

stanza_router: Remove unnecessary directed presence handling

stanza_router: Prevent further processing of a handled stanza

mod_presence: return true from the presence handler

util.events: event handlers can now return a result, which also interrupts further handling of the event

util.muc: A MUC library - initial commit

Merge with 0.4

stanza_router: Bounce stanzas to/from invalid JIDs with a jid-malformed error

stanza_router: Pass session.to_host to modulemanager, fixes modules for s2sin_unauthed

mod_muc: commented connection replace detection code because google keeps resendng directed presence

mod_muc: s/broadcast_history/send_history/ - since the cast isn't broad

mod_muc: Extracted sending of occupant list into its own function

mod_muc: Extracted history broadcast into its own function

fallbacks/bit: bit manipulation API (compatible with bitlib for now)

mod_pep: Initial commit (extremely basic implementation)

util/serialization: Fixed serialization formatting

util/sasl: Removed unnecessary references to util.encodings.idna

mod_roster: Advertize roster versioning support

Default config: Add 'presence' to list of modules

Merge with 0.4

util.prosodyctl: Import CFG_SOURCEDIR from the global environment (thanks macaronyde!)

Tagging 0.4.1

util.serialization: Write nil for non-serializable data types, and bump the log level to 'error' 0.4.1

tools/ejabberd2prosody: Fixed private storage export

tools/ejabberd2prosody: Fixed private storage export

Merge with 0.4

prosodyctl: Add message for unable-to-save-data error

util.prosodyctl: Return success status of usermanager.create_user()

prosodyctl: Reformat note to fit in small-width terminals

Merge with 0.4

prosodyctl: Use correct path for the data directory

Merge with 0.4

mod_posix: Reload the config and reopen log files on SIGHUP

loggingmanager: File log sinks react to reopen-log-files event

prosody: Add functions to reload the config and re-open log files

prosodyctl: status: Show warning if we can't find a running Prosody, and we didn't switch user

prosodyctl: Switch to Prosody user before attempting to do anything

net.httpserver: Fix for urlencoding to always produce 2 digits

Merge with 0.4

net.http, net.httpserver: Remove urlcodes table... it really isn't needed (thanks Jan Harkes)

net.httpserver: Fix potential nil access

mod_bosh: Give BOSH sessions a logger (thanks Florob)

mod_component: Vastly reduce the code, having split most of it to where it should be, xmppcomponent_listener

util.serialization: Log a warning when trying to serialize something we can't

prosody, xmppcomponent_listener: Add listener for XEP-0114 component connections

modulemanager: No need for print()

util.multitable: No globals today, thank you. Fixes missing table entries and a potential traceback

Merge with 0.4

prosodyctl: Hide ejabberd compatibility commands from command listing

loggingmanager: Support for specifying a single sink with *sinkname (*syslog should now work)

Merge with 0.4

net.connlisteners: Lower log level of multiple listeners warning (not interesting to end-users)

net.server: Add getserver() method to find the server listening on the specified port

util.datamanager: Lower log level of 'Setting data path' to 'debug'

componentmanager: Reduce log output at startup to 'debug'

hostmanager: Reduce log output at startup to 'debug'

modulemanager: Don't load modules when modules_enable is false

prosody: Less verbose logging during shutdown sequence

mod_posix: Don't let the server run as root without the magic run_as_root in config

prosody: Define prosody_shutdown() before emitting the server-starting event

Makefile: Process and install prosodyctl

prosodyctl: Multiple fixes for start/status/stop

Merge with 0.4

prosodyctl, util.prosodyctl: New prosodyctl utility for managing Prosody servers

prosody: Add log messages during shutdown sequence to indicate progress

mod_console: Add s2s:show() command to list s2s connections

prosody: Don't require console_enabled option anymore

Merge with 0.4

Word-wrap HACKERS file

configure: Change --data-dir to --datadir to make consistent with help and other dir flags

loggingmanager: Add a comment about 'nowhere' sink type

Merge with 0.4

loggingmanager: Support prepending timestamps in file/console/stdout log sinks

mod_dialback: Miscellaneous logging improvements, changing levels, improving messages and using session loggers where possible

sessionmanager: Miscellaneous logging improvements, changing levels, improving messages and using session loggers where possible

s2smanager: Miscellaneous logging improvements, changing levels, improving messages and using session loggers where possible

presencemanager: Lower log level of a message

mod_saslauth: Remove 2 instances of raising errors and replacing with more graceful handling

mod_saslauth: Various logging fixes

mod_saslauth: Use module logger instead of creating a new one

mod_dialback: Use module logger instead of creating a new one

modulemanager: Update logger when a module becomes global

Merge with 0.4

loggingmanager: Add ability to set 'log' config option to a filename, which causes all levels >= info to be logged to that file

Merge with 0.4

mod_*: Fix many unnecessary global accesses in modules (already committed to main repo)

core.componentmanager: Really fix marking components as disconnected when unregistered

configure: Honour --sysconfdir parameter; thanks to Michael Scherer

mod_posix: Fix calls to log() (replace with module:log) and make some global accesses explicit

mod_posix: Fix for removing the pidfile on exit

mod_muc: The default component name is now 'Chatrooms'

mod_muc: The default room name is the room node

Automated merge with http://waqas.ath.cx:8000/

mod_presence: Broadcast a user's presence to only the user's 'available' resources

mod_muc: The default component name is now 'Chatrooms'

mod_muc: The default room name is the room node

Merge with 0.4 branch

net.httpserver: Fix traceback when sending response to a destroyed request

net.httpserver: Don't log the response body (can be binary data...)

xmlhandlers: Fix tag pattern again for the default namespace

Merge with 0.4 branch

mod_bosh: Put dummy authid in session creation response to keep JSJaC happy

mod_bosh: Add log message for clients connecting to unknown host

mod_bosh: Fix nil indexing when client connects to unknown host

core.loggingmanager: Reinstating global log() function

mod_posix: Remove some debug coooooooooode

mod_presence: Fix for local presence subscriptions and probes

stanzarouter: Make _G.hosts local

mod_*: Fix a load of global accesses

core.componentmanager: Fix global access

xmpp{server,client}_listener: Fix global accesses

net.server: Fix global access/incorrect parameter

net.httpserver: Fix potential nil access

net.http: Fix potential nil access

net.server: Fix incorrect parameter passing

net.server: Fix global access

Merge with 0.4.1

mod_posix: Integrate with loggingmanager, register syslog sink, remove redundant logging code

mod_posix: Remove pidfile on exit

core.loggingmanager: Refactoring, converted to a module. Now possible to register additional sink types (think syslog) from other modules

util.set: Add set.xor() to get a set consisting of items not in both sets

util.set: Add set:empty() to discover if the set is the empty set

util.set: Add metatable to sets to allow +, -, /, ==, tostring and to double as iterators

util.array: Add array.collect() to collect results from iterators into an array, and use module() to correctly set the module name

prosody: Fire events during server shutdown process

Merge with 0.4.1

core.loggingmanager: Add default logging settings (to console) and fill out code for adding sinks which catch all sources

mod_presence: Remove some rather drastic debugging code

Merge with 0.4.1

core.loggingmanager: Filled out most code, and cleaned up

util.logger: Fix for attempting to call a table

mod_presence: Fix incorrect internal routing for probes and subscriptions

Merge with 0.4.1

prosody: Remove logging code and instead load core.loggingmanager to set up logging

core.loggingmanager: A new manager (yay!) to manage log output

util.logger: Revamped logger library, but backwards-compatible for users of logger.init()

Merge

core.s2smanager: Buffer data sent before connection

core.s2smanager: Logging improvements

Merging stable into unstable

net.adns: Call handler for records already cached

componentmanager: Set host.connected = nil when deregistering a component so that we fully restore it when we reload

core.xmlhandlers: expat is the XML parser, not us. Don't reject valid XML.

Merge

prosody: Simple whitespace fix in error output

core.configmanager: Fire event when (re)loading config file

(0) -1000 -480 +480 +1000 tip

mercurial