Lorenz Hübschle-Schneider
1fa6462bca
Remove "scroll to readmarker" functionality
...
It's irritating. Fixes #899
9 years ago
Dan Callahan
e37d12fe59
Remove obsolete references to Firefox OS / mozApps
9 years ago
nyuszika7h
f280c7c6f1
Add some image formats
...
Added support for .bmp, .svg and .webp.
9 years ago
Lorenz Hübschle-Schneider
f998a003c0
Font size unit should default to pixels
...
See #882
9 years ago
Lorenz Hübschle-Schneider
079f84818f
Fix non-TLS warning
9 years ago
Lorenz Hübschle-Schneider
9865bdd032
Don't show TLS warning in cordova
9 years ago
Lorenz Hübschle-Schneider
aeef7c4668
Improve TLS warning detection
9 years ago
Lorenz Hübschle-Schneider
401e46e599
Use event.keyCode for consistency
...
We should either switch everything to event.code or nothing, imho
9 years ago
Simon Cooksey
71c2900216
Alt-H now clears hotlists on WeeChat relay
...
Fixes #832 .
9 years ago
Simon Cooksey
d9b86d28a0
Added cap on max number of unread lines to load
...
This is to improve performance when switching to a buffer with a large
number of unread lines.
Fixes #859
Thanks to @lorenzhs for the comments on PR #862 .
9 years ago
Lorenz Hübschle-Schneider
7ba8ba202e
Spotify: also match other types of embeds (playlists and artists)
9 years ago
Lorenz Hübschle-Schneider
71d2cefce1
Escape dots in plugin regexes
...
See #519
9 years ago
Lorenz Hübschle-Schneider
ec221af52e
Plugins: don't show plugin repeatedly for same URL in same message
...
Fixes #636
9 years ago
Kasper Vaessen
f9e84f81ee
Implement repeated-prefix
9 years ago
Kasper Vaessen
4ce499c9cc
Base16 theme bugfixes and improvements
9 years ago
Tor Hveem
1ba1698703
Implement alt-h. Fixes #832
9 years ago
Kasper Vaessen
216da6fdab
Nick list colors now also work without background color
9 years ago
Kasper Vaessen
f105e32765
Palette-based theme and some variant themes with alternative palette
9 years ago
Kasper Vaessen
55b4c6254b
Fixed nicks with background colours breaking in nicklist
9 years ago
Tor Hveem
65b4aaa97d
Ability to pin buffers. Fixes #778 .
...
This introduces ability to pin buffers using localvar storage in
WeeChat. At a later stage some UI should be introduced for this, like
discussed in #604 .
9 years ago
Tor Hveem
ab649c86d4
New blue theme
9 years ago
Lorenz Hübschle-Schneider
7974204af3
Fix time format if no date is present
9 years ago
Lorenz Hübschle-Schneider
cc4d4bf20e
Fix comment
9 years ago
Lorenz Hübschle-Schneider
79e77ffef0
Date format: match ordering of components in weechat
9 years ago
Lorenz Hübschle-Schneider
e65804c7a7
Date format: detect %e, too, and add some comments
9 years ago
Csaba Henk
02a3fbb876
Detect strftime year/month/day specifiers in weechat.look.buffer_time_format
...
Accodingly include year/month/day into our time format.
9 years ago
Jake Stevenson
6cc5fab302
Fix bug where disconnecting using the 'power' button, resume acted strange
9 years ago
Jake Stevenson
bc72e8952c
Able to resume buffer
9 years ago
Tor Hveem
e903acfb0d
Fix notification count update
9 years ago
Evan Tschuy
d1921c49e2
Add underscore to youtube regex
9 years ago
kurros
4a0ed97934
allow browser to use https for pastebin embed
9 years ago
Tor Hveem
f4257c35c3
handlers: check for active buffer
...
Check for active buffer before syncing unreads from WeeChat
9 years ago
Tor Hveem
a527428763
Periodic hotlist sync. Fixes #692
...
There is a bug in WeeChat when hdata is null, which happens when the
hotlist is empty (meaning all buffers are read). Our websocket callback
machinery expects every command with id to return data, so this code in
current versions of WeeChat will lead to a slow leak. But I think lots
of things in our code will do this already so I'm not entirely sure it's
too problematic to let this patch go by.
We could use infolists instead of hdata, but that is cumbersome to parse
and less performant for WeeChat, and sends more data over the wire.
I propose we make a separate attempt at cleaning up the callbacks. Since
we store time on them we could have a cleanuptask that looks through
them and deletes old callbacks. Maybe @dcormier could have a look?
9 years ago
Ninjex
4971baefec
Update plugin.js ( #795 )
...
The Asciinema cast plugin regex was faulty. Casts can have /[a-z]/ characters, not only digits /\d)
Here is a test cast for you to run: https://asciinema.org/a/29qfl1dwsgd25o91nfv3dvvbn
(squashed two commits --@lorenzhs)
9 years ago
Patrick Melanson
ce7715c794
Removed show timestamp [seconds] settings
...
Functionality is now replaced by changing
weechat's buffer_time_format. e.g. 24h time:
/set weechat.look.buffer_time_format %H:%M
Supported time formats are 12h and 24h,
with seconds or no seconds.
9 years ago
Patrick Melanson
ac2966ff0b
Base our time format off of weechat's config
9 years ago
Patrick Melanson
37ba46d379
Extended fetchConfValue with callbacks
9 years ago
Charlie Wang
fbb27cfb61
fix nick completion within brackets #781
9 years ago
Lorenz Hübschle-Schneider
bfb5af68b4
Gist plugin: ignore trailing slashes and anchors
...
Supersedes #783
9 years ago
Patrick Melanson
a0485b5801
Bufferline timestamps now try to detect locale
9 years ago
Lorenz Hübschle-Schneider
2add0e66d2
Add dark-spacious theme to theme list
10 years ago
Peter Elmers
05f5629ba7
Please linter
10 years ago
Peter Elmers
fa992e2fa5
Add a pastebin plugin
10 years ago
Tor Hveem
dcc0f19fc5
Fix alt-< keybinding
10 years ago
Lorenz Hübschle-Schneider
1edba41c4c
Add a lock on the connection
...
This should fix #610 but needs more testing
10 years ago
Magnus Hauge Bakke
bbb4d259be
Use arrow keys to select buffer in buffer search
10 years ago
Magnus Hauge Bakke
570f293399
Update app unread badge to dot instead of punctuation
10 years ago
Lorenz Hübschle-Schneider
b8854a287a
Switch math rendering to KaTeX
10 years ago
Tor Hveem
cf255756ae
use new global to check for electron
10 years ago
Lorenz Hübschle-Schneider
2112757a2d
Fix emojione in electron
10 years ago