PickShadow/README.md

24 lines
714 B
Markdown
Raw Normal View History

2024-10-09 11:03:01 +02:00
# PickShadow's server code
This repository contains PickShadow's server-side code.
2024-04-23 17:15:46 +02:00
## Index
2024-10-09 11:03:01 +02:00
- [About](#about)
- [PSSE](#psse)
- [PSPE](#pspe)
- [PSDS](#psds)
2024-04-23 17:15:46 +02:00
- [Contributing](#contributing)
2024-10-09 11:03:01 +02:00
## About
### PSSE
**P**ick**S**hadow **S**erver **E**xtension is installed on every subserver.
It provides various commands, listeners and even minigames, depending on it's mode.
### PSPE
**P**ick**S**hadow **P**roxy **E**xtension is installed on every proxy.
It provides various global commands and manages the underlying proxy software.
### PSDS
**P**ick**S**hadow **D**ata **S**torage is a standalone HTTP server.
It saves and retrieves data and passes messages around the network.
2024-04-23 17:15:46 +02:00
## Contributing
2024-10-09 11:03:01 +02:00
Please don't.