| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | feature: Implement CLI | Fuwn | 2021-03-29 | 4 | -5/+49 | |
| | | ||||||
| * | chore: Change Rust toolchain for more accurate reproducibility | Fuwn | 2021-03-28 | 1 | -1/+1 | |
| | | ||||||
| * | fix: Implement parser | Fuwn | 2021-03-28 | 4 | -248/+204 | |
| | | | | | Fixes the problem that sometimes, commands are just skipped despite being sent from the client. | |||||
| * | Feature: Parse property set command | Fuwn | 2021-03-28 | 2 | -0/+7 | |
| | | | | | This is mostly in preparation for avatar support as the function's only purpose is parsing the avatar of the user. | |||||
| * | etc: Prepare AutoServer SESSINIT parse function | Fuwn | 2021-03-28 | 1 | -0/+16 | |
| | | ||||||
| * | fix: Spawn servers properly | Fuwn | 2021-03-28 | 1 | -7/+11 | |
| | | ||||||
| * | major: Publish work-in-progress | Fuwn | 2021-03-25 | 28 | -634/+545 | |
| | | ||||||
| * | feature: Byte utilitiesorigin/deprecated-mainorigin/deprecated-legacydeprecated-maindeprecated-legacy | Fuwn | 2021-03-24 | 2 | -0/+4 | |
| | | ||||||
| * | format: Update annotation | Fuwn | 2021-03-24 | 1 | -3/+3 | |
| | | ||||||
| * | format: Move server type specific functions to correct modules | Fuwn | 2021-03-24 | 9 | -7/+8 | |
| | | ||||||
| * | etc: Remove unused module and implement structures | Fuwn | 2021-03-23 | 3 | -1/+16 | |
| | | | | | As you might see, I've began expanding on the RoomServer. Hopefully within the next week, you might be able to see connected users' avatars. | |||||
| * | format: Change log severity of events | Fuwn | 2021-03-23 | 3 | -33/+108 | |
| | | ||||||
| * | fix: Buddy name not being correctly read | Fuwn | 2021-03-23 | 1 | -2/+2 | |
| | | | | | This change also now shows all buddies sent from client to server as online, mostly for testing. | |||||
| * | fix: Buddy name length not being properly set | Fuwn | 2021-03-23 | 1 | -2/+1 | |
| | | | | | Finally... | |||||
| * | etc: Annotate reasoning | Fuwn | 2021-03-23 | 1 | -1/+1 | |
| | | ||||||
| * | feature: Send WORLDSMASTER greeting on join | Fuwn | 2021-03-23 | 2 | -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 sent | Fuwn | 2021-03-22 | 1 | -2/+2 | |
| | | ||||||
| * | fix: Spelling | Fuwn | 2021-03-22 | 1 | -1/+1 | |
| | | ||||||
| * | format: Fix spacing | Fuwn | 2021-03-22 | 1 | -3/+3 | |
| | | ||||||
| * | etc: Correct struct names | Fuwn | 2021-03-22 | 13 | -43/+59 | |
| | | ||||||
| * | feature: Use feature "hash_set_entry" | Fuwn | 2021-03-22 | 1 | -1/+2 | |
| | | ||||||
| * | format: Correct TCP dependency label position | Fuwn | 2021-03-22 | 1 | -1/+1 | |
| | | ||||||
| * | etc: Link to development page | Fuwn | 2021-03-22 | 1 | -8/+1 | |
| | | ||||||
| * | etc: ... | Fuwn | 2021-03-22 | 13 | -31/+326 | |
| | | ||||||
| * | fix: Only send to one client not all for certain commands | Fuwn | 2021-03-22 | 1 | -8/+8 | |
| | | ||||||
| * | chore: Exclude database development files | Fuwn | 2021-03-21 | 1 | -0/+5 | |
| | | ||||||
| * | format: `utils` module as directory | Fuwn | 2021-03-21 | 3 | -0/+18 | |
| | | ||||||
| * | format: Use single space for `user_properties` migration | Fuwn | 2021-03-21 | 1 | -5/+5 | |
| | | ||||||
| * | chore: Create sqlx migrations | Fuwn | 2021-03-21 | 3 | -0/+25 | |
| | | ||||||
| * | feature: Use sqlx instead of rustqlite | Fuwn | 2021-03-21 | 3 | -1/+7 | |
| | | ||||||
| * | etc: get started on implementing db routines | Fuwn | 2021-03-21 | 1 | -2/+57 | |
| | | | | | http://dev.worlds.net/private/GammaDocs/WorldServer.html#RoomServer | |||||
| * | etc: publicize tables struct fields | Fuwn | 2021-03-21 | 1 | -22/+22 | |
| | | ||||||
| * | chore: organize dependencies | Fuwn | 2021-03-21 | 1 | -0/+9 | |
| | | ||||||
| * | refactor: move broadcast function to separate module | Fuwn | 2021-03-21 | 3 | -10/+16 | |
| | | ||||||
| * | etc: add todo | Fuwn | 2021-03-21 | 1 | -3/+1 | |
| | | ||||||
| * | feature: setup database tables | Fuwn | 2021-03-21 | 5 | -0/+270 | |
| | | ||||||
| * | Merge pull request #1 from Vencorr/master | Fuwn | 2021-03-21 | 3 | -9/+21 | |
| |\ | | | | | Add a username to Text | |||||
| | * | etc: development testing | Fuwn | 2021-03-21 | 2 | -4/+14 | |
| | | | | | | | | | append random integer to end of "User" for testing purposes. | |||||
| | * | Added username support for text | Nicholas George | 2021-03-20 | 2 | -7/+9 | |
| |/ | ||||||
| * | chore: create broadcast_to_all_clients() function, rename sub directory | Fuwn | 2021-03-20 | 6 | -18/+26 | |
| | | ||||||
| * | format: remove unnecessary debug statements, format | Fuwn | 2021-03-20 | 1 | -8/+2 | |
| | | ||||||
| * | chore: *finish* contributing section of readme. | Fuwn | 2021-03-20 | 1 | -1/+1 | |
| | | ||||||
| * | chore: create contribution guidelines | Fuwn | 2021-03-20 | 1 | -0/+5 | |
| | | ||||||
| * | whirl: :star: | Fuwn | 2021-03-20 | 16 | -2/+386 | |
| | | ||||||
| * | fix: formatting | Fuwn | 2021-03-18 | 1 | -1/+1 | |
| | | ||||||
| * | etc: add discord and license badges | Fuwn | 2021-03-17 | 1 | -0/+9 | |
| | | ||||||
| * | chore: spice up readme. | Fuwn | 2021-03-17 | 1 | -2/+27 | |
| | | ||||||
| * | Create MAINTAINERS | Fuwn | 2021-03-17 | 1 | -0/+1 | |
| | | ||||||
| * | chore: update links. | Fuwn | 2021-02-20 | 1 | -1/+1 | |
| | | ||||||
| * | Initial commit | Fuwn | 2021-02-20 | 3 | -0/+686 | |