Age | Commit message (Expand) | Author |
2018-05-17 | Implement notification when you get a message using notify-send | dec05eba |
2018-05-17 | Remove notification, bloated memory usage from 30mb to 80mb | dec05eba |
2018-05-17 | Escape content url to prevent command injection | dec05eba |
2018-05-17 | Send notification when a new message is received and window is not focused | dec05eba |
2018-05-17 | Update libpreview, also render page description | dec05eba |
2018-05-17 | Remove default messages | dec05eba |
2018-05-17 | Fix url parsing in text, sort messages by timestamp | dec05eba |
2018-05-17 | Avatars for everybody | dec05eba |
2018-05-17 | Use correct key when adding message from invite key | dec05eba |
2018-05-17 | Fix join channel by invite key, wrong encryption key was used | dec05eba |
2018-05-16 | Fix bug when adding user to channel (invite key) | dec05eba |
2018-05-16 | Unload content if it's not visible on the screen for a while | dec05eba |
2018-05-16 | Fix memory leak reported by valgrind | dec05eba |
2018-05-16 | Rewrite code to work with new backend | dec05eba |
2018-05-15 | asdf | dec05eba |
2018-05-09 | Change default scaling | dec05eba |
2018-05-09 | Fix content cache partial download file | dec05eba |
2018-05-09 | Add avatar to users side panel | dec05eba |
2018-05-08 | Only allow owner of message to delete it | dec05eba |
2018-05-08 | Add context menu, add context menu to delete message | dec05eba |
2018-05-08 | Merge messages from same user sent within 1 minute | dec05eba |
2018-05-07 | Fix text 'got to end of line' | dec05eba |
2018-05-07 | Improve text editing, use Text object for chatbar | dec05eba |
2018-05-07 | Do not draw avatar if not visible on screen | dec05eba |
2018-05-07 | Limit avatar size to 1mb | dec05eba |
2018-05-07 | Continue text edit, add avatar (image, but not way to change avatar) | dec05eba |
2018-05-06 | Make dchat Text editable | dec05eba |
2018-05-04 | Add web page preview (image or html content), not finished | dec05eba |
2018-05-04 | Add proper parsing of Text, add url | dec05eba |
2018-05-03 | Make gif rendering more robust | dec05eba |
2018-05-03 | Change image directory, change emoji size | dec05eba |
2018-05-03 | Perform proper cleanup of gif that failed to load | dec05eba |
2018-05-03 | Remove gif file data if gif fails to load | dec05eba |
2018-05-03 | Fix freeze when gif has unlimited frame delay. If unlimited, set to 15 | dec05eba |
2018-05-03 | Temporary disable lower framerate when focus lost | dec05eba |
2018-05-03 | Replace all binds in chat | dec05eba |
2018-05-03 | Do not crash if picture/gif fails to load | dec05eba |
2018-05-03 | Fix non ascii characters not rendering correctly in username | dec05eba |
2018-05-03 | Optimize gif rendering | dec05eba |
2018-05-03 | Support different types of channel data. Add nickname change command | dec05eba |
2018-05-03 | Add/remove/list binds, saving to file | dec05eba |
2018-05-03 | Adding theming, add new theme 'simple' | dec05eba |
2018-05-02 | Limit scroll speed. Was too high on laptop | dec05eba |
2018-05-02 | Fix bug where you dont see your own messages when added to channel | dec05eba |
2018-05-02 | Replace remote user with local user when added to channel | dec05eba |
2018-05-02 | Update odhtdb with join channel fix, remove duplicate user in list | dec05eba |
2018-05-01 | Increase chatbar font size, remove last line in chat | dec05eba |
2018-05-01 | Improve scaling, give ui more space | dec05eba |
2018-05-01 | Fix waiting to join? test | dec05eba |
2018-05-01 | Fix channel joining waiting status, fix duplicate message locally | dec05eba |