Commit Graph

60 Commits

Author SHA1 Message Date
7bb9dbf21e Switch to setuptools 2013-10-27 17:05:40 +00:00
b66a8d97c6 Ignore IntelliJ files. 2013-10-27 16:59:38 +00:00
359c5e3ef0 Breakout init into submodules. 2013-10-27 16:59:21 +00:00
ed772ab21f Updated automover example 2011-06-28 11:50:48 +01:00
56a2771b96 Added distutils2 config file, updated gitignore 2011-06-07 11:28:55 +01:00
9a0b993250 Added keywords 2011-06-07 10:43:40 +01:00
d2d1ba4413 Added (example) script to generate privilege keys 2011-06-07 10:41:32 +01:00
c0003d03be Added clientpoke command 2011-06-07 09:47:19 +01:00
b203a1c220 Switch clientkick to use the clientlist function 2011-06-07 09:46:02 +01:00
b1006c6494 Added clientlist command to return a dict of clients keyed by clid 2011-06-07 09:38:10 +01:00
0621469930 Added an example: automover 2011-06-07 09:26:33 +01:00
68aafbde35 Added locking for IO, avoid call collisions on multithreaded applications 2011-06-07 09:25:46 +01:00
Krzysztof Jagiello
9ac1fd1d8d a fix and new tests for parse_data 2011-06-07 08:18:01 +01:00
Krzysztof Jagiello
762f1dd0d1 fixed bug in example 2011-06-07 08:17:21 +01:00
Krzysztof Jagiello
09e10e7e92 fixed hasattr 2011-06-07 08:16:49 +01:00
Krzysztof Jagiello
a33d73bd91 removed useless code, changed the way of parsing server response as it was way too much code that did not do anything 2011-06-07 08:14:45 +01:00
Krzysztof Jagiello
0661e36fdc updated docs 2011-06-07 08:12:29 +01:00
Krzysztof Jagiello
ec2a030d1b fixed clientkick command as it was not working properly 2011-06-07 08:11:41 +01:00
Krzysztof Jagiello
8adc3c75c0 tests for grouped parameters and multiple options 2011-06-07 08:08:56 +01:00
Krzysztof Jagiello
d10e927cd2 corrected tests 2011-06-07 08:08:56 +01:00
Krzysztof Jagiello
c77c71e746 corrected ascii code for horizontal tab 2011-06-07 08:08:56 +01:00
726591ba8f Add some sensible defaults, stop TS3Server requiring connection details to instance 2011-06-06 11:28:10 +01:00
34d44e3393 Updated gitignore not to miss out the unittests 2011-06-06 11:02:26 +01:00
f957439415 Added the start of some unittests. 2011-06-06 11:02:02 +01:00
64595322f0 Fix ordering issues escaping/unescaping
It seems as we were storing our list of modifications in a dict we couldn't rely
on the order of them coming out the dict, this was causing issues with \n and \r
and caused the output to have \\n or \\r. Switching to a list of tuples resolved
the issue.
2011-06-06 10:59:45 +01:00
92203c7de2 Added classifiers for pypi 2011-06-06 09:25:42 +01:00
94c9806cf2 Modify setup.py to pickup the new ts3 package 2011-06-06 09:14:52 +01:00
589e894f97 Add logging to send_command 2011-06-06 09:11:10 +01:00
c105e3594d Added clientkick command to TS3Server 2011-06-06 09:08:31 +01:00
d3b3a4d90f Add in defines from ServerQuery manual, move ts3.py into a package 2011-06-06 08:41:58 +01:00
44610f12bd Make is_successful a property, gm/use now return boolean responses 2011-06-06 08:22:24 +01:00
fefdd8083e Merge pull request #2 from Balon/patch-1
Fixed url of the repo and updated example code
2011-06-06 00:13:06 -07:00
eb1716c584 Add version information, change setup to use the module version 2011-06-05 21:28:36 +01:00
Krzysztof Jagiełło
36f1c65da2 Fixed url of the repo and updated example code 2011-06-05 13:10:54 -07:00
e22a3b79f6 Merge pull request #1 from Balon/master
Refactorization, socket replacement
2011-06-05 12:54:42 -07:00
Krzysztof Jagiello
f8581a5bbb return response data always as a list for 2011-06-05 13:17:27 +02:00
Krzysztof Jagiello
a870615553 updated docs 2011-06-04 23:03:21 +02:00
Krzysztof Jagiello
43b4c02e5b Merge branch 'master' of github.com:Balon/python-ts3 2011-06-04 22:55:53 +02:00
Krzysztof Jagiello
4efb49c114 fixed problems with receiving responses from the server 2011-06-04 22:55:06 +02:00
Krzysztof Jagiełło
9c493be83d Missing word 2011-06-04 11:57:56 -07:00
Krzysztof Jagiello
9ca0dbe598 nice code blocks, once again 2011-06-04 20:33:27 +02:00
Krzysztof Jagiello
8483e68f5e nice code blocks 2011-06-04 20:30:46 +02:00
Krzysztof Jagiello
70ee4f052c example of using python-ts3 and install tutorial 2011-06-04 20:29:07 +02:00
Krzysztof Jagiello
e12a490aee removing this useless method 2011-06-04 20:28:07 +02:00
Krzysztof Jagiello
c95820390a version bump 2011-06-04 20:15:27 +02:00
Krzysztof Jagiello
4911948cc3 better error reporting 2011-06-04 20:13:13 +02:00
Krzysztof Jagiello
15c8e3d87e small fix 2011-06-04 19:38:28 +02:00
Krzysztof Jagiello
3831319f57 cleanup in escape and unescape functions 2011-06-04 19:37:44 +02:00
Krzysztof Jagiello
6bb33791a1 cleanup 2011-06-04 19:28:11 +02:00
Krzysztof Jagiello
1d7d351e28 wrapping response in TS3Response class for usability 2011-06-04 19:12:48 +02:00