Forráskód Böngészése

Update changelog, bump pluggable.js, move files to 3rdparty directory

JC Brand 8 éve
szülő
commit
327507412b
5 módosított fájl, 4 hozzáadás és 4 törlés
  1. 0 0
      3rdparty/bigint.js
  2. 0 0
      3rdparty/crypto.js
  3. 0 0
      3rdparty/moment_locales.js
  4. 0 0
      3rdparty/otr.js
  5. 4 4
      config.js

+ 0 - 0
src/bigint.js → 3rdparty/bigint.js


+ 0 - 0
src/crypto.js → 3rdparty/crypto.js


+ 0 - 0
src/moment_locales.js → 3rdparty/moment_locales.js


+ 0 - 0
src/otr.js → 3rdparty/otr.js


+ 4 - 4
config.js

@@ -65,8 +65,8 @@ require.config({
         "converse-vcard":           "src/converse-vcard",
 
         // Off-the-record-encryption
-        "bigint":               "src/bigint",
-        "crypto":               "src/crypto",
+        "bigint":               "3rdparty/bigint",
+        "crypto":               "3rdparty/crypto",
         "crypto.aes":           "node_modules/otr/vendor/cryptojs/aes",
         "crypto.cipher-core":   "node_modules/otr/vendor/cryptojs/cipher-core",
         "crypto.core":          "node_modules/otr/vendor/cryptojs/core",
@@ -79,7 +79,7 @@ require.config({
         "crypto.sha1":          "node_modules/otr/vendor/cryptojs/sha1",
         "crypto.sha256":        "node_modules/otr/vendor/cryptojs/sha256",
         "salsa20":              "node_modules/otr/build/dep/salsa20",
-        "otr":                  "src/otr",
+        "otr":                  "3rdparty/otr",
 
         // Locales paths
         "locales":   "src/locales",
@@ -103,7 +103,7 @@ require.config({
         "uk":        "locale/uk/LC_MESSAGES/converse.json",
         "zh":        "locale/zh/LC_MESSAGES/converse.json",
 
-        "moment_with_locales": "src/moment_locales",
+        "moment_with_locales": "3rdparty/moment_locales",
         'moment_af':        "node_modules/moment/locale/af",
         'moment_de':        "node_modules/moment/locale/de",
         'moment_es':        "node_modules/moment/locale/es",