Commit Graph

904 Commits

Author SHA1 Message Date
Lorenz Hübschle-Schneider
7333762923
Merge pull request #1083 from baldurmen/vine_dead
Purge the Vine plugin, that platform died a while ago
2019-12-09 10:25:51 +01:00
Louis-Philippe Véronneau
9c78472f5a
Purge the Vine plugin, that platform died a while ago 2019-12-08 01:52:37 -05:00
Louis-Philippe Véronneau
b78952cd3b
Don't show a TLS warning when loading locally 2019-12-08 00:03:54 -05:00
Michael Hazell
93d02c9bcc
Fix highlights in notify_private buffers with notify level is 0 2019-11-28 04:24:13 -05: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
Fmstrat
e9bcbf40c5 Check suffix for whitespace on tab completion 2019-11-20 13:40:54 -05:00
Lorenz Hübschle-Schneider
f10a97659d codify: also match triple backticks
fixes issues with people using ```large code-blocks inline```
2019-08-19 13:57:54 +02:00
Lorenz Hübschle-Schneider
fd40cc1593 codify: only match if preceded by whitespace
(or at the start of the line).

Fixes #1058
2019-08-19 13:22:37 +02:00
Serafeim Papastefanos
94ad3b8b51 Improve regex to avoid slicing 2019-07-04 14:44:34 +03:00
Serafeim Papastefanos
1717587587 Small codify improvements 2019-07-04 14:10:41 +03:00
Serafeim Papastefanos
98cebb5b33 Improve behavior with links 2019-07-04 08:45:13 +03:00
Serafeim Papastefanos
8067e3973e Fix linting errors 2019-07-03 10:20:14 +03:00
Serafeim Papastefanos
29c6cc1e82 Add a simple codify filter 2019-07-03 10:01:05 +03:00
Robert Scullin
2b4ca93cf9 Don't linkify hostnames in join/part messages. 2019-04-12 22:59:22 -04:00
Lorenz Hübschle-Schneider
358a0f7dcd
Merge pull request #1037 from lorenzhs/fix-hotlist-sync
Disable periodic hotlist sync if read status sync is disabled
2018-11-08 09:57:30 +01:00
Lorenz Hübschle-Schneider
934e85377e
Merge pull request #1038 from lorenzhs/fix-nicklist-font
Fix nicklist not being affected by favorite font setting
2018-11-08 09:57:08 +01:00
Lorenz Hübschle-Schneider
bf3e53820d Fix nicklist not being affected by favorite font setting
Fixes #1033

The alternative would be to just make the nicklist div `ng-show` instead
of `ng-if`
2018-11-05 17:36:37 +01:00
Lorenz Hübschle-Schneider
352210df52 Disable periodic hotlist sync if read status sync is disabled
This will cause weechat and Glowing Bear read status to drift apart but
that's how it used to be before we added the periodic sync anyway, and
properly fixing it would require maintaining *tons* of state, so that's life.
2018-11-05 17:20:37 +01:00
Lorenz Hübschle-Schneider
0a919f70fb Respect hotlist clearing setting on buffer switch & message send
Fixes #1035
2018-11-05 16:04:11 +01:00
Lorenz Hübschle-Schneider
6bf2ea6b02
Merge pull request #990 from lorenzhs/fix-hidden-angle-brackets
Don't put hidden angle brackets around actions and other non-messages
2018-10-27 15:52:02 +02:00
Lorenz Hübschle-Schneider
41bea6ec7e
Merge pull request #1020 from lorenzhs/server-buffer-registry
Keep track of unread counts for servers' buffers for 'show only unread' view
2018-10-27 15:50:33 +02:00
Daniel Kessler
e5e81ea177 add semicolon 2018-10-05 00:18:52 -07:00
Daniel Kessler
71252fb4d5 Handle buffer_moved 2018-10-04 23:50:09 -07:00
Lorenz Hübschle-Schneider
263c5e8b00 Keep track of unread counts for servers' buffers for 'show only unread' view
Maintain unread info for all buffers belonging to a server.  This info
is used to hide server buffers for which *no* associated buffer has
activity when 'Only show buffers with unread messages' is enabled.

