Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
protocolsupport
/
40683fcbbd73ec4379c246ca440843916b350c23
/
src
40683fc
Fix initial decoder in cases where first packet was split to multiple tcp frames
by Shevchik
· 7 years ago
c435e6c
Decompress encap protocol if needed when decoding first packet
by Shevchik
· 7 years ago
b820cf4
Should be unsigned
by Shevchik
· 7 years ago
3de54a8
Check protocol type for disabled versions future and legacy getter
by Shevchik
· 7 years ago
3c568ae
Directly use replaying buffer where possible
by Shevchik
· 7 years ago
65ef78b
No longer send protocol version with encapsulated handshake. Server
by Shevchik
· 7 years ago
0846206
Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git
by Shevchik
· 7 years ago
31073a6
Fix position decoding.
by 7kasper
· 7 years ago
ff03fc4
This class no longer needs to be preloaded
by Shevchik
· 7 years ago
e50c223
Add fullEncryption check for Glowstone
by momothereal
· 7 years ago
aed928f
Cleanup imports.
by momothereal
· 7 years ago
36a240e
Move enabling encryption to PlatformUtils.
by momothereal
· 7 years ago
0beb909
Swap decrypt and encrypt modes.
by momothereal
· 7 years ago
bc66de9
Handle encryption correctly on Glowstone
by momothereal
· 7 years ago
021a282
Use reflection to get glowstone GAME_VERSION. Constants are inlined at
by Shevchik
· 7 years ago
6d941a9
Cache glowstone ProtocolType enum values
by Shevchik
· 7 years ago
b3ff917
Move getNetworkState to NetworkManagerWrapper. This allows to not
by Shevchik
· 7 years ago
c3d1f2a
Don't create garbage glowstone network manager impl objects every time
by Shevchik
· 7 years ago
fdb70f5
Move method impl
by Shevchik
· 7 years ago
1173a2e
Use a switch table instead of enum ordinals
by Shevchik
· 7 years ago
01df80b
Cleanup
by Shevchik
· 7 years ago
4013014
Reuse metadata array map objects
by Shevchik
· 7 years ago
47fc00f
Only implement read for datawatcher objects that can be sent by server
by Shevchik
· 7 years ago
2d10454
Reuse Position object when possible
by Shevchik
· 7 years ago
27c999d
Fix legacy entity type remap
by Shevchik
· 7 years ago
8f16187
Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git
by shevchik
· 7 years ago
c7fff47
Lookup enum constants using holder that doesn't clone the enum constants array
by shevchik
· 7 years ago
48d5a10
Actually remap open inventory for 1.5-1.7
by shevchik
· 7 years ago
addac61
Update ItemStackRemapper
by Julian
· 7 years ago
55a0149
Update IdRemapper.java
by Julian
· 7 years ago
2428a60
Add ability to cancel connection handshake event
by Shevchik
· 7 years ago
43ce331
Add protocoltype check here too
by Shevchik
· 7 years ago
67092f1
Improve ConnectioHandsahkeEvent
by Shevchik
· 7 years ago
468d1f4
Fix ConnectionHandshakeEvent
by Shevchik
· 7 years ago
dcfc8c9
Use shared null itemstackwrapper instance
by Shevchik
· 7 years ago
8cdeee7
Add a way to get current server platform identifier
by Shevchik
· 7 years ago
c5ffff9
Add method to get current server network state (useful for decoding raw
by Shevchik
· 7 years ago
1e70a07
Remove not really needed method
by Shevchik
· 7 years ago
cfb594c
Prepare for release
by Shevchik
· 7 years ago
d6896e5
Only send pickup sound if collector id matches player id (otherwise you
by Shevchik
· 7 years ago
6186592
Route title packet action bar to chat action bar for clients that don't
by Shevchik
· 7 years ago
2a72053
Add missing protocol type checks
by Shevchik
· 7 years ago
bdd4d63
Fix TitleAPI
by Shevchik
· 7 years ago
2c7ea89
Share more code
by Shevchik
· 7 years ago
94b369f
Fix typo
by Shevchik
· 7 years ago
28732bb
Improve api documentation
by Shevchik
· 7 years ago
c9c462a
Send exp_orb/item pickup sound on collect effect packet when possible
by Shevchik
· 7 years ago
2b90991
Cleanup
by Shevchik
· 7 years ago
b1b33b9
No real need in storing those fields locally
by Shevchik
· 7 years ago
3e0fd42
Some improvements to middle packet handling logic
by Shevchik
· 7 years ago
9423500
Fix wrong keep alive ids being sent for <= 1.7
by shevchik
· 7 years ago
2976834
Generate our own client keepalive ids for client which always fit into
by shevchik
· 7 years ago
dd40ae5
Fix <= 1.6 clients not being able to respawn
by Shevchik
· 7 years ago
2259c76
Skip keepalives with id 0 received from client. Keepalives with id 0 are
by Shevchik
· 7 years ago
3221b9f
Check server version before trying to enable
by Shevchik
· 7 years ago
ebfa5d6
Cache keep alive id, and return it to server on keep alive. That should
by Shevchik
· 7 years ago
40b688d
Update to 1.12.2
by Shevchik
· 7 years ago
0da5f0c
Update enchantment skipping table
by Shevchik
· 7 years ago
1f5b9f5
No longer wait 1 tick after kicking players with same uuid
by Shevchik
· 7 years ago
31894ce
Return unknown tile type if none match, fix dispenser string id
by Shevchik
· 7 years ago
a6a081b
Get more packet ids by packet classes in GlowStone
by Shevchik
· 7 years ago
44f6dd2
Support preventing proxy connections
by Shevchik
· 7 years ago
bf3a8b9
Properly implement block dig transformer for 1.8 (while it worked with
by Shevchik
· 7 years ago
dee194c
Change movement handling, now movement packet is always sent to server
by Shevchik
· 7 years ago
74ca013
Should use toLegacyText with locale
by Shevchik
· 7 years ago
8531182
new ReadOnlyByteBuf because glowstone uses outdated netty version
by Shevchik
· 7 years ago
b8327cb
Rewrite packet listener api, add raw packet listener
by Shevchik
· 7 years ago
76a19fc
Improve tile entity type
by Shevchik
· 7 years ago
8eb2de8
Improve NetworkEntityType, and use it in some more remaps
by Shevchik
· 7 years ago
b2dcbeb
No longer needed
by Shevchik
· 7 years ago
1d03de7
Use ChannelHandlerContext to send/receive a packet. Fix raw packet sending.
by Shevchik
· 7 years ago
8fcd241
Improve network entity type and use it to convert spawn eggs
by Shevchik
· 7 years ago
5c3bb59
Remove chunk storage reader validation, and instead validate bounds in remapper
by Shevchik
· 7 years ago
c2790d8
Merge branch 'master' of https://github.com/ProtocolSupport/ProtocolSupport.git
by 7kasper
· 7 years ago
09b3f18
Implemented to and from bukkitType
by 7kasper
· 7 years ago
ebc6f61
Fix drown sounds for pre 1.12 clients.
by 7kasper
· 7 years ago
2e654a0
Allow empty packets, move encapsulated utils to separate package
by Shevchik
· 7 years ago
7924e85
Fix method names
by PatoTheBest
· 7 years ago
c8674d3
Fix losing the position packet when teleporting
by PatoTheBest
· 7 years ago
457a7a7
NO MORE WARNINGS
by 7kasper
· 7 years ago
acea4af
Only skip action bar chat messages
by Shevchik
· 7 years ago
015dcff
Unify listeners
by Shevchik
· 7 years ago
72a37ee
Fix 1.7 support (it doesn't have network-side compression)
by Shevchik
· 7 years ago
839bea5
Add missing tile entity update types, and use enum map
by Shevchik
· 7 years ago
865f170
Check if pipeline still exist before trying to send data
by Shevchik
· 7 years ago
b02a9b9
Build codec first
by Shevchik
· 7 years ago
107b846
Unify legacy and modern ping handler
by Shevchik
· 7 years ago
a5cf199
No longer send hotbar and sys messages as chat messages to clients that
by Shevchik
· 7 years ago
9e86810
Make spoofed address optional
by Shevchik
· 7 years ago
aaf8705
Only allow spoofing encapsulated address from local connection
by Shevchik
· 7 years ago
e08a02f
Also read the received data
by Shevchik
· 7 years ago
4078e2a
Spoof port too
by Shevchik
· 7 years ago
f5c81a5
Add encapsulated protocol
by Shevchik
· 7 years ago
3ac7d2d
Fix error messages
by Shevchik
· 7 years ago
b1ec10b
Move enabling compression to platform utils
by Shevchik
· 7 years ago
f919957
Check if book is not empty before operating on it, because for whatever
by Shevchik
· 7 years ago
3be9455
Fix ocelot type remap
by Shevchik
· 7 years ago
ef392a2
Fall back to default locale first if translation is not found
by Shevchik
· 7 years ago
76efa92
Add getSampleText/setSampleText from PaperAPI
by Shevchik
· 7 years ago
943b381
Avoid gc stressing MessageFormat.format call
by winofi
· 7 years ago
Next »