aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://gitlab.com/Mishio595/disml into devMishio5952018-11-302-0/+46
|\
| * Merge branch 'patch-1' into 'master'Adelyn Breedlove2018-11-191-2/+9
| |\ | | | | | | | | | | | | Update README.md See merge request Mishio595/disml!9
| | * Update README.mdAdelyn Breedlove2018-11-191-2/+9
| |/
| * Merge branch 'patch-1' into 'master'Adelyn Breedlove2018-11-191-0/+18
| |\ | | | | | | | | | | | | Add README See merge request Mishio595/disml!8
| | * Add READMEAdelyn Breedlove2018-11-191-0/+18
| |/
| * Merge branch 'add-license' into 'master'Adelyn Breedlove2018-11-191-0/+21
| |\ | | | | | | | | | | | | Add LICENSE See merge request Mishio595/disml!7
| | * Add LICENSEAdelyn Breedlove2018-11-191-0/+21
| |/
| * Merge branch 'dev' into 'master'Adelyn Breedlove2018-11-193-10/+50
| |\ | | | | | | | | | | | | Dev See merge request Mishio595/disml!6
| * \ Merge branch 'dev' into 'master'Adelyn Breedlove2018-11-192-2/+9
| |\ \ | | | | | | | | | | | | | | | | Ping bot example See merge request Mishio595/disml!5
| * \ \ Merge branch 'dev' into 'master'Adelyn Breedlove2018-11-1816-181/+656
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Add event dispatch and the Client module See merge request Mishio595/disml!4
| * \ \ \ Merge branch 'dev' into 'master'Adelyn Breedlove2018-11-146-60/+142
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Dev See merge request Mishio595/disml!3
| * \ \ \ \ Merge branch 'dev' into 'master'Adelyn Breedlove2018-11-103-2/+32
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add test executable to repo See merge request Mishio595/animus!2
| * \ \ \ \ \ Merge branch 'dev' into 'master'Adelyn Breedlove2018-11-102-34/+69
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix to single-shard system, preparing for multi-sharding See merge request Mishio595/animus!1
* | | | | | | | some improvementsMishio5952018-11-301-4/+5
| | | | | | | |
* | | | | | | | Fix all the errors from coding without merlinMishio5952018-11-298-67/+232
| | | | | | | |
* | | | | | | | Try to make it a more properly structured libAdelyn Breelove2018-11-295-5/+65
| | | | | | | |
* | | | | | | | functors!Adelyn Breelove2018-11-296-524/+569
| | | | | | | |
* | | | | | | | Clean up a bitAdelyn Breelove2018-11-291-19/+18
| | | | | | | |
* | | | | | | | Missed a couple thingsAdelyn Breelove2018-11-291-5/+6
| | | | | | | |
* | | | | | | | hopefully fixes the shard changes not propogating on reconnectAdelyn Breelove2018-11-292-68353/+22
| | | | | | | |
* | | | | | | | Some sharding work, reconnect is mostly workingMishio5952018-11-293-178/+138
| | | | | | | |
* | | | | | | | More models, some dispatch rework startingMishio5952018-11-256-1/+243
| | | | | | | |
* | | | | | | | convert to client from client_ezMishio5952018-11-253-160/+31
| | | | | | | |
* | | | | | | | Naming consistencyMishio5952018-11-252-19/+19
| | | | | | | |
* | | | | | | | A lot is going on...Mishio5952018-11-2519-80/+181
| | | | | | | |
* | | | | | | | Major structural changesMishio5952018-11-2422-409/+68477
| | | | | | | |
* | | | | | | | Add opam build fileMishio5952018-11-201-0/+12
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Clean up example botMishio5952018-11-181-6/+10
| | | | | | |
* | | | | | | Add complete event support for client.onMishio5952018-11-182-4/+40
| |_|_|_|_|/ |/| | | | |
* | | | | | Ping bot exampleMishio5952018-11-182-2/+9
| |_|_|_|/ |/| | | |
* | | | | Event dispatch and client abstractionMishio5952018-11-185-77/+484
| | | | |
* | | | | Rewrite from Lwt to AsyncMishio5952018-11-1714-144/+214
| | | | |
* | | | | stupid dune-project file...Mishio5952018-11-131-2/+0
| |_|_|/ |/| | |
* | | | New name who disMishio5952018-11-135-7/+7
| | | |
* | | | A few more sharding improvementsMishio5952018-11-133-16/+31
| | | |
* | | | Completed multi-shardingMishio5952018-11-133-13/+36
| | | |
* | | | Initial multi-shard supportMishio5952018-11-102-37/+81
| |_|/ |/| |
* | | Add test executable to repoMishio5952018-11-103-2/+32
| |/ |/|
* | Fix to sharding changesMishio5952018-11-102-20/+14
| |
* | Sharding changes, non-functionalMishio5952018-11-102-33/+74
|/
* Single shard mostly workingMishio5952018-11-042-37/+60
|
* Fix build fileMishio5952018-11-041-1/+1
|
* Major changes and refactoringMishio5952018-11-045-116/+129
|
* idekMishio5952018-10-312-3/+2
|
* Moving to LWT branchMishio5952018-10-296-71/+63
|
* More random stuff with shardingLyn Breedlove2018-10-265-148/+175
|
* a few (possibly bad) updatesLyn Breedlove2018-10-261-32/+36
|
* More sharding updatesMishio5952018-10-251-26/+43
|
* Basic shardingMishio5952018-10-215-3/+135
|
* Add HTTP routesMishio5952018-10-145-6/+290
|