aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Server
AgeCommit message (Collapse)Author
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-16Codepoints are now stored in 64-bit signed intsMichael VanOverbeek
2017-02-15fix chat.sendMichael VanOverbeek
2017-02-15moar fixes n' stuffMichael VanOverbeek
2017-02-15whoa mud refactoringMichael VanOverbeek
2017-02-13more MUD fixesMichael VanOverbeek
2017-02-13server-side fixes for legionsMichael VanOverbeek
2017-02-13fix nuget mosquitosMichael
2017-02-13Discord integration backend.Michael VanOverbeek
2017-02-13Fix the supermosquito. Hopefully.Michael VanOverbeek
2017-02-13ugh more debuggingMichael
2017-02-12New chat client-side.Michael
2017-02-12chat_getall MUD commandMichael
2017-02-12Admin panel for chat frontend.Michael
2017-02-12Chat protocol workMichael
2017-02-12Finish MUD RefactoringMichael
2017-02-12I'm drunk.Michael
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-07Added defaulticonattribute.Michael
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.
2017-01-08fix appvoyer buildswilliam341
2017-01-08Merge pull request #20 from carverh/patch-10william341
Update Resources.resx
2017-01-08Merge pull request #17 from carverh/patch-8william341
Rename Home.html to index.html