📄 todo
字号:
$Id: TODO,v 1.16 2004/04/13 05:07:27 jason Exp $Change the names of all the parser "components" to "integerparser" orsomething like thatComplete the pre parser stuff so that transport can do framented messagesChange name of HeadersTyneed to add quote interface to DataParameter -- particularly, fetchinga parameter should return DataParameter& rather than Data . theapplication is responsible for passing in a quoted string if they wantquotes.the application will never get back a quoted one when it asks for aDataParameter.there should be a UserData which is used for anything the user mightinput. it has the property that the stack will examine the contentsfor quotable material, e.g. if you pass in Bob Smithit will produce either Bob%20Smithor "Bob Smith"depending on what's right.Missing classes of headers: Date Warning (someone should check these after done)Make Symbols DataConvert Data to unsigned char interface.Add correct const semantics to parserCategoriesexplicity disallow paramaters or declare parameter accessors where they can be usedIf we proper const parameter retrieval we should probably throw if the usertries to retrieve a parameter that doesn't exist.make case sensitive/case insensitive datashandle the case where a request gets sent over the wire to the stack with novia. currently will assert when getTransactionId() is called- change StatusLine::responseCode() to StatusLine::statusCode()- change CSeqCategory to CSeqParameterTypeEnums => ParametersEnumParameterTypes => Parametersbreak up ParserCategoriesSocket => FdSet, as FdSet is a class and socket isn'tData::data() => Data::buffer()Change BaseException::~BaseException to be pure virtual - cullen has changedthis for a windows problem temporarilyTcpTransport has a long timeout in it if a tcp rst occursFix popt on os/x platforms.Fix (improve) default configure behaviours.REMOVE the following files from sip/resiprocateDialog2.cxx/hxxDialog.cxx/hxxDialogSet.cxx/hxxRegistration.cxx/hxxSipMessageExplicit.cxx/hxxSipSession.cxx/hxxSubscription.cxx/hxxTuIM.cxx/hxxTuShim.cxx/hxxTuUa.hxxTesting
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -