mod_bosh: Remove a session from inactive_sessions before destroying it
|
Matthew Wild |
2011-12-07 |
mod_bosh: Store time to destroy session in inactive_sessions, removing dependency on session.bosh_max_inactive in cleanup timer
|
Matthew Wild |
2011-12-07 |
util.dataforms: Fix verfication for booleans
|
Florian Zeitz |
2011-12-03 |
util.dataforms: Fix form verification
|
Florian Zeitz |
2011-12-02 |
util.ip: Fix syntax error (while I search for my pre-commit hooks)
|
Matthew Wild |
2011-11-30 |
util.ip: Fix in IP range calculation for 172.16.0.0/12
|
Matthew Wild |
2011-11-30 |
s2smanager: Use config over xmppserver's default interface
|
Matthew Wild |
2011-11-28 |
net.xmppserver_listener: Set default interface to '*' (fixes traceback) (thanks Zash)
|
Matthew Wild |
2011-11-28 |
net.server_select: Autostart SSL negotiation as the last part of socket setup to avoid a traceback (#262) (thanks Maranda)
|
Matthew Wild |
2011-11-28 |
Merge with Florob
|
Matthew Wild |
2011-11-26 |
loggingmanager: Remove unused 'critical' level
|
Matthew Wild |
2011-11-22 |
util.dependencies, util.xmppstream: Move LuaExpat version checking to util.dependencies.
|
Waqas Hussain |
2011-11-21 |
util.xmppstream: A little cleanup.
|
Waqas Hussain |
2011-11-21 |
MUC: Fix a possible stack overflow (when a local component joins a room, then disconnects, an unavailble-error presence cycle can occur).
|
Waqas Hussain |
2011-11-21 |
util.rfc3484: Use a stable sorting algorithm
|
Florian Zeitz |
2011-11-06 |
s2smanager, net.dns: Fix handling for NXNAME and SRV target of "."
|
Florian Zeitz |
2011-10-26 |
s2smanager, xmppserver_listener: Support for connecting to other servers via IPv6
|
Florian Zeitz |
2011-10-22 |
util.rfc3484: New util implementing RFC3484 sorting
|
Florian Zeitz |
2011-10-22 |
util.ip: New module containing IP related functions
|
Florian Zeitz |
2011-10-22 |
util.debug: Fix potential traceback
|
Matthew Wild |
2011-11-19 |
migrator/jabberd14: Support for reading jabberd14 spool files.
|
Waqas Hussain |
2011-11-19 |
Merge with Zash
|
Matthew Wild |
2011-11-18 |
util.pposix: Don't trust errno for success. Thanks Quince
|
Kim Alvefur |
2011-11-18 |
mod_proxy65: Major cleanup, better logging, handling of all error cases, less code, and other goodness.
|
Waqas Hussain |
2011-11-05 |
util.timer: Variable name change (func -> callback)
|
Matthew Wild |
2011-11-03 |
util.debug: Experimental new library for producing more extensive debug tracebacks
|
Matthew Wild |
2011-11-03 |
Merge with Zash
|
Matthew Wild |
2011-11-02 |
Makefile: Fix making of prosody.version
|
Kim Alvefur |
2011-10-23 |
prosody: Ensure prosody.paths.config is never nil (certmanager.create_context fails otherwise).
|
Waqas Hussain |
2011-11-01 |
certmanager: More informative logging.
|
Waqas Hussain |
2011-11-01 |
util.jid: Added escape() and unescape().
|
Waqas Hussain |
2011-11-01 |
Merge with Zash
|
Matthew Wild |
2011-10-26 |