Merge 0.10->trunk
|
Matthew Wild |
2015-02-24 |
Merge 0.9->0.10
|
Matthew Wild |
2015-02-24 |
configure: Fix for commit cd0088c73daf - update LIBDIR if --prefix is set and --libdir isn't (thanks Medics)
|
Matthew Wild |
2015-02-24 |
mod_admin_telnet: Require util.pposix (fixes #471)
|
Matthew Wild |
2015-02-20 |
statsmanager: Perform an initial collection right after startup is completed
|
Kim Alvefur |
2015-02-22 |
Merge 0.9->0.10
|
Kim Alvefur |
2015-02-21 |
util.datamanager: Check that the global 'prosody' exists before using it (fixes nil indexing in use outside of prosody)
|
Kim Alvefur |
2015-02-20 |
configure, Makefile: Add --libdir option to ./configure, allowing you to override the $PREFIX/lib/ default. Fixes #470.
|
Matthew Wild |
2015-02-20 |
Merge
|
Matthew Wild |
2015-02-23 |
Merge 0.10->trunk
|
Matthew Wild |
2015-01-31 |
Merge 0.10->trunk
|
Kim Alvefur |
2015-02-08 |
certmanager: Fix compat for MattJs old LuaSec fork
|
Kim Alvefur |
2015-02-05 |
certmanager: Fix previous commit
|
Kim Alvefur |
2015-02-05 |
certmanager: Limit certificate chain depth to 9
|
Kim Alvefur |
2015-02-05 |
certmanager: Options that appear to be available since LuaSec 0.2
|
Kim Alvefur |
2015-02-05 |
certmanager: Improve "detection" of features that depend on LuaSec version
|
Kim Alvefur |
2015-02-05 |
certmanager: Add locals for ssl.context and ssl.x509
|
Kim Alvefur |
2015-02-05 |
certmanager: Early return from the entire module if LuaSec is unavailable
|
Kim Alvefur |
2015-02-05 |
Merge with 0.10
|
Matthew Wild |
2015-01-31 |
util.statistics: Return 0 as percentile if data out of range
|
Matthew Wild |
2015-01-30 |
sessionmanager: Add pre-resource-bind event that would let plugins have a say in resource binding
|
Kim Alvefur |
2015-01-30 |
Merge 0.10->trunk
|
Kim Alvefur |
2015-01-26 |
Merge 0.9->0.10
|
Kim Alvefur |
2015-01-26 |
stanza_router: Fix routing of 'error' IQs with multiple childs (thanks Pawel)
|
Kim Alvefur |
2015-01-06 |
Merge 0.10->trunk
|
Matthew Wild |
2015-01-21 |
moduleapi: Module API for statsmanager
|
Matthew Wild |
2015-01-21 |
statsmanager, util.statistics: API changes, remove debugging
|
Matthew Wild |
2015-01-21 |
statsmanager, prosody: New core module and API for gathering statistics about the running server
|
Matthew Wild |
2015-01-20 |
util.statistics: New library for gathering various kinds of statistics
|
Matthew Wild |
2015-01-20 |
storagemanager: Remove unused import of error()
|
Matthew Wild |
2015-01-20 |
sessionmanager: Access bare_session and full_sessions through 'prosody'
|
Matthew Wild |
2015-01-20 |
rostermanager: Access bare_sessions through prosody.bare_sessions
|
Matthew Wild |
2015-01-20 |
portmanager: Remove unused import of pairs()
|
Matthew Wild |
2015-01-20 |
hostmanager: Remove unused import of util.uuid
|
Matthew Wild |
2015-01-20 |
certmanager: Make global variable access explicit
|
Matthew Wild |
2015-01-20 |
mod_carbons: Import XEP-0280 implementation from prosody-modules (sans compat with older versions of the protocol)
|
Kim Alvefur |
2015-01-16 |
util.hex: Pedantic optimization, 1 table lookup per byte instead of 3 function calls makes it go faster
|
Kim Alvefur |
2015-01-12 |
mod_pep: Fire an event when an item is published
|
Kim Alvefur |
2014-12-20 |
net.server_select: Remove unused code
|
daurnimator |
2015-01-19 |
net.server_select: Remove socket.sleep call from main loop
|
daurnimator |
2015-01-19 |
net.server_select: Remove do-nothing os_difftime calls
|
daurnimator |
2015-01-19 |
net.server_select: In add_task timer callback, use passed in time rather than re-fetching
|
daurnimator |
2015-01-15 |
net.server_select: Fix timers not being fired until another timer fixes (or 1 second passes)
|
daurnimator |
2015-01-15 |
net.cqueues: Fix incorrect version check
|
daurnimator |
2015-01-16 |
net.cqueues: Fixes hardcoded timeout for first iteration
|
daurnimator |
2015-01-13 |
net.cqueues: Add workaround for luaevent callback getting collected
|
daurnimator |
2015-01-07 |
mod_muc: Add muc-add-history event to allow modules to override default history storage
|
Matthew Wild |
2015-01-06 |
Merge 0.10 -> trunk
|
Waqas Hussain |
2014-12-16 |
mod_admin_telnet: Use the session-specific print function
|
Kim Alvefur |
2014-12-13 |
mod_storage_sql2, util.sql: Set character encoding on every connect
|
Kim Alvefur |
2014-12-11 |
mod_blocklist: Fix import
|
Kim Alvefur |
2014-12-09 |
mod_http: Log name and base URL of HTTP apps
|
Kim Alvefur |
2014-12-08 |
net.http.server: Log names of the events fired
|
Kim Alvefur |
2014-12-08 |
mod_bosh: Use util.async
|
Kim Alvefur |
2014-12-07 |
Merge 0.10->trunk
|
Kim Alvefur |
2014-11-22 |
certmanager, mod_tls: Return final ssl config as third return value (fix for c6caaa440e74, portmanager assumes non-falsy second return value is an error) (thanks deoren)
|
Kim Alvefur |
2014-11-22 |