Advanced message processing. #158
Labels
No labels
Bug
Cleanup/Refactor
Core Feature
Documentation
Feature
Performance Improvement
Security Improvement
UX/Accessibility
Unreproducable Bug
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Blocks
#155 Volatile Private Messaging System
rainbownapkin/canopy
Reference: rainbownapkin/canopy#158
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Re-use main channel chat code to handle message processing to enable things like emotes, command examples, embedded media, and in-line formatting.
added #155 as parent issue
changed the description
Split src/app/channel/commandPreprocessor.js into src/app/chatPreprocessor.js in preparation for formatted private messaging:
d465863ee6Modified www/commandPreprocessor.js to be easily shared between chat.js and pmHandler.js:
b26dd1094cClient-side PM Preprocessing complete:
23ad679473More work decoupling chatPreprocessor.js from src/app/channel:
0ed1c0dd89More work decoupling chatPreprocessor.js from chatHandler.js:
ad3cdd38a3Integrated server-side chatPreprocessor.js with pmHandler.js:
6f89f36fb8Started work on client-side private message post-processing:
faf72fd7a5Finished up work on advanced processing for private messaging:
2feea72694