- 01 Feb, 2017 12 commits
-
-
JC Brand authored
-
JC Brand authored
- Add a test case. - Don't allow passing of `attrs` to `chats.open`. Not sure yet of the implications of this.
-
Lauri Niskanen authored
Resolves #760.
-
JC Brand authored
https://greenkeeper.io/
-
Greenkeeper authored
https://greenkeeper.io/
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Not when the connection failed due to other reasons (like wrong credentials).
-
JC Brand authored
-
JC Brand authored
-
- 31 Jan, 2017 1 commit
-
-
JC Brand authored
when `auto_reconnect` is set to true.
-
- 26 Jan, 2017 1 commit
-
-
JC Brand authored
-
- 23 Jan, 2017 1 commit
-
-
Leo authored
The ChatRoomView renderDragResizeHandles is only rendering the top resize handle (<div class="dragresize dragresize-top"></div>). the insert was only inserting the first child of the dragresize template, which has 3 children. Modified to insert the whole the div that the dragresize template gets inserted into.
-
- 20 Jan, 2017 1 commit
-
-
JC Brand authored
-
- 16 Jan, 2017 1 commit
-
-
JC Brand authored
-
- 15 Jan, 2017 3 commits
- 13 Jan, 2017 1 commit
-
-
Fabio Montefuscolo authored
-
- 13 Dec, 2016 2 commits
- 09 Dec, 2016 2 commits
-
-
JC Brand authored
-
JC Brand authored
Prosody doesn't handle it if we set the affiliation for multiple JIDs in one stanza, so we need to send a stanza for each JID. Refs https://prosody.im/issues/issue/795
-
- 08 Dec, 2016 4 commits
- 07 Dec, 2016 6 commits
- 06 Dec, 2016 5 commits
-
-
JC Brand authored
When inviting someone to a members-only room, you only want to add an affiliation of 'member' if they don't already have any other affiliation. So we need to ignore the "new" member if they're already on *any* of the lists.
-
JC Brand authored
Make the delta algorithm simpler. Fixed some delta bugs in the process.
-
JC Brand authored
One for each affiliation (member, owner, admin). Unfortunately Prosody doesn't give you correct results if you query for all three affiliations in one stanza. We'll have to see whether setting all three in one stanza actually works.
-
JC Brand authored
As required by XEP-0045. This requires that we first fetch the existing member list, compute the delta and then send that if there is one.
-
JC Brand authored
When it's clear that a previous teardown didn't happen. So that objects can be garbage collected and that obsolete event handlers don't fire anymore.
-