Closes #1019
2018-09-10 10:01:57 +02:00
Michael Hazell
dcba80f141
Video plugin: show video controls
Previously this would have to be toggled in the right-click menu on Chrome, etc.
2018-06-10 16:49:11 -04:00
Lorenz Hübschle-Schneider
8f34084cc4
Revert "Fix passing connection credentials in URL hash" 2018-05-07 10:19:07 +02:00
Piotr Dobrowolski
e27073884f
Fix passing connection credentials in URL hash 2018-04-25 12:29:40 +02:00
Julien Palard
b956dea7c1 jump to buffers with notifiction with Alt-A, even if hidden. 2018-04-21 18:51:32 +02:00
Lorenz Hübschle-Schneider
63e0d314dc
Merge pull request #1001 from jungeonkim/paste_image
Make image uploadable by paste from clipboard
2018-04-16 14:57:21 +02:00
JungEon Kim
3d39a3c138 Make image uploadable by paste from clipboard 2018-04-13 09:47:24 +09:00
Lorenz Hübschle-Schneider
063b91d5c2 Don't switch to hidden buffers with Alt-Up/Down either 2018-04-03 14:32:28 +02:00
Lorenz Hübschle-Schneider
a14941ab7d Don't jump to hidden buffers with Alt-A
See #998
2018-04-03 14:15:12 +02:00
Lorenz Hübschle-Schneider
fe3b975c6e Clean up updateShowNicklist() 2018-03-19 11:03:04 +01:00
Lorenz Hübschle-Schneider
66c8c53b41 Fix nicklist swipe behaviour for buffers without a nicklist
We shouldn't update the swipe state if the active doesn't have a
nicklist. The (previously) required double-right-swipe to get to the
sidebar was confusing and a bug
2018-03-18 16:49:50 +01:00
Lorenz Hübschle-Schneider
0b506e30dc Don't insert mention when clicking non-privmsg
This goes in the direction of #860 but actually removing the tag seems
to be rather more involved
2018-03-18 16:48:29 +01:00
Lorenz Hübschle-Schneider
813fe93355 Don't put hidden angle brackets around actions and other non-messages
Fixes #616
2018-03-18 16:48:29 +01:00
Lorenz Hübschle-Schneider
0637882a4b Remove unnecessary semicolon 2018-03-18 10:15:26 +01:00
Lucius-Q-User
fb14a167c0 MobileSafari private mode fix 2017-11-04 13:17:31 +03:00
Lorenz Hübschle-Schneider
84018d4bec Merge pull request #964 from lorenzhs/nick-completer-settings
Parse some of WeeChat's completion settings
2017-10-09 09:40:49 +02:00
Felix Eckhofer
1b6ba78acd
Recognize /raw/ pastebin URLs 2017-08-30 19:08:16 +02:00
Lorenz Hübschle-Schneider
d4d7a977e1 Parse some of WeeChat's completion settings
weechat.completion.nick_completer and 'weechat.completion.nick_add_space

Fixes #963
2017-08-20 09:51:48 +02:00
Lorenz Hübschle-Schneider
89bfac964e Simplify updateShowNicklist 2017-06-26 10:29:49 +02:00
Lorenz Hübschle-Schneider
9c28ec4055 Document, simplify, and improve swipe logic 2017-06-26 10:29:49 +02:00
Lorenz Hübschle-Schneider
f3e0e3e047 Stop abusing "hide nicklist" setting to show/hide sidebar on mobile 2017-06-26 10:29:49 +02:00
Lorenz Hübschle-Schneider
f44b67489d Use CSS-based mobile detection 2017-06-26 10:29:48 +02:00
Lorenz Hübschle-Schneider
1c71ede145 simplify touch detection logic
no swipes on desktop needed with the previous commit!
2017-06-26 10:29:17 +02:00
Lorenz Hübschle-Schneider
6b7b639618 Add an "always show nicklist" setting on mobile to replace "hide nicklist" 2017-06-26 10:29:10 +02:00
Lorenz Hübschle-Schneider
e37666a571 better swipe handling
this makes the mobile UI less pleasant to use on Desktop :\
2017-06-26 10:24:45 +02:00
Lorenz Hübschle-Schneider
c4d8a4fe10 Revert "[DISCUSS] Remove "scroll to readmarker" functionality" 2017-06-16 21:29:48 +02:00
Alice Jenkinson
027c7bb03f Add base16-ocean-dark 2017-06-03 10:05:12 +12:00