prosody.git
2014-09-23 Kim Alvefurmod_dialback, mod_saslauth: Remove broken fallback...
2014-09-22 Kim Alvefurcore.module{manager,api}: Fix for 010b141e91ed (Thanks...
2014-09-18 Kim Alvefurutil.random: Ensure at least 4 bytes of previous random...
2014-09-18 Kim Alvefurutil.random: Switch to SHA512
2014-09-17 Kim Alvefurutil.array: Add type() local
2014-09-17 Kim Alvefurprosody: Fix getfenv replacement for Lua 5.2
2014-09-17 Kim Alvefurcore.modulemanager, core.moduleapi: Hack around depende...
2014-09-17 Kim Alvefurcore.moduleapi: Use require instead of global to get...
2014-09-17 Kim Alvefurutil-src/*.c: Add macro for compiling with Lua 5.2
2014-09-17 Kim Alvefurutil-src/*.c: Use the more concise lua_setfield
2014-09-16 Kim Alvefurutil-src/*.c: Don't create globals when loaded
2014-09-10 Kim Alvefurnet.websocket: Fix handling of 'protocol' argument
2014-09-10 Kim AlvefurMakefile: Add net/websocket to install target
2014-09-10 Kim Alvefurprosodyctl: Use sha256 for certificate requests and...
2014-09-10 Kim Alvefurcore.sessionmanager: Set a fake thread on destroyed...
2014-09-09 Kim Alvefurcore.stanza_router, mod_s2s: Move handling of S2S featu...
2014-09-09 Kim AlvefurMerge 0.9->0.10
2014-09-09 Kim Alvefurcore.stanza_router: Stricter validation of stanzas
2014-09-05 Matthew WildMerge with Florob
2014-09-05 Florian Zeitzmod_websocket: Initial commit (based on the prosody...
2014-09-05 Florian ZeitzCheck Sec-WebSocket-Protocol header
2014-09-03 daurnimatornet/websocket: Add new websocket client code
2014-09-03 daurnimatornet/websocket: Add new websocket client code
2014-09-03 Matthew WildMerge 0.9->0.10
2014-09-03 Matthew Wildnet.http.parser: Support status code 101 and allow...
2014-09-02 Kim Alvefurutil.hex: Use locals!
2014-09-02 Kim AlvefurMerge 0.9->0.10
2014-09-02 Matthew Wildutil.uuid: Use util.hex and util.random
2014-09-02 Matthew Wildutil.random: Generic util lib for generating strings...
2014-09-02 Matthew Wildutil.hex: Small util lib for converting to/from hex...
2014-09-02 Matthew Wildnet.server_select: 'listener'->'listeners' (fixes undef...
2014-09-01 Kim Alvefurmod_dialback: Move d-w-d after to/from validation
2014-08-29 Matthew Wildnet.http, net.http.server, mod_c2s, mod_s2s, mod_compon...
2014-08-29 Matthew Wildnet.server_{select,event}: Add 'ondetach' callback...
2014-09-02 Kim Alvefurmod_s2s: Close offending s2s streams missing an 'id...
2014-08-29 Kim Alvefurmod_s2s_auth_certs: Warn about lack of certificate...
2014-08-28 Matthew WildMerge 0.9->0.10
2014-08-28 Matthew WildTagging 0.9.5
2014-08-28 Matthew WildMerge 0.9->0.10
2014-08-28 Matthew Wildutil.filters: Ignore filters being added twice (fixes...
2014-08-28 Matthew Wildmod_privacy: Fix to correctly sort privacy list rules...
2014-08-27 Kim Alvefurutil.xmppstream: Don't include empty stream ID in strea...
2014-08-23 Matthew Wildmod_c2s, mod_s2s: Log received invalid stream headers
2014-08-23 Matthew Wildutil.xmppstream: When error is 'no-stream', pass the...
2014-08-27 Kim Alvefurmod_s2s: Reset stream ID when resetting stream [compliance]
2014-08-27 Kim Alvefurmodulemanager: Reduce warning to debug level message...
2014-08-27 Kim Alvefurnet.http.server: Comment out a log message
2014-08-26 Kim Alvefurmod_s2s: Mark stream as opened earlier for outgoing...
2014-08-26 Kim Alvefurmod_compression: Handle compression setup errors by...
2014-08-26 Kim Alvefurmod_posix: Make sure that 'pidfile' is a string
2014-08-26 Kim Alvefurprosodyctl: Verify that 'pidfile' is a string, show...
2014-08-13 Kim Alvefurmod_private: Fix traceback due to missing table index
2014-08-12 Kim Alvefurmod_blocklist: Use full word as variable name, we can...
2014-08-12 Kim Alvefurmod_blocklist: Correct comment
2014-08-12 Kim Alvefurmod_blocklist: Fix any unblock emptying the blocklist
2014-08-10 Kim Alvefurmod_privacy: Remove, leave a log message about being...
2014-08-10 Kim Alvefurprosody.cfg.lua.dist: Replace mod_privacy with mod_bloc...
2014-08-10 Kim Alvefurmod_blocklist: XEP-0191 implementation written for...
2014-08-09 Kim Alvefurmod_private: Cleanup and more tailcalls
2014-08-07 Kim Alvefurutil.jid: Optimize bare
2014-08-07 Kim Alvefurutil.jid: Use existing join function in jid.prep
2014-08-07 Kim Alvefurutil.jid: Return early in join on invalid jids
2014-07-31 Matthew Wildprosodyctl: Remove nonsensical warning
2014-07-31 Matthew Wildprosodyctl: Improve JID splitting and normalization...
2014-07-31 Matthew Wildconfigmanager: nameprep VirtualHost and Component names
2014-07-25 Kim Alvefurmod_s2s: Remove unused locals
2014-07-31 Matthew WildMerge 0.9->0.10
2014-07-25 Kim Alvefurmod_s2s_auth_certs: Pick a logging function once and...
2014-07-25 Kim Alvefurmod_s2s_auth_certs: Split PKIX based certificate checki...
2014-07-25 Matthew WildMerge 0.9->0.10
2014-07-25 Matthew Wildnet.server_select/event: Switch sender mode to *a when...
2014-07-25 Matthew WildMerge 0.9->0.10
2014-07-25 Kim Alvefurmod_admin_telnet: Fix dns:(add,set)nameservers()
2014-07-25 Matthew Wildnet.dns: Remove unused obsolete code
2014-07-25 Matthew Wildnet.dns: Ensure all pending requests get notified of...
2014-07-09 Kim Alvefurmod_dialback: Respect dwd config option
2014-07-04 Kim Alvefurmod_dialback.lua: Only check certificates on secure...
2014-07-04 Kim Alvefurmod_lastactivity, mod_legacyauth, mod_presence, mod_sas...
2014-07-04 Kim Alvefurmod_dialback: Short-circuit dialback auth if certificat...
2014-07-03 Kim Alvefurmod_register: get_child_text! (thanks Lloyd)
2014-07-03 Kim Alvefurmod_dialback: Keep the same dialback secret across...
2014-06-30 Kim Alvefurnet.dns: Fix duplicated cache insertions by limiting...
2014-06-25 Kim Alvefurnet.adns: Add missing local declaration
2014-06-17 Kim Alvefurtools/ejabberd2prosody.lua: Fix JID building, node...
2014-05-22 Kim Alvefurhostmanager, mod_dialback: Move generation of dialback...
2014-07-04 Kim AlvefurMerge 0.9->0.10
2014-07-03 Kim Alvefurmod_tls: Simplify and use new ssl config merging in...
2014-07-03 Kim Alvefurcore.portmanager: Simplify and take advantage of new...
2014-07-03 Kim Alvefurcore.certmanager: Make create_context() support an...
2014-07-03 Kim Alvefurcore.certmanager: Use util.sslconfig
2014-07-03 Kim Alvefurutil.sslconfig: Add lib to deal with LuaSec SSL context...
2014-07-03 Kim Alvefurmod_presence: Move presence/initial event to correct...
2014-06-30 Kim AlvefurMerge 0.9->0.10
2014-06-21 Kim AlvefurMerge 0.9->0.10
2014-06-20 Kim Alvefurmod_storage_{none,internal,sql}: Return error for unsup...
2014-06-20 Kim Alvefurmod_storage_sql2: Don't ignore failure in keyval_store...
2014-06-20 Kim Alvefurmod_presence: Fire a presence/initial event on initial...
2014-05-28 Matthew Wildmod_admin_telnet: Add command to list MUC rooms
2014-05-24 Kim Alvefurmod_s2s: Fire a 's2s-created' event when new s2s connec...
2014-05-22 Kim Alvefurmod_s2s: Remove redundant setting of session.direction
next