~reedwade/wee-matter

Migrated
bae75823 — Stacy Harper 2 years ago
Do not enforce the download_location config value.

This allow the user to unset the value and prevent miss-matching configs
shared accross multiple systems with multiple users by example.
85a8471c — Stacy Harper 2 years ago
Do not fail on unknown message deletion
c09d94b6 — Stacy Harper 2 years ago
Do not break on missing metadatas
ef23282f — Stacy Harper 2 years ago
Do not react to old posts
d38ee825 — Stacy Harper 2 years ago
Handle reply to unknown post messages
0fb1870f — ~midgard 2 years ago
Fix replies after yanked `parent_id` in API

Signed-off-by: Stacy Harper <contact@stacyharper.net>
f6e9780e — Stacy Harper 2 years ago
Simplify server section write/read
7df55a74 — Stacy Harper 2 years ago
Move cached last post id to a dedicated config file
05be466e — Stacy Harper 3 years ago
Fix a regression on file line click

This commit 1f9984b changed the script name. We have to adapt it also
here.
661a0d03 — Stacy Harper 3 years ago
Make nick color consistent on multiple sessions
04a0a6c7 — Stacy Harper 3 years ago
Add a completion for all configured server names
1f9984bd — Stacy Harper 3 years ago
Unify plugin config with wee_matter prefix
4dae713b — Stacy Harper 3 years ago
Rework server configuration using a dedicated file and options
0715b2bd — Stacy Harper 3 years ago
Rely on weechat backlogger to store history

We dont want to fetch already fetches posts anymore.
9e7512e0 — Stacy Harper 3 years ago
Add message nick tag to help notify_send
63ebf8af — Stacy Harper 3 years ago
Update make weechat default home
85211a51 — Stacy Harper 3 years ago
Fix some buffer hydratation issues

This commit fix some remaining issue:

- Mark outdated buffer earlier

The buffer was marked as outdated when a new websocket was created.
Now we got ? and ! symbol to mark outdated and hydrating buffers.

- Handle hydratation issues with a periodic taks

While hydrating all buffers, if a request fail, then the buffer was
leaved outdated without possibility to restart the hydratation.
983deef3 — Stacy Harper 3 years ago
Fix weechat alignment issue

The special char was causing issue in weechat alignment.
4872aa59 — Stacy Harper 3 years ago
Fix and display hydratating buffers
Next