Include test coverage to makefile. Update translations.
[ipypbx] / src / ipypbx / http.py
2010-04-21 Stas ShtinAdded tests for ipypbx.http.FreeswitchConfigGenerator
2010-04-20 Stas ShtinMinor changes required for running tests
2010-04-18 Stas ShtinAdded some comments
2010-04-18 Stas ShtinAdded user directory config generation. Not tested...
2010-04-18 Stas ShtinSofia.conf works with freeswitch
2010-04-16 Stas ShtinSofia.conf generation works
2010-04-15 Stas ShtinQueries for sofian.conf generator
2010-04-15 Stas ShtinMatch POST data, not headers
2010-04-15 Stas ShtinHide extension.endpoint_id display for now
2010-04-15 Stas ShtinConfig generator initialization fixed
2010-04-15 Stas ShtinMore work on config generation. Added a workaround...
2010-04-15 Stas ShtinMake echo application the default dialplan
2010-04-15 Stas ShtinRestart config server when connection settings change
2010-04-15 Stas ShtinAdded gateway extension field
2010-04-15 Stas ShtinBegin implementing sofia.conf generation
2010-04-14 Stas ShtinSuccessfully parsing HTTP requests from freeswitch
2010-04-14 Stas ShtinWe can get connection from FS now
2010-04-14 Stas ShtinConfig server fixes
2010-04-14 Stas ShtinParent name corrected
2010-04-14 Stas ShtinSyntax fix
2010-04-14 Stas ShtinRemoved unused stuff from connection constructor params...
2010-04-14 Stas ShtinAdded a simple parser for HTTP request. Can't find...