Commit Graph

85 Commits

Author SHA1 Message Date
NikkyAI fb4d94f718 replace logger with System.out until we find a way to log version agnostic 2018-02-10 19:05:10 +01:00
DaMachinator 7d02199eb1 Update 1.11.2 EventWrapper 2018-02-10 12:39:38 -05:00
NikkyAI 25896551bd shuffling the build logic a little bit more 2018-02-10 18:08:42 +01:00
NikkyAI e2410305af add a (not yet working) 1.11.2 subproject 2018-02-10 17:54:43 +01:00
Nikky dd1c923e6b release 1.1.2 2018-02-10 15:40:07 +01:00
NikkyAI c3abe0c8e5 formattable join/leave messages and version bump
also some more cleanup and refactoring for adding mc versions
2018-02-10 15:28:39 +01:00
NikkyAI 969b64bb90 fix things for real.. i think ? 2018-02-10 03:29:56 +01:00
NikkyAI 1e6014622f make all the things work 2018-02-10 03:19:01 +01:00
NikkyAI af7c93885b clear backlog before connecting to message stream 2018-02-09 22:49:37 +01:00
NikkyAI fdce1c0cc9 refactor project into modules
isolate core from forge related code
2018-02-09 21:50:38 +01:00
DaMachinator 66914a63ca Making absolutely sure all Forge calls are in MatterLink, MatterLinkConfig, and EventWrapper 2018-02-09 14:10:08 -05:00
DaMachinator 234af485db Wrap player list 2018-02-09 14:03:33 -05:00
NikkyAI 2739011ab7 Merge branch 'master' into dev 2018-02-09 20:02:10 +01:00
DaMachinator 9b0aeb9657 Fix message spam on server start and bridge reconnect 2018-02-09 13:34:36 -05:00
DaMachinator 224af67113 More wrappers 2018-02-09 13:22:03 -05:00
DaMachinator cac5c59f75 Wrap forge event handlers 2018-02-09 13:06:53 -05:00
NikkyAI 67385b5f3b fix playerlist command and add download link 2018-02-08 22:08:35 +01:00
NikkyAI 42b5ba9186 version bump 1.1.0
refactor of commands.. again
2018-02-08 21:44:59 +01:00
NikkyAI 7916ef76f4 refactor Commands
implements #1
2018-02-08 20:05:38 +01:00
DaMachinator f68439cd13 Commands can be disabled now 2018-02-08 13:05:19 -05:00
DaMachinator 6961d34f17 Adding actual commands 2018-02-08 12:20:16 -05:00
DaMachinator e953674253 Commands actually work now, rearrange some files 2018-02-08 11:38:29 -05:00
DaMachinator b71318ec97 Change default command prefix as it conflicts with most IRC bots 2018-02-08 11:05:16 -05:00
DaMachinator 96a7966754 Implement !players command 2018-02-08 11:04:08 -05:00
DaMachinator eab9376adc Finish command framework 2018-02-08 10:29:00 -05:00
DaMachinator cbe720ec0f rename the MC server command /bridge to CommandMatterlink 2018-02-08 09:35:12 -05:00
DaMachinator aa4e6d8aa8 Start work on commands 2018-02-08 09:32:49 -05:00
NikkyAI 8d04b002bb fix NPE in configuration loading and set more sane default url 2018-02-08 13:56:38 +01:00
DaMachinator 57ab69a898 Working on bridge commands 2018-02-07 23:45:56 -05:00
Nikky Ai c139c3dc17 fix archive name 2018-01-27 04:38:04 +01:00
Nikky Ai 903f6ef4e1 fix versions and bump to 1.0.0 2018-01-27 04:35:40 +01:00
Nikky Ai bd3a82161c make gradlew exutable 2018-01-27 04:22:43 +01:00
Nikky Ai 88ff40dffc fix jenkins file capitalization 2018-01-27 04:20:13 +01:00
Nikky Ai 0f82a1ad24 move to elytra namespace and rename to matterlink 2018-01-27 04:08:17 +01:00
Nikky Ai 7d44539b91 add travis.yml and travis badge 2018-01-24 15:40:38 +01:00
DaMachinator fee30d2efb minor version increment 2018-01-24 15:38:25 +01:00
Nikky Ai 63b507e51d add jenkins instructions and clean build.gradle 2018-01-24 15:38:25 +01:00
DaMachinator 8c1712cf86 Closes #5 2018-01-24 15:38:25 +01:00
DaMachinator a4ea9b829f Utils cleanup 2018-01-24 15:38:25 +01:00
DaMachinator 8162b35ec8 Config cleanup 2018-01-24 15:38:25 +01:00
Nikky Ai f7909c5685 minecraft message formatting
added appropriate events to join / leave
fixed crashing connection
added systemUser configuration option
general cleanup and robustness fixes
2018-01-23 22:36:45 -05:00
DaMachinator 54eb09c652 Abstract message coloring into its own class
Move Util to its own package with Color
2018-01-23 15:25:24 -05:00
DaMachinator a56131344b More cleanup 2018-01-23 13:49:51 -05:00
DaMachinator 31676d39c5 Cleanup 2018-01-23 13:48:19 -05:00
DaMachinator f1b37bd99f Log messages we throw out to debug 2018-01-23 13:45:33 -05:00
DaMachinator 2f4b4c0651 Messages with events we can't handle are now thrown out 2018-01-23 13:30:07 -05:00
DaMachinator 2880f6c7a5 Add join/leave handler 2018-01-23 13:04:10 -05:00
DaMachinator 6fa058e834 Transmission now makes sure receiving is connected before trying to send 2018-01-23 12:35:08 -05:00
DaMachinator e5ef298b18 Merge pull request #6 from NikkyAI/master
try to: fix transmit crash and polish noping
2018-01-23 12:02:10 -05:00
Nikky Ai c4754dd8c7 try to: fix transmit crash and polish noping 2018-01-23 17:50:11 +01:00