Lyubo Marinov
4581605a28
[eslint] newline-after-var, newline-before-return, newline-per-chained-call
hace 8 años
Lyubo Marinov
110fe997b6
[eslint] no-continue
hace 8 años
Lyubo Marinov
0da7f6b98f
[eslint] no-negated-condition
hace 8 años
Lyubo Marinov
13bfa61028
[eslint] prefer-arrow-callback
hace 8 años
Lyubo Marinov
c991abf9ef
[eslint] prefer-template
hace 8 años
hristoterezov
6095a3a95d
fix(eslint): Add no-eq-null rule
hace 8 años
Lyubo Marinov
5bff0ed543
[eslint] no-var
hace 8 años
Lyubo Marinov
4293971466
[eslint] operator-linebreak
hace 8 años
Lyubo Marinov
ed0d464392
[eslint] quotes
hace 8 años
Lyubo Marinov
b5b0e95b4e
[eslint] sort-vars
hace 8 años
Lyubo Marinov
78217478d1
[eslint] space-before-function-paren
hace 8 años
Lyubo Marinov
324afc0caf
[eslint] space-infix-ops
hace 8 años
hristoterezov
c96898c478
fix(eslint): Add no-multi-spaces rule
hace 8 años
hristoterezov
3e44723582
fix(eslint): Add indent rule
hace 8 años
hristoterezov
f02a22d3f9
fix(eslint): Add brace-style rule
hace 8 años
hristoterezov
c36b464bfc
fix(eslint): Add curly rule
hace 8 años
Lyubo Marinov
596767d57e
[eslint] object-shorthand
hace 8 años
hristoterezov
fceb8606d8
fix(eslint): Add no-extra-parens rule
hace 8 años
paweldomas
3b59cdb080
ref(RTC): cleanup local track access
hace 9 años
paweldomas
682e0abaf8
fix(sdp): remove 'ssltcp' candidates when 'webrtcIceTcpDisable' = true
hace 9 años
paweldomas
937dc622c0
feat(Jingle): add 'failICE' config option
The flag when set to 'true' will enforce ICE failure. It is supposed to
be used in automatic testing.
hace 9 años
Lyubomir Marinov
90ee7e8a54
ESLint
Our JSHint configuration is not extensive and we have excluded multiple
files from linting. Additionally, we have seen JSHint to be unable to
parse newer ECMAScript features such as the object spread operator
(proposal).
On the other hand, we have seen ESLint to beautifully work on React and
React Native source code in addition to ES2015 and later. Introduce
ESLint alongside JSHint as an intermediate step to eventually switching
from JSHint to ESLint.
As our source code does not fully follow even the JSHint rules we have,
it is very difficult to introduce ESLint with many rules. At the
beginning, introduce it with as little rules as possible. Morever,
ESLint is able to automatically fix certain rule offenders so once we
have ESLint merged we can incrementally add new rules while keeping our
commits' modification on as little subjects as possible.
hace 9 años
hristoterezov
9781a0d63c
ref(module/xmpp): ES6 for modules/xmpp/xmpp.js and it's related files
hace 9 años
paweldomas
f6d730794e
Deal with the WebRTC streams on per track basis
hace 9 años
Lyubomir Marinov
1e17367d5b
Initializes fields with primitive values through the prototype. (The Internet says that's faster so it MUST be true.)
hace 9 años
Lyubomir Marinov
230196572c
Simplifies source code.
hace 9 años
Lyubomir Marinov
e97859f23d
Complies with the convention in most of the source code in the file and puts opening braces at the end of the interval after a space character.
hace 9 años
Lyubomir Marinov
4dd7ae6bfa
Improves the readability of the source code. (Suggested by Iván Loire.)
hace 9 años
Lyubomir Marinov
7287bc2829
Deduplicates string searches using SDPUtil.find_line/s.
hace 9 años
hristoterezov
37e73e7ec5
Fixes minor Firefox issues. Adds methods for the desktop sharing.
hace 10 años
paweldomas
4dc5021ab0
Makes sure that we keep local video SSRC as a "recvonly" when muted.
hace 10 años
paweldomas
dd54228913
Removes unused code used to inject local SSRCs.
(cherry picked from commit 286225e81e )
# Conflicts:
# modules/xmpp/SDP.js
hace 10 años
George Politis
6d07dda5de
Fixes issue in ssrc-group SDP parsing.
How did this even work before?
hace 10 años
Boris Grozev
09640e23ba
Adds config options to filter out TCP or UDP candidates (for the purpose
of forcing one or the other in automated tests).
hace 10 años
Boris Grozev
03b5952973
Fix comparison warnings.
hace 10 años
hristoterezov
e1cc5e5aac
Changes the logger from console to jitsi-meet-logger
hace 10 años
Boris Grozev
72d4ecb607
initial commit
hace 10 años