diff options
Diffstat (limited to 'src/NOTES.txt')
-rw-r--r-- | src/NOTES.txt | 8 |
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 | |||
35 | interfacing with existing web servers. FCGI protocol closes STDERR and | 35 | interfacing with existing web servers. FCGI protocol closes STDERR and |
36 | STDOUT, and uses STDIN as it's two way communications channel to the web | 36 | STDOUT, and uses STDIN as it's two way communications channel to the web |
37 | server, so our FCGI module can't be used as the text management front | 37 | server, so our FCGI module can't be used as the text management front |
38 | end. This is probably a good idea to keep them seperate anyway, for | 38 | end. This is probably a good idea to keep them separate anyway, for |
39 | security, coz the web server is exposed to the world, the console isn't. | 39 | security, coz the web server is exposed to the world, the console isn't. |
40 | 40 | ||
41 | Currently sledjchisl.c tests to see if it's running in tmux already, if | 41 | Currently 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 | ||
146 | UserAccounts table - | 146 | UserAccounts 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 | ||
350 | Destiny Grid - | 350 | Destiny 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 | ||
355 | Infinite Grid - | 355 | Infinite Grid - |
@@ -366,7 +366,7 @@ Check length in database values. | |||
366 | Names are case insensitive in world, should be on the web page to? | 366 | Names 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 | ||
371 | The autogroup thing seems to have broke. Doesn't work for gods. | 371 | The 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 |