summaryrefslogtreecommitdiff
path: root/modules/global/gl_queue.cpp
AgeCommit message (Collapse)Author
2025-04-22Remove hardcoded command names from most messages.Sadie Powell
2025-04-16Update as many messages as possible for automatic line wrapping.Sadie Powell
2025-03-22Update more messages to use gettext plural forms.Sadie Powell
2025-03-22Fix a semicolon that was missing from the previous commit.Sadie Powell
2025-03-22Fix an unclear message in gl_queue.Sadie Powell
2025-03-02Return references instead of pointers from the config system.Sadie Powell
We used to return NULL from these methods but now we return an empty block so this can never actually be null now.
2025-01-14Merge branch '2.0' into 2.1.Sadie Powell
2024-03-14Rework sending global notices.Sadie Powell
Admins can now queue multiple messages and send them when they are ready. This is fully compatible with the previous global behaviour. Admins can now also send messages to individual servers. This is useful for informing users of maintenance due to downtime.