Commit graph

52 commits

Author SHA1 Message Date
Michael
3e11eca704 Fix story autosave 2017-06-04 21:07:43 -04:00
Michael
5e40ae4e29 Fix major server reboot. 2017-06-04 15:53:24 -04:00
Michael VanOverbeek
505073b693 Fix server-side crash when kiading revoked api keys 2017-05-29 16:42:01 +00:00
Michael VanOverbeek
68785f73f0 Merge branch 'master' of https://github.com/shiftos-game/ShiftOS
I should hire Ash Ketchum to do this for me. He'd do a better job.
2017-05-21 13:05:31 +00:00
Michael VanOverbeek
3b1c71e671 test 2017-05-09 01:54:31 +00:00
Michael
75ed7e9215 Fix softlocks on pre-user OOBE. 2017-05-08 11:31:29 -04:00
Michael
7532df7075 Replace most instances of "CurrentSave.Username" 2017-05-01 15:23:46 -04:00
Michael VanOverbeek
03d01cdb4d Changes. 2017-04-30 15:37:34 +00:00
Michael
4aa7a6dee5 KILL ChatBackend.cs 2017-04-10 15:09:52 -04:00
Michael VanOverbeek
9aa1becb30 MUD updates long-over-due. 2017-04-07 16:57:05 +00:00
Michael VanOverbeek
9c143b1249 auto crash handling 2017-03-07 14:18:03 +00:00
Michael VanOverbeek
220a1bccd6 oops
You know... when implementing a new MUD-side function... it's helpful to
actually ENABLE it in the startup routine...
2017-03-06 21:35:26 +00:00
Michael VanOverbeek
9e30864a10 improvements 2017-03-06 17:01:24 +00:00
Michael VanOverbeek
0e3362e8e3 fix bug with string messages 2017-02-26 20:09:32 +00:00
Michael VanOverbeek
dcc9d72046 Save deletion (server) 2017-02-23 22:05:15 +00:00
Michael VanOverbeek
781351aefb Fix error handler bug with false errors
It was throwing false 'request not found in protocol' errors!
2017-02-16 15:28:08 +00:00
Michael VanOverbeek
5a89c2ad6b Fucking shoot me. 2017-02-16 01:32:59 +00:00
Michael VanOverbeek
a74031ae08 Fix a dispatcher error.
Ladouceur.
2017-02-16 01:30:43 +00:00
Michael VanOverbeek
18604c054a moar fixes n' stuff 2017-02-15 22:11:27 +00:00
Michael VanOverbeek
91f97a65b2 whoa mud refactoring 2017-02-15 21:31:03 +00:00
Michael VanOverbeek
15cf720b7e Discord integration backend. 2017-02-13 18:12:05 +00:00
Michael
f5ef64e87d Admin panel for chat frontend. 2017-02-12 14:03:46 -05:00
Michael
7f8f8b1c48 Finish MUD Refactoring 2017-02-12 11:21:20 -05:00
Michael
110438929c More MUD refactoring (I'm almost done!) 2017-02-12 10:51:53 -05:00
Michael
8e2b00840a MUD modularization work. 2017-02-11 11:48:26 -05:00
Michael
de14574800 Compress shop items on server-side. 2017-02-09 20:32:53 -05:00
Michael
f0b7634d52 <, not <=.
It really is true that messing up a single character can screw up all
your code with a fatal bug.
2017-02-09 18:51:08 -05:00
Michael
c544e4081d Dramatic shop optimizations. 2017-02-09 18:32:48 -05:00
Michael
48fd30794f Shop fixes 2017-02-08 18:01:13 -05:00
Michael
beb2bb27d7 "My Shop" menu item works. 2017-02-08 16:33:01 -05:00
Michael
51ad9434bb Shop work.
- Shop Editor implemented.
- Shop List implemented.
- Shops are now a way to earn Codepoints.
2017-02-08 15:51:22 -05:00
Michael
bf8d9f5099 Fix missing return statement 2017-02-05 11:28:45 -05:00
Michael
ae7553fa95 Stop hashing passwords - we encrypt saves now 2017-02-05 10:57:47 -05:00
Michael
19b13528f6 Server now FULLY encrypts saves 2017-02-05 10:56:48 -05:00
Michael
b192315409 Fix double-hashing issue 2017-02-05 09:16:19 -05:00
Michael
dbae223e1e more security fixes 2017-02-04 19:29:08 -05:00
Michael
32ddb11f52 Fix major security flaw in multi-user domain 2017-02-04 19:11:53 -05:00
Michael
28a087d2d4 Add name changer backend
You can use the DefaultTitleAttribute on an IShiftOSWindow to specify a
default title for the window and name changer entry.
2017-02-04 11:14:39 -05:00
Michael
ce300026cb Add prevention of duplicate legion entries. 2017-02-03 21:13:51 -05:00
Michael
d5ab22629b Implement the Downloader 2017-02-02 17:11:14 -05:00
Michael
bbe37edb68 Shiftnet, and audio fixes 2017-02-02 09:47:23 -05:00
Michael
555cc1319a Add trm.exit command for exiting remote sessions. 2017-01-22 10:01:13 -05:00
Michael
2ce2214d5e Commands can now be locked out of remote sessions
Try using sos.shutdown remotely... it won't work.
😜
2017-01-21 21:27:25 -05:00
Michael
19b7f5b983 Change cmdstr to command in trm_invcmd 2017-01-21 19:35:03 -05:00
Michael
84be879805 Fix trm handshake accept 2017-01-21 19:10:58 -05:00
Michael
a531cefa00 Terminal remote control! 2017-01-21 16:23:10 -05:00
Michael
fd7d44a07f Linux test 2017-01-18 15:36:06 -05:00
Michael
18f93056b7 Tutorial backend, deletion of Nancy
I'll probably do a SaaS webadmin tool for the MUD in ASP.NET someday.
2017-01-17 17:26:27 -05:00
Carver Harrison
d5a033ebc3 Update Program.cs 2017-01-14 13:31:27 -08:00
Michael
ca7062c3e6 #5 - Users can be given CP over the MUD
Currently not usable in the UI, but will be used to power shops.
2017-01-14 10:29:03 -05:00