mudcoders / guildmud

A SocketMUD-based Multi-User Dungeon built and managed by the members of The MUD Coders Guild.
MIT License
25 stars 11 forks source link

Bcryp improvement #22

Closed rogersm closed 6 years ago

rogersm commented 6 years ago

This is the implementation of Issue #18

It removes the old code that used the DES crypto library added in PR6.

I hope the split of the patches makes easy to follow up the changes, but I'm happy to walkthrough the changes. Possibly the most interesting code is in src/socket.c.