aboutsummaryrefslogtreecommitdiff
path: root/src/config.cc
Commit message (Collapse)AuthorAge
* implement `crypto.cc` with OpenSSL + fix config loadingfusion322025-07-03
| | | | | | | | | | | | | | | | I considered reversing the original `vlong` implementation but OpenSSL is just simpler, more secure, and most importantly, is already there. I also made it so the key is now stored in a PEM file (`tibia.pem`) so it can be easily swapped without re-compiling. This was the last piece to build and run a working executable, except that we now need to implement a query manager for the server to communicate with. I was able to fix a small problem with loading the config before hitting the problem with the query manager, which was expected. The next task should be getting a query manager up and running before starting phase two of upgrading and fixing the server itself.
* `reader.cc`fusion322025-07-01
|
* linux Makefile + fix most compilation problemsfusion322025-05-25
| | | | | | | I wanted to see if the compiler had any problems with the code so far and added a few stub definitions so that each file would properly compile. We still fail when linking but we're able to to find and fix compile time errors.
* move string utility to `util.cc` + small script identifier fixfusion322025-05-25
|
* halfway of `map.cc` and start of `objects.cc`fusion322025-05-24
|
* implement script lexerfusion322025-05-22
|
* implement `config.cc`fusion322025-05-20
|
* implement `main.cc`, `shm.cc`, and `time.cc` + overall tweeksfusion322025-05-20