Software /
code /
prosody
Graph
-
Merge 0.9->0.102014-10-26, by Kim Alvefur
-
Tagging 0.9.72014-10-24, by Matthew Wild
-
prosodyctl: Fix nil global access traceback in `prosodyctl about` (luarocks 2.2.0 no longer uses module())2014-10-19, by Waqas Hussain
-
Tagging 0.9.62014-10-14, by Matthew Wild
-
mod_blocklist: Don't send unavailable presence from unavailable sessions when blocking a contact2014-10-26, by Kim Alvefur
-
mod_blocklist: Only log message about migrating from mod_privacy when there is data to migrate2014-10-25, by Kim Alvefur
-
mod_saslauth: Better name for config option2014-10-21, by Kim Alvefur
-
mod_saslauth: Make it possible to disable certain mechanisms2014-10-21, by Kim Alvefur
-
mod_saslauth: Use a configurable set of mechanisms to not allow over unencrypted connections2014-10-21, by Kim Alvefur
-
mod_saslauth: Log warning if no SASL mechanisms were offered2014-10-21, by Kim Alvefur
-
mod_saslauth: Use type-specific config option getters2014-10-21, by Kim Alvefur
-
prosodyctl: Add 'require_encryption' to list of deprecated options pointed out by the check command2014-10-21, by Kim Alvefur
-
net/server: Handle lack of util.signal correctly2014-10-22, by daurnimator
-
net/server: Remove print2014-10-22, by daurnimator
-
Move timer code out of util.timer and into relevant net.server backends2014-10-20, by daurnimator
-
net/server: Split up different backends in a nicer way. Add global config option 'server'2014-10-17, by daurnimator
-
plugins/muc/mod_muc: Add 'local_only' flag to mod_muc, so rooms don't get restored on shutdown2014-10-17, by daurnimator
-
plugins/muc/muc.lib: Add :each_affiliation() iterator2014-10-15, by daurnimator
-
plugins/muc/members_only: Kick non-members when members-only is turned on2014-10-15, by daurnimator
-
plugins/muc/muc.lib: Kick users from outcast hosts2014-10-15, by daurnimator
-
plugins/muc/muc.lib: Fix passing actor along as a boolean (thanks fippo)2014-10-15, by daurnimator
-
Merge 0.10->trunk2014-10-14, by Matthew Wild
-
Merge 0.9->0.102014-10-14, by Matthew Wild
-
mod_pubsub: Fix error type of 'forbidden' (change from 'cancel' to 'auth')2014-10-14, by Matthew Wild
-
mod_s2s: Capitalize log message2014-10-09, by Kim Alvefur
-
prosody: Make getfenv() replacement for require() sandboxing local to avoid polluting the globals table2014-10-13, by Kim Alvefur
-
Merge 0.10->trunk2014-10-08, by Waqas Hussain
-
Merge 0.9->0.102014-10-08, by Waqas Hussain
-
util/dataforms: Make sure we iterate over field tags2014-10-07, by daurnimator
-
Merge 0.10->trunk2014-10-05, by Kim Alvefur
-
Merge 0.9->0.102014-10-05, by Kim Alvefur
-
net.dns: Avoid duplicate cache entries2014-10-05, by Florian Zeitz
-
mod_admin_adhoc: Add required to field in user deletion form too2014-09-29, by Kim Alvefur
-
mod_admin_adhoc: Mark 'accountjids' field as required in 'end user sessions' command (thanks Lloyd)2014-09-29, by Kim Alvefur
-
mod_blocklist: Capitalize log message2014-10-05, by Kim Alvefur
-
net.server_select: Reset read timeout timer if the event is handled2014-10-03, by Kim Alvefur
-
mod_admin_web: Add "List S2S connections" command2014-09-28, by Florian Zeitz
-
mod_admin_adhoc: Show IP in detailed version of online user listing2014-09-28, by Florian Zeitz
-
Merge 0.10->trunk2014-09-29, by daurnimator
-
net.websocket: Make data masking configurable2014-09-26, by Florian Zeitz
-
plugins/muc/muc.lib: Fire muc-occupant-left from other places an occupant may leave the room2014-09-26, by daurnimator
-
plugins/muc/muc.lib: Validate affiliations and roles to admin query get2014-09-26, by daurnimator
-
plugins/muc/muc.lib: Add missing :up()2014-09-26, by daurnimator
-
plugins/muc/muc.lib: Use occupants iterator instead of assuming pairs2014-09-26, by daurnimator
-
Merge 0.10->trunk2014-09-28, by Kim Alvefur
-
mod_pep_plus: Remove config form, it moved into pubsub.lib2014-09-28, by Kim Alvefur
-
pubsub.lib: Fix variable renaming issue2014-09-28, by Kim Alvefur
-
mod_pubsub: Fix retreival of node config defaults2014-09-28, by Kim Alvefur
-
mod_pubsub: Move node config form into pubsub.lib (Thanks Florob)2014-09-28, by Kim Alvefur
-
pubsub.lib: Fix actor in configure2014-09-28, by Kim Alvefur
-
mod_pep_plus: Default to max one item per node (Recomended for PEP)2014-09-28, by Kim Alvefur
-
mod_pep_plus: Add node config form2014-09-28, by Kim Alvefur
-
Merge 0.10->trunk2014-09-27, by Kim Alvefur
-
mod_pubsub: Add support for requesting default node configuration2014-09-27, by Kim Alvefur
-
mod_pubsub: Add max items to node config form2014-09-27, by Kim Alvefur
-
util.pubsub: Add support for limiting the number of item in a node (default to 20)2014-09-27, by Kim Alvefur
-
mod_pubsub: Add support for node configuration2014-09-27, by Kim Alvefur
-
util.pubsub: Add support for node configuration2014-09-27, by Kim Alvefur
-
util.pubsub: One less table allocated per pubsub object created2014-09-27, by Kim Alvefur
-
util.pubsub: Use local2014-09-27, by Kim Alvefur
-
mod_pubsub: Transplant pieces of cdcfd93e2f43 from trunk2014-09-27, by Kim Alvefur
-
mod_pep_plus: Add pubsub service objects to an item list2014-09-27, by Kim Alvefur
-
muc: Add 'occupant' to muc-occupant-{joined,left,session-new} events (thanks daurnimator/fippo)2014-09-26, by Matthew Wild
-
plugins/muc: Add muc-occupant-groupchat event2014-09-25, by daurnimator
-
Merge 0.10->trunk2014-09-23, by Kim Alvefur
-
mod_saslauth: Fix encoding of missing vs empty SASL reply messages2014-09-23, by Kim Alvefur
-
mod_s2s: Close s2s connections that can not proceed due to mod_dialback not being present2014-09-23, by Kim Alvefur
-
mod_saslauth: Stricter SASL EXTERNAL handling more in line with XEP-01782014-09-23, by Kim Alvefur
-
mod_dialback, mod_saslauth: Remove broken fallback to dialback on SASL EXTERNAL failure2014-09-23, by Kim Alvefur
-
Merge 0.10->trunk2014-09-22, by Kim Alvefur
-
core.module{manager,api}: Fix for 010b141e91ed (Thanks v1ct0r)2014-09-22, by Kim Alvefur
-
util.random: Ensure at least 4 bytes of previous random state is used when generating new randomness2014-09-18, by Kim Alvefur
-
util.random: Switch to SHA5122014-09-18, by Kim Alvefur
-
plugins/muc/muc.lib: Fix iq results coming from the real jid, not the in-room jid (thanks Lance)2014-09-16, by daurnimator
-
Merge 0.10->trunk2014-09-18, by Kim Alvefur
-
util.array: Add type() local2014-09-17, by Kim Alvefur
-
prosody: Fix getfenv replacement for Lua 5.22014-09-17, by Kim Alvefur
-
core.modulemanager, core.moduleapi: Hack around dependency loop2014-09-17, by Kim Alvefur
-
core.moduleapi: Use require instead of global to get storagemanager in module:open_store()2014-09-17, by Kim Alvefur
-
util-src/*.c: Add macro for compiling with Lua 5.22014-09-17, by Kim Alvefur
-
util-src/*.c: Use the more concise lua_setfield2014-09-17, by Kim Alvefur
-
util-src/*.c: Don't create globals when loaded2014-09-16, by Kim Alvefur
-
plugins/muc/muc.lib: Allow plugins to reject broadcasts in the muc-broadcast-message event.2014-09-16, by daurnimator
-
plugins/mod_muc_unique: Fix undefined global access (thanks Lance)2014-09-16, by Waqas Hussain
-
Merge 0.10->trunk2014-09-10, by Kim Alvefur
-
net.websocket: Fix handling of 'protocol' argument2014-09-10, by Kim Alvefur
-
Makefile: Add net/websocket to install target2014-09-10, by Kim Alvefur
-
prosodyctl: Use sha256 for certificate requests and self-signed certificates2014-09-10, by Kim Alvefur
-
core.stanza_router, mod_s2s: Move handling of S2S features to mod_s2s from stanza_router2014-09-09, by Kim Alvefur
-
Merge 0.9->0.102014-09-09, by Kim Alvefur
-
core.stanza_router: Stricter validation of stanzas2014-09-09, by Kim Alvefur
-
util.vcard: Turn PHOTO fields into data-uris2014-09-10, by Kim Alvefur
-
Merge 0.10->trunk2014-09-05, by Matthew Wild
-
Merge with Florob2014-09-05, by Matthew Wild
-
mod_websocket: Initial commit (based on the prosody-modules version)2014-09-05, by Florian Zeitz
-
Check Sec-WebSocket-Protocol header2014-09-05, by Florian Zeitz
-
net/websocket: Add new websocket client code2014-09-03, by daurnimator
-
plugins/muc: Add affiliation_notify config option to send out status code 1012014-09-05, by daurnimator
-
plugins/muc/muc.lib: Add muc-set-affiliation event2014-09-05, by daurnimator
-
plugins/muc/muc.lib: Use get_affilation() inside of set_affiliation(), so that the override in mod_muc works2014-09-05, by daurnimator
-
plugins/muc/muc.lib: Add instant room support2014-09-05, by daurnimator
-
Merge 0.10->trunk2014-09-05, by Matthew Wild
-
net/websocket: Add new websocket client code2014-09-03, by daurnimator
-
Merge 0.10->trunk2014-09-03, by Matthew Wild
-
Merge 0.9->0.102014-09-03, by Matthew Wild
-
net.http.parser: Support status code 101 and allow handling of the received data by someone else2014-09-03, by Matthew Wild
-
Merge 0.10->trunk2014-09-03, by Kim Alvefur
-
util.hex: Use locals!2014-09-02, by Kim Alvefur
-
Merge 0.10->trunk2014-09-02, by Kim Alvefur
-
Merge 0.9->0.102014-09-02, by Kim Alvefur
-
net.server_select: 'listener'->'listeners' (fixes undefined global access)2014-09-02, by Matthew Wild
-
util.uuid: Use util.hex and util.random2014-09-02, by Matthew Wild
-
util.random: Generic util lib for generating strings of random bytes2014-09-02, by Matthew Wild
-
util.hex: Small util lib for converting to/from hex strings2014-09-02, by Matthew Wild
-
mod_dialback: Move d-w-d after to/from validation2014-09-01, by Kim Alvefur
-
mod_s2s_auth_certs: Warn about lack of certificate (Mostly jabberd14 not sending a client certificate)2014-08-29, by Kim Alvefur
-
mod_muc: Fix 'destroy rooms' adhoc command (Thanks Florob)2014-08-31, by Kim Alvefur
-
Merge 0.10->trunk2014-08-28, by Matthew Wild
-
Merge 0.9->0.102014-08-28, by Matthew Wild
-
Tagging 0.9.52014-08-28, by Matthew Wild
-
Merge 0.10->trunk2014-08-28, by Matthew Wild
-
Merge 0.9->0.102014-08-28, by Matthew Wild
-
util.filters: Ignore filters being added twice (fixes issues on removal) 0.9.52014-08-28, by Matthew Wild
-
mod_privacy: Fix to correctly sort privacy list rules by order (thanks Flow)2014-08-28, by Matthew Wild
-
mod_c2s, mod_s2s: Log received invalid stream headers2014-08-23, by Matthew Wild
-
util.xmppstream: When error is 'no-stream', pass the received tagname to the error handler2014-08-23, by Matthew Wild
-
mod_s2s: Reset stream ID when resetting stream [compliance]2014-08-27, by Kim Alvefur
-
net.http.server: Comment out a log message2014-08-27, by Kim Alvefur
-
mod_compression: Handle compression setup errors by logging a warning about it (fixes #408)2014-08-26, by Kim Alvefur
-
mod_posix: Make sure that 'pidfile' is a string2014-08-26, by Kim Alvefur
-
prosodyctl: Verify that 'pidfile' is a string, show friendly error otherwise2014-08-26, by Kim Alvefur
-
util.xmppstream: Don't include empty stream ID in stream header (got here from mod_c2s)2014-08-27, by Kim Alvefur
-
Merge 0.10->trunk2014-08-13, by Kim Alvefur
-
mod_private: Fix traceback due to missing table index2014-08-13, by Kim Alvefur
-
mod_blocklist: Use full word as variable name, we can afford that2014-08-12, by Kim Alvefur
-
mod_blocklist: Correct comment2014-08-12, by Kim Alvefur
-
mod_blocklist: Fix any unblock emptying the blocklist2014-08-12, by Kim Alvefur
-
mod_storage_sql2: DELETE then INSERT in map stores2014-08-12, by Kim Alvefur
-
mod_muc: Fix tracebacks (thanks nick1)2014-08-11, by Kim Alvefur
-
Merge 0.10->trunk2014-08-10, by Kim Alvefur
-
mod_privacy: Remove, leave a log message about being replaced by mod_blocklist and load that instead2014-08-10, by Kim Alvefur
-
prosody.cfg.lua.dist: Replace mod_privacy with mod_blocklist in the default config2014-08-10, by Kim Alvefur
-
mod_blocklist: XEP-0191 implementation written for speed and independence from mod_privacy2014-08-10, by Kim Alvefur
-
mod_private: Use map store2014-08-09, by Kim Alvefur
-
Merge 0.10->trunk2014-08-09, by Kim Alvefur
-
mod_private: Cleanup and more tailcalls2014-08-09, by Kim Alvefur
-
util.jid: Optimize bare2014-08-07, by Kim Alvefur
-
util.jid: Use existing join function in jid.prep2014-08-07, by Kim Alvefur
-
util.jid: Return early in join on invalid jids2014-08-07, by Kim Alvefur
-
mod_s2s: Remove unused locals2014-07-25, by Kim Alvefur
-
storagemanager: Fix map store shim if store is empty2014-08-08, by Kim Alvefur
-
plugins/mod_storage_sql2: Return correct arguments from map_store operations2014-08-07, by daurnimator
-
plugins/muc/mod_muc: persistent rooms keyval store needs username as nil2014-08-07, by daurnimator
-
plugins/muc/mod_muc: Use map store for room persistence2014-08-07, by daurnimator
-
plugins/muc/mod_muc: Remove unused import2014-08-07, by daurnimator
-
plugins/mod_storage_sql2: Add map store support2014-08-07, by daurnimator
-
core/storagemanager: When map store isn't available, fallback to keyval store2014-08-07, by daurnimator
-
mod_muc: Import util.stanza into the config handler modules that need it. Fixes #432.2014-08-05, by Matthew Wild
-
mod_muc: Fix use of undefined global. Fixes #431.2014-08-05, by Matthew Wild
-
Merge 0.10->trunk2014-07-31, by Matthew Wild
-
Merge 0.9->0.102014-07-31, by Matthew Wild
-
prosodyctl: Remove nonsensical warning2014-07-31, by Matthew Wild
-
prosodyctl: Improve JID splitting and normalization for adduser/passwd/deluser2014-07-31, by Matthew Wild
-
configmanager: nameprep VirtualHost and Component names2014-07-31, by Matthew Wild
-
Merge 0.10->trunk2014-07-25, by Kim Alvefur
-
mod_s2s: Remove unused locals2014-07-25, by Kim Alvefur
-
mod_s2s_auth_certs: Pick a logging function once and stick with it2014-07-25, by Kim Alvefur
-
mod_s2s_auth_certs: Split PKIX based certificate checking from mod_s2s into new plugin2014-07-25, by Kim Alvefur
-
mod_muc/muc.lib: Remove is_anonymous from event (fix for ec57067c1e0d)2014-07-25, by Matthew Wild
-
Merge 0.10->trunk2014-07-25, by Matthew Wild
-
Merge 0.9->0.102014-07-25, by Matthew Wild
-
net.server_select/event: Switch sender mode to *a when reading, to make sure we get all available data2014-07-25, by Matthew Wild
-
Merge 0.10->trunk2014-07-25, by Matthew Wild
-
Merge 0.9->0.102014-07-25, by Matthew Wild
-
mod_admin_telnet: Fix dns:(add,set)nameservers()2014-07-25, by Kim Alvefur
-
net.dns: Remove unused obsolete code2014-07-25, by Matthew Wild
-
net.dns: Ensure all pending requests get notified of a timeout when looking up a record (fix for d122420542fb)2014-07-25, by Matthew Wild
-
util.vcard: Add support for uri types in vcard42014-07-09, by Kim Alvefur
-
Merge 0.10->trunk2014-07-09, by Kim Alvefur
-
mod_dialback: Respect dwd config option2014-07-09, by Kim Alvefur
-
mod_pep_plus: Only broadcast newly added subscriptions2014-07-08, by Kim Alvefur
-
Merge 0.10->trunk2014-07-04, by Kim Alvefur
-
mod_dialback.lua: Only check certificates on secure connections2014-07-04, by Kim Alvefur
-
mod_dialback: Short-circuit dialback auth if certificate is considered valid2014-07-04, by Kim Alvefur
-
mod_dialback: Keep the same dialback secret across module reloads2014-07-03, by Kim Alvefur
-
hostmanager, mod_dialback: Move generation of dialback secret out of core2014-05-22, by Kim Alvefur
-
Merge 0.9->0.102014-07-04, by Kim Alvefur
-
mod_register: get_child_text! (thanks Lloyd)2014-07-03, by Kim Alvefur
-
mod_tls: Simplify and use new ssl config merging in certmanager2014-07-03, by Kim Alvefur
-
core.portmanager: Simplify and take advantage of new ssl config merging in certmanager2014-07-03, by Kim Alvefur
-
core.certmanager: Make create_context() support an arbitrary number of option sets, merging all2014-07-03, by Kim Alvefur
-
core.certmanager: Use util.sslconfig2014-07-03, by Kim Alvefur
-
util.sslconfig: Add lib to deal with LuaSec SSL context configs2014-07-03, by Kim Alvefur
-
mod_presence: Move presence/initial event to correct place so it actually fires2014-07-03, by Kim Alvefur
-
Merge 0.10->trunk2014-06-30, by Kim Alvefur
-
Merge 0.9->0.102014-06-30, by Kim Alvefur
-
net.dns: Fix duplicated cache insertions by limiting outstanding queries per name to one2014-06-30, by Kim Alvefur
-
net.adns: Add missing local declaration2014-06-25, by Kim Alvefur
-
Merge 0.10->trunk2014-06-21, by Kim Alvefur
-
Merge 0.9->0.102014-06-21, by Kim Alvefur
-
mod_storage_{none,internal,sql}: Return error for unsupported (everything but keyval) store types2014-06-20, by Kim Alvefur
-
mod_storage_sql2: Don't ignore failure in keyval_store:get() (thanks daurnimator)2014-06-20, by Kim Alvefur
-
mod_presence: Fire a presence/initial event on initial presence2014-06-20, by Kim Alvefur
-
tools/ejabberd2prosody.lua: Fix JID building, node-less jids became @hostname in some cases2014-06-17, by Kim Alvefur
-
mod_c2s: Fix traceback if c2s stream sent to component2014-05-10, by Kim Alvefur
-
plugins/muc/muc: Fire broadcast presences event before creating full/anon presences2014-06-17, by daurnimator
-
plugins/muc: Fix use of incorrect event on occupant join2014-06-17, by daurnimator
-
plugins/muc/mod_muc: fix wrong event for persistence2014-06-11, by daurnimator
-
plugins/muc/muc.lib: Deliver declines to in-room jids correctly2014-06-11, by daurnimator
-
plugins/muc/muc.lib: Don't add invite/decline bodies if they already have one2014-06-06, by daurnimator
-
plugins/muc/muc.lib: Use original decline as template for medated decline2014-06-06, by daurnimator
-
plugins/muc: Move 'x' filtering from occupant to util2014-06-05, by daurnimator
-
mod_admin_telnet: Update muc:room(jid) and muc:list(host) to use the new MUC API2014-06-05, by Waqas Hussain
-
plugins/muc/muc.lib: Fix incorrect whois logic (thanks mva)2014-06-01, by daurnimator
-
plugins/muc/muc.lib: Fix whois check when broadcasting occupant presence2014-06-01, by Waqas Hussain
-
Merge with daurnimator2014-05-30, by Waqas Hussain
-
plugins/muc/muc.lib: Fire event for presence broadcast2014-05-29, by daurnimator
-
util.vcard: Add missing local declaration2014-05-28, by Kim Alvefur
-
mod_pep_plus: Expose get_pep_service()2014-05-28, by Kim Alvefur
-
util.vcard: Add support for converting to vcard42014-05-28, by Kim Alvefur
-
util.vcard: Library for parsing vCards2014-05-28, by Kim Alvefur
Scroll all the way down to load more.