Infi
7b96b52217
Use QueryParser for redirect and expose method for new clients
2024-08-28 12:42:01 +02:00
Infi
2d7d1c9615
Switch to HTML encoded strings
2024-08-27 18:13:02 +02:00
Infi
0482f20fdf
Support URI payloads
2024-08-27 17:26:34 +02:00
Infi
3da41c86fc
End SSE connection successfully no matter the cause
2024-08-27 17:11:16 +02:00
Infi
3dedc315ca
Add SSE disconnect logic
2024-08-27 16:40:36 +02:00
Infi
1c60556cc8
switch to chat.html
2024-08-26 22:42:35 +02:00
Infi
7ee4151973
test
2024-08-26 22:41:50 +02:00
Infi
4ca56ffbab
Merge pull request #116 from Ennea/main
...
Some frontend clean-up, additions, fixes
2024-08-26 22:37:25 +02:00
Ennea
769d34befd
disable inter's on-by-default ligatures, redo icon/emote CSS
...
also:
* proper styling for auth page
* clean-up of html, css, js
* fix scroll indicator eating mouse events
* fix scroll indicator on (mobile?) chrome
* re-calculate timestamp width on each new message, to account for
unknown/unexpected formats like the inclusion of AM/PM
2024-08-26 22:21:04 +02:00
Infi
abde7447be
use short path
2024-08-26 17:59:08 +02:00
Infi
f97da5d3fd
Fix rate limit not applying correctly
2024-08-26 00:15:00 +02:00
Infi
f6ea2c0dd3
Adjust emote size and implement load delay
2024-08-26 00:10:56 +02:00
Infi
bb3e1fd98b
Add bulk message sending
2024-08-25 23:35:57 +02:00
Infi
d0802a8d7a
implement route for channel switching and use json for received data
2024-08-25 17:06:00 +02:00
Infi
1d7153fc50
Redo the auth system and implement rate limits
2024-08-25 15:37:13 +02:00
Infi
19f10b09c8
Implement dynamic channel list
2024-08-25 01:03:02 +02:00
Infi
29e3c6acee
Redo the message protocols to work with SSE data directly
2024-08-24 19:52:53 +02:00
Infi
c7a52e8edb
More cleanup for events
2024-08-24 17:00:54 +02:00
Infi
c9be7c9c2c
Move to SSE from websocket
2024-08-24 16:49:56 +02:00
Infi
5e93732183
Add pre-testing version of the webinterface
2024-08-24 03:05:33 +02:00
Infi
117d9fc45c
fix #81
2024-08-20 23:14:52 +02:00
Infi
16a16b1f12
Implement #101
2024-08-14 14:46:00 +02:00
Infi
9d6fcd2abe
Fix #108
2024-08-14 14:21:27 +02:00
Infi
4d341679ab
Try to resolve RSV content
2024-08-02 02:54:07 +02:00
Infi
f22b917164
bump
2024-07-28 15:18:23 +02:00
Infi
3804e3a991
Merge pull request #105
...
fix: avoid hiding during auto-skipped cutscenes
2024-07-28 15:14:02 +02:00
Dean Sheather
12c876f45b
fix: avoid hiding during auto-skipped cutscenes
...
Instead of hiding the chat window immediately when the game enters a
"cutscene" condition, wait until the vanilla chat would've been hidden.
This prevents hiding and unhiding during auto-skipped cutscenes.
2024-07-28 01:05:25 +10:00
Infi
e41a59ac84
version bump
2024-07-26 21:27:07 +02:00
Infi
3f01667ba8
changelog
2024-07-26 21:20:28 +02:00
Infi
2af53829bf
Merge pull request #102
...
fix: various keybind fixes (modifiers and linkshells)
2024-07-26 21:18:42 +02:00
Infi
588dd31c16
don't save icon texture
2024-07-26 21:16:33 +02:00
Infi
3d733d6c53
Merge pull request #100
...
Get job icons from game
2024-07-26 21:12:57 +02:00
Dean Sheather
c22bde296d
fix: various keybind fixes (modifiers and linkshells)
...
- Avoids overriding modifiers after leaving a vanilla text box. This
would prevent you from holding e.g. Ctrl between multiple vanilla text
boxes.
- Reworks linkshell rotation code to fix issues with LS number gaps
causing linkshell rotation to not function.
2024-07-27 03:52:23 +10:00
mopi
b14f1732dd
Get job icons from game
2024-07-26 04:03:22 -03:00
Infi
c9902dc28b
Switch to dalamuds texture cache
2024-07-25 15:57:21 +02:00
Infi
a8dea26bf2
Remove all shipped fonts
2024-07-25 15:47:23 +02:00
Infi
ed87430859
Also reload if enabled state changed
2024-07-25 15:43:33 +02:00
Infi
e9790d355f
Reload fonts for italic too
2024-07-25 15:40:35 +02:00
Infi
459cfa72ea
Correctly reset italic
2024-07-25 15:38:25 +02:00
Infi
1149172049
fix italic font size
2024-07-25 15:33:31 +02:00
Infi
906eeb5095
Remove legacy migration
2024-07-25 15:33:05 +02:00
Infi
41c59f6aa0
Make italic font chooseable
2024-07-25 15:19:08 +02:00
Infi
9c86ee788f
fix
2024-07-25 14:03:08 +02:00
Infi
fecab7760e
Add reset buttons for fonts
2024-07-25 14:02:37 +02:00
Infi
97654b1c53
Rewrite font handling, use dalamud font chooser
2024-07-23 20:46:38 +02:00
Infi
f7252cdf78
Merge pull request #99
...
fix: censor abbreviated player names in screenshot mode
2024-07-22 19:17:32 +02:00
Infi
f092541cbe
Merge pull request #98
...
fix: avoid stealing focus from other imgui windows on unhide
2024-07-22 18:24:07 +02:00
Dean Sheather
b5ec2145c1
fix: censor abbreviated player names in screenshot mode
...
Best effort.
2024-07-22 22:22:57 +10:00
Dean Sheather
710d4e837d
fix: avoid stealing focus from other imgui windows on unhide
2024-07-22 22:09:20 +10:00
Infi
7b0acf3855
bump
2024-07-21 14:43:06 +02:00