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
Krzysztof Jagiello
3d73a72842
replacing socket lib with telnetlib
2011-06-04 18:49:21 +02:00
f51fd5b6fe
Added README and basic setup
2011-03-02 22:35:32 +00:00
6840ec5c31
Added licensing
2011-03-02 22:28:32 +00:00
a4cbe9756e
Fix some connection and escaping issues
2011-03-02 22:17:14 +00:00
a3a9e864aa
Fix data parsing from TS3 server
...
Problem happened when we tried to extend the data list from the dict, it just uses
the keynames. Also if we have only one entry return the raw dict instead of a list
2010-10-07 11:24:08 +01:00
909ea46881
Removed main function from lib
2010-10-07 11:06:08 +01:00
af8351c84c
Fix output parsing to provide all row details instead of just the last
2010-09-21 01:08:30 +01:00
a595892fbb
Removed send_command and renamed send_recv_command.
2010-07-11 02:34:37 +01:00
e5df902481
Further work and testing on TS3Proto class. Now connects and provides basic support
2010-07-11 02:32:28 +01:00
b133a5dc48
Initial commit
2010-02-22 16:06:38 +00:00