aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Server/Program.cs
AgeCommit message (Collapse)Author
2017-06-04Fix story autosaveMichael
2017-06-04Fix major server reboot.Michael
2017-05-29Fix server-side crash when kiading revoked api keysMichael VanOverbeek
2017-05-21Merge branch 'master' of https://github.com/shiftos-game/ShiftOSMichael VanOverbeek
I should hire Ash Ketchum to do this for me. He'd do a better job.
2017-05-09testMichael VanOverbeek
2017-05-08Fix softlocks on pre-user OOBE.Michael
2017-05-01Replace most instances of "CurrentSave.Username"Michael
2017-04-30Changes.Michael VanOverbeek
2017-04-10KILL ChatBackend.csMichael
2017-04-07MUD updates long-over-due.Michael VanOverbeek
2017-03-07auto crash handlingMichael VanOverbeek
2017-03-06oopsMichael VanOverbeek
You know... when implementing a new MUD-side function... it's helpful to actually ENABLE it in the startup routine...
2017-03-06improvementsMichael VanOverbeek
2017-02-26fix bug with string messagesMichael VanOverbeek
2017-02-23Save deletion (server)Michael VanOverbeek
2017-02-16Fix error handler bug with false errorsMichael VanOverbeek
It was throwing false 'request not found in protocol' errors!
2017-02-16Fucking shoot me.Michael VanOverbeek
2017-02-16Fix a dispatcher error.Michael VanOverbeek
Ladouceur.
2017-02-15moar fixes n' stuffMichael VanOverbeek
2017-02-15whoa mud refactoringMichael VanOverbeek
2017-02-13Discord integration backend.Michael VanOverbeek
2017-02-12Admin panel for chat frontend.Michael
2017-02-12Finish MUD RefactoringMichael
2017-02-12More MUD refactoring (I'm almost done!)Michael
2017-02-11MUD modularization work.Michael
2017-02-09Compress shop items on server-side.Michael
2017-02-09<, not <=.Michael
It really is true that messing up a single character can screw up all your code with a fatal bug.
2017-02-09Dramatic shop optimizations.Michael
2017-02-08Shop fixesMichael
2017-02-08"My Shop" menu item works.Michael
2017-02-08Shop work.Michael
- Shop Editor implemented. - Shop List implemented. - Shops are now a way to earn Codepoints.
2017-02-05Fix missing return statementMichael
2017-02-05Stop hashing passwords - we encrypt saves nowMichael
2017-02-05Server now FULLY encrypts savesMichael
2017-02-05Fix double-hashing issueMichael
2017-02-04more security fixesMichael
2017-02-04Fix major security flaw in multi-user domainMichael
2017-02-04Add name changer backendMichael
You can use the DefaultTitleAttribute on an IShiftOSWindow to specify a default title for the window and name changer entry.
2017-02-03Add prevention of duplicate legion entries.Michael
2017-02-02Implement the DownloaderMichael
2017-02-02Shiftnet, and audio fixesMichael
2017-01-22Add trm.exit command for exiting remote sessions.Michael
2017-01-21Commands can now be locked out of remote sessionsMichael
Try using sos.shutdown remotely... it won't work. :stuck_out_tongue_winking_eye:
2017-01-21Change cmdstr to command in trm_invcmdMichael
2017-01-21Fix trm handshake acceptMichael
2017-01-21Terminal remote control!Michael
2017-01-18Linux testMichael
2017-01-17Tutorial backend, deletion of NancyMichael
I'll probably do a SaaS webadmin tool for the MUD in ASP.NET someday.
2017-01-14Update Program.csCarver Harrison
2017-01-14#5 - Users can be given CP over the MUDMichael
Currently not usable in the UI, but will be used to power shops.