~taiite/senpai

Add migration notice
ea86a2e2 — delthas 11 months ago
Move from ~taiite to ~senpai
Do not require git for building documentation
89aaced1 — delthas 11 months ago
Add automatic configuration for pyonji
5b53434f — delthas 11 months ago
doc: Mention tracker email and pyonji
Bail early if password-cmd returns no data
1a2bb120 — delthas 11 months ago
Fix calling highlight with HERE=1 on different networks
decbe3d8 — delthas 11 months ago
Make buffer indexes for /buffer start at 1

This is more intuitive for users. (A file starts at line 1, a list
of buffer starts at buffer 1).

It also aligns the number with the shortcut for Alt+$number.

Thanks to Eric Bower <me@erock.io> for finding the initial bug.

See: https://lists.sr.ht/~delthas/senpai-dev/patches/33541
Drop unnecessary fmt.Sprintf
0604b0af — delthas 11 months ago
Cleanup code
Add support for standard readline bindings for C-a and C-e

Use Ctrl-A and Ctrl-E to move to the beginning/end of the input line

Fixes: https://todo.sr.ht/~taiite/senpai/124
df65b98b — delthas 11 months ago
Parse geo: links

Totally unrelated to goguma adding support for sharing one's
location.
8fe2102e — delthas 11 months ago
Add additional debug for messages of unknown sessions

See: https://todo.sr.ht/~taiite/senpai/120
28fb1bce — delthas 11 months ago
Prompt for confirmation for messages that look like commands

Fixes: https://todo.sr.ht/~taiite/senpai/129
edf0d179 — delthas 11 months ago
Accept sending unknown command after a confirmation

Fixes: https://todo.sr.ht/~taiite/senpai/125
4af3f68e — delthas 11 months ago
Fix vertical scrolling of buffers when navigating with keyboard
5369aea6 — delthas 11 months ago
Add miscellaneous commands and replies support

See: https://todo.sr.ht/~taiite/senpai/125
7fbbcece — delthas 11 months ago
Add AWAY and BACK commands

Fixes: https://todo.sr.ht/~taiite/senpai/118
d2e7791e — delthas 11 months ago
Hide RPL_HOSTHIDDEN messages

Those are too advanced for senpai.
Next