Software /
code /
prosody
Graph
-
s2smanager: Include a stub thread on destroyed sessions (thanks Link Mauve)2016-06-09, by Kim Alvefur
-
mod_s2s: Add util.async support2016-05-30, by Kim Alvefur
-
Merge 0.10->trunk2016-05-30, by Kim Alvefur
-
mod_s2s: Remove compat with namespace issue from Prosody pre-0.6.22016-05-30, by Kim Alvefur
-
Merge 0.10->trunk2016-05-30, by Kim Alvefur
-
util.dataforms: Fix including default value for list-single when given as field.value[].default2016-05-29, by Kim Alvefur
-
prosodyctl: Fix typo (thanks av6)2016-05-28, by Kim Alvefur
-
Merge 0.10->trunk2016-05-28, by Kim Alvefur
-
MUC: Allow members (or above) in members-only non-anonymous rooms to see the member list (fixes #445)2016-05-28, by Kim Alvefur
-
util.dataforms: Allow separation of options from values in list fields2016-05-27, by Kim Alvefur
-
Merge 0.10->trunk2016-05-25, by Kim Alvefur
-
util.pposix: Ask for shared file descriptor table using rfork() on *BSD (fixes #412)2016-05-25, by Kim Alvefur
-
util.crand: Silence compiler warning2016-05-25, by Kim Alvefur
-
Merge 0.10->trunk2016-05-22, by Matthew Wild
-
tests: Add initial tests for util.async2016-05-22, by Matthew Wild
-
util.async: Add some more comments for clarity2016-05-22, by Matthew Wild
-
Merge 0.10->trunk2016-05-22, by Kim Alvefur
-
Merge 0.9->0.102016-05-22, by Kim Alvefur
-
util.datamanager: Import tostring and type (fix global access)2016-05-22, by Kim Alvefur
-
util.sql: Import type too (fix global access)2016-05-22, by Kim Alvefur
-
mod_presence: Re-probe for contacts presence after outgoing 'subscribed' (fixes #673)2016-05-21, by Kim Alvefur
-
Merge 0.10->trunk2016-05-22, by Matthew Wild
-
util.sql: Import pcall (fixes #677)2016-05-22, by Matthew Wild
-
MUC: Send participant list and subject on explicit joins (thanks daurnimator)2016-05-15, by Kim Alvefur
-
Backed out changeset 63141a85beea, broke multi-session nicks2016-05-14, by Kim Alvefur
-
Merge 0.10->trunk2016-05-12, by Matthew Wild
-
util.events: Fix comparison of event_name with nil instead of false (fixes #554)2016-05-12, by Matthew Wild
-
MUC: Treat explicit join presence as join2016-05-07, by Kim Alvefur
-
Merge 0.10->trunk2016-05-04, by Kim Alvefur
-
portmanager: Set default read size back to 4K2016-05-04, by Kim Alvefur
-
net.server_event: Collect entire one line function on one line2016-05-04, by Kim Alvefur
-
MUC: Move status text out of <x> element (thanks Tobias)2016-05-04, by Kim Alvefur
-
MUC: Lower priority of hook so plugins hooks run before2016-05-04, by Kim Alvefur
-
MUC: Restore last message from state, not room config (missing change from cbb05b454c13)2016-04-30, by Kim Alvefur
-
MUC: Separate config from live state2016-04-29, by Kim Alvefur
-
MUC: Separate force-save parameter from save-entire-state flag2016-04-29, by Kim Alvefur
-
MUC: Stricter validation of deserialized data2016-04-29, by Kim Alvefur
-
MUC: Include the very last message in serialized form to keep it across eviction and restore2016-04-28, by Kim Alvefur
-
MUC: Add event for when room is done being created2016-04-28, by Kim Alvefur
-
MUC: Split out handling of the room-creating presence into its own method2016-04-28, by Kim Alvefur
-
MUC: Split out handling of normal (un)available presence into its own method2016-04-28, by Kim Alvefur
-
MUC: Move the locked flag into persisted data (so not to lose it on eviction)2016-04-28, by Kim Alvefur
-
MUC: Log cases of possible room resynchronisation2016-04-28, by Kim Alvefur
-
MUC: Use correct room name variable, fixes traceback (thanks mathieui)2016-04-27, by Kim Alvefur
-
MUC: Correctly iterate over suspended rooms while excluding live rooms2016-04-26, by Kim Alvefur
-
MUC: Don't force-save rooms where not needed2016-04-20, by Kim Alvefur
-
MUC: Assign priorities to config form hooks so they have a consistent order on each start2016-04-19, by Kim Alvefur
-
Merge 0.10->trunk2016-04-19, by Kim Alvefur
-
Merge 0.9->0.102016-04-19, by Kim Alvefur
-
MUC: Fix logic for when to broadcast unavailable presence (actual fix for 14170d161b39)2016-04-19, by Kim Alvefur
-
MUC: Return item-not-found as error when attempting to change role of non-existant occupant2016-04-19, by Kim Alvefur
-
Merge 0.10->trunk2016-04-19, by Kim Alvefur
-
Merge 0.9->0.102016-04-19, by Kim Alvefur
-
net.server_event: Return the correct value as timeout2016-04-19, by Kim Alvefur
-
net.server_event: Fix traceback if event re-added during starttls2016-04-19, by Kim Alvefur
-
mod_bosh: Add annotations to ignore unused arguments [luacheck]2016-04-19, by Kim Alvefur
-
mod_bosh: Remove unused imports (also mistake in merge)2016-04-19, by Kim Alvefur
-
mod_bosh: Fix imports that got lost in merge2016-04-19, by Kim Alvefur
-
Merge 0.10->trunk2016-04-19, by Kim Alvefur
-
mod_bosh: Don't decrement rid twice (thanks av6)2016-04-19, by Kim Alvefur
-
Merge 0.10->trunk2016-04-19, by Kim Alvefur
-
Merge 0.9->0.102016-04-19, by Kim Alvefur
-
MUC: Accept missing form as "instant room" request (fixes #377)2016-04-19, by Kim Alvefur
-
Merge 0.10->trunk2016-04-19, by Kim Alvefur
-
mod_bosh: Reject fractional 'wait' (See #343)2016-04-19, by Kim Alvefur
-
mod_bosh: Return a proper BOSH error response from XML parse error callback (see #343)2016-04-19, by Kim Alvefur
-
mod_bosh: Validate that 'sid' and 'wait' have sane values (fixes #475, also see #343)2016-04-19, by Kim Alvefur
-
mod_bosh: Validate 'to' host (see #343)2016-04-19, by Kim Alvefur
-
mod_bosh: Return a proper BOSH error response instead of deprecated(?) status code (See #343)2016-04-19, by Kim Alvefur
-
mod_bosh: Log error returned from stream:feed()2016-04-19, by Kim Alvefur
-
mod_bosh: Return if a response has been sent already (See #343)2016-04-19, by Kim Alvefur
-
mod_bosh: Remove unused import2016-04-19, by Kim Alvefur
-
CHANGES: Update for MUC changes2016-04-18, by Kim Alvefur
-
MUC: Store rooms on disk on shutdown2016-04-18, by Kim Alvefur
-
MUC: Cache public rooms and their names to speed up disco#items2016-04-18, by Kim Alvefur
-
MUC: Switch to util.cache for storing rooms, store rooms to disk on eviction2016-04-18, by Kim Alvefur
-
MUC: Add support for serializing live rooms, including occupants and their presence2016-04-18, by Kim Alvefur
-
MUC: Flatten format of serialized rooms2016-04-18, by Kim Alvefur
-
MUC: Move room deserialization to muc.lib2016-04-18, by Kim Alvefur
-
MUC: Wrap "support" for the groupchat 1.0 join protocol in a config option to allow disabling2016-04-18, by Kim Alvefur
-
MUC/subject: Fix reference to room for save call (self, not room)2016-04-18, by Kim Alvefur
-
MUC: Save yourself! (fixes reference to current room)2016-04-18, by Kim Alvefur
-
MUC: Assign occupants unavailable presence on room destruction, fixes destruction notification2016-04-18, by Kim Alvefur
-
MUC: Use config passed to rew_roow()2016-04-18, by Kim Alvefur
-
Merge with Link Mauve2016-04-17, by Kim Alvefur
-
MUC: Move 'preserialization' step to muc.lib2016-04-17, by Kim Alvefur
-
Update every link to the documentation to use HTTPS2016-04-16, by Emmanuel Gil Peyrot
-
mod_pubsub: Don’t require util.dataforms twice2016-04-16, by Emmanuel Gil Peyrot
-
MUC: Save room after subject is changed2016-04-15, by Kim Alvefur
-
Merge 0.10->trunk2016-04-15, by Kim Alvefur
-
util.iterators: Add iterator wrapper that works like select(n, ...) applied to original iterator2016-04-15, by Kim Alvefur
-
util.cache: Add method for iterating over values2016-04-15, by Kim Alvefur
-
MUC: Save room to storage once after form processing, not in each individual setter2016-04-15, by Kim Alvefur
-
MUC: Provide a noop stub room:save() method2016-04-14, by Kim Alvefur
-
util.iterators: Normalize indentation2016-04-13, by Kim Alvefur
-
MUC: Move history to room._history2016-04-12, by Kim Alvefur
-
mod_compression: Remove and replace with placeholder that logs an error2016-04-09, by Matthew Wild
-
Merge 0.10->trunk2016-04-08, by Kim Alvefur
-
MUC: Include originating session and stanza in events2016-04-08, by Kim Alvefur
-
MUC: Spread event tables over multiple lines2016-04-08, by Kim Alvefur
-
mod_presence: Fix variable name2016-04-08, by Kim Alvefur
-
mod_presence: Construct a 'from' JID when roster items are removed outside of a session2016-04-08, by Kim Alvefur
-
Merge 0.10->trunk2016-04-07, by Kim Alvefur
-
moduleapi: Allow an origin session to be passed to module:send()2016-04-06, by Kim Alvefur
-
Merge 0.10->trunk2016-04-06, by Kim Alvefur
-
mod_websocket: Fix read timeout handler (thanks mt)2016-04-06, by Kim Alvefur
-
server_event: addclient: wrapclient already calls startconnection for us [backported from trunk]2013-12-18, by daurnimator
-
Merge 0.10->trunk2016-04-05, by Kim Alvefur
-
server_event: Split long list of assignments into multiple lines for readability2016-04-05, by Kim Alvefur
-
server_event: Fix indentation (again)2016-04-05, by Kim Alvefur
-
Merge 0.10->trunk2016-04-05, by Kim Alvefur
-
mod_roster: Fire event for pending items for good measure2016-04-04, by Kim Alvefur
-
mod_roster: Handle roster item removal with event on user deletion2016-04-04, by Kim Alvefur
-
mod_presence: Send unavailable presence when roster items are removed (fixes #331)2016-04-04, by Kim Alvefur
-
mod_presence, mod_roster: Move responsibility for sending presence on roster removal to mod_presence2016-04-04, by Kim Alvefur
-
Merge 0.10->trunk2016-04-03, by Kim Alvefur
-
Merge 0.9->0.102016-04-03, by Kim Alvefur
-
mod_c2s: Just destroy the session when it has no connection (see #641)2016-04-03, by Kim Alvefur
-
Merge 0.10->trunk2016-04-02, by Kim Alvefur
-
mod_bosh: Skip sending stanzas removed out by filters (fixes #657)2016-04-01, by Kim Alvefur
-
storagemanager: Capitalize log message2016-04-01, by Kim Alvefur
-
Merge 0.10->trunk2016-03-29, by Kim Alvefur
-
net.server_select: Remove do-nothing os_difftime calls [backported from trunk]2015-01-19, by daurnimator
-
net.dns: Import unpack() in forward-compatible way (Fixes compat with Lua5.2+)2016-03-28, by Kim Alvefur
-
util.jid: Import select() into local (fixes traceback, tests on Lua 5.2)2016-03-28, by Kim Alvefur
-
Merge 0.10->trunk2016-03-26, by Matthew Wild
-
Merge 0.10->trunk2016-03-26, by Kim Alvefur
-
util.sql: Log errors in transaction to error level with traceback but return only error message (fixes #464)2016-03-25, by Kim Alvefur
-
Merge 0.10->trunk2016-03-24, by Kim Alvefur
-
mod_websocket: Send a ping on read timeout2016-03-23, by Kim Alvefur
-
Merge 0.10->trunk2016-03-23, by Matthew Wild
-
prosodyctl: Only use host part of JIDs eg components that have node parts (thanks suzyo)2016-03-22, by Kim Alvefur
-
Merge 0.10->trunk2016-03-21, by Matthew Wild
-
util.iterators: Fix use of incorrect variable accidentally introduced in a9ef93bc81d92016-03-21, by Matthew Wild
-
Merge 0.10->trunk2016-03-21, by Kim Alvefur
-
CHANGES: Move async to trunk, it was dropped from 0.102016-03-21, by Kim Alvefur
-
util.sql: Catch errors from LuaDBI connect (Fixes #568)2016-03-21, by Kim Alvefur
-
mod_storage_sql: Make sure all serialization errors are propagated2016-03-21, by Kim Alvefur
-
Merge 0.10->trunk2016-03-19, by Kim Alvefur
-
modulemanager: Silence log message about attempts to load already loaded modules for shared modules2016-03-19, by Kim Alvefur
-
Merge 0.10->trunk2016-03-18, by Matthew Wild
-
mod_component: Some cleanup [luacheck]2016-03-18, by Matthew Wild
-
mod_component: Fire event when component disconnects2016-03-18, by Matthew Wild
-
Merge2016-03-18, by Kim Alvefur
-
mod_saslauth: Disable DIGEST-MD5 by default (closes #515)2016-03-18, by Kim Alvefur
-
prosody, prosodyctl: Allow setting CFG_* variables via Lua interpreter before loading Prosody. Fixes #308.2016-03-18, by Matthew Wild
-
util.jid+tests: Add simple helpers... node(), host() and resource() for extracting specific parts of a JID2016-03-17, by Matthew Wild
-
Merge 0.10->trunk2016-03-17, by Kim Alvefur
-
mod_websocket: Make sure stanza xmlns filter runs late in the chain2016-03-17, by Kim Alvefur
-
mod_register: Make sure only an on_evict function or nil is passed to util.cache2016-03-17, by Kim Alvefur
-
Merge 0.10->trunk2016-03-17, by Matthew Wild
-
tests: util.cache: Tests for different return values of on_evict2016-03-17, by Matthew Wild
-
util.cache: Add head() and tail() methods (and tests)2016-03-17, by Matthew Wild
-
Merge 0.10->trunk2016-03-17, by Kim Alvefur
-
CHANGES: Remove mention of async2016-03-17, by Kim Alvefur
-
Merge 0.10->trunk2016-03-17, by Kim Alvefur
-
util.async: Remove to prevent blocking a stable release2016-03-17, by Kim Alvefur
-
mod_c2s: Remove use of util.async2016-03-17, by Kim Alvefur
-
Backed out BOSH use of util.async (changeset f0687c313cf1)2016-03-17, by Kim Alvefur
-
Merge 0.10->trunk2016-03-14, by Kim Alvefur
-
mod_presence: Fix partial rename2016-03-14, by Kim Alvefur
-
Merge 0.10->trunk2016-03-14, by Kim Alvefur
-
mod_presence: Move function for selecting "top resources" into a new util.presence2016-03-14, by Kim Alvefur
-
Merge 0.10->trunk2016-03-14, by Kim Alvefur
-
mod_s2s: Include name of remote server when it's missing the stream ID (thanks Ge0rG)2016-03-14, by Kim Alvefur
-
util.sql: Remove unused arguments [luacheck]2016-03-13, by Kim Alvefur
-
util.sql: Don't break out of result retreival loops2016-03-13, by Kim Alvefur
-
mod_storage_sql: Allow loops over results to end on their own2016-03-13, by Kim Alvefur
-
mod_storage_sql: Add LIMIT clause to queries where only a single row is expected2016-03-13, by Kim Alvefur
-
util.sql: Move per-driver (currenly only PostgreSQL) query transform into its own method2016-03-13, by Kim Alvefur
-
rostermanager: Remove FIXME, per XMPP Core 8.1.1.1, we do not need to set the 'to' attribute2016-03-12, by Kim Alvefur
-
MUC: Use already initialized logger2016-03-11, by Kim Alvefur
-
Merge 0.10->trunk2016-03-11, by Kim Alvefur
-
mod_watchregistrations: Use type-specific config API for 'registration_notification'2016-03-11, by Kim Alvefur
-
prosodyctl check: Add 'vcard_compatibility' to deprecated options2016-03-11, by Kim Alvefur
-
MUC: Use type-specific config API for the 'name' option2016-03-11, by Kim Alvefur
-
mod_presence: Use type-specific config API for boolean 'ignore_presence_priority' option2016-03-11, by Kim Alvefur
-
Merge 0.10->trunk2016-03-10, by Matthew Wild
-
util.prosodyctl: Remove unused variable [luacheck]2016-03-10, by Matthew Wild
-
util.json: Variable renaming to avoid shadowing [luacheck]2016-03-10, by Matthew Wild
-
util.iterators: Variable renaming to avoid shadowing [luacheck]2016-03-10, by Matthew Wild
-
util.iterators: Return initial var from upstream iterator [luacheck]2016-03-10, by Matthew Wild
-
util.iterators: Don't replace var, as we should preserve var from the original iterator [luacheck]2016-03-10, by Matthew Wild
-
Merge 0.10->trunk2016-03-09, by Matthew Wild
-
prosodyctl: Fix variable typo [luacheck]2016-03-09, by Matthew Wild
-
tests: Expand util.stanza tests2016-03-09, by Matthew Wild
-
util.stanza: Some code cleanup [luacheck]2016-03-09, by Matthew Wild
-
prosodyctl: Fix typo'd variable name [luacheck]2016-03-08, by Matthew Wild
-
Merge 0.10->trunk2016-03-07, by Kim Alvefur
-
prosodyctl: Use already sorted array of module names [luacheck]2016-03-07, by Kim Alvefur
-
prosodyctl: Include libevent version in "about" output if luaevent is available2016-03-07, by Kim Alvefur
-
Merge2016-03-07, by Matthew Wild
-
plugins/mod_http: Keep query string over automatic redirects2016-02-15, by daurnimator
-
MUC: Don't reply to error stanzas with more error stanzas (thanks woffs)2016-03-07, by Kim Alvefur
-
Merge trunk->0.102016-03-06, by Kim Alvefur
-
storagemanager: Fix saving data in map shim when no prior data exists2016-03-06, by Kim Alvefur
-
tests: Add namespace/prefix tracking test for util.xml2016-03-05, by Matthew Wild
-
Merge 0.10->trunk2016-03-05, by Matthew Wild
-
tests: Add basic tests for util.xml and util.xmppstream2016-03-05, by Matthew Wild
-
util.xmppstream: Remove namespace tracking, it's broken as implemented2016-03-05, by Matthew Wild
-
Merge 0.10->trunk2016-03-05, by Matthew Wild
-
tests: Add extra tests for util.json2016-03-05, by Matthew Wild
-
Merge 0.10->trunk2016-03-04, by Matthew Wild
-
util.json: Fix encoding of json.null (bug introduced in bf1f09a5bcf7)2016-03-04, by Matthew Wild
-
Makefile: Reduce verbosity of 'make test' so it only shows test failures2016-03-04, by Matthew Wild
-
Add tests for util.json2016-03-04, by Matthew Wild
-
Merge 0.10->trunk2016-03-03, by Kim Alvefur
-
Merge 0.9->0.102016-03-03, by Kim Alvefur
-
mod_http_files: Preserve a trailing / in paths (fixes #639)2016-03-03, by Kim Alvefur
-
mod_http_files: Don't prepend / to path twice, sanitize path does this already2016-03-03, by Kim Alvefur
-
mod_http_files: Fix traceback when serving a non-wildcard path (fixes #611)2016-03-03, by Kim Alvefur
-
mod_welcome: Pass default text to config API as default value2016-03-02, by Kim Alvefur
-
mod_welcome: Use type-specific config API2016-03-02, by Kim Alvefur
-
Merge 0.10->trunk2016-03-02, by Kim Alvefur
-
Merge 0.9->0.102016-03-02, by Kim Alvefur
-
net.server_event: Return true from conn:resume() to indicate success2016-03-02, by Kim Alvefur
-
net.server_event: Prevent resuming connections without readcallback, eg closed connections (fixes #590)2016-03-02, by Kim Alvefur
-
Merge 0.10->trunk2016-02-28, by Kim Alvefur
-
Merge 0.10->trunk2016-02-28, by Kim Alvefur
-
util.sasl.scram: Rename variable in places missed in 65e36b81d56a (thanks mt)2016-02-28, by Kim Alvefur
-
util.sasl.scram: Remove unused initial value [luacheck]2016-02-28, by Kim Alvefur
-
util.sasl.scram: Rename variable to avoid name clash [luacheck]2016-02-28, by Kim Alvefur
-
util.sasl.anonymous: Remove unused locals [luacheck]2016-02-28, by Kim Alvefur
-
Merge 0.10->trunk2016-02-28, by Kim Alvefur
-
prosodyctl: One month is 31 days, no 13 (thanks av6)2016-02-28, by Kim Alvefur
-
prosodyctl: Fix typo (thanks av6)2016-02-28, by Kim Alvefur
-
Merge 0.10->trunk2016-02-28, by Kim Alvefur
-
prosodyctl: check certs: Warn about certificate expiry in the near future2016-02-28, by Kim Alvefur
-
prosodyctl: check certs: Update messages to account for 'ssl' option maybe not existing2016-02-28, by Kim Alvefur
-
Merge 0.10->trunk2016-02-28, by Kim Alvefur
-
util.termcolours: Rename loop variable [luacheck]2016-02-28, by Kim Alvefur
-
util.termcolours: Validate color codes, fixes traceback2016-02-28, by Kim Alvefur
-
util.termcolours: Add some CSS color names2016-02-27, by Kim Alvefur
-
util.termcolours: Add 256 color support2016-02-27, by Kim Alvefur
-
util.datamanager: Explicit handling of each error condition (see #632)2016-02-27, by Kim Alvefur
-
Merge 0.9->0.102016-02-25, by Kim Alvefur
-
util.datamanager: Unreference file handle after closing it to prevent trying to close it again (fixes #632)2016-02-25, by Kim Alvefur
-
util.termcolours: Remove argument from noop function [luacheck]2016-02-25, by Kim Alvefur
-
util.termcolours: Silence luacheck warning2016-02-25, by Kim Alvefur
-
util.template: Use separate variables for source and compiled function [luacheck]2016-02-25, by Kim Alvefur
-
util.template: Silence luacheck warnings about unused loop vars2016-02-25, by Kim Alvefur
-
Merge 0.10->trunk2016-02-25, by Kim Alvefur
-
certs/Makefile: Add target for generating DH params2016-02-25, by Kim Alvefur
-
prosodyctl: Allow a DN path to be given to 'cert generate' command (fixes #349)2016-02-25, by Kim Alvefur
-
util.openssl: Allow order of distinguished name fields to be included in config2016-02-25, by Kim Alvefur
-
Merge 0.10->trunk2016-02-24, by Kim Alvefur
-
prosodyctl: Create host.sessions table, (needed by 1295e14614f4) (thanks goffi)2016-02-24, by Kim Alvefur
-
util.crand: Include stdlib.h instead of malloc.h for portability (thanks Tobias)2016-02-22, by Kim Alvefur
-
Merge 0.10->trunk2016-02-22, by Kim Alvefur
-
util.crand: C binding to one of OpenSSL, Linux getrandom() or OpenBSD arc4random() CSPRNG2016-02-22, by Kim Alvefur
-
util.iterators: Use table.pack() on Lua 5.22016-02-22, by Kim Alvefur
-
util.multitable: Localize unpack() in Lua 5.2 compatible way2016-02-22, by Kim Alvefur
-
util.iterators: Localize unpack() in Lua 5.2 compatible way2016-02-22, by Kim Alvefur
-
util.import: Localize unpack() in Lua 5.2 compatible way2016-02-22, by Kim Alvefur
-
util.debug: Silence luacheck warning about modifying 'debug' lib2016-02-22, by Kim Alvefur
-
util.session: Fix luacheck warnings2016-02-22, by Kim Alvefur
-
util.sql: Localize unpack() in Lua 5.2 compatible way2016-02-22, by Kim Alvefur
-
Merge 0.10->trunk2016-02-22, by Kim Alvefur
-
usermanager: Shortcircuit user existence check if they have existing sessions2016-02-21, by Kim Alvefur
-
mod_debug_sql: Small plugin that enables raw SQL query logging (for debugging)2016-02-21, by Kim Alvefur
-
mod_storage_sql: Remove debug logging of archive queries2016-02-21, by Kim Alvefur
-
util.sql: Raw query debug logging (needs to be explicitly enabled by a plugin)2016-02-21, by Kim Alvefur
-
mod_storage_sql: Lower message about new engine creation to debug level2016-02-21, by Kim Alvefur
-
tests: Add minimal test for util.random that checks that it returns the number of bytes requested2016-02-21, by Kim Alvefur
-
Merge 0.10->trunk2016-02-21, by Kim Alvefur
-
mod_storage_sql: Share SQL connections with same parameters across VirtualHosts (fixes #576)2016-02-21, by Kim Alvefur
-
mod_storage_sql: Fix setting value to false in map store2016-02-19, by Kim Alvefur
-
Merge 0.10->trunk2016-02-19, by Matthew Wild
-
rostermanager: Require storagemanager at the top, fixes traceback on Lua 5.22016-02-19, by Matthew Wild
-
Merge 0.10->trunk2016-02-18, by Kim Alvefur
-
Makefile: Use runtime set by configure (fixes #629)2016-02-18, by Kim Alvefur
-
Merge 0.10->trunk2016-02-18, by Kim Alvefur
-
loggingmanager,modulemanager,moduleapi: Ignore warning about accessing _G.unpack [luacheck]2016-02-18, by Kim Alvefur
-
loggingmanager,modulemanager,moduleapi: Localize unpack compatible with Lua 5.2+2016-02-18, by Kim Alvefur
-
Merge 0.10->trunk2016-02-18, by Matthew Wild
-
certmanager: Localize tonumber2016-02-18, by Matthew Wild
-
Merge 0.10->trunk2016-02-18, by Matthew Wild
-
loggingmanager: Import select() to fix global access2016-02-18, by Matthew Wild
-
Merge 0.10->trunk2016-02-10, by Kim Alvefur
-
mod_storage_sql: Silence some harmless luacheck warnings2016-02-09, by Kim Alvefur
-
rostermanager: Use map stores when only one contact is changed2016-02-09, by Kim Alvefur
-
rostermanager: Use storagemanager2016-02-09, by Kim Alvefur
-
mod_storage_sql: Implement map:set_keys, allowing multiple keys to be set in the same transaction2016-02-09, by Kim Alvefur
-
storagemanager: Add set_keys method to map store shim2016-02-09, by Kim Alvefur
-
storagemanager: Fix map store shim if store is empty2014-08-08, by Kim Alvefur
-
storagemanager: When map store isn't available, fallback to keyval store [backported from trunk]2014-08-07, by daurnimator
-
mod_storage_sql: Support non-string keys in map store2016-02-08, by Kim Alvefur
-
Merge2016-02-08, by Matthew Wild
-
prosodyctl: fix CnP bug in deluser output2016-02-08, by Thomas Gstädtner
-
Merge 0.10->trunk2016-02-05, by Kim Alvefur
-
certmanager: Try filename.key if certificate is set to a full filename ending with .crt2016-02-05, by Kim Alvefur
-
certmanager: Apply global ssl config later so certificate/key is not overwritten by magic2016-02-05, by Kim Alvefur
-
hostmanager: Remove unused imports of 'jid_split' and 'select'2016-02-05, by Matthew Wild
-
moduleapi: Silence luacheck warning about unused 'id' parameter2016-02-05, by Matthew Wild
-
Merge 0.10->trunk2016-02-05, by Matthew Wild
-
certmanager: Support new certificate configuration for non-XMPP services too (fixes #614)2016-02-05, by Matthew Wild
-
loggingmanager: Stringify all arguments to format so we can finally see the *real* error messages2016-02-04, by Kim Alvefur
-
loggingmanager: Remove Windows hack, buffer_mode should fix this2016-02-04, by Kim Alvefur
-
loggingmanager: Write out timestamps in same write() call as everything else2016-02-04, by Kim Alvefur
-
loggingmanager: Make initial value for width of log name configurable2016-02-04, by Kim Alvefur
-
loggingmanager: Write out color code, log level and reset code in one call2016-02-04, by Kim Alvefur
-
loggingmanager: Don't reset default timestamp that is not changed by any other code2016-02-04, by Kim Alvefur
-
util.logger: Silence luacheck warning2016-02-04, by Kim Alvefur
-
util.logger: Remove unused locals2016-02-04, by Kim Alvefur
-
mod_groups: Move variable to smaller scope2016-02-04, by Kim Alvefur
-
mod_groups: Use module:get_option_path, look for file relative to config dir2016-02-04, by Kim Alvefur
-
moduleapi: Add API method for getting a file path2016-02-04, by Kim Alvefur
-
Merge 0.10->trunk2016-02-04, by Matthew Wild
-
MUC: Roll back parts of 50b9a7e86de9 that were not in the disco#info event2016-02-04, by Kim Alvefur
-
Merge 0.10->trunk2016-02-03, by Kim Alvefur
-
core.certmanager: Look for certificate and key in a few different places2016-02-03, by Kim Alvefur
-
MUC: Fix copypaste mistake2016-02-03, by Kim Alvefur
-
Merge 0.10->trunk2016-02-03, by Kim Alvefur
-
MUC: Separate form data from form in disco#info event2016-02-03, by Kim Alvefur
-
MUC: Fire a muc-disco#info event like in trunk so modules can extend the reply2016-02-03, by Kim Alvefur
-
Add util.ringbuffer, a ringbuffer with a file handle like interface2016-02-02, by Kim Alvefur
-
Merge 0.10->trunk2016-02-01, by Matthew Wild
-
util.random: Restore friendlier error from 0.9/util.uuid2016-01-31, by Kim Alvefur
-
Merge 0.10->trunk2016-01-30, by Kim Alvefur
-
CHANGES: Add websockets too (thanks av6)2016-01-29, by Kim Alvefur
-
CHANGES: Add some things trunk has over 0.10 (probably lots missing)2016-01-28, by Kim Alvefur
-
Merge 0.10->trunk2016-01-28, by Kim Alvefur
-
Add a CHANGES file with new features in 0.102016-01-28, by Kim Alvefur
-
tests: Use util.envload to load chunks (fixes #608)2016-01-28, by Kim Alvefur
-
Merge 0.10->trunk2016-01-27, by Matthew Wild
-
Merge 0.9->0.102016-01-27, by Matthew Wild
-
Added tag 0.9.10 for changeset 352270bc04392016-01-27, by Matthew Wild
-
mod_dialback: Follow XEP-0185 and use HMAC2016-01-19, by Kim Alvefur
-
Merge 0.10->trunk2016-01-26, by Kim Alvefur
-
Merge 0.9->0.102016-01-26, by Kim Alvefur
-
Merge 0.10->trunk2016-01-22, by Kim Alvefur
-
Merge 0.9->0.102016-01-22, by Kim Alvefur
-
server_select: Add logging of when servers are paused and resumed2016-01-22, by Kim Alvefur
-
server_select: Pause and mark server as full if accepting a client fails (fixes #597)2016-01-22, by Kim Alvefur
-
server_select: Retry accepting clients from full servers after 10s (matches libevent behaviour)2016-01-22, by Kim Alvefur
-
server_select: Keep track of which server listeners are full2016-01-22, by Kim Alvefur
-
net.dns: Remember query only after it was sent, in case it was not (fixes #598)2016-01-21, by Kim Alvefur
-
Backout 63f5870f9afe, no longer needed since Windows is currently unsupported2016-01-21, by Kim Alvefur
-
Merge 0.10->trunk2016-01-22, by Matthew Wild
-
mod_admin_telnet: Fix sorting of JIDs in c2s:show() family of functions (thanks lookshe and Zash)2016-01-22, by Matthew Wild
-
MUC: Add luacheck annotations, remove unused vars, rename conflicting vars etc2016-01-20, by Kim Alvefur
-
Merge 0.10->trunk2016-01-20, by Kim Alvefur
-
mod_dialback: Follow XEP-0185 and use HMAC2016-01-19, by Kim Alvefur
-
MUC: Rename variables to please luacheck2016-01-20, by Kim Alvefur
-
Merge 0.10->trunk2016-01-16, by Kim Alvefur
-
net.http.server: Return from listen_on() whatever net.server.addserver() returns2016-01-16, by Kim Alvefur
-
util.random: Open /dev/urandom read-only, make seed() a noop2016-01-12, by Kim Alvefur
-
prosody: Allow prosody.shutdown() to take an exit code for the process (thanks daurnimator)2016-01-15, by Matthew Wild
-
prosodyctl check: Fix traceback if the global modules_enabled is unset2016-01-12, by Kim Alvefur
-
mod_blocklist: Clear second level cache correctly on user deletion2016-01-11, by Kim Alvefur
-
Merge 0.9->0.102016-01-11, by Kim Alvefur
-
core: Increase default read size to "all of it", in practice 8K (size of LuaSockets buffer)2016-01-10, by Kim Alvefur
-
util.uuid: Open /dev/urandom read-only, make seed() a noop2016-01-10, by Kim Alvefur
-
Merge 0.10->trunk2016-01-10, by Kim Alvefur
-
tests: Add test for util.uuid (checks that the output format is correct)2016-01-10, by Kim Alvefur
-
tests: Correct mistake from latst merge, use the same variable name in all 3 places where it matters2016-01-10, by Kim Alvefur
-
Makefile: Add 'test' target that runs tests2016-01-09, by Kim Alvefur
-
mod_admin_telnet: c2s:count in less lines2016-01-09, by Kim Alvefur
-
mod_admin_telnet: Show unauthenticated clients identified by local/remote IP and port2016-01-09, by Kim Alvefur
-
mod_admin_telnet: c2s:show() etc, list all sessions including unauthenticated or not with no stream opened2016-01-09, by Kim Alvefur
-
mod_admin_telnet: Remove compat warning about 'console_banner' as a function2016-01-09, by Kim Alvefur
-
net.server_select: Add 'server' method to client connections (present in server_event)2016-01-09, by Kim Alvefur
-
prosodyctl: Show an example ssl config after generating a certificate2016-01-09, by Kim Alvefur
-
rostermanager: Rename variable to avoid name clash [luacheck]2016-01-09, by Kim Alvefur
-
Merge 0.10->trunk2016-01-08, by Kim Alvefur
-
tests: Fix merge, modulemanager test was removed2016-01-08, by Kim Alvefur
-
Merge 0.9->0.102016-01-08, by Kim Alvefur
-
Added tag 0.9.9 for changeset 7ec52755622f2016-01-08, by Matthew Wild
-
Backout 88d54bec26b7 prior to release, as it certainly requires more testing 0.9.92016-01-08, by Matthew Wild
-
util.uuid: Use /dev/urandom2016-01-06, by Kim Alvefur
-
net.dns: Allow a zone id in resolv.conf (eg like %eth0)2016-01-04, by Kim Alvefur
-
util.ip: Support zone id syntax in IPv6 addresses2016-01-04, by Kim Alvefur
-
net.dns: Support IPv6 addresses in resolv.conf [Backported from 0.10]2013-06-18, by Florian Zeitz
-
util.ip: Fix protocol detection of IPv6 addresses beginning with : [Backported from 0.10]2013-05-18, by Matthew Wild
-
util.random: Use /dev/urandom2016-01-06, by Kim Alvefur
-
util.uuid: Take random byte directly instead of the low bits from the ascii value of a hex nibble2016-01-06, by Kim Alvefur
-
Merge 0.10->trunk2016-01-04, by Matthew Wild
-
mod_bosh: Fire event when BOSH session is created2016-01-04, by Matthew Wild
-
Merge 0.10->trunk2016-01-04, by Matthew Wild
-
mod_admin_adhoc: Show only connections to/from the host the command was run on2016-01-03, by Kim Alvefur
-
mod_admin_adhoc: Remove extra ) that should not be there2016-01-03, by Kim Alvefur
-
server_select: Forward the actual TLS handshake error message2016-01-03, by Kim Alvefur
-
Merge 0.10->trunk2016-01-02, by Matthew Wild
-
net.server_select: Close all connections when quitting (and not just stepping), matches server_event2016-01-02, by Matthew Wild
-
net.server_event: Add conn.type == 'server' for server sockets (fixes closeallservers() )2016-01-02, by Matthew Wild
-
util.events: Document data structures2015-12-23, by Matthew Wild
-
Merge 0.10->trunk2016-01-01, by Kim Alvefur
-
mod_register: Fix typo2016-01-01, by Kim Alvefur
-
Merge 0.10->trunk2015-12-27, by Kim Alvefur
-
certs/Makefile: Fix generating cert from only a key (no config then)2015-12-24, by Kim Alvefur
-
man prosodyctl: Add information about the 'about' and 'check' commands2015-12-23, by Kim Alvefur
-
man prosodyctl: Add missing 'reload' command2015-12-23, by Kim Alvefur
-
man prosodyctl: Accidentally markdown2015-12-23, by Kim Alvefur
-
Merge 0.9->0.102015-12-23, by Kim Alvefur
-
certs/Makefile: Run key generation with a stricter umask (fixes a race condition)2015-12-23, by Kim Alvefur
-
mod_admin_telnet: Backport 06696882d972 from 0.10 (this command greatly helps with debugging HTTP issues)2015-12-22, by Matthew Wild
-
certs/Makefile: Add targets for any combination of already existing config, key file2015-12-23, by Kim Alvefur
-
mod_register: Support for blacklisting ips that are still over limit when they get pushed out of the cache2015-12-23, by Kim Alvefur
-
mod_register: Use util.cache to limit the number of per-ip throttles kept2015-12-23, by Kim Alvefur
-
mod_register: Switch to using util.throttle for limiting registrations per ip per time2015-12-23, by Kim Alvefur
-
tests: Add small test for util.throttle2015-12-23, by Kim Alvefur
-
util.openssl: Fix style / whitespace2015-12-23, by Kim Alvefur
-
util.openssl: Rename variables for readability2015-12-23, by Kim Alvefur
-
util.openssl: Move quoting and tostring call into escape function2015-12-23, by Kim Alvefur
-
util.array: Just use table.remove as array:pop()2015-12-23, by Kim Alvefur
-
util.array: Fix minory style issues2015-12-23, by Kim Alvefur
-
mod_register: Add comment explaining the workaround for replying when the account is being deleted2015-12-21, by Kim Alvefur
-
mod_register: Use session log instance to ease indentification2015-12-21, by Kim Alvefur
-
util.timer: Reschedule timers from stop() if the next pending event is stopped2015-12-23, by Kim Alvefur
-
mod_admin_telnet: Make timer:info command more robust2015-12-23, by Kim Alvefur
-
Merge 0.10->trunk2015-12-16, by Matthew Wild
-
Merge 0.9->0.102015-12-16, by Matthew Wild
-
MUC: Fix incorrect nesting of status codes when room config changes (fixes #579)2015-12-16, by Matthew Wild
-
util.uuid: Remove unused import2015-12-08, by Kim Alvefur
-
Merge2015-12-16, by Matthew Wild
-
mod_storage_sql: Fix use of SQLite3 in-memory database (no path expansion)2015-12-15, by Kim Alvefur
-
util.dependencies: Use prosody.log() instead of global log()2015-12-16, by Matthew Wild
-
loggingmanager: Add prosody.log (intended to be used instead of _G.log now)2015-12-11, by Matthew Wild
-
Merge 0.10->trunk2015-12-13, by Kim Alvefur
Scroll all the way down to load more.