Commit Graph

5 Commits

Author SHA1 Message Date
Robert Adam
330c356e71 MAINT: Remove copyright year from all copyright notices
Keeping these up-to-date is just super tedious and they don't really
fulfill any purpose these days.
2024-09-30 18:06:20 +02:00
Robert Adam
8a764cf699 FIX(plugins): Compilation with new unified header
The new header (as introduced via
2b35c0c28f) was missing a typedef and a
utility macro for dealing with the versioned MumbleAPI struct.

Furthermore, plugins that are only build in debug builds were still
including the old (and now non-existing) headers.
2023-11-29 19:07:13 +01:00
Robert Adam
249d2c6298 MAINT: Update copyright headers to 2023 2023-01-08 15:54:35 +01:00
Robert Adam
d100ff1467 MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
Robert Adam
fea949767a TEST(client): Add plugin to test deadlock prevention
This plugin tests the built-in deadlock prevention of the Mumble plugin
API.
2021-11-09 08:51:18 +01:00