- 28 Feb, 2016 7 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
It doesn't properly preserve copyright headers from r.js builds.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Strophe.ping.js was still in the no-dependencies build Also clean up wrapper-end.js a bit as well as the grouping of dependencies in non_amd.html Remove locales from utils.js and include it in converse.js so that the locales can more easily be removed from the build.
-
- 27 Feb, 2016 1 commit
-
-
JC Brand authored
Also, remove build-no-locales-no-otr.js
-
- 26 Feb, 2016 4 commits
- 23 Feb, 2016 1 commit
-
-
JC Brand authored
Instead of using the deps-*.js files. Builds will currently break, they still need to be reworked. Also moved the refreshWebkit method to utils.
-
- 20 Feb, 2016 2 commits
- 19 Feb, 2016 6 commits
- 18 Feb, 2016 2 commits
-
-
JC Brand authored
Add synchronize_presence option
-
Davide Colombo authored
-
- 17 Feb, 2016 5 commits
-
-
JC Brand authored
Fixes #596
-
JC Brand authored
Add a UMD header so that the example plugin can be used without require.js Remove needles cruft and dependencies.
-
JC Brand authored
-
JC Brand authored
Fix non_amd.html
-
rlanvin authored
- converse-muc.js was overriding the global "converse" variable with undefind (the factory function didn't return anything) - locales was not defined in utils.js in non AMD (not passed in the factory function)
-
- 16 Feb, 2016 9 commits
-
-
JC Brand authored
add random resource also for auto_login
-
Davide Colombo authored
-
JC Brand authored
-
JC Brand authored
The ChatBox.show() method was being called for every invocation, 100ms after the fact, instead of it being called only once. Fixed that and also changed to call it at the start.
-
JC Brand authored
OTR messages which are setting up an encrypted session.
-
JC Brand authored
The OTR functionality is now fully decoupled and can be removed entirely without breakage.
-
JC Brand authored
Also fixed errors with converse obj not being defined in the MUC plugin.
-
JC Brand authored
First component to remove is MUC which was moved to src/converse-muc.js The components are written as plugins and use converse.js's plugin machinery. Update the plugin docs somewhat with new insites found while working on the muc plugin.
-
JC Brand authored
logout if you are using auto_login=true
-
- 15 Feb, 2016 3 commits