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 |