AFKMud 2.5.2
Author
Submitted by
Version
D/L
File Size
Date Added
Last Updated
AFKMud Team
Samson
2.5.2
18
1.72 MB
Apr 19, 2025
Description
AFKMud 2.5.2 has been released.
This is a minor maintenance release covering new issues fixed since the previous release.
For details, check the AFKMud repository on GitHub. The commits ought to be detailed enough.
Changes for AFKMud 2.5.2
Changes
Socket code has been updated to support dual stack IPv4 + IPv6.
mudstrlcpy and mudstrlcat have been removed. All calls to these were replaced with strlcpy and strlcat, which are now part of GlibC as of 2023.
str_dup has been removed. All calls to it have been replaced with strdup, which has been part of GlibC since the early 2000's.
Removed the MKEY macro from the polymorph code. All calls to this now use the standard KEY macro, as they should always have done.
Bug Fixes
Fixed a buffer overrun in the set_title function.
Fixed a buffer overrun in the make_webwiz function.
Revisions: 0