Software /
code /
prosody
Graph
-
xmppcomponent_listener: Use new API for writing to components, fixes traceback (thanks Tobias)2009-11-22, by Matthew Wild
-
s2smanager: Fix syntax error introduced in merge2009-11-22, by Matthew Wild
-
Merge with trunk2009-11-22, by Matthew Wild
-
stanza_router: Don't log full stanzas destined for s2s2009-11-22, by Matthew Wild
-
net.server_select: Bring up to date to new common connection API2009-11-22, by Matthew Wild
-
net.httpserver, net.http: Update for new net.server API (untested)2009-11-22, by Matthew Wild
-
*_listener: Update for new net.server API, specifically .listener -> .onincoming, .disconnect -> .ondisconnect2009-11-22, by Matthew Wild
-
net.adns: Update for new net.server API (doesn't work with libevent yet)2009-11-22, by Matthew Wild
-
s2smanager: Update for new net.server API (s2s still doesn't work with libevent for other reasons)2009-11-22, by Matthew Wild
-
net.server_event: Comment accidentally uncommented vdebug()2009-11-22, by Matthew Wild
-
net.server_event: Handle and ignore 'wantread' error from receive(), treat as a timeout2009-11-22, by Matthew Wild
-
net.server_event: Remove premature non-optimisation2009-11-22, by Matthew Wild
-
net.server_event: Fix moved line caused by Mercurial's crecord and my selective commits2009-11-22, by Matthew Wild
-
net.server_event: Obey nowriting/nointerface for locks in interface methods2009-11-22, by Matthew Wild
-
net.server_event: Add set_sslctx() method to connections2009-11-22, by Matthew Wild
-
net.server_event: conn.usingssl -> conn._usingssl2009-11-22, by Matthew Wild
-
net.server_event: Use correct listener callbacks2009-11-22, by Matthew Wild
-
net.server_event: Small whitespace fixes2009-11-22, by Matthew Wild
-
net.server_event: Correct a few instances of .sslctx to ._sslctx2009-11-22, by Matthew Wild
-
net.server_event: Call connection's onconnect, no need to pass closures around now2009-11-22, by Matthew Wild
-
net.server_event: Use connection id in all relevant logging2009-11-22, by Matthew Wild
-
net.server_event: Define id property for connection objects, to aid logging2009-11-22, by Matthew Wild
-
net.server_event: Define vdebug function for convenience2009-11-22, by Matthew Wild
-
net.server_event: Change to new standard addserver() syntax2009-11-21, by Matthew Wild
-
net.server_select: Change addserver() parameters to be compatible with new standard syntax2009-11-21, by Matthew Wild
-
mod_tls: Switch to : syntax for connection methods2009-11-21, by Matthew Wild
-
xmppclient_listener: Use : syntax for connection methods, to be compatible with new server.lua2009-11-21, by Matthew Wild
-
xmppclient_listener: Switch to .onincoming listener method, to be compatible with new server_event.lua2009-11-21, by Matthew Wild
-
net.server: Small fix for addtimer() compatibility code2009-11-21, by Matthew Wild
-
net.connlisteners: Standardise on new syntax for addserver(), and clean up a bit2009-11-21, by Matthew Wild
-
sessionmanager: Use : syntax for calling connection methods2009-11-21, by Matthew Wild
-
objectmanager: Convert to unix line-endings2009-11-21, by Matthew Wild
-
s2smanager: Don't log full stanza when sending outwards2009-11-21, by Matthew Wild
-
s2smanager: Don't tostring() the data before sending, sends2s already does this.2009-11-21, by Matthew Wild
-
mod_bosh: Don't log response XML2009-11-21, by Matthew Wild
-
util.timer: Fix libevent timers (event.base doesn't exist...)2009-11-21, by Matthew Wild
-
net.server_event: Export base as event_base2009-11-21, by Matthew Wild
-
net.server_event: Comment overly verbose log message2009-11-21, by Matthew Wild
-
util.timer: Use libevent for lightweight timers if available and configured (use_libevent option)2009-11-21, by Matthew Wild
-
net.server: Rename to net.server_select2009-11-21, by Matthew Wild
-
net.server_event: Remove redundant getid() function2009-11-20, by Matthew Wild
-
s2smanager: Fail outgoing s2s connection if hostname does not pass idna_to_ascii(), thanks Flo + waqas2009-11-20, by Matthew Wild
-
util.sasl: Add COMPAT comment2009-11-18, by Matthew Wild
-
mod_console: Moved activation of the console port from the main file to mod_console.2009-11-18, by Waqas Hussain
-
prosody.net_activate_ports: Slightly refactored and definition moved to before modules are loaded.2009-11-18, by Waqas Hussain
-
mod_register: Log a debug message when a session's IP is not available.2009-11-18, by Waqas Hussain
-
mod_bosh: Set session.ip for BOSH sessions.2009-11-18, by Waqas Hussain
-
util.sasl: Added compatibility workaround for jwchat sending an encoded trailing '\0' in SASL responses.2009-11-18, by Waqas Hussain
-
net.dns: Be more strict about the records we cache2009-11-18, by Matthew Wild
-
net.dns: Be more strict about checking the DNS replies we receive2009-11-18, by Matthew Wild
-
util.sasl: Improved a log message.2009-11-13, by Waqas Hussain
-
util.sasl: Allow authzid=username (for compatibility with Smack's non-compliant behavior).2009-11-13, by Waqas Hussain
-
util.sasl: Return proper error when client provides authzid.2009-11-12, by Waqas Hussain
-
Changed separator between attribute names and prefixes from '|' to '\1' (optimization and cleanup).2009-11-12, by Waqas Hussain
-
net.connlisteners: Log an error when a listener fails to load.2009-11-12, by Waqas Hussain
Scroll all the way down to load more.