Přemysl Eric Janouch
93b66b6a26
xP: scroll to bottom and focus the input on switch
2022-09-06 22:33:00 +02:00
Přemysl Eric Janouch
ee1750c23c
xP: clean up
2022-09-06 22:33:00 +02:00
Přemysl Eric Janouch
f5104c807d
xP: indicate connection state
2022-09-06 20:17:40 +02:00
Přemysl Eric Janouch
2c49a72d94
Update README
2022-09-06 19:59:22 +02:00
Přemysl Eric Janouch
8cd94b30f6
xP: implement tab completion
...
Currently it only goes for the longest common prefix.
Refactor WebSocket handling into an abstraction for our protocol.
The Go code generater finally needed fixing.
2022-09-06 19:41:05 +02:00
Přemysl Eric Janouch
2d30b6d115
xC: define critical bindings after el_source()
...
And use ^C rather than ^G.
2022-09-06 17:02:36 +02:00
Přemysl Eric Janouch
cf14cb8122
xC: implement buffer completion in the relay
...
And actually support completion with non-UTF-8 locales.
We used to ignore the encoding conversion result.
2022-09-06 17:02:02 +02:00
Přemysl Eric Janouch
31e9c6d2d5
xC/xP: pass timestamps with millisecond precision
...
Future-proofing the protocol.
2022-09-06 14:39:01 +02:00
Přemysl Eric Janouch
d2af6cf64c
xP: convert links to link elements
2022-09-06 14:36:30 +02:00
Přemysl Eric Janouch
d7b0b447b7
xC/xP: turn the action asterisk into a rendition
2022-09-05 23:22:09 +02:00
Přemysl Eric Janouch
25ad5ae0ec
xC/xP: fix colour values, and render them with CSS
2022-09-05 23:22:09 +02:00
Přemysl Eric Janouch
10f6072da9
xC: also force monospace for RPL_MOTDSTART
...
It tends to looks inconsistent without.
2022-09-05 23:07:20 +02:00
Přemysl Eric Janouch
aceac26cbb
Fix up xP's module path, mention the licence
2022-09-05 23:07:20 +02:00
Přemysl Eric Janouch
e250ae8255
Fix up README
2022-09-05 23:07:19 +02:00
Přemysl Eric Janouch
1639235a48
Start X11 and web frontends for xC
...
For this, we needed a wire protocol. After surveying available options,
it was decided to implement an XDR-like protocol code generator
in portable AWK. It now has two backends, per each of:
- xF, the X11 frontend, is in C, and is meant to be the primary
user interface in the future.
- xP, the web frontend, relies on a protocol proxy written in Go,
and is meant for use on-the-go (no pun intended).
They are very much work-in-progress proofs of concept right now,
and the relay protocol is certain to change.
2022-09-05 14:26:00 +02:00
Přemysl Eric Janouch
2160d03794
xC: slightly clean up character encodings
2022-09-02 14:05:03 +02:00
Přemysl Eric Janouch
36f8c7639f
xC: clean up logging
...
Don't treat rendition as flags, separate the two.
Also treat join and part arrows as rendition.
2022-09-02 12:31:42 +02:00
Přemysl Eric Janouch
74470f1aa4
CMakeLists.txt: improve dependencies of xD-replies
2022-09-02 12:25:37 +02:00
Přemysl Eric Janouch
3af1765261
xC: make alias creation tolerant to prefixed names
...
Those would not work, so skip the first forward slash.
Note that liberty can save arbitrary alias names since 6e93119,
making the removed comment about checking outdated.
2022-08-29 15:22:11 +02:00
Přemysl Eric Janouch
b454920c81
xC: deal with conflicts when renaming buffers
2022-08-29 15:05:02 +02:00
Přemysl Eric Janouch
ef8f25d1dd
xC: deal with any identifier conflicts
...
Invalid UTF-8 converted to UTF-8 may conflict with that
which was valid UTF-8 in the first place.
2022-08-29 14:41:23 +02:00
Přemysl Eric Janouch
313a65180e
xC: fix some corner cases around terminal handling
2022-08-29 14:05:33 +02:00
Přemysl Eric Janouch
91db8e6e54
xC: use the correct way of resetting libedit
...
The only remaining major annoyance is incremental search
seemingly not giving back control.
2022-08-29 10:30:45 +02:00
Přemysl Eric Janouch
dbe95fa298
xC: make libedit history switching more reliable
2022-08-29 09:20:56 +02:00
Přemysl Eric Janouch
9d5e57a501
xC: improve libedit multiline input handling
2022-08-29 08:31:44 +02:00
Přemysl Eric Janouch
4ed6693f57
xC: erase remaining mentions of a "backlog helper"
2022-08-29 08:22:09 +02:00
Přemysl Eric Janouch
bea8d13227
xC: don't autosave when nothing changed
2022-08-29 08:22:09 +02:00
Přemysl Eric Janouch
ecebeace0e
Don't wrap xD-gen-replies in a shell script
...
AWK doesn't seem to be that friendly to shebangs, so let env,
also required for changing LC_ALL, locate it in PATH.
2022-08-29 06:07:49 +02:00
Přemysl Eric Janouch
ca33adeeee
Update README
...
Stop pretending that xD has a future.
2022-08-27 16:53:56 +02:00
Přemysl Eric Janouch
b31e079256
Update README
2022-08-27 16:18:14 +02:00
Přemysl Eric Janouch
57597bf8a2
xC: move TEXT_* constants where they belong
2022-08-27 15:06:28 +02:00
Přemysl Eric Janouch
c0996fcbe7
xC: normalize BSD Editline's history behaviour
...
Now it's a realistically useful frontend.
2022-08-27 15:06:27 +02:00
Přemysl Eric Janouch
03d8ea4c5a
xC: general.save_on_quit -> general.autosave
...
Power outages and similar situations make the former unreliable,
so get rid of any false promise it might seem to give.
2022-08-27 09:15:38 +02:00
Přemysl Eric Janouch
dc002a2db4
xC: revise configuration options
...
This commit constitutes a breaking change to old configurations.
All behaviour.* options have now become general.*, with the following
few renames as exceptions:
- editor_command -> editor
- backlog_helper -> pager
- backlog_helper_strip_formatting -> pager_strip_formatting
2022-08-27 09:15:37 +02:00
Přemysl Eric Janouch
a32916ffcf
xC: label code sections better
...
Introduce tildes as a new sublevel of markers.
2022-08-27 09:15:37 +02:00
Přemysl Eric Janouch
f7be510d26
xC: make fancy-prompt.lua alignment more reliable
...
And generally clean up that script.
2022-08-27 09:15:37 +02:00
Přemysl Eric Janouch
83764d1e1b
Fix xB.adoc parsing with current libasciidoc
2022-08-24 03:17:05 +02:00
Přemysl Eric Janouch
a717782480
Build with AsciiDoc as well as Asciidoctor
2022-08-24 00:13:51 +02:00
Přemysl Eric Janouch
c50c959f4d
Bump copyright years
2022-08-17 18:27:52 +02:00
Přemysl Eric Janouch
0dd7536b5a
Update README
2022-08-15 15:49:59 +02:00
Přemysl Eric Janouch
0750096827
xC: expand behaviour.editor_command examples
2022-08-14 20:27:30 +02:00
Přemysl Eric Janouch
49d9980662
xC: improve backlog helper capabilities
...
Snippets now receive positional parameters in the form of the buffer's
name in the locale encoding, and a filename if applicable
(we keep passing stdin along with the filename, which happens to
work out well for less(1)).
The default value of the configuration option also no longer uses
the "long prompt", which used to unhelpfully tell position in terms
of lines, but rather sets its own prompt that counts pages,
and makes sure to indicate the source buffer.
The main motivation behind this change is to make the 'v' command
work in less(1). LESSSECURE must be omitted from the snippet
for this to work.
Bump liberty to receive a config parser that allows for less
convoluted escaping.
2022-08-14 18:52:26 +02:00
Přemysl Eric Janouch
2f7fbcdc5d
CMakeLists.txt: fix a typo
2022-08-12 13:21:46 +02:00
Přemysl Eric Janouch
ef0cbe9a59
Rename the project
...
It is about to see some extensions, obsoleting the number three.
2022-08-07 10:40:42 +02:00
Přemysl Eric Janouch
1238233556
hid: bump the FD limit
2022-08-02 22:10:31 +02:00
Přemysl Eric Janouch
2d8808d795
utm-filter.lua: mention the passing of fbclid
2022-07-18 17:59:28 +02:00
Přemysl Eric Janouch
9c31fb69df
hid: make note of a deprecation
2022-03-16 12:57:00 +01:00
Přemysl Eric Janouch
a51c247d69
hid: add WebIRC support
...
Such clients can only be identified through STATS L.
It's a bit weird to abuse the "port" field this way,
but right now, it serves its purpose.
2022-03-15 19:57:31 +01:00
Přemysl Eric Janouch
f26e6361f3
hid: implement WALLOPS
2022-02-05 00:31:34 +01:00
Přemysl Eric Janouch
60d52ad479
xC, xD: add basic WALLOPS support
2022-02-04 22:48:54 +01:00