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