Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | MUC: Fix conflict when restoring room where the same bare JID has joined as ↵ | Kim Alvefur | 2016-09-11 | 1 | -25/+10 | |
| | | | | | | | | | | | | multiple participants | |||||
* | | | Merge 0.10->trunk | Matthew Wild | 2016-09-07 | 1 | -1/+2 | |
|\| | | ||||||
| * | | mod_bosh: Save last response in case retransmission is required | Sam Whited | 2016-09-07 | 1 | -1/+2 | |
| | | | ||||||
* | | | net.server_epoll: Make minimum poll wait time configurable | Kim Alvefur | 2016-09-04 | 1 | -4/+7 | |
| | | | ||||||
* | | | net.server_epoll: Support for setting configuration parameters | Kim Alvefur | 2016-09-04 | 1 | -2/+6 | |
| | | | ||||||
* | | | mod_bosh: Update BOSH wait timeout logic to work despite the addition of ↵ | Matthew Wild | 2016-09-02 | 1 | -3/+4 | |
| | | | | | | | | | | | | deferred requests | |||||
* | | | mod_bosh: Fix typo | Matthew Wild | 2016-09-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge 0.10->trunk | Matthew Wild | 2016-09-02 | 1 | -20/+60 | |
|\| | | ||||||
| * | | mod_bosh: Make 'hold' and 'requests' fixed to '1' and '2' respectively, as ↵ | Matthew Wild | 2016-09-02 | 1 | -11/+17 | |
| | | | | | | | | | | | | this is what all implementations realistically use | |||||
| * | | mod_bosh: Log when a stanza isn't handled because we can't find a session for it | Matthew Wild | 2016-09-02 | 1 | -0/+2 | |
| | | | ||||||
| * | | mod_bosh: Correctly handle requests arriving out of order (thanks Jitsi folk!) | Matthew Wild | 2016-09-02 | 1 | -10/+42 | |
| | | | ||||||
* | | | Logging error if MUC room cache is full | Sam Whited | 2016-09-02 | 1 | -3/+3 | |
| | | | ||||||
* | | | Merge 0.10->trunk | Matthew Wild | 2016-08-31 | 1 | -1/+6 | |
|\| | | ||||||
| * | | stanza_router: Make 'unhandled stanza' errors more informative | Matthew Wild | 2016-08-31 | 1 | -1/+6 | |
| | | | ||||||
* | | | Merge 0.10->trunk | Matthew Wild | 2016-08-31 | 3 | -7/+11 | |
|\| | | ||||||
| * | | moduleapi: 'duration' became 'times' | Matthew Wild | 2016-08-31 | 1 | -1/+1 | |
| | | | ||||||
| * | | storagemanager: Fix for previous commit | Matthew Wild | 2016-08-31 | 1 | -1/+1 | |
| | | | ||||||
| * | | storagemanager: Fire event when opening a store, and allow the returned ↵ | Matthew Wild | 2016-08-31 | 1 | -0/+5 | |
| | | | | | | | | | | | | store/err to be overridden | |||||
| * | | storagemanager: Simplify function flow | Matthew Wild | 2016-08-31 | 1 | -5/+5 | |
| | | | ||||||
| * | | Backed out changeset a23b5cb8c22b | Matthew Wild | 2016-08-31 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | It was a nice idea, but our s2s connection logic is too complicated. The session may have been destroyed inside attempt_connection(). | |||||
* | | | MUC: Restore modern version of public create_room() function removed in ↵ | Kim Alvefur | 2016-08-30 | 1 | -0/+12 | |
| | | | | | | | | | | | | dfaacf042cfe | |||||
* | | | mod_admin_telnet: Fix to use modern way to fetch a MUC room | Kim Alvefur | 2016-08-30 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge 0.10->trunk | Kim Alvefur | 2016-08-28 | 1 | -0/+1 | |
|\| | | ||||||
| * | | mod_s2s: Fire event when s2s connection fails | Matthew Wild | 2016-08-27 | 1 | -0/+1 | |
| | | | ||||||
* | | | net.server_epoll: More comments | Kim Alvefur | 2016-08-27 | 1 | -2/+27 | |
| | | | ||||||
* | | | Merge 0.10->trunk | Kim Alvefur | 2016-08-26 | 1 | -0/+4 | |
|\| | | ||||||
| * | | net.http.parser: Don't collapse buffer when expecting a chunk and not enough ↵ | Kim Alvefur | 2016-08-26 | 1 | -0/+3 | |
| | | | | | | | | | | | | data has been received | |||||
| * | | net.http.parser: Fix missing buffer length adjustment when parsing chunked ↵ | Kim Alvefur | 2016-08-26 | 1 | -0/+1 | |
| | | | | | | | | | | | | streams | |||||
* | | | Merge 0.10->trunk | Kim Alvefur | 2016-08-24 | 1 | -2/+11 | |
|\| | | ||||||
| * | | configure: Add ostype preset for NetBSD | Holger Weiss | 2015-04-17 | 1 | -2/+11 | |
| | | | ||||||
* | | | MUC: Fix compatibility with new and old storage format | Kim Alvefur | 2016-08-24 | 1 | -13/+11 | |
| | | | ||||||
* | | | net.server_epoll: Remove commented out code | Kim Alvefur | 2016-08-23 | 1 | -10/+0 | |
| | | | ||||||
* | | | net.server_epoll: Return early in the event of zero timers | Kim Alvefur | 2016-08-23 | 1 | -0/+5 | |
| | | | ||||||
* | | | net.server_epoll: Fix timer returning boolean | Kim Alvefur | 2016-08-23 | 1 | -1/+1 | |
| | | | ||||||
* | | | net.server_epoll: Let :init handle setup for onconnect handling | Kim Alvefur | 2016-08-22 | 1 | -4/+1 | |
| | | | ||||||
* | | | net.server_epoll: Tailcalls | Kim Alvefur | 2016-08-22 | 1 | -5/+6 | |
| | | | ||||||
* | | | net.server_epoll: Move management of fd registry to :setflags | Kim Alvefur | 2016-08-22 | 1 | -4/+5 | |
| | | | ||||||
* | | | net.server_epoll: Comments | Kim Alvefur | 2016-08-22 | 1 | -1/+5 | |
| | | | ||||||
* | | | net.server_epoll: Make maximum wait time configurable | Kim Alvefur | 2016-08-22 | 1 | -4/+3 | |
| | | | ||||||
* | | | Merge 0.10->trunk | Kim Alvefur | 2016-08-20 | 1 | -6/+7 | |
|\| | | ||||||
| * | | mod_blocklist: Mention issue numbers | Kim Alvefur | 2016-08-20 | 1 | -3/+4 | |
| | | | ||||||
| * | | mod_blocklist: Decrease priority of iq hooks to ease handling by other modules | Kim Alvefur | 2016-08-20 | 1 | -3/+3 | |
| | | | ||||||
* | | | Merge 0.10->trunk | Kim Alvefur | 2016-08-19 | 2 | -70/+70 | |
|\| | | ||||||
| * | | configure: Add --compiler-wrapper flag for using things like ccache or distcc | Kim Alvefur | 2016-08-19 | 1 | -0/+4 | |
| | | | ||||||
| * | | configure: Add initial attempt at pkg-config preset | Kim Alvefur | 2016-08-19 | 1 | -0/+14 | |
| | | | ||||||
| * | | configure: Do the same to CFLAGS and LDFLAGS in linux preset as for debian | Kim Alvefur | 2016-08-19 | 1 | -2/+1 | |
| | | | ||||||
| * | | configure: Move -ggdb flag here from util-src/Make | Kim Alvefur | 2016-08-19 | 2 | -2/+2 | |
| | | | ||||||
| * | | configure: Add C compiler flag to indicate C89 | Kim Alvefur | 2016-08-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | Move C compiler flag -pedantic from Makefile to configure | Kim Alvefur | 2016-08-19 | 2 | -2/+2 | |
| | | | ||||||
| * | | util-src/Makefile: Remove redundant -Wall (already set by configure) | Kim Alvefur | 2016-08-19 | 1 | -1/+1 | |
| | | |