summary refs log tree commit diff
path: root/docs/implementation-notes/python_architecture.rst (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-25Fixed SYWEB-36: use getUserDisplayName for disambiguating display name in ↵Emmanuel ROHEE2-24/+10
member list and message sender name. This method is robust when disambiguation is no more required
2014-09-25getUserDisplayName: Disambiguate users who have the same displayname in the ↵Emmanuel ROHEE1-0/+15
room. Displayname are then disambiguate where it is necessary
2014-09-24Don't set the room name to be the room alias on room creation if the client ↵Erik Johnston1-11/+0
didn't supply a name
2014-09-24Fixed getUserDisplayname when the user has a null displaynameEmmanuel ROHEE1-1/+1
2014-09-24SYN-70: And fix another bug where I can't typeErik Johnston1-1/+1
2014-09-24SYN-70: Fix typoErik Johnston1-1/+1
2014-09-24Fixed SYWEB-74: Emote desktop notifications sometimes lack a name: ↵Emmanuel ROHEE1-32/+49
"undefined waves"
2014-09-24SYWEB-27: Public rooms with 2 users must not considered as 1:1 chat room and ↵Emmanuel ROHEE1-2/+9
so, they must no be renamed
2014-09-24Fixed SYWEB-28: show displayname changes in recentsEmmanuel ROHEE1-21/+28
2014-09-24