You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Julian Lam 4fb271c684
System chat messages (#7771)
* fix: removed duplicate checkContent call in addMessage

addMessage is called in one place (sendMessage), and the checks
are already contained there. addMessage is the lower level call
and so should be called only from within core itself.

* feat: #7330 chat system messages for join, leave, rename

* fix: add back content checking in .addMessage();

* fix: tests, and added .addSystemMessage() method

Tests were relying on message indices that changed due to the
new system messages.

* feat: add tests for system chat messages

* refactor: rewrite half of src/messaging/rooms.js, fix tests

* feat: #7743 messaging/room.js

* fix: tests for messaging/room.js, #7743

* fix: trying to fix tests

* fix: omg :rage2:
6 years ago
..
admin feat: added new admin option newbiePostEditDuration (#7737) 6 years ago
category.json
email.json revert: accidental removal of some needed translation source strings 6 years ago
error.json fix: #7601 removed check for another user when sending messages 6 years ago
flags.json
global.json feat: ability to sort watched topics, closes #3735 6 years ago
groups.json
language.json
login.json
modules.json System chat messages (#7771) 6 years ago
notifications.json
pages.json feat: show best & latest posts on profile 6 years ago
recent.json
register.json
reset_password.json
search.json
success.json
tags.json
top.json
topic.json Change post owner (#7752) 6 years ago
unread.json
uploads.json
user.json
users.json