aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fix: Buddy name length not being properly setFuwn2021-03-231-2/+1
| | | | Finally...
* etc: Annotate reasoningFuwn2021-03-231-1/+1
|
* feature: Send WORLDSMASTER greeting on joinFuwn2021-03-232-4/+44
| | | | Created function `create_text_command_with_action` which is stable, but only with the preset action. Will expand on this once an understanding of how actions work is met.
* fix: `room_id` not being set and sentFuwn2021-03-221-2/+2
|
* fix: SpellingFuwn2021-03-221-1/+1
|
* format: Fix spacingFuwn2021-03-221-3/+3
|
* etc: Correct struct namesFuwn2021-03-2213-43/+59
|
* feature: Use feature "hash_set_entry"Fuwn2021-03-221-1/+2
|
* format: Correct TCP dependency label positionFuwn2021-03-221-1/+1
|
* etc: Link to development pageFuwn2021-03-221-8/+1
|
* etc: ...Fuwn2021-03-2213-31/+326
|
* fix: Only send to one client not all for certain commandsFuwn2021-03-221-8/+8
|
* chore: Exclude database development filesFuwn2021-03-211-0/+5
|
* format: `utils` module as directoryFuwn2021-03-213-0/+18
|
* format: Use single space for `user_properties` migrationFuwn2021-03-211-5/+5
|
* chore: Create sqlx migrationsFuwn2021-03-213-0/+25
|
* feature: Use sqlx instead of rustqliteFuwn2021-03-213-1/+7
|
* etc: get started on implementing db routinesFuwn2021-03-211-2/+57
| | | | http://dev.worlds.net/private/GammaDocs/WorldServer.html#RoomServer
* etc: publicize tables struct fieldsFuwn2021-03-211-22/+22
|
* chore: organize dependenciesFuwn2021-03-211-0/+9
|
* refactor: move broadcast function to separate moduleFuwn2021-03-213-10/+16
|
* etc: add todoFuwn2021-03-211-3/+1
|
* feature: setup database tablesFuwn2021-03-215-0/+270
|
* Merge pull request #1 from Vencorr/masterFuwn2021-03-213-9/+21
|\ | | | | Add a username to Text
| * etc: development testingFuwn2021-03-212-4/+14
| | | | | | | | append random integer to end of "User" for testing purposes.
| * Added username support for textNicholas George2021-03-202-7/+9
|/
* chore: create broadcast_to_all_clients() function, rename sub directoryFuwn2021-03-206-18/+26
|
* format: remove unnecessary debug statements, formatFuwn2021-03-201-8/+2
|
* chore: *finish* contributing section of readme.Fuwn2021-03-201-1/+1
|
* chore: create contribution guidelinesFuwn2021-03-201-0/+5
|
* whirl: :star:Fuwn2021-03-2016-2/+386
|
* fix: formattingFuwn2021-03-181-1/+1
|
* etc: add discord and license badgesFuwn2021-03-171-0/+9
|
* chore: spice up readme.Fuwn2021-03-171-2/+27
|
* Create MAINTAINERSFuwn2021-03-171-0/+1
|
* chore: update links.Fuwn2021-02-201-1/+1
|
* Initial commitFuwn2021-02-203-0/+686