Log

description author age
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
Fixed: net/http.lua: HTTP request callback wasn't being called on some errors Waqas Hussain 2009-03-29
util.array: Add :reverse() method Matthew Wild 2009-03-29
util.datetime: Allow specifying a time to format Matthew Wild 2009-03-29
util.array: Expose array.* functions, to be used for unwrapped arrays Matthew Wild 2009-03-26
util.iterators: New iterators library Matthew Wild 2009-03-25
util.array: New array library Matthew Wild 2009-03-25
util.set: Rename private items container, optimise set.difference() and add set.intersection() Matthew Wild 2009-03-23
core.rostermanager/mod_roster: Support for roster versioning Matthew Wild 2009-03-23
util.datamanager: Don't delete data when first entry in table is 'false'. My favourite bug so far. Matthew Wild 2009-03-22
mod_component: Remove some commented code Matthew Wild 2009-03-22
core.configmanager: Make components use 'component' module by default if none specified Matthew Wild 2009-03-22
Update example config, categorise modules, add new modules Matthew Wild 2009-03-22
prosody.cfg.lua.dist: Remove some factual inaccuracies Matthew Wild 2009-03-22
mod_component: Use net_activate_ports to start port listener based on config Matthew Wild 2009-03-22
mod_component: Set default listening interface to 127.0.0.1 Matthew Wild 2009-03-22
net.connlisteners: Allow listeners to specify default interface Matthew Wild 2009-03-22
prosody: Expose net_activate_ports as a global function for use by plugins Matthew Wild 2009-03-22
prosody: Allow ports to be specified as just numbers Matthew Wild 2009-03-22
util.set: Fix to make constructor work, and functions defined correctly Matthew Wild 2009-03-22
util.set: New util library Matthew Wild 2009-03-22
net.http: Don't throw error on invalid URLs. Fixes #56. Matthew Wild 2009-03-21
Add initial mod_component for XEP-0114 support. Albert, where are you? Matthew Wild 2009-03-21
net.xmppclient_listener: Set default namespace to jabber:client Matthew Wild 2009-03-21
net.xmppserver_listener: Set default namespace to jabber:server Matthew Wild 2009-03-21
core.xmlhandlers: Filter out default stream namespace from stanzas Matthew Wild 2009-03-21
core.stanza_router: Allow routing from components Matthew Wild 2009-03-21
Merge Matthew Wild 2009-03-20
0.3->0.4 Matthew Wild 2009-03-20
Merge Matthew Wild 2009-03-14
Don't reject some valid IQs. Thanks to elmex for spotting. Matthew Wild 2009-03-14
Automated merge with http://waqas.ath.cx:8000/ Matthew Wild 2009-03-08
mod_xmlrpc: Limit usage to admins Waqas Hussain 2009-03-08