Gwyneth Llewelyn
|
6215d28c62
- Made gobot respond to signals; send a SIGHUP to get it to reload the configuration!
|
7 years ago |
Gwyneth Llewelyn
|
88f91db4a3
Attempt to use Gravatars (works) with their Hovercards (doesn’t work yet)
|
7 years ago |
Gwyneth Llewelyn
|
9b39c3a907
Fixed the issue with ‘database locked’ - rows and statements were NOT being closed after being used!
|
7 years ago |
Gwyneth Llewelyn
|
0698535846
More attempts at figuring out why the database gets locked so often (so far, no luck)
|
7 years ago |
Gwyneth Llewelyn
|
772ab8fec5
simplifying error handling
|
7 years ago |
Gwyneth Llewelyn
|
38d7e59fb0
Changing the way logging works, to figure out the problems of a locked database.
|
7 years ago |
Gwyneth Llewelyn
|
0365df65da
Adding support to display an OpenSimulator map tile on the main template (in the future, this must be much more sophisticated, to cover several regions etc.)
|
7 years ago |
Gwyneth Llewelyn
|
287a415f6c
Added Insert/Update to ALL agGrids, including the (new) User Management agGrid. Includes some error checking when too many zeros/empty strings have been inserted in the database (but probably needs more)
|
7 years ago |
Gwyneth Llewelyn
|
ac3e4126b8
Added INSERT/REMOVE functionality to the Agents table
|
7 years ago |
Gwyneth Llewelyn
|
105bf025b4
Attempts to get removal of rows working: it works on the database, but the actual display on agGrid is not perfect yet.
|
7 years ago |
Gwyneth Llewelyn
|
db79e54e7c
Now it’s possible to send commands to the Bot Controller as well. There might be still some rough edges.
|
7 years ago |
Gwyneth Llewelyn
|
c8bafc5f3e
Continued to deal with login; now it even validates the login form before submission; still needs database access; changed top menu layout to deal with extra options
|
7 years ago |
Gwyneth Llewelyn
|
ddf030500b
Login/logout with cookies seems to work (no user checking for now). To-do: check database for users there
|
7 years ago |
Gwyneth Llewelyn
|
a46c259cb8
More changes to deal with the form for sending commands to the Bot Controller.
|
7 years ago |
Gwyneth Llewelyn
|
3fa502e89c
Started working on the form that sends commands directly to bots. Also, experimented a bit with the login form.
|
7 years ago |
Gwyneth Llewelyn
|
389fdd6047
Added missing updating functions for inventory and positions, now all 4 agGrids work.
|
7 years ago |
Gwyneth Llewelyn
|
552d6c9c27
Added required functionality for the Agents page to also be able to change/update each row.
|
7 years ago |
Gwyneth Llewelyn
|
ad3445146f
Adding updates to the database from changing the grid on the web app
|
7 years ago |
Gwyneth Llewelyn
|
ff4ad7c212
Added a note for future work on coroutines driving individual avatars
|
7 years ago |
Gwyneth Llewelyn
|
d506ec3ad2
Grid now works for all options (read-only for now).
|
7 years ago |
Gwyneth Llewelyn
|
6f8eab0d3c
Added icons, added own version of Bootstrap to change the font type, made first tests with the agGrid component
|
7 years ago |
Gwyneth Llewelyn
|
08315f3f10
Working preliminary templates. There is still an issue with pulling the CSS/JS/image files, but that may be a nginx problem
|
7 years ago |
Gwyneth Llewelyn
|
9d6f79400c
Separating templates into components
|
7 years ago |
Gwyneth Llewelyn
|
339ea5b523
Second attempt to do something with templates to show the backoffice. It works. Parallelism also tested. Now need to separate the many options in the back office.
|
7 years ago |
Gwyneth Llewelyn
|
a30de9bcc9
First attempt to do something with templates, to show the backoffice. Of course, nothing works: a blank page is spewed out!
|
7 years ago |
Gwyneth Llewelyn
|
b64edadc05
Intermediary stage gf committing, working on back office
|
7 years ago |
Gwyneth Llewelyn
|
21ebe6e791
Added updateSensor() and a config value for the server port
|
7 years ago |
Gwyneth Llewelyn
|
8fef3cabbb
Made the server port also a configuration option
|
7 years ago |
Gwyneth Llewelyn
|
b376031435
First experiments with a simple router to capture requests for updating inventory
|
7 years ago |
Gwyneth Llewelyn
|
99abd9a982
First attempt to open a database using go-sqlite3 (works!)
|
7 years ago |