prosody.git
2009-11-25 Matthew WildMerge with Tobias's SASL redesign branch
2009-11-25 Matthew WildMerge with 0.6
2009-11-25 Matthew Wildutil.dependencies: Log an error if the current version...
2009-11-25 Matthew WildMerge with 0.6 on prosody.im
2009-11-25 Matthew WildMerge with 0.6
2009-11-25 Matthew Wilds2smanager: Log warning when trying to send a stanza...
2009-11-24 Matthew WildMerge with trunk
2009-11-24 Matthew Wildcore.sessionmanager, net.*_listener: Remove the evil...
2009-11-24 Waqas Hussainxmppclient_listener: Escape control characters when...
2009-11-24 Waqas Hussainnet.server: Log an error when libevent is requested...
2009-11-23 Matthew WildMerge with trunk
2009-11-23 Matthew WildMerge with 0.6
2009-11-23 Matthew Wildutil.datamanager: Replace popen(mkdir) with lfs.mkdir...
2009-11-23 Matthew Wildutil.dependencies: Missed a Debian/
2009-11-23 Matthew Wildutil.dependencies: Clearer message, add homepages,...
2009-11-23 Matthew Wildutil.dependencies: Add LuaFileSystem as a hard dependency
2009-11-23 Waqas HussainMerged with 0.6.
2009-11-23 Waqas Hussainprosody: Added support for command line argument '...
2009-11-23 Matthew WildMerge with trunk
2009-11-23 Matthew Wildtests/modulemanager_option_conversion.lua: Add standalo...
2009-11-23 Matthew Wildmodulemanager: New module API methods for getting confi...
2009-11-23 Waqas HussainMerged with 0.6.
2009-11-23 Waqas Hussainutil.serialization: Replaced commas with semi-colons...
2009-11-23 Waqas Hussainutil.serialization: Concise output for empty tables.
2009-11-23 Waqas HussainMainfile: Fixed some comments.
2009-11-23 Matthew Wildutil.dependencies: Make the commands line up properly...
2009-11-22 Matthew Wildmod_console: Update for new net.server API
2009-11-22 Waqas HussainMerged with 0.6.
2009-11-22 Waqas Hussainmod_presence: Route incoming presence subscription...
2009-11-22 Waqas Hussainmod_presence: Acknowledge subscription requests by...
2009-11-22 Waqas Hussainsessionmanager: Added function send_to_interested_resou...
2009-11-22 Waqas Hussainsessionmanager: Fixed and cleaned function send_to_avai...
2009-11-22 Waqas Hussainloggingmanager: Explicitly flush log messages if the...
2009-11-22 Matthew Wildmod_proxy65: Update for new net.server API, untested
2009-11-22 Matthew Wildmod_proxy65: Import from prosody-modules, thanks Ephraim :)
2009-11-22 Matthew Wildnet.server: Add some comments to explain to waqas how...
2009-11-22 Matthew Wildxmppcomponent_listener: Use new API for writing to...
2009-11-22 Matthew Wilds2smanager: Fix syntax error introduced in merge
2009-11-22 Matthew WildMerge with trunk
2009-11-22 Matthew Wildstanza_router: Don't log full stanzas destined for s2s
2009-11-22 Matthew Wildnet.server_select: Bring up to date to new common conne...
2009-11-22 Matthew Wildnet.httpserver, net.http: Update for new net.server...
2009-11-22 Matthew Wild*_listener: Update for new net.server API, specifically...
2009-11-22 Matthew Wildnet.adns: Update for new net.server API (doesn't work...
2009-11-22 Matthew Wilds2smanager: Update for new net.server API (s2s still...
2009-11-22 Matthew Wildnet.server_event: Comment accidentally uncommented...
2009-11-22 Matthew Wildnet.server_event: Handle and ignore 'wantread' error...
2009-11-22 Matthew Wildnet.server_event: Remove premature non-optimisation
2009-11-22 Matthew Wildnet.server_event: Fix moved line caused by Mercurial...
2009-11-22 Matthew Wildnet.server_event: Obey nowriting/nointerface for locks...
2009-11-22 Matthew Wildnet.server_event: Use conn property for send/receive...
2009-11-22 Matthew Wildnet.server_event: Set startsslcallback property to...
2009-11-22 Matthew Wildnet.server_event: Add set_sslctx() method to connections
2009-11-22 Matthew Wildnet.server_event: conn.usingssl -> conn._usingssl
2009-11-22 Matthew Wildnet.server_event: Use correct listener callbacks
2009-11-22 Matthew Wildnet.server_event: Small whitespace fixes
2009-11-22 Matthew Wildnet.server_event: Correct a few instances of .sslctx...
2009-11-22 Matthew Wildnet.server_event: Call connection's onconnect, no need...
2009-11-22 Matthew Wildnet.server_event: Use connection id in all relevant...
2009-11-22 Matthew Wildnet.server_event: Define id property for connection...
2009-11-22 Matthew Wildnet.server_event: Define vdebug function for convenience
2009-11-21 Matthew Wildobjectmanager: Convert to unix line-endings
2009-11-21 Matthew Wildnet.server_event: Change to new standard addserver...
2009-11-21 Matthew Wildnet.server_select: Change addserver() parameters to...
2009-11-21 Matthew Wildmod_tls: Switch to : syntax for connection methods
2009-11-21 Matthew Wildxmppclient_listener: Use : syntax for connection method...
2009-11-21 Matthew Wildxmppclient_listener: Switch to .onincoming listener...
2009-11-21 Matthew Wildnet.server: Small fix for addtimer() compatibility...
2009-11-21 Matthew Wildnet.connlisteners: Standardise on new syntax for addser...
2009-11-21 Matthew Wildsessionmanager: Use : syntax for calling connection...
2009-11-21 Matthew Wilds2smanager: Don't log full stanza when sending outwards
2009-11-21 Matthew Wilds2smanager: Don't tostring() the data before sending...
2009-11-21 Matthew Wildmod_bosh: Don't log response XML
2009-11-21 Matthew Wildutil.timer: Fix libevent timers (event.base doesn't...
2009-11-21 Matthew Wildnet.server_event: Export base as event_base
2009-11-21 Matthew Wildnet.server_event: Comment overly verbose log message
2009-11-21 Matthew Wildutil.timer: Use libevent for lightweight timers if...
2009-11-21 Matthew Wildnet.server: New net.server to choose the appropriate...
2009-11-21 Matthew Wildnet.server: Rename to net.server_select
2009-11-20 Matthew Wildnet.server_event: Remove redundant getid() function
2009-11-20 Matthew Wildnet.server_event: Initial commit of server_event.lua...
2009-11-20 Matthew Wilds2smanager: Fail outgoing s2s connection if hostname...
2009-11-20 Matthew Wilds2smanager: Queue db:verify unless we already sent...
2009-11-19 Tobias MarkmannMerge with trunk.
2009-11-19 Tobias MarkmannReduce needed roundtrips during DIGEST-MD5 login.
2009-11-19 Tobias MarkmannAdding some human readable error messages.
2009-11-19 Tobias MarkmannFail if username or password don't pass SASLprep.
2009-11-19 Tobias MarkmannUse new cofig option reading API.
2009-11-19 Tobias MarkmannAllow SASL PLAIN over unsecure connections when intende...
2009-11-19 Tobias MarkmannTypo.
2009-11-18 Tobias MarkmannHandle , and = in usernames for SCRAM.
2009-11-18 Tobias MarkmannProvide SASL PLAIN mechanism only if TLS is active.
2009-11-18 Tobias MarkmannCleaning up.
2009-11-18 Tobias MarkmannTidying up.
2009-11-18 Tobias MarkmannEnable restriction of supported mechanisms in the SASL...
2009-11-18 Tobias MarkmannSASLprep authentication and password in SASL PLAIN...
2009-11-18 Tobias MarkmannSASLprep usernames and passwords.
2009-11-18 Matthew Wildutil.sasl: Add COMPAT comment
2009-11-18 Waqas Hussainmod_console: Moved activation of the console port from...
2009-11-18 Waqas Hussainprosody.net_activate_ports: Slightly refactored and...
next