Software /
code /
prosody
Graph
-
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
Scroll all the way down to load more.