Commit Graph

27 Commits (90c905827d3a76b0388ce5fe5a3d34e182818389)

Author SHA1 Message Date
yflory 2a313a90e0 Don't rejoin a dropped channel on reconnect and leave chat channel
yflory 6c27d2964c Disable friends chat in pad messenger
yflory d2c1ed5eff Implement reconnect function in the messenger
yflory c38eb6588e Fix small issues with the messenger
yflory 6c6ce7b7a8 Fix messenger bugs
yflory ac989a1e73 lint compliance
yflory f3c36bfd57 Improve messenger initial history
yflory 40c7cdd7c8 Fix an issue with messenger while opening the same tab twice
yflory 216c94b1f0 Fix messenger notifications
yflory d4dd58e7df Add a pad room when the messenger is active in a pad
yflory e6743887fc Refactor contacts/messenger so that it is usable directly in the apps
yflory c59c6072f3 Remove jquery from outer
yflory 4903bd0757 Enable messenger in async store
yflory 0840570fbf Async store part 1
ansuz 585f9d2e4e repair broken 'clear channel' button
yflory 5a2afb5c95 Remove Realtime and Messaging from common
yflory 30c8c253dd Remove util and hash from common
ansuz 5b45e92250 delete range requests after they have completed
ansuz b5b9f931c7 don't use common-realtime
ansuz 7d2a76f4d6 delete dead code. fix off-by-one for messages. turn off history button when history is exhausted
ansuz 841e3af8da handle unfriends. clean up. better input validation
ansuz c66a0c55e0 ensure that function signatures are correct
ansuz 22d754d514 handle user renames
ansuz f58d4c941f clean up a bit
ansuz b75a951a98 encode messages with 'author' field instead of 'channel'
ansuz 013b75ae67 implement history range requests
ansuz 002eed0d6f make most of the messenger api async