Software /
code /
prosody
Graph
-
configure: Add _GNU_SOURCE flag to linux and debian presets to enable Linux fallocate()2012-07-28, by Kim Alvefur
-
portmanager: Remove unused import of 'pairs'2012-07-29, by Matthew Wild
-
util.datamanager: Use pposix.fallocate() to make sure appends succeed. Also add a fallback fallocate()2012-07-28, by Kim Alvefur
-
util.pposix: Add fallocate method, backed by either posix_fallocate() or Linux fallocate()2012-07-28, by Kim Alvefur
-
Merge with Zash2012-07-28, by Matthew Wild
-
usermanager: Add method for deleting a user2012-07-28, by Kim Alvefur
-
storagemanager: Add method for removing all data belonging to a user2012-07-28, by Kim Alvefur
-
mod_storage_sql: Add method for removing all data belonging to a user2012-07-28, by Kim Alvefur
-
mod_storage_internal: Add method for removing all data belonging to a user2012-07-28, by Kim Alvefur
-
util.datamanager: Add function for removing all data belonging to a user2012-07-28, by Kim Alvefur
-
storagemanager: Add method for listing stores2012-07-28, by Kim Alvefur
-
storagemanager: Split out driver choosing from the open() method2012-07-28, by Kim Alvefur
-
mod_storage_sql: Add method for listing stores2012-07-28, by Kim Alvefur
-
mod_storage_sql: Split out query handling logic from getsql() into a separate function2012-07-28, by Kim Alvefur
-
mod_storage_internal: Add method for listing stores2012-07-28, by Kim Alvefur
-
util.datamanager: Add function for listing stores2012-07-28, by Kim Alvefur
-
mod_bosh: Backout revision bc0a68cae236 (experimental bosh_auto_cork option) as I don't believe it works2012-07-28, by Matthew Wild
-
mod_admin_telnet: Import prosody.incoming_s2s2012-07-28, by Matthew Wild
-
mod_admin_telnet: Fix usage of incorrect variable2012-07-28, by Matthew Wild
-
mod_admin_telnet: Remove unused variable2012-07-28, by Matthew Wild
-
mod_admin_telnet: Import portmanager and s2smanager, as they are both used2012-07-28, by Matthew Wild
-
mod_admin_telnet: Fix broken indentation2012-07-28, by Matthew Wild
-
mod_admin_telnet: Use module:get_option() instead of configmanager directly2012-07-28, by Matthew Wild
-
Merge with Florob2012-07-28, by Matthew Wild
-
mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modules setting globals2012-06-09, by Florian Zeitz
-
prosody: Define a getfenv() replacement for Lua 5.22012-06-08, by Florian Zeitz
-
Eliminate direct setfenv usage2012-06-08, by Florian Zeitz
-
util.envload: New module to abstract Lua 5.1's setfenv and Lua 5.2's load2012-06-07, by Florian Zeitz
-
net.server_event: Replace usage of string.len() with # operator2012-07-26, by Matthew Wild
-
mod_muc: Remove unused variable and pull hosts into a local2012-07-26, by Kim Alvefur
-
mod_muc: Use module:send() instead of core_*_stanza()2012-07-26, by Kim Alvefur
-
stanza_router: Warn if the global core_*_stanza() functions are called2012-07-26, by Kim Alvefur
-
mod_admin_telnet: Add xmpp:ping(from, to), useful for initiating s2s connections2012-07-26, by Kim Alvefur
-
net.server_event: Don't emit empty packets, check for errors first. (fixes #287)2012-07-25, by Kim Alvefur
-
Merge with Zash2012-07-25, by Matthew Wild
-
mod_admin_telnet: Remove useless call to string.lower()2012-07-24, by Kim Alvefur
-
mod_admin_telnet: Add missing import of usermanager2012-07-24, by Kim Alvefur
-
mod_admin_telnet: Remove unused or duplicated locals2012-07-24, by Kim Alvefur
-
mod_pep: Allow configurable service discovery identity (Fix)2012-07-25, by IRON
-
Merge with IRON2012-07-25, by Matthew Wild
-
mod_pep: Allow configurable service discovery identity2012-07-25, by IRON
-
loggingmanager: Remove unused variables2012-07-24, by Matthew Wild
-
mod_muc: Fix a couple of cases of 'forbidden' stanza error being sent with type 'cancel' - fixes #3032012-07-24, by Matthew Wild
-
mod_bosh: Use new format for headers when checking for proxies to get the originating IP2012-07-23, by Kim Alvefur
-
mod_c2s, mod_s2s: Lower 'Disconnecting X' log messages from 'info' to 'debug'2012-07-23, by Matthew Wild
-
sessionmanager: Lower 'destroying session' message to 'debug' level (from 'info')2012-07-23, by Matthew Wild
-
s2smanager: Remove logging of (unknown) in a case where from_host and to_host should always be set2012-07-23, by Matthew Wild
-
certmanager: Remove unused import of setmetatable2012-07-23, by Matthew Wild
-
certmanager: Fix for traceback WITH LuaSec... (!) (thanks IRON)2012-07-23, by Matthew Wild
-
certmanager: Fix traceback for missing LuaSec (thanks Link Mauve)2012-07-23, by Matthew Wild
Scroll all the way down to load more.