Commit Graph

104 Commits (0002576edc641249f8285a70de1428f70cf47869)

Author SHA1 Message Date
GaboFDC 0002576edc Removed doc build files (html) and make.bat 2016-03-28 23:08:55 -05:00
GaboFDC 00cb52915a Generated files by make 2016-03-08 10:36:00 -05:00
GaboFDC 5dc07b628b Initial Sphinx documentation, with quickstart and some minor changes 2016-03-08 10:34:28 -05:00
GaboFDC 26ac52644c Updated docstring to use rst format 2016-03-08 10:33:39 -05:00
Randall Degges a974c479d2 Version bump. 2016-02-16 13:39:16 -08:00
Randall Degges 40b935406a Updating the changelog. 2016-02-16 13:38:53 -08:00
Randall Degges 7e0dc533de Fixing bug in AGI class.
Fixes #21.
2016-02-16 13:37:36 -08:00
Randall Degges 2dab6612c8 Merge pull request #20 from tuxpowered/testing
Testing Branch for FastAGI support
2015-11-19 17:01:10 -08:00
Ben Davis 24e7cf1258 Corrected typo 2015-11-18 12:09:49 -08:00
Ben Davis 4c9045fbbf Updated README to include FastAGI documentation 2015-11-18 12:06:43 -08:00
Ben Davis 1a0b54bbc6 Modified agi.py to accept stdin/out/error to allow support for FastAGI access.
Included new fastagi.py to be used as basic FastAGI server.
2015-11-18 09:48:52 -08:00
Randall Degges d3ba843f00 Version bump. 2015-11-16 12:18:17 -08:00
Randall Degges 53fbffbeee Updating changelog. 2015-11-16 12:17:56 -08:00
Randall Degges d4b1f0b070 Merge pull request #18 from Scinawa/master
correct line indentation, previously reulting in syntax error
2015-11-16 12:17:10 -08:00
Scinawa 6623b7cf41 correct line indentation reulting in syntax error 2015-11-16 20:20:04 +01:00
TuxPowered 750662bea5 Merge pull request #2 from rdegges/master
Updating local git
2015-11-16 10:56:22 -08:00
Randall Degges 5a4d3d65b8 Removing executable bit from setup.py. 2015-11-14 23:09:33 -08:00
Randall Degges eceb87e84c Version bump. 2015-11-14 23:01:42 -08:00
Randall Degges 4a98d070c3 Adding Ben Davis to CHANGELOG / cutting release. 2015-11-14 23:01:14 -08:00
Randall Degges bd6ac43f86 Merge pull request #17 from tuxpowered/master
Corrected _quote() to allow utf-8 strings to be passed.
2015-11-14 22:57:26 -08:00
TuxPowered 6b2c4dac7b Convert Float to string
Corrected where float values passed to _quote need to be converted to string to support .encode()
2015-11-14 13:13:57 -08:00
TuxPowered 1481fb215f Updated string quoting
Converts passed integers and bool to string, used to prevent string.encode() from erroring.
2015-11-14 12:26:07 -08:00
TuxPowered cef87f4241 Force quoted string to ascii
If setting variables to non-ascii values (such as reading data from a database) your script will fail due to UnicodeEncodeError.
My forcing the encoding of the string at the 'quote' to ascii and ignoring non-ascii chars, we are able to prevent abnormal script exits due to quoted string chars.
2015-11-14 03:00:29 -08:00
TuxPowered debdd61443 Merge pull request #1 from rdegges/master
Update local fork
2015-10-27 10:49:19 -07:00
Randall Degges 61f1090593 Version bump. 2015-07-18 19:18:11 -07:00
Randall Degges 5657b88976 Updating changelog. 2015-07-18 19:17:56 -07:00
Randall Degges 56fddf1f00 Merge pull request #13 from dext0r/utf8
Support utf8 for commands.
2015-07-18 19:16:51 -07:00
Artem Sorokin 46a5ff8d97 Support utf8 for commands. 2015-07-16 15:14:54 +03:00
Randall Degges 875079842b Version bump. 2015-07-15 12:57:46 -07:00
Randall Degges dd0a54c42a Updating changelog. 2015-07-15 12:57:22 -07:00
Randall Degges 0d3b579259 Merge pull request #12 from dext0r/master
Fix multiline command end marker for OpenVox GSM Gateway
2015-07-15 12:56:01 -07:00
Artem Sorokin be41ef480d Fix multiline command end marker for OpenVox GSM Gateway 2015-07-15 15:47:39 +03:00
Randall Degges 68eee0027c Updating changelog. 2015-03-31 11:05:47 -07:00
Randall Degges fe734a7afa Version bump. 2015-03-31 11:05:02 -07:00
Randall Degges 55cc2a09b3 Porting setup.py -> setuptools.
Also: adding in six as a dependency to fix the broken build.  Fixes #11.
2015-03-31 11:04:24 -07:00
Randall Degges beb54cd6ab Version bump. 2015-03-30 09:32:31 -07:00
Randall Degges 390a299fee Updating changelog. 2015-03-30 09:32:07 -07:00
Randall Degges b1e0e67875 Merge pull request #10 from areski/patch-1
Fix MANIFEST.in
2015-03-30 09:30:57 -07:00
Areski Belaid 58a768eff9 Fix MANIFEST.in 2015-03-30 11:14:24 +02:00
Randall Degges 5331ff646e Adding readme updates / logo. 2015-03-29 00:43:40 -07:00
Randall Degges 5bb2eb4036 Removing duplicate changes. 2015-03-29 00:35:24 -07:00
Randall Degges fddefefdfb Removing old SVN references. 2015-03-29 00:35:08 -07:00
Randall Degges b1ecd24847 Removing legacy upgrading notes. 2015-03-29 00:34:53 -07:00
Randall Degges e47aa2729c Cleaning up. 2015-03-29 00:34:43 -07:00
Randall Degges 67dec4c827 Adding maintainer note. 2015-03-29 00:32:28 -07:00
Randall Degges e7630f09ab Fixing formatting. 2015-03-29 00:31:10 -07:00
Randall Degges 567a328c64 Updating changelog. 2015-03-29 00:27:59 -07:00
Randall Degges e4ed55c479 Version bump! 2015-03-29 00:26:23 -07:00
Randall Degges ed748a2ab5 Merge pull request #9 from eill/master
Python 3 AMI fix
2015-03-29 00:24:41 -07:00
Timur Tuchkovenko 9fe12dfa83 python3 compatibility manager fix 2015-02-27 00:10:32 +05:00