aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/NOTES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/NOTES.txt')
-rw-r--r--src/NOTES.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/NOTES.txt b/src/NOTES.txt
index a72e7c8..19f3097 100644
--- a/src/NOTES.txt
+++ b/src/NOTES.txt
@@ -35,7 +35,7 @@ After much research, FastCGI / FCGI seems to be the most portable way of
35interfacing with existing web servers. FCGI protocol closes STDERR and 35interfacing with existing web servers. FCGI protocol closes STDERR and
36STDOUT, and uses STDIN as it's two way communications channel to the web 36STDOUT, and uses STDIN as it's two way communications channel to the web
37server, so our FCGI module can't be used as the text management front 37server, so our FCGI module can't be used as the text management front
38end. This is probably a good idea to keep them seperate anyway, for 38end. This is probably a good idea to keep them separate anyway, for
39security, coz the web server is exposed to the world, the console isn't. 39security, coz the web server is exposed to the world, the console isn't.
40 40
41Currently sledjchisl.c tests to see if it's running in tmux already, if 41Currently sledjchisl.c tests to see if it's running in tmux already, if
@@ -145,7 +145,7 @@ Account creation process in the database.
145 145
146UserAccounts table - 146UserAccounts table -
147 UserFlags 64 is "allow gods to log in as me" 147 UserFlags 64 is "allow gods to log in as me"
148 0xf00 is membershipType, unles there's a title. Only sent to viewers I think. 148 0xf00 is membershipType, unless there's a title. Only sent to viewers I think.
149 32 is Minors for estate banning purposes. 149 32 is Minors for estate banning purposes.
150 4 is Anonymous for estate banning purposes. 150 4 is Anonymous for estate banning purposes.
151 1 is AllowPublish in profile, but userprofile has this as separate field. 151 1 is AllowPublish in profile, but userprofile has this as separate field.
@@ -349,7 +349,7 @@ Coffee Grid -
349 349
350Destiny Grid - 350Destiny Grid -
351 Auto add Hypergrid visitors group to "partner" grids. 351 Auto add Hypergrid visitors group to "partner" grids.
352 Estate has "Allow parcel access overide?". Not sure what that means. 352 Estate has "Allow parcel access override?". Not sure what that means.
353 Which does fuck all, and turns itself off. 353 Which does fuck all, and turns itself off.
354 354
355Infinite Grid - 355Infinite Grid -
@@ -366,7 +366,7 @@ Check length in database values.
366Names are case insensitive in world, should be on the web page to? 366Names are case insensitive in world, should be on the web page to?
367 I think they are on the database side, so I should store the Lua files with lower case file names, but use the case from within the files for display. 367 I think they are on the database side, so I should store the Lua files with lower case file names, but use the case from within the files for display.
368 I may have seen case insensitive grid logins fail, so should test this. 368 I may have seen case insensitive grid logins fail, so should test this.
369 Now I have seen them work. Viewer dependant? 369 Now I have seen them work. Viewer dependent?
370 370
371The autogroup thing seems to have broke. Doesn't work for gods. 371The autogroup thing seems to have broke. Doesn't work for gods.
372 Or I did that on purpose, should check. lol 372 Or I did that on purpose, should check. lol