Lorenz Hübschle-Schneider
faccb8378e
Merge pull request #1119 from AStove/Handshake
...
Use new authentication methods in weechat 2.9
2020-07-29 14:55:01 +02:00
Lorenz Hübschle-Schneider
5b93b733fa
Some cleanup
2020-04-30 12:00:06 +02:00
Jeremy Mahieu
1368142d0e
Command completion for weechat 2.9
2020-04-28 22:17:27 +02:00
Jeremy Mahieu
3fe48d9e4e
Correct spelling of algorithm
2020-04-22 12:14:53 +02:00
Jeremy Mahieu
43036f5c31
Correct handshake parameter compare
2020-04-22 12:07:21 +02:00
Jeremy Mahieu
0d1f8ac167
Add error for hash disagree, change handshake names
2020-04-18 11:37:55 +02:00
Jeremy Mahieu
f03e011d1a
Use new authentication methods in weechat 2.9
2020-04-17 22:33:21 +02:00
Jeremy Mahieu
68e2df24fd
Support TOTP
2019-12-18 22:08:16 +01:00
Lorenz Hübschle-Schneider
fbbc4b0fab
Fix background colour parsing to recognise WeeChat 2.6+ format
...
Fixes #1071
2019-11-22 09:38:35 +01:00
Tor Hveem
e1102522ac
weechat.js: implement infolist
2015-12-17 17:17:16 +01:00
Patrick Melanson
0a1726e359
date change messages are chat_day_change color, multiple messages generated for diff of 1-5 days
2015-11-20 18:31:55 -05:00
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.
2014-09-07 16:55:18 +01:00
Anders Bergh
d456663db5
Replace all non-ASCII bytes with "?" in case of broken UTF-8.
2014-06-19 16:52:07 +02:00
Lorenz Hübschle-Schneider
f1c21ff23b
Catch broken UTF-8 to enable loading of buffers with broken lines
2014-06-19 12:48:12 +01:00
Tor Hveem
b379d50351
Decode and encode array directly without for loop
2014-02-18 13:25:03 +01:00
David Cormier
0107dabb2d
Fix jshint errors
2014-02-09 19:40:25 -05:00
David Cormier
d4a4f1bd7f
Create websockets module
2014-02-09 19:40:10 -05:00
Lorenz H-S
7d386f04c2
Use strict comparison operators
2014-02-08 13:20:33 +00:00
Lorenz H-S
836edf917d
Making compression optional was a stupid idea. Revert.
...
Instead, add a parameter to the connect function that allows disabling compression.
2013-12-20 16:10:58 +00:00
Lorenz H-S
bf6e92fc24
Implement support for compression (not enabled yet)
2013-12-20 13:31:31 +00:00
David Cormier
0912a2b55b
Remove extra comma and unnecessary semicolons
2013-12-17 15:39:22 -05:00
David Cormier
6d5573a148
Delete trailing whitespaces
2013-12-17 15:30:22 -05:00
David Cormier
6562ce22b4
apply jshint on weechat
2013-12-17 08:43:21 -05:00
Philippe Proulx
0f1bde187a
Support colors in nick list
2013-10-27 04:49:59 -04:00
Philippe Proulx
ddf491e8f0
Reduce attribute names length
2013-10-26 13:54:51 -04:00
Philippe Proulx
647e8c5af1
weechat.js: support 1/2/3/4 attributes too
2013-10-26 13:50:53 -04:00
Philippe Proulx
c7a0ab0715
Fix comment following FlashCode's update of doc
2013-10-26 05:17:12 -04:00
Philippe Proulx
439734a49b
Optimize style attributes overriding
2013-10-26 04:49:37 -04:00
Philippe Proulx
9772da0095
Implement full support of WeeChat text styling
2013-10-26 04:30:35 -04:00
eirikb
8602f9d477
Replace weechat-protocol.js with weechat.js from https://github.com/eirikb/weechat.js
2013-10-16 23:10:49 +02:00