#17: Fix RPL_ISUPPORT support where sending encoded characters ------------------------+--------------------------------------------------- Reporter: ehuelsmann | Owner: ehuelsmann Type: defect | Status: new Priority: major | Milestone: Component: chat | Version: Keywords: | Has_patch: 0 ------------------------+--------------------------------------------------- The attached patch does this. At the same time it should be considered proof-of-concept, since I don't like the resulting eventhandler code.
#17: Fix RPL_ISUPPORT support where sending encoded characters -------------------------+-------------------------------------------------- Reporter: ehuelsmann | Owner: ehuelsmann Type: defect | Status: new Priority: major | Milestone: Component: chat | Version: Resolution: | Keywords: Has_patch: 1 | -------------------------+-------------------------------------------------- Changes (by ehuelsmann):
* has_patch: 0 => 1
#17: Fix RPL_ISUPPORT support where sending encoded characters -------------------------+-------------------------------------------------- Reporter: ehuelsmann | Owner: ehuelsmann Type: defect | Status: assigned Priority: major | Milestone: Component: chat | Version: Resolution: | Keywords: Has_patch: 1 | -------------------------+-------------------------------------------------- Changes (by ehuelsmann):
* status: new => assigned
Comment:
Started working on the integration of this patch.
#17: Fix RPL_ISUPPORT support where sending encoded characters -------------------------+-------------------------------------------------- Reporter: ehuelsmann | Owner: ehuelsmann Type: defect | Status: assigned Priority: minor | Milestone: Component: chat | Version: Resolution: | Keywords: Has_patch: 1 | -------------------------+-------------------------------------------------- Changes (by ehuelsmann):
* priority: major => minor
Comment:
The patch has been integrated in r..., but integration could be better:
The code is now in event.lisp, but needs to be moved to its own defun in utility.lisp, with specific tests in test/.
Lowering priority from '''major''' to '''minor''' because I don't want to close for the reasons above.
#17: Fix RPL_ISUPPORT support where sending encoded characters -------------------------+-------------------------------------------------- Reporter: ehuelsmann | Owner: ehuelsmann Type: defect | Status: assigned Priority: minor | Milestone: Component: chat | Version: Resolution: | Keywords: Has_patch: 1 | -------------------------+-------------------------------------------------- Comment (by ehuelsmann):
Ofcourse, the revision number should be available when sending in comments: r159.
#17: Fix RPL_ISUPPORT support where sending encoded characters --------------------------+------------------------------------------------- Reporter: ehuelsmann | Owner: ehuelsmann Type: enhancement | Status: assigned Priority: minor | Milestone: Component: chat | Version: Resolution: | Keywords: Has_patch: 1 | --------------------------+------------------------------------------------- Changes (by ehuelsmann):
* type: defect => enhancement
Comment:
Also, it's turned into an enhancement now.