userJake_Richcancel
branchrust_reboot/main/primitive/client_copy_pastecancel

11 Commits over 31 Days - 0.01cph!

10 Months Ago
Update manifest
10 Months Ago
Codegen protobuf
10 Months Ago
Fix compile errors due to CLIENT and SERVER
10 Months Ago
Add commands to copy pastes off server since it now is based on storing on client - `download_paste {name}` used to download from web, now it downloads from game server - `list_pastes` to list pastes on client - `list_pastes_sv` to list pastes on server
10 Months Ago
Fix error if trying to save a paste to client before the directory was created
10 Months Ago
merge from main -> client_copy_paste
11 Months Ago
Convert other commands from serverside -> clientside - renamepaste - deletepaste Add `listpastes` to print list of all pastes in client folder
11 Months Ago
Switch directory to a constant
11 Months Ago
Remove old code that was keeping a serverside copy of the clipboard (that was shared between all admins) Keep "undo" system to delete previous pastes Add RPC to download paste from server - locked to admins & devs to prevent servers arbitrary sending pastes to random clients Copy & Paste should now store pastes competely clientside
11 Months Ago
Update manifest
11 Months Ago
Change paste command so it uses uploads paste from the client instead of storing on server