Lorenz Hübschle-Schneider
a80db339f8
Use strict
...
Requires turning IrcUtils into an Angular service, because the global variable
trick won't work with use strict.
Reuse is still easily possible by removing the angular wrapping around it.
11 years ago
Anders Bergh
d456663db5
Replace all non-ASCII bytes with "?" in case of broken UTF-8.
11 years ago
Lorenz Hübschle-Schneider
f1c21ff23b
Catch broken UTF-8 to enable loading of buffers with broken lines
11 years ago
Tor Hveem
b379d50351
Decode and encode array directly without for loop
12 years ago
David Cormier
0107dabb2d
Fix jshint errors
12 years ago
David Cormier
d4a4f1bd7f
Create websockets module
12 years ago
Lorenz H-S
7d386f04c2
Use strict comparison operators
12 years ago
Lorenz H-S
836edf917d
Making compression optional was a stupid idea. Revert.
...
Instead, add a parameter to the connect function that allows disabling compression.
12 years ago
Lorenz H-S
bf6e92fc24
Implement support for compression (not enabled yet)
12 years ago
David Cormier
0912a2b55b
Remove extra comma and unnecessary semicolons
12 years ago
David Cormier
6d5573a148
Delete trailing whitespaces
12 years ago
David Cormier
6562ce22b4
apply jshint on weechat
12 years ago
Philippe Proulx
0f1bde187a
Support colors in nick list
12 years ago
Philippe Proulx
ddf491e8f0
Reduce attribute names length
12 years ago
Philippe Proulx
647e8c5af1
weechat.js: support 1/2/3/4 attributes too
12 years ago
Philippe Proulx
c7a0ab0715
Fix comment following FlashCode's update of doc
12 years ago
Philippe Proulx
439734a49b
Optimize style attributes overriding
12 years ago
Philippe Proulx
9772da0095
Implement full support of WeeChat text styling
12 years ago
eirikb
8602f9d477
Replace weechat-protocol.js with weechat.js from https://github.com/eirikb/weechat.js
12 years ago