mod_component: Update for new net_activate_ports
|
Matthew Wild |
2009-04-10 |
Allow config to specify listening interfaces
|
Matthew Wild |
2009-04-10 |
Remove more debugging code which was accidentally committed (don't trust hg)
|
Matthew Wild |
2009-04-10 |
core.s2smanager: Remove some debugging
|
Matthew Wild |
2009-04-10 |
Merge
|
Matthew Wild |
2009-04-10 |
Merge
|
Matthew Wild |
2009-04-10 |
net.adns: Catch errors in DNS response callbacks
|
Matthew Wild |
2009-04-10 |
prosody: Don't look to use SSL when LuaSec not available (thanks Florob)
|
Matthew Wild |
2009-04-09 |
Merge
|
Matthew Wild |
2009-04-08 |
sessionmanager, componentmanager: Fix some wacky indentation (thanks greyback!)
|
Matthew Wild |
2009-04-08 |
mod_debug: Run on a different port, and use a different listener to mod_console
|
Matthew Wild |
2009-04-08 |
Automated merge with http://waqas.ath.cx:8000/
|
Matthew Wild |
2009-04-08 |
Fixed: Send correct error reply for IQs directed at unavailable resources
|
Waqas Hussain |
2009-04-06 |
Fixed: Issue with presence error routing
|
Waqas Hussain |
2009-04-06 |
mod_muc: Fix malformed presence stanzas (thanks elmex)
|
Matthew Wild |
2009-04-08 |
util.stanza: stanza:reset() method to reset building state
|
Matthew Wild |
2009-04-08 |
core.s2smanager: Look away... wait for it... now! Hopefully s2s should be back to normal.
|
Matthew Wild |
2009-04-08 |
net.server: Ensure some logging parameters are strings
|
Matthew Wild |
2009-04-08 |
componentmanager: Reply with service-unavailable for unconnected components
|
Matthew Wild |
2009-04-08 |
core.s2smanager: Check for valid host and port before attempting connection
|
Matthew Wild |
2009-04-06 |
sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when client closes stream
|
Matthew Wild |
2009-04-05 |
net.httpserver: Don't log that a request has been left open if it is destroyed
|
Matthew Wild |
2009-04-05 |
util.dataforms: Allow form layouts to specify default values for fields
|
Matthew Wild |
2009-04-05 |
util.dataforms: Set form type when generating a form
|
Matthew Wild |
2009-04-05 |
util.dataforms: Support for retriving the field value data from forms
|
Matthew Wild |
2009-04-04 |
util.dataforms: Fixes for hidden field type
|
Matthew Wild |
2009-04-04 |
util.dataforms: Fix some field types which didn't render properly
|
Matthew Wild |
2009-04-04 |
util.dataforms: Add support for <required/> fields
|
Matthew Wild |
2009-04-04 |
util.dataforms: Fixed to actually work, mostly
|
Matthew Wild |
2009-04-04 |
core.sessionmanager: Hop out of <status> tag so that MUC doesn't insert into the wrong level
|
Matthew Wild |
2009-04-03 |
Tagging 0.4.0
|
Matthew Wild |
2009-03-31 |
Tagging VERSION
0.4.0
|
Matthew Wild |
2009-03-31 |
mod_bosh: Fix to correctly timeout idle sessions
|
Matthew Wild |
2009-03-31 |
mod_debug: Some updates
|
Matthew Wild |
2009-03-31 |
core.componentmanager: Fix global set, causing problems with multiple components. Fixes #82.
|
Matthew Wild |
2009-03-31 |
mod_debug: New debug module (a simplified mod_console, with raw Lua access to a running Prosody's internals)
|
Matthew Wild |
2009-03-31 |
Add lock_globals() and unlock_globals() functions (for when you really need to use globals)
|
Matthew Wild |
2009-03-31 |
Load util.array and util.iterator at startup
|
Matthew Wild |
2009-03-31 |
Automated merge with ssh://hg@prosody.im/prosody-hg
|
Matthew Wild |
2009-03-30 |
Move SSL initialisation into the correct spot (thanks albert)
|
Matthew Wild |
2009-03-30 |
Added: componentmanager: Automatically add component.host.name to the disco items list of host.name
|
Waqas Hussain |
2009-03-30 |
Fixed: Some nil access bugs
|
Waqas Hussain |
2009-03-30 |
Added: MUC: Room invites
|
Waqas Hussain |
2009-03-29 |
Added: util/events.lua: An event handling library
|
Waqas Hussain |
2009-03-29 |
Fixed: mod_saslauth: "anonymous_login" currently makes SASL ANONYMOUS an exclusive mechanism. Corrected advertised mechanisms and error replies.
|
Waqas Hussain |
2009-03-29 |
Fixed: mod_saslauth: Changed anonymous host option from "sasl_anonymous" to "anonymous_login"
|
Waqas Hussain |
2009-03-29 |
Added: Prevent disk writes for anonmous hosts (option: core/anonymous_login = true)
|
Waqas Hussain |
2009-03-29 |
Added: datamanager: Allow a callback to be installed which selectively prevents disk writes
|
Waqas Hussain |
2009-03-29 |
Fixed: s2smanager: Apply nameprep on hostnames passed in stream tag (part of issue #57)
|
Waqas Hussain |
2009-03-29 |
Fixed: sessionmanager: Apply nameprep on hostname passed in stream tag (part of issue #57)
|
Waqas Hussain |
2009-03-29 |
Fixed: modulemanager: IQs with extended elements in the default namespace could cause backtraces (related to issue #74)
|
Waqas Hussain |
2009-03-29 |
Fixed: mod_roster: Prep JIDs being added to roster (part of issue #57)
|
Waqas Hussain |
2009-03-29 |
Fixed: mod_register: Node prepping was not being applied to usernames (part of issue #57)
|
Waqas Hussain |
2009-03-29 |
Fixed: mod_regster: traceback when removing accounts
|
Waqas Hussain |
2009-03-29 |
Fixed: rostermanager: Create new roster item if one doesn't exist on subscription approval (fixes issue #77)
|
Waqas Hussain |
2009-03-29 |
Fixed: stanza_router: Respond with correct stanza error on malformed stanzas
|
Waqas Hussain |
2009-03-29 |