aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_bosh.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_bosh: No need to tostring() uuids nowMatthew Wild2009-02-011-1/+1
* Replacing pretty_print() with top_tag() for loggingMatthew Wild2009-01-161-1/+1
* BOSH: Allow BOSH servers to be configured through config fileMatthew Wild2009-01-131-1/+13
* BOSH: Make previous fix a bit more efficientMatthew Wild2009-01-121-1/+1
* BOSH: Fix for error when closed session was in inactive_sessions listMatthew Wild2009-01-121-4/+8
* Implement session:close() for BOSH, and add checking for attempts to connect ...Matthew Wild2009-01-091-10/+24
* Change default maximum inactivity period to 60s from 30sMatthew Wild2009-01-091-1/+1
* Numerous BOSH improvements... handle client disconnects, either explicit or i...Matthew Wild2009-01-091-14/+47
* Remove some old debugging code from mod_boshMatthew Wild2008-12-271-7/+2
* Initial mod_bosh, works, kind of, but quite incompleteMatthew Wild2008-12-221-0/+211