Software /
code /
prosody
Graph
-
util.pposix: Expose ENOENT constant (usually 2, but you never know)2017-03-01, by Kim Alvefur
-
util.datamanager: Ignore ENOENT (no such file) when loading data2017-03-01, by Kim Alvefur
-
Merge 0.10->trunk2017-03-01, by Kim Alvefur
-
prosodyctl: Trim trailing whitespace2017-02-27, by Kim Alvefur
-
tests/util.logger: Remove use of deprecated module function2017-02-27, by Kim Alvefur
-
prosodyctl: Handle move of 'unpack' in Lua 5.22017-02-27, by Kim Alvefur
-
util.pposix: Fix typo in comment2017-02-26, by Kim Alvefur
-
util.crand: Clarify that lua_error does not return2017-02-25, by Kim Alvefur
-
Merge 0.9->0.102017-02-25, by Kim Alvefur
-
mod_register: Require encryption before registration if c2s_require_encryption is set (fixes #595)2017-02-21, by Kim Alvefur
-
util.crand: Throw error if OpenSSLs RNG is not seeded2017-02-25, by Kim Alvefur
-
mod_tls: Suppress debug message if already using encryption2017-02-25, by Kim Alvefur
-
util.adhoc: Pass command data to initial_data callback in order to allow loading per-user settings2017-02-22, by Kim Alvefur
-
mod_admin_telnet: Print a message to open sessions when shutting down, including the reason2017-02-21, by Kim Alvefur
-
net.server_epoll: Add method for changing read pattern2017-02-25, by Kim Alvefur
-
Merge 0.10->trunk2017-02-20, by Kim Alvefur
-
mod_mam: Fix to treat first return value from archive:append as assigned ID2017-02-20, by Kim Alvefur
-
mod_storage_sql: Make archive:append() to return the id (or key) as first return value2017-02-20, by Kim Alvefur
-
mod_mam: Remove repeated blank line2017-02-19, by Kim Alvefur
-
mod_mam: Fix typo in comment2017-02-19, by Kim Alvefur
-
mod_mam: Add missing wrapping <query> element when returning the query form2017-02-19, by Kim Alvefur
-
mod_mam: Update namespace to XEP-0313 v0.62017-02-19, by Kim Alvefur
-
mod_mam: Strip stanza-id tags after carbons2017-02-19, by Kim Alvefur
-
mod_mam: Fix wording of comment2017-02-19, by Kim Alvefur
-
Merge 0.10->trunk2017-02-15, by Kim Alvefur
-
mod_saslauth: Ignore shadowing of logger [luacheck]2017-02-15, by Kim Alvefur
-
mod_tls: Log reasons for not being able to do TLS2017-02-15, by Kim Alvefur
-
mod_saslauth: Improve logging as to why when SASL is not offered2017-02-15, by Kim Alvefur
-
mod_saslauth: Cache logger in local for less typing2017-02-15, by Kim Alvefur
-
migrator: Fix missing word2017-02-15, by Kim Alvefur
-
migrator: Fix argument parsing2017-02-15, by Kim Alvefur
-
migrator: Unexpand whitespace2017-02-15, by Kim Alvefur
-
Merge 0.10->trunk2017-02-14, by Kim Alvefur
-
mod_mam: Advertise Stanza ID support (XEP-0359) (thanks iNPUTmice)2017-02-14, by Kim Alvefur
-
mod_mam: Move stanza ID namespace to a common variable2017-02-14, by Kim Alvefur
-
util-src/*.c: Attach pointer * to name instead of type2017-02-12, by Kim Alvefur
-
util.ringbuffer: Remove address of buffer itself from __tostring since is now in the same struct2017-02-12, by Kim Alvefur
-
Merge 0.10->trunk2017-02-10, by Kim Alvefur
-
mod_component: Add read timeout handler (same behaviour as c2s and s2s)2017-02-10, by Kim Alvefur
-
Merge 0.10->trunk2017-02-04, by Kim Alvefur
-
mod_mam: Ignore "indirectly mutating read-only global variable prosody" warning [luacheck]2017-02-03, by Kim Alvefur
-
mod_mam/mamprefs: Use 'prosody.hosts' instead of '_G.hosts' in case we ever deprecate the later2017-02-03, by Kim Alvefur
-
mod_mam: Correct import of util.rsm2017-02-03, by Kim Alvefur
-
tools/migration/migrator/*: Remove use of module()2017-02-02, by Kim Alvefur
-
migrator: Remove wrapper around envloadfile since envloadfile does the right thing in a compatible way2017-02-02, by Kim Alvefur
-
Makefile: Install mod_mam (fixes #825)2017-01-31, by Kim Alvefur
-
Merge 0.10->trunk2017-01-29, by Kim Alvefur
-
prosody: Silence warnings about setting the globals 'server' and 'socket' [luacheck]2017-01-29, by Kim Alvefur
-
prosody: Trim trailing whitespace2017-01-29, by Kim Alvefur
-
util.dependencies: Normalize whitespace2017-01-28, by Kim Alvefur
-
Merge 0.10->trunk2017-01-28, by Kim Alvefur
-
mod_component: Trim trailing whitespace2017-01-28, by Kim Alvefur
-
mod_pep: Add some additional debug logging2017-01-28, by Kim Alvefur
-
Merge 0.10->trunk2017-01-27, by Kim Alvefur
-
Merge 0.10->trunk2017-01-26, by Kim Alvefur
-
util.sslconfig: Remvoe flag merging for 'verify' as this is more of a tri-state field than a set of options2017-01-26, by Kim Alvefur
-
mod_c2s, mod_s2s: Remove comment that no longer applies since 946871f6e3c82017-01-25, by Kim Alvefur
-
mod_s2s: Clarify that it is stream features that can't be offered (here too)2017-01-25, by Kim Alvefur
-
mod_tls: Return session.ssl_ctx if not nil, like when doing the full session type check2017-01-25, by Kim Alvefur
-
mod_tls: Add debug logging for when TLS should be doable but no ssl context was set2017-01-25, by Kim Alvefur
-
mod_c2s: Clarify that there were no *stream* features to offer2017-01-25, by Kim Alvefur
-
Merge 0.10->trunk2017-01-24, by Kim Alvefur
-
mod_watchregistrations: add a "registration_from" option2017-01-24, by mathieui
-
Merge 0.10->trunk2017-01-24, by Kim Alvefur
-
mod_storage_sql: Fix to use correct order for return values from transaction (thanks postblue)2017-01-24, by Kim Alvefur
-
Merge 0.10->trunk2017-01-23, by Kim Alvefur
-
mod_mam: Use correct local name for util.jid.prepped_split2017-01-23, by Kim Alvefur
-
mod_mam: Silence warning about unused table used to describe data format [luacheck]2017-01-23, by Kim Alvefur
-
mod_mam: Remove unused variables [luacheck]2017-01-23, by Kim Alvefur
-
CHANGES: Add mod_mam2017-01-23, by Kim Alvefur
-
util.rsm: Add copyright header2017-01-23, by Kim Alvefur
-
mod_mam: Normalize copyright headers2017-01-23, by Kim Alvefur
-
mod_mam: Change store name to "archive" but make it configurable for people who have data in "archive2"2017-01-11, by Kim Alvefur
-
mod_mam: Allow a set of namespaces to be stripped from stored stanzas, default to chat states (fixes #763)2016-12-19, by Kim Alvefur
-
mod_mam: If archive:delete() gives a number, this should be the number of deleted items2016-11-22, by Kim Alvefur
-
mod_storage_sql: Return number of affected items from archive:delete2016-11-22, by Kim Alvefur
-
mod_mam: Add XEP-0359 tag2016-11-19, by Kim Alvefur
-
mod_mam: Filter out spoofed XEP-0359 tags2016-11-19, by Kim Alvefur
-
mod_mam: Find out which party is the user and which is the 'with' earlier2016-11-19, by Kim Alvefur
-
mod_mam: Alter hints processing2016-11-19, by Kim Alvefur
-
mod_mam: Add some comments explaining archive expiry2016-11-19, by Kim Alvefur
-
mod_mam: Remove legacy feature advertising2016-11-18, by Kim Alvefur
-
mod_mam: Decrease priority to zero2016-11-18, by Kim Alvefur
-
mod_mam: Update to XEP-0313 v0.5.12016-11-04, by Kim Alvefur
-
mod_mam: Use is_stanza from util.stanza2016-11-28, by Kim Alvefur
-
util.rsm: Move out from mod_mam directory2016-11-26, by Kim Alvefur
-
mod_mam: Import from prosody-modules2016-11-04, by Kim Alvefur
-
util-src/*.c: Squeeze repeated blank lines2017-01-23, by Kim Alvefur
-
mod_tls: Verify that TLS is available before proceeding2017-01-23, by Kim Alvefur
-
mod_tls: Only accept <proceed> on outgoing s2s connections2017-01-23, by Kim Alvefur
-
util.crand: TODOs2017-01-22, by Kim Alvefur
-
util.crand: Comment about getrandom2017-01-22, by Kim Alvefur
-
util.crand: Add comment describing purpose of module2017-01-22, by Kim Alvefur
-
util.crand: Update copyright header2017-01-22, by Kim Alvefur
-
util.ringbuffer: Allocate buffer itself as part of userdata (simpler, single allocation, no need for __gc)2017-01-22, by Kim Alvefur
-
util.ringbuffer: Remove unused macros2017-01-22, by Kim Alvefur
-
util.crand: Raise hard errors2017-01-20, by Kim Alvefur
-
util.crand: Remove seeding2017-01-20, by Kim Alvefur
-
util.crand: Let Lua handle allocation, freeing and error handling for buffer2017-01-20, by Kim Alvefur
-
util.crand: Switch to luaL_checkinteger since checkint is deprecated in Lua 5.32017-01-20, by Kim Alvefur
-
Merge 0.10->trunk2017-01-13, by Kim Alvefur
-
CHANGES: Mention removal of mod_compression2017-01-13, by Kim Alvefur
-
Merge 0.10->trunk2017-01-09, by Kim Alvefur
-
tools/erlparse: Remove use of deprecated module() function2017-01-09, by Kim Alvefur
-
util-src: Make C modules assert that the Lua runtime matches what it was compiled for2017-01-08, by Kim Alvefur
-
net.server_epoll: Reuse interface metatable for event compat layer2017-01-06, by Kim Alvefur
-
mod_register: Fix syntax errors2017-01-06, by Kim Alvefur
-
mod_register: Verify that fields are known to prevent traceback2017-01-06, by Kim Alvefur
-
mod_register: Strip '+' char from field names without using length2017-01-06, by Kim Alvefur
-
util.dependencies: Update Debian package names for liblua5.1-lib0 -> lua-lib transition2017-01-06, by Kim Alvefur
-
mod_register: Allow 'title' and 'instructions' fields to be customized2017-01-05, by Kim Alvefur
-
net.server_epoll: Fix traceback if wrapclient called without a pattern or parent server2017-01-05, by Kim Alvefur
-
Merge 0.10->trunk2017-01-04, by Kim Alvefur
-
net.server_event: Also replace 'ondrain' when setting new listeners (thanks Ge0rG)2017-01-04, by Kim Alvefur
-
Merge 0.10->trunk2017-01-04, by Kim Alvefur
-
Merge 0.9->0.102017-01-04, by Kim Alvefur
-
mod_net_multiplex: Enable SSL on the SSL port (fixes #803)2016-12-21, by Kim Alvefur
-
Merge2016-12-10, by Kim Alvefur
-
Added tag 0.9.12 for changeset 2a7b524371672016-12-05, by Matthew Wild
-
Merge 0.10->trunk2017-01-02, by Kim Alvefur
-
stanza_router: Fix typo2017-01-02, by Kim Alvefur
-
prosody: Fix typo2017-01-02, by Kim Alvefur
-
server_epoll: Add some comments describing some functions2017-01-01, by Kim Alvefur
-
server_epoll: Ignore unused loop variable [luacheck]2017-01-01, by Kim Alvefur
-
Merge 0.10->trunk2017-01-01, by Kim Alvefur
-
server_epoll: Flush and close all connections before quitting mainloop so no data is lost in buffers2017-01-01, by Kim Alvefur
-
server_epoll: Handle the argument to setquitting like server_select2017-01-01, by Kim Alvefur
-
net.server_epoll: Add the 'once' argument to loop for parity with server_select2017-01-01, by Kim Alvefur
-
server_epoll: Add closeall() method for closing all clients and servers2017-01-01, by Kim Alvefur
-
net.http: Strip trailing whitespace2016-12-30, by Kim Alvefur
-
net.http: Remove unused imports [luacheck]2016-12-30, by Kim Alvefur
-
Merge 0.10->trunk2016-12-19, by Kim Alvefur
-
Makefile: Add 'test' to phony targets so `make test` runs tests even if a file 'test' exists2016-12-19, by Kim Alvefur
-
util.pposix: rfork() seems to be FreeBSD only (fixes #412)2016-12-19, by Kim Alvefur
-
Merge 0.10->trunk2016-12-15, by Kim Alvefur
-
mod_disco: Update to account for new intermediate session type (from 9f70d35a1602)2016-12-15, by Kim Alvefur
-
Merge 0.10->trunk2016-12-14, by Kim Alvefur
-
core.stanza_router: Remove hack for allowing resource binding IQ before resource binding2016-12-13, by Kim Alvefur
-
mod_roster: Rename variable to silence shadowing warning [luacheck]2016-12-13, by Kim Alvefur
-
mod_roster: Remove unused variable [luacheck]2016-12-13, by Kim Alvefur
-
mod_roster: Remove unused import [luacheck]2016-12-13, by Kim Alvefur
-
Merge 0.10->trunk2016-12-10, by Kim Alvefur
-
Merge 0.9->0.102016-12-09, by Kim Alvefur
-
mod_presence: Send probe once subscribed (fixes #794)2016-12-08, by Kim Alvefur
-
core.rostermanager: Add method for checking if the user is subscribed to a contact2016-12-09, by Kim Alvefur
-
mod_carbons: Rename some variables for clarity2016-12-08, by Kim Alvefur
-
mod_blocklist: Check first level cache before calling blocklist getter2016-12-05, by Kim Alvefur
-
mod_blocklist: Simplify loop with ipairs2016-12-08, by Kim Alvefur
-
mod_blocklist: Remove one indentation level2016-12-05, by Kim Alvefur
-
mod_blocklist: Return early from migration if no valid privacy list data is found2016-12-05, by Kim Alvefur
-
mod_blocklist: Make the 'false' metadata field a table so we can store timestamps and other useful data2016-12-08, by Kim Alvefur
-
hgignore: Ignore luacheck cache file2016-12-07, by Kim Alvefur
-
util.dependencies: Set ssl.x509 so core.certmanager knows that LuaSec is capable of certificate validation (fixes #781) 0.9.122016-11-28, by Kim Alvefur
-
Merge 0.10->trunk2016-12-05, by Kim Alvefur
-
util.dependencies: Add check and info about lua-bitops (for mod_websockets)2016-12-05, by Kim Alvefur
-
util.dependencies: Update links for LuaExpat and LuaSec which have moved to new locations2016-12-05, by Kim Alvefur
-
Merge 0.10->trunk2016-12-05, by Kim Alvefur
-
mod_websocket: Allow per-host cross_domain_websocket, defaulting to the base URL of the current host2016-12-05, by Kim Alvefur
-
mod_websocket: Add the base URL of each host module is enabled on to 'cross_domain_websocket'2016-12-05, by Kim Alvefur
-
mod_websocket: Verify that the client-sent Origin header matches cross_domain_websocket (fixes #652)2016-12-05, by Kim Alvefur
-
mod_websocket: Add some debug messages2016-12-04, by Kim Alvefur
-
net.websocket: Ignore unused argument warnings [luacheck]2016-12-04, by Kim Alvefur
-
Merge 0.10->trunk2016-12-02, by Kim Alvefur
-
mod_storage_sql: Normalize parameters for upgrade command2016-12-01, by Kim Alvefur
-
mod_storage_sql: List available commands if no commands given (currenly only one available)2016-12-01, by Kim Alvefur
-
mod_storage_sql: Don't say 'Unknown command' if no command was given (fixes attempt to concatenate nil)2016-12-01, by Kim Alvefur
-
mod_register: Record the time of registration in the account details store2016-12-01, by Kim Alvefur
-
mod_storage_sql: Include missing parameter table key 'port'2016-12-01, by Kim Alvefur
-
mod_storage_sql: Create a new table to hold normalized database parameters (fixes #636)2016-11-29, by Kim Alvefur
-
mod_storage_sql: Use is_stanza() from util.stanza2016-11-28, by Kim Alvefur
-
util.stanza: Add an is_stanza() function to check if an object is a stanza2016-11-28, by Kim Alvefur
-
configure: Fix quote on the correct side of the equals sign2016-11-28, by Kim Alvefur
-
configure: Use $() and quotes instead of `` [shellcheck]2016-11-27, by Kim Alvefur
-
Merge 0.10->trunk2016-11-27, by Kim Alvefur
-
MUC: Don't create room in response to unavailable presence2016-11-26, by Kim Alvefur
-
Merge 0.10->trunk2016-11-26, by Kim Alvefur
-
doc: Add a description of the Storage API in TypedLua format2016-11-26, by Kim Alvefur
-
core.certmanager: Translate "no start line" to something friendlier (thanks santiago)2016-11-26, by Kim Alvefur
-
man/prosodyctl: Mention --config2016-11-25, by Kim Alvefur
-
man/prosodyctl: Add section about certificate commands2016-11-25, by Kim Alvefur
-
core.stanza_router: Separate iq type check from child count check2016-11-25, by Kim Alvefur
-
core.stanza_router: Require 'id' attribute on iq stanzas (fixes #785)2016-11-25, by Kim Alvefur
-
Merge 0.9->0.102016-11-24, by Kim Alvefur
-
net.server_epoll: Use _SOCKETINVALID from LuaSocket2016-11-23, by Kim Alvefur
-
net.server_select: Prevent writes after a handler is closed (fixes #783 I hope)2016-11-22, by Kim Alvefur
-
Merge 0.10->trunk2016-11-21, by Kim Alvefur
-
util.datamanager: Shorter pattern2016-11-20, by Kim Alvefur
-
util.datamanager: Remove extraneous decoding of + to space, which we never never encode to2016-11-20, by Kim Alvefur
-
util.datamanager: Use the 'base' argument to tonumber() to indicate hexadecimal2016-11-20, by Kim Alvefur
-
mod_posix: Use type-specific config API2016-11-20, by Kim Alvefur
-
prosody: Add annotations to ignore various globals and unused arguments [luacheck]2016-11-20, by Kim Alvefur
-
prosody: Set session tables on the 'prosody' global first, then export them as globals2016-11-20, by Kim Alvefur
-
util.envload: Ignore use of Lua 5.1-only setfenv function [luacheck]2016-11-20, by Kim Alvefur
-
Merge 0.10->trunk2016-11-19, by Kim Alvefur
-
util.async: Add annotation to ignore warning [luacheck]2016-11-19, by Kim Alvefur
-
util.async: Rename variable to avoid name clash [luacheck]2016-11-19, by Kim Alvefur
-
Merge 0.10->trunk2016-11-19, by Kim Alvefur
-
mod_admin_telnet: Use the module:send() API for xmpp:ping command2016-11-18, by Kim Alvefur
-
util.dependencies: Disable warning about Lua 5.2 (but still warn about 5.3)2016-11-18, by Kim Alvefur
-
util.helpers: List event priorities instead of useless array index2016-11-18, by Kim Alvefur
-
Merge 0.10->trunk2016-11-17, by Kim Alvefur
-
Merge 0.10->trunk2016-11-04, by Kim Alvefur
-
mod_websocket: Set FIN flag on ping frames (fixes #773)2016-11-04, by Kim Alvefur
-
certs/Makefile: Remove more -c flags2016-11-03, by Kim Alvefur
-
Merge 0.9->0.102016-11-03, by Kim Alvefur
-
certs/Makefile: Remove -c flag to chmod, which appears to be a GNUism ... again (thanks waqas)2016-11-03, by Kim Alvefur
-
mod_tls: Ignore unused argument [luacheck]2016-11-02, by Kim Alvefur
-
mod_register: Rename session reference in wrapped close method [luacheck]2016-11-02, by Kim Alvefur
-
mod_register: Additional logging for various registration failure cases2016-11-02, by Kim Alvefur
-
net.server_epoll: Make sure socket exists before checking if there is buffered data in it2016-10-27, by Kim Alvefur
-
MUC: Include the appropriate status code if nickname is changed during join process2016-10-26, by Kim Alvefur
-
mod_muc/muc.lib: Allow passing different <x> elements to be passed to :publicise_occupant_status()2016-10-26, by Kim Alvefur
-
Merge 0.10->trunk2016-10-18, by Kim Alvefur
-
util.pubsub: Rename loop variable to avoid name clash [luacheck]2016-10-18, by Kim Alvefur
-
util.cache: Ignore unused argument [luacheck]2016-10-18, by Kim Alvefur
-
util.statsd: Ignore unused argument [luacheck]2016-10-18, by Kim Alvefur
-
util.array: Remove unused arguments [luacheck]2016-10-18, by Kim Alvefur
-
util.array: Rename arguments to avoid name clash [luacheck]2016-10-18, by Kim Alvefur
-
mod_carbons: Fix logic presendence2016-10-17, by Kim Alvefur
-
Merge 0.10->trunk2016-10-15, by Kim Alvefur
-
util.pubsub: Factor item storage cache into a per service configurable option2016-10-15, by Kim Alvefur
-
util.pubsub: Switch to use util.cache for item data2016-10-15, by Kim Alvefur
-
MUC: Run component shutdown after mod_c2s has closed its sessions (prevents ghosts)2016-10-15, by Kim Alvefur
-
Merge 0.10->trunk2016-10-13, by Kim Alvefur
-
certs/localhost.cnf: Make localhost.crt self-signed (thanks jonas)2016-10-13, by Kim Alvefur
-
net.server_epoll: Check that connection still exists after callback, fixes traceback when closed2016-10-09, by Kim Alvefur
-
Merge 0.10->trunk2016-10-08, by Kim Alvefur
-
Makefile: Fix installing modules into their correct subdirectories (thanks mimi89999)2016-10-08, by Kim Alvefur
-
net.server_event: Restore destruction of socket on read timeout (lost since e67891ad18d6) (thanks Ge0rG)2016-10-08, by Kim Alvefur
-
net.server_epoll: Separate ok from err branch more2016-10-07, by Kim Alvefur
-
Merge 0.10->trunk2016-10-07, by Kim Alvefur
-
mod_s2s: Log error message from DNS lookup2016-10-04, by Kim Alvefur
-
MUC: Return 'true' from room:destroy() so that use from the telnet console says 'OK'2016-10-01, by Kim Alvefur
-
Makefile: Preserve timestamps of installed files (fixes #547)2016-09-30, by Kim Alvefur
-
Makefile: Refactor all uses of the install command with variables, allowing them to be overridden2016-09-30, by Kim Alvefur
-
Makefile: Use install to copy plugins that live in subdirectories instead of recursive cp2016-09-30, by Kim Alvefur
-
Makefile: Use more specific globbing for util.sasl.* (like 5a60b4705bc3)2016-09-30, by Kim Alvefur
-
Merge 0.9->0.102016-09-28, by Kim Alvefur
-
Tagging 0.9.112016-09-27, by Matthew Wild
-
mod_s2s: Lower log message to 'warn' level, standard for remotely-triggered protocol issues 0.9.112016-09-27, by Matthew Wild
-
prosodyctl: Fix copy/paste error in help text for deluser command2016-09-27, by Matthew Wild
-
util.dependencies: Set global 'ssl' for compat with LuaSec 0.6 (fixes #749)2016-09-23, by Kim Alvefur
-
util.datamanager: Add annotations to ignore name clashes [luacheck]2016-09-24, by Kim Alvefur
-
util.datamanager: Rename variables to avoid name clashes [luacheck]2016-09-24, by Kim Alvefur
-
mod_carbons: Fix inverted logic (Thanks Ge0rg)}2016-09-23, by Kim Alvefur
-
mod_carbons: Compare with correct variable2016-09-23, by Kim Alvefur
Scroll all the way down to load more.