Software /
code /
prosody
Graph
-
Fix various spelling mistakes [codespell]2019-05-03, by Kim Alvefur
-
Merge 0.11->trunk2019-05-03, by Kim Alvefur
-
mod_admin_telnet: include BOSH connections in c2s:count (#998)2019-05-03, by Arc Riley
-
mod_admin_telnet: added "(bosh)" and "(websocket)" connection flags (#998)2019-05-03, by Arc Riley
-
mod_admin_telnet: include BOSH connections in c2s session commands (#998)2019-05-02, by Arc Riley
-
mod_mimicking: Improve error handling2019-04-29, by Kim Alvefur
-
mod_mimicking: Use more intuitive term "mimicry index" for skeletons2019-04-29, by Kim Alvefur
-
mod_mimicking: Update command to work with current code2019-04-29, by Kim Alvefur
-
mod_mimicking: Use new storage API2019-04-29, by Kim Alvefur
-
mod_mimicking: Hook the correct event names2019-04-29, by Kim Alvefur
-
mod_mimicking: Import skeleton() from current location2019-04-29, by Kim Alvefur
-
mod_mimicking: Prevents registration of confusable usernames (by Florob) (fixes #1347)2012-08-06, by Kim Alvefur
-
util.encodings: Add compat with ICU before version 582019-04-29, by Kim Alvefur
-
CHANGES: Remove MAM change that got rebased to 0.112019-04-29, by Kim Alvefur
-
CHANGES: New in trunk so far2019-04-29, by Kim Alvefur
-
util.encodings: Add binding to confusables skeleton function in ICU2019-04-24, by Kim Alvefur
-
Merge 0.11->trunk2019-04-24, by Kim Alvefur
-
mod_admin_telnet: Adds c2s:closeall() (Fixes #1315)2019-04-17, by João Duarte
-
util.encodings: Allow unassigned code points in ICU mode to match libidn behavior (fixes #1348) 0.112019-04-24, by Kim Alvefur
-
core.portmanager: Log debug message for each kind of TLS context created 0.112019-04-23, by Kim Alvefur
-
Backed out changeset 61bc5c52c9412019-04-20, by Kim Alvefur
-
util.hashes: Allow specifying output key length2019-04-20, by Kim Alvefur
-
util.hashes: Add PBKDF2-HMAC-SHA2562019-01-13, by Kim Alvefur
-
util.hashes: Rename PBKDF2 function2019-01-13, by Kim Alvefur
-
util.hashes: Remove now unused hmac() function2019-04-19, by Kim Alvefur
-
util.hashes: Use PBKDF2 from libcrypto2019-01-13, by Kim Alvefur
-
util.hashes: Add test vectors from RFC 6070 for PBKDF2 (aka SCRAM Hi())2019-04-19, by Kim Alvefur
-
Merge 0.11->trunk2019-04-19, by Kim Alvefur
-
util.hmac: Ignore long hex lines in tests2019-04-19, by Kim Alvefur
-
util.hmac: Generate test cases from RFC 42312019-04-10, by Kim Alvefur
-
util.hmac: Expose hmac-sha-512 too2019-04-19, by Kim Alvefur
-
util.hmac: Reflow code2019-04-19, by Kim Alvefur
-
util.hashes: Remove redundant semicolon2019-04-19, by Kim Alvefur
-
Merge 0.11->trunk2019-04-14, by Kim Alvefur
-
util.poll: Minimize scope of methods2019-04-13, by Kim Alvefur
-
Merge 0.11->trunk2019-04-13, by Kim Alvefur
-
mod_http_files: Try to determine which module using serve() needs updating2019-04-05, by Kim Alvefur
-
mod_http_files: Use net.http.files2019-04-05, by Kim Alvefur
-
net.http.files: Make into standalone library2019-04-05, by Kim Alvefur
-
net.http.files: Copy of mod_http_files2019-04-05, by Kim Alvefur
-
util.session: Fix session id not include unauthed forever2019-04-03, by Kim Alvefur
-
CONTRIBUTING: Add a short file referencing the online doc/contributing page2019-04-02, by Kim Alvefur
-
README: Add link to current issue tracker2019-04-02, by Kim Alvefur
-
README: Remove mailing list where issue tracker changes went in the Google Code days2019-04-02, by Kim Alvefur
-
mod_limits: Fix typo2019-04-02, by Kim Alvefur
-
mod_limits: Allow configuring a list of unrestricted JIDs (fixes #1323)2019-04-02, by Kim Alvefur
-
mod_limits: Fix indentation2019-04-02, by Kim Alvefur
-
.luacheckrc: Correct indentation of 'exclude_files' list2019-04-01, by Kim Alvefur
-
doc/coding_style: apply consistent semi-colon usage2019-03-30, by marc0s
-
core.s2smanager: Fix previous commit (Thanks Martin)2019-03-30, by Kim Alvefur
-
core.sessionmanager: Use util.session to create sessions2019-03-29, by Kim Alvefur
-
core.s2smanager: Use util.session to create sessions2019-03-29, by Kim Alvefur
-
core.s2smanager: Spread out session tables over multiple lines2019-03-29, by Kim Alvefur
-
core.s2smanager: Rename variable to be same in two functions2019-03-29, by Kim Alvefur
-
Merge 0.11->trunk2019-03-28, by Kim Alvefur
-
net.server_epoll: Skip delayed continuation read on paused connections 0.112019-03-28, by Kim Alvefur
-
net.server_epoll: Handle LuaSec wantread/wantwrite conditions before callbacks (fixes #1333) 0.112019-03-28, by Kim Alvefur
-
moduleapi: Log suppressed status priority and message when not overriding2019-03-26, by Matthew Wild
-
moduleapi: Remove overly-verbose debug logging on module status change2019-03-26, by Matthew Wild
-
mod_posix: Remove unnecessary import of util.format (thanks luacheck and buildbot)2019-03-26, by Matthew Wild
-
loggingmanager, mod_posix: Move syslog to core, fixes #541 (in a way)2019-03-26, by Matthew Wild
-
util.queue: Update :items() to consistently use private data directly2019-03-26, by Matthew Wild
-
Backed out changeset 3eea63a68e0f2019-03-26, by Matthew Wild
-
util.stanza: Fix :top_tag() handling of namespaced attributes2019-03-25, by Matthew Wild
-
mod_csi_simple: Include queue size in debug messages2019-03-25, by Kim Alvefur
-
mod_csi_simple: Fix type in function name2019-03-25, by Matthew Wild
-
mod_csi_simple: Improve debug logs by mentioing why the buffer gets flushed2019-03-24, by Kim Alvefur
-
mod_csi_simple: Add some debug logging2019-03-24, by Kim Alvefur
-
mod_csi_simple: Disable optimizations on unload and re-enable on load2019-03-24, by Kim Alvefur
-
mod_csi_simple: Separate out functions to enable/disable optimizations2019-03-24, by Kim Alvefur
-
mod_csi_simple: Remove old "pump" queue/buffer method, handled in net.server now2019-03-24, by Kim Alvefur
-
net.server_select: Fix write pause/resume functions2019-03-24, by Kim Alvefur
-
net.server_event: Allow writing into buffer of write-locked connections2019-03-24, by Kim Alvefur
-
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
Scroll all the way down to load more.