Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
poezio
poezio
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 205
    • Issues 205
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 10
    • Merge Requests 10
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • poezio
  • poeziopoezio
  • Issues
  • #2112

Closed
Open
Opened 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
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
0.7.5
Milestone
0.7.5
Assign milestone
Time tracking
None
Due date
None
Reference: poezio/poezio#2112