Software /
code /
prosody
Graph
-
mod_csi_simple: Also flush buffer in "pump" mode2019-03-24, by Kim Alvefur
-
mod_csi_simple: Trigger buffer flush on seeing incoming data2019-03-24, by Kim Alvefur
-
mod_csi_simple: Count buffered items and flush when it reaches configured limit2019-03-24, by Kim Alvefur
-
mod_csi_simple: Break out stanza timestamping into a function for future reuse2019-03-24, by Kim Alvefur
-
mod_c2s: Fire an event when outgoing buffers have been emptied2019-03-24, by Kim Alvefur
-
mod_csi_simple: Use write locks in net.server if available2018-11-24, by Kim Alvefur
-
sessionmanager: Split byte-level sending into separate session.rawsend2019-03-24, by Kim Alvefur
-
util.x509: Add function that extracts usable names from a certificate2019-01-04, by Kim Alvefur
-
mod_storage_memory: Fix copypaste mistake2019-03-23, by Kim Alvefur
-
mod_storage_memory: Implement archive summary API2019-03-23, by Kim Alvefur
-
mod_storage_sql: Implement archive summary API2019-02-25, by Kim Alvefur
-
mod_storage_internal: Implement a summary API returning message counts per contact2019-02-25, by Kim Alvefur
-
util.queue: Update :items() to consistently use private data directly2019-03-23, by Matthew Wild
-
util.queue: Add 'consume()' convenience iterator2019-03-23, by Matthew Wild
-
doc/coding_style: The codebase uses semicolons2019-03-23, by Kim Alvefur
-
doc/coding_style: Trim trailing whitespace2019-03-23, by Kim Alvefur
-
doc/coding_style: remove superfulous bracket in example2019-03-23, by Maxime “pep” Buquet
-
net/server_event: fix typo in comment2019-03-23, by Maxime “pep” Buquet
-
mod_storage_sql: No archive item limit by default2019-03-22, by Kim Alvefur
-
mod_storage_internal: Include store name when reporting quota status2019-03-22, by Kim Alvefur
-
mod_mam: On quota hit, separately delete by time and by item count2019-03-22, by Kim Alvefur
-
mod_storage_sql: Return cached count if only this is queried for2019-03-22, by Kim Alvefur
-
mod_storage_sql: Cache total count if it's calculated as part of the current query2019-03-22, by Kim Alvefur
-
mod_storage_sql: Skip cache write2019-03-22, by Kim Alvefur
-
mod_storage_sql: Fix to use currently queried store2019-03-22, by Kim Alvefur
-
mod_storage_sql: Don't increment counter twice (fixes accounting error)2019-03-22, by Kim Alvefur
-
mod_storage_internal: Increase default quota to 10 0002019-03-22, by Kim Alvefur
-
mod_storage_memory: Add support for archive item limits2019-03-20, by Kim Alvefur
-
mod_mam: Trim archive when quota has been exceeded2017-11-07, by Kim Alvefur
-
mod_storage_internal,_sql: Key item count cache on both username and store2019-03-22, by Kim Alvefur
-
mod_storage_internal,_sql: Expose archive capabilities feature set2019-03-22, by Kim Alvefur
-
mod_storage_internal,_sql: Add limit to number of items in an archive store (fixes #733)2017-10-20, by Matthew Wild
-
Merge 0.11->trunk2019-03-22, by Kim Alvefur
-
mod_mam: Perform message expiry based on building an index by date (backport of 39ee70fbb009 from trunk) 0.112019-03-22, by Kim Alvefur
-
util.startup: Don't die if there are no config warnings to log (thanks buildbot)2019-03-20, by Matthew Wild
-
util.startup: Log configuration warnings at startup2019-03-20, by Matthew Wild
-
configmanager: Pass through warnings from included files2019-03-20, by Matthew Wild
-
configmanager: Emit warning for duplicated config options2019-03-20, by Matthew Wild
-
configmanager: Add support for returning warnings2019-03-20, by Matthew Wild
-
util.startup: Give function a more generic name so it can apply to all warnings2019-03-20, by Matthew Wild
-
mod_muc_mam: Set error status if loaded on incorrect host type2019-03-19, by Matthew Wild
-
mod_s2s: Set warning status if not listening on any ports2019-03-19, by Matthew Wild
-
mod_component: Set module status to indicate whether component is connected2019-03-19, by Matthew Wild
-
.luacheckrc: Update to reflect new module API methods2019-03-19, by Matthew Wild
-
mod_admin_telnet: Show module status in module:list()2019-03-19, by Matthew Wild
-
modulemanager: Set module status on successful or failed module load2019-03-19, by Matthew Wild
-
moduleapi: New API for modules to set a status2019-03-19, by Matthew Wild
-
util.serialization: Use util.hex2019-03-17, by Kim Alvefur
-
util.serialization: Allow overriding table iterator2019-03-17, by Kim Alvefur
-
util.serialization: Optimize handling of last table separator2019-03-17, by Kim Alvefur
-
MUC: Update error message for consistency2019-03-18, by Matthew Wild
-
configure: Enable more compiler warnings2019-03-16, by Kim Alvefur
-
configure: Separate flags related to compiler warnings2019-03-16, by Kim Alvefur
-
Actually remove coding_style.txt2019-03-14, by Matthew Wild
-
doc/coding_style.{txt,md}: Update coding style guide2019-03-14, by Matthew Wild
-
Merge 0.11->trunk2019-03-14, by Matthew Wild
-
net.server_epoll: Optimize timer handling2019-03-12, by Kim Alvefur
-
mod_tls: Restore querying for certificates on s2s2019-03-11, by Kim Alvefur
-
net.server: Only add alternate SNI contexts if at least one is provided2019-03-11, by Kim Alvefur
-
core.certmanager: Do not ask for client certificates by default2019-03-10, by Kim Alvefur
-
net.server_select: SNI support (#409)2019-03-10, by Kim Alvefur
-
net.server_event: Add SNI support (#409)2019-03-10, by Kim Alvefur
-
core.portmanager: Collect per-host certificates for SNI2018-09-13, by Kim Alvefur
-
core.portmanager: Record TLS config for each port2018-10-10, by Kim Alvefur
-
net.server_epoll: Add support for SNI (#409)2019-03-10, by Kim Alvefur
-
doc/net.server: Document the new server.listen() API2019-03-10, by Kim Alvefur
-
Merge 0.11->trunk2019-03-04, by Kim Alvefur
-
mod_muc_mam: Validate that the FORM_TYPE of a query is as expected2019-03-04, by Kim Alvefur
-
mod_muc_mam: Add comment about the tricks done with the 'with' field 0.112019-03-04, by Kim Alvefur
-
util.pubsub: Validate node configuration on node creation (fixes #1328) 0.112019-03-03, by Kim Alvefur
-
Merge 0.11->trunk2019-03-02, by Kim Alvefur
-
core.portmanager: Reduce scope of variable2018-10-10, by Kim Alvefur
-
core.portmanager: Use server.listen API2018-09-13, by Kim Alvefur
-
net.server: New API for creating server listeners2018-09-13, by Kim Alvefur
-
Merge 0.11->trunk2019-02-27, by Kim Alvefur
-
mod_storage_memory: Replace query function with one based on storage_internal (fixes #1322) 0.112019-02-27, by Kim Alvefur
-
MUC: Fire an event to allow affecting decision of whether to allow a role change2019-02-24, by Kim Alvefur
-
MUC: Factor out role change permission check into its own method2019-02-24, by Kim Alvefur
-
Merge 0.11->trunk2019-02-22, by Kim Alvefur
-
prosodyctl: about: Report the current operating system according to uname2018-12-08, by Kim Alvefur
-
net.server_epoll: Increase send_timeout to 3 minutes (to match server_event)2019-02-09, by Kim Alvefur
-
net.server_epoll: Separate timeout for initial connection attempts2019-02-09, by Kim Alvefur
-
Merge 0.11->trunk2019-02-09, by Kim Alvefur
-
net.server_epoll: Rename handshake_timeout to ssl_handshake_timeout (fixes #1319) 0.112019-02-09, by Kim Alvefur
-
net.server_epoll: Use send_timeout for write timout like other implementations (fixes #1316) 0.112019-02-07, by Kim Alvefur
-
Merge 0.11->trunk2019-02-04, by Matthew Wild
-
Merge 0.11->trunk2019-01-28, by Kim Alvefur
-
util.pubsub: Add support for requesting multiple specific items (needed for #1305) 0.112019-01-28, by Kim Alvefur
-
Merge 0.11->trunk2019-01-26, by Kim Alvefur
-
GNUmakefile: Stop Prosody in case of failure in integration-test2019-01-24, by Kim Alvefur
-
Merge 0.11->trunk2019-01-22, by Kim Alvefur
-
mod_websocket: Log an error if cross_domain_websocket = true is set in a VirtualHost section 0.112019-01-22, by Kim Alvefur
-
core.statsmanager: Do a final collection on shutdown2019-01-22, by Kim Alvefur
-
TODO: Remove statistics since this was done in 0.102019-01-21, by Kim Alvefur
-
mod_mam: Fix operator precedence (thanks mimi89999)2019-01-20, by Kim Alvefur
-
Merge 0.11->trunk2019-01-19, by Kim Alvefur
-
mod_websocket: Include the value of cross_domain_websocket in debug message 0.112019-01-18, by Kim Alvefur
-
mod_bosh, mod_websocket: Remove accidentally included dependency on non-existant module2019-01-19, by Kim Alvefur
-
prosodyctl: Fix module.command invocation (thanks woffs)2019-01-18, by Kim Alvefur
-
mod_http: Determine CORS methods to whitelist from actual methods used2019-01-17, by Kim Alvefur
-
mod_http: Set up to handle OPTIONS2019-01-18, by Kim Alvefur
-
mod_websocket: Drop CORS code in favor of that in mod_http2018-10-04, by Kim Alvefur
Scroll all the way down to load more.