Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-22 | Remove hardcoded command names from most messages. | Sadie Powell | |
2025-04-16 | Update as many messages as possible for automatic line wrapping. | Sadie Powell | |
2025-03-22 | Update more messages to use gettext plural forms. | Sadie Powell | |
2025-03-22 | Fix a semicolon that was missing from the previous commit. | Sadie Powell | |
2025-03-22 | Fix an unclear message in gl_queue. | Sadie Powell | |
2025-03-02 | Return 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-14 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-03-14 | Rework 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. |