Previously if a new history item was added (because someone sent a message) we would always append at the end of chat history buffer of the channel. Now we put the message at the position decided by the "time" message tag, which could be at the end but also slightly before that. * Upside: should result in a consistent chat history on all servers * Downside: if your server time is off for several seconds then it could look a little weird. Then again, it would already have looked weird in real live chat with timestamps and when replaying chat history probably. Also add some simple optimizations: in the log line object we now have direct pointers to the msgid and time strings, so the code doesn't need to do a find_mtag() all the time. This should lower CPU usage during log playback and also makes things more simple in the source code. I did some testing with various history injection variants but this needs more extensive testing.
About UnrealIRCd
UnrealIRCd is an Open Source IRC Server, serving thousands of networks since 1999. It runs on Linux, OS X and Windows and is currently the most widely deployed IRCd with a market share of 38%. UnrealIRCd is a highly advanced IRCd with a strong focus on modularity and security. It uses an advanced and highly configurable configuration file. Other key features include: full IRCv3 support, SSL/TLS, cloaking, advanced anti-flood and anti-spam systems, GeoIP, remote includes, and lots of other features. We are also particularly proud on our extensive online documentation.
Versions
- UnrealIRCd 6 is the stable series since December 2021. It is the only supported version.
- For full details of release scheduling and EOL dates, see UnrealIRCd releases on the wiki
How to get started
Follow the installation guide on the wiki. See:
Documentation & FAQ
You can find all documentation online at: https://www.unrealircd.org/docs/
We also have a good FAQ: https://www.unrealircd.org/docs/FAQ
Website, support, and other links
- https://www.unrealircd.org - Our main website
- https://forums.unrealircd.org - Support
- https://bugs.unrealircd.org - Bug tracker
- ircs://irc.unrealircd.org:6697/unreal-support - IRC support