summaryrefslogtreecommitdiff
path: root/modules/global
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-13Fix sending global messages with the default sender.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-07-14Fix sending global messages to remotely linked servers.Sadie Powell
2024-06-03Fix an inverted if in the global odule.Sadie Powell
2024-04-28Fix message truncation in global/global and global/server.Sadie Powell
2024-03-14Fix a warning when building with Clang.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.
2024-01-24Shuffle modules around a bit.Sadie Powell