Commit Graph

34 Commits

Author SHA1 Message Date
Nathan Adams
08c368be12 Expose query through server.query_server() 2014-09-07 00:59:29 +02:00
Nathan Adams
4e52670370 Removed unused imports 2014-09-07 00:25:04 +02:00
Nathan Adams
1b8ebaf500 Don't get plugins using map() 2014-09-07 00:21:14 +02:00
Nathan Adams
0474c1d68d Parse Query responses into their own object 2014-09-07 00:17:08 +02:00
Nathan Adams
3de920b406 Removed __init__ files from tests. 2014-09-07 00:16:48 +02:00
Nathan Adams
c12836b011 Pack the ID byte when sending Query packets 2014-09-06 21:28:45 +02:00
Nathan Adams
3757cbe876 Fixed order of connection.write decoding 2014-09-06 21:22:35 +02:00
Nathan Adams
c6ba6778f6 Added support for Query 2014-09-06 21:19:24 +02:00
Nathan Adams
e1568b1950 Moved pinger's test file into the correct folder 2014-09-06 18:11:42 +02:00
Nathan Adams
631176be02 Added some more test cases 2014-09-05 17:49:33 +02:00
Nathan Adams
064ca652a4 Support favicon 2014-09-05 13:21:15 +02:00
Nathan Adams
c606609443 Fixing up travis once more. 2014-09-05 12:36:18 +02:00
Nathan Adams
94264f22ea Decode status results into their own object for accessibility & validation 2014-09-05 12:33:18 +02:00
Nathan Adams
cf920b312b Drop support for <=2.6 2014-09-05 00:06:15 +02:00
Nathan Adams
db2d357623 Proper py3 support! 2014-09-05 00:03:46 +02:00
Nathan Adams
e82a44f580 Use bytearray more efficiently, better python 3.1 support 2014-09-04 23:21:52 +02:00
Nathan Adams
060e52118f Include mock for travis 2014-09-04 22:41:22 +02:00
Nathan Adams
f07976fbec Added initial work for server pinging. Normal pings work, Query NYI. 2014-09-04 22:25:21 +02:00
Nathan Adams
34d0154f7a Removed everything; we're starting from scratch. 2014-09-02 17:28:59 +02:00
Nathan Adams
7c36615ea8 Perhaps fixed travis! 2014-09-02 17:26:36 +02:00
Nathan Adams
1efb667c9d Added travis support 2014-09-02 17:24:37 +02:00
Nathan Adams
6b6a565915 Changed some things around to submit to pypi - release 1.0 release-1.0 2014-09-02 16:39:45 +02:00
Dinner Bone
d0cc578002 Merge pull request #9 from urda/fix_documentation
The documentation example is wrong
2014-01-28 01:01:01 -08:00
Dinner Bone
fa4a15355b Merge pull request #2 from nramsbottom/master
Fixed missing socket import.
2014-01-28 01:00:42 -08:00
Dinner Bone
d39c7d892e Merge pull request #8 from urda/gitignore
Adding ignore file to project, ignores pyc, pyo, pyd
2014-01-28 01:00:12 -08:00
Peter Urda
684f2da6bd The documentation example is wrong
Should be `minecraft_query` not status_query given the current repo.
2014-01-27 16:31:29 -08:00
Peter Urda
46380dbda6 Adding ignore file to project, ignores pyc, pyo, pyd 2014-01-27 16:11:14 -08:00
Neil Ramsbottom
d41f961655 Fixed missing socket import which caused exception handler to fail when connection timed out. 2013-03-08 15:58:15 +01:00
Dinner Bone
a24e563daf Merge pull request #1 from ulidtko/master
Added a CLI
2012-02-27 10:53:28 -08:00
max ulidtko
8461b21cf4 Add friendly and scriptable CLI 2012-02-24 01:24:15 +02:00
Nathan Adams
57984d9e09 Fixed readme newline typo 2011-11-07 12:20:31 +00:00
Nathan Adams
8a6bfd8b3d Use 0 as default ID. Seems to be a vanilla bug with accepting non-zero IDs 2011-11-06 07:51:48 +00:00
Nathan Adams
45cb961a89 Added readme 2011-11-06 07:23:01 +00:00
Nathan Adams
b463a4b919 Initial commit 2011-11-06 07:15:28 +00:00