aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* refactor(cmds): more orphan module functions to methods within structFuwn2021-04-307-66/+55
* feat(hub): *implement* new commands; subscribe room, subscribe distance, tele...Fuwn2021-04-3011-13/+129
* refactor(commands): rename subscribe command module to subscribe_roomFuwn2021-04-303-0/+0
* etc: Replace copyleft holder nameFuwn2021-04-2851-51/+51
* etc: Add copyleft symbol to copyleft headerFuwn2021-04-2747-47/+47
* fmt: ...Fuwn2021-04-272-2/+0
* feature: New configuration file formatFuwn2021-04-278-52/+68
* fmt: Rename re_server module to serverFuwn2021-04-2645-18/+18
* fix: Actually remove legacy server moduleFuwn2021-04-2626-2674/+0
* etc: Remove legacy server moduleFuwn2021-04-2626-0/+0
* etc: Prepend license identifier to *most* filesFuwn2021-04-2651-4/+148
* major: :star:Fuwn2021-04-2375-836/+3934
* format: Preinitialize vector with elementsFuwn2021-03-291-3/+5
* format: Remove uncessecary `iter_mut`Fuwn2021-03-292-2/+2
* fix: CHANGED WRONG LINEFuwn2021-03-291-2/+2
* feature: Reimplement room ID request command branch to command handlerFuwn2021-03-291-26/+26
* format: Fix a few Clippy warningsFuwn2021-03-296-17/+22
* format: Refactor CLI, use pure `clap` instead of StructOptFuwn2021-03-292-30/+64
* format: Make use of `is_empty` method.Fuwn2021-03-291-1/+1
* feature: Grab ports AutoServer and RoomServer from configFuwn2021-03-294-6/+18
* format: Refactor SQL snippet for consistencyFuwn2021-03-291-1/+3
* etc: Rename database fileFuwn2021-03-291-1/+1
* feature: Use TOML as config instead of environment variablesFuwn2021-03-295-26/+60
* feature: Implement CLIFuwn2021-03-291-3/+43
* fix: Implement parserFuwn2021-03-284-248/+204
* Feature: Parse property set commandFuwn2021-03-282-0/+7
* etc: Prepare AutoServer SESSINIT parse functionFuwn2021-03-281-0/+16
* fix: Spawn servers properlyFuwn2021-03-281-7/+11
* major: Publish work-in-progressFuwn2021-03-2526-628/+528
* feature: Byte utilitiesorigin/deprecated-mainorigin/deprecated-legacydeprecated-maindeprecated-legacyFuwn2021-03-242-0/+4
* format: Update annotationFuwn2021-03-241-3/+3
* format: Move server type specific functions to correct modulesFuwn2021-03-249-7/+8
* etc: Remove unused module and implement structuresFuwn2021-03-233-1/+16
* format: Change log severity of eventsFuwn2021-03-232-32/+107
* fix: Buddy name not being correctly readFuwn2021-03-231-2/+2
* fix: Buddy name length not being properly setFuwn2021-03-231-2/+1
* etc: Annotate reasoningFuwn2021-03-231-1/+1
* feature: Send WORLDSMASTER greeting on joinFuwn2021-03-232-4/+44
* fix: `room_id` not being set and sentFuwn2021-03-221-2/+2
* etc: Correct struct namesFuwn2021-03-2213-43/+59
* feature: Use feature "hash_set_entry"Fuwn2021-03-221-1/+2
* etc: ...Fuwn2021-03-2212-31/+323
* fix: Only send to one client not all for certain commandsFuwn2021-03-221-8/+8
* format: `utils` module as directoryFuwn2021-03-213-0/+18
* etc: get started on implementing db routinesFuwn2021-03-211-2/+57
* etc: publicize tables struct fieldsFuwn2021-03-211-22/+22
* refactor: move broadcast function to separate moduleFuwn2021-03-213-10/+16
* etc: add todoFuwn2021-03-211-3/+1
* feature: setup database tablesFuwn2021-03-214-0/+269
* etc: development testingFuwn2021-03-211-4/+13