mod_storage_sql2: Fix SQL syntax
|
Kim Alvefur |
2014-01-18 |
MUC: Expose room metatable on module
|
Kim Alvefur |
2014-01-18 |
MUC: Split out sending of the topic into method separate from sending history
|
Kim Alvefur |
2014-01-18 |
MUC: Split saving to history into a separate method
|
Kim Alvefur |
2014-01-18 |
Merge 0.10->trunk
|
Matthew Wild |
2014-01-12 |
Merge
|
Matthew Wild |
2014-01-12 |
mod_storage_sql2: Fix syntax error in subquery (Thanks Lance)
|
Kim Alvefur |
2014-01-05 |
Merge 0.9->0.10
|
Matthew Wild |
2014-01-12 |
Tagging 0.9.3
|
Matthew Wild |
2014-01-12 |
mod_tls: Log error when TLS initialization fails
0.9.3
|
Matthew Wild |
2014-01-12 |
mod_s2s: Include IP in log messages, if host is unavailable
|
Florian Zeitz |
2014-01-05 |
tools/migration/migrator/prosody_files: Fix undefined global access of ‘error’, print the actual error message and correct file path in the error message when we fail to load a file, skip broken files instead of failing migration.
|
Waqas Hussain |
2014-01-03 |
Merge 0.10->trunk and Happy New Year!
|
Kim Alvefur |
2013-12-31 |
util.pubsub: Separate data from node configuration
|
Kim Alvefur |
2013-12-30 |
util.pubsub: Fire events on more actions
|
Kim Alvefur |
2013-12-26 |
mod_pubsub: Don't sent error replies from service disco events, let mod_disco handle that
|
Kim Alvefur |
2013-12-30 |
mod_storage_sql2: Expose the unique key argument, allowing arbitrary ids. Conflicting items are removed.
|
Kim Alvefur |
2013-12-25 |
mod_storage_sql2: Include user, host and store in id lookup
|
Kim Alvefur |
2013-12-25 |
net.server_{select,event}: addclient: Handle missing getaddrinfo
|
Kim Alvefur |
2013-12-23 |
net.server_{select,event}: addclient: Use getaddrinfo to detect IP address type if no socket type argument given. (Argument must be given for non-TCP)
|
Kim Alvefur |
2013-12-23 |
net.server_{select,event}: addclient: Add argument for overriding socket type
|
Kim Alvefur |
2013-12-23 |
net/http: Use server.addclient
|
daurnimator |
2013-12-19 |
net/server: addclient: wrapclient already calls startconnection for us
|
daurnimator |
2013-12-18 |
net/server_event: pcall require ssl rather than relying on globals
|
daurnimator |
2013-12-18 |
net/server_select: Fix typo
|
daurnimator |
2013-12-18 |
net/server_select: addclient: Check arguments
|
daurnimator |
2013-12-18 |
net/server_select: addclient: Check for failure correctly; remove wrapconnection call on failure
|
daurnimator |
2013-12-18 |
net/server_event: add_client should have same arguments no-matter the server backend
|
daurnimator |
2013-12-18 |