Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P poezio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 180
    • Issues 180
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • poeziopoezio
  • poezio
  • Issues
  • #2112
Closed
Open
Issue created Apr 06, 2012 by louiz’@louizOwner

problems with jids containing a backslash

backslashes get deleted before commands are processed.

solution: apply the following diff:

**+ b/src/common.py
@ -177,6 +177,7 @ def shell_split(st):
sh.commenters = ''
sh.whitespace_split = True
sh.quotes = '"'

  • sh.escape = ''
    ret = list()
    try:
    w = sh.get_token()<code=text>
  • Changesets:
    • Revision 4a846912 by louiz on 2011-01-23T22:01:53Z:
Handle correctly the banning of a muc participant
Fixed #2112
Assignee
Assign to
Time tracking