Dalamud/Dalamud/Plugin
Kaz Wolfe 71927a8bf6
feat: Add unix sockets
- Unix sockets run parallel to Named Pipes
  - Named Pipes will only run on non-Wine
  - If the game crashes, the next run will clean up an orphaned socket.
- Restructure RPC to be a bit tidier
2025-11-18 15:20:22 -08:00
..
Internal Add functions to get a plugin by assembly 2025-11-11 20:26:54 +01:00
Ipc Merge branch 'master' into api11 2024-11-11 08:38:20 -08:00
SelfTest Plugin-registerable self tests 2025-10-13 19:04:08 +11:00
Services feat: Add unix sockets 2025-11-18 15:20:22 -08:00
ActivePluginsChangedEventArgs.cs Interface ActivePluginsChangeEventArgs (#2341) 2025-08-05 10:38:11 -07:00
DalamudPluginInterface.cs Inherit documentation in DalamudPluginInterface 2025-11-17 20:28:24 +01:00
IActivePluginsChangedEventArgs.cs Interface ActivePluginsChangeEventArgs (#2341) 2025-08-05 10:38:11 -07:00
IDalamudPlugin.cs Add "loading dialog" for service init, unify blocking logic (#1779) 2024-04-21 17:28:37 +02:00
IDalamudPluginInterface.cs Let IDalamudPluginInterface inherit from IServiceProvider 2025-11-17 20:28:24 +01:00
InstalledPluginState.cs Un-whether-or-not the codebase 2025-04-25 22:49:05 +02:00
PluginListInvalidationKind.cs [API13] Fire ActivePluginsChanged after a plugin loaded/unloaded (#2334) 2025-08-03 18:28:44 -07:00
PluginLoadReason.cs fix: actually add values 2025-03-23 18:45:15 -07:00