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 | Send notification when a new message is received and window is not focused | 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-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-03 | Temporary disable lower framerate when focus lost | 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-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 | Fix waiting to join? test | dec05eba |
2018-05-01 | Fix channel joining waiting status, fix duplicate message locally | dec05eba |
2018-05-01 | Fix again... | dec05eba |
2018-05-01 | Fix channel joining (converting join key to node info) | dec05eba |
2018-05-01 | Use new odhtdb with timestamp bug fix, fix waiting msg | dec05eba |
2018-05-01 | Add command to get join key, fix crash when joining channel | dec05eba |
2018-05-01 | Add 'add user', 'join channel'. Improve scrolling. Added locks | dec05eba |
2018-04-30 | Add timestamp to messages | dec05eba |
2018-04-29 | Use new odhtdb with more robust ntp | dec05eba |
2018-04-29 | Improve scaling, start implementing color scheme | dec05eba |
2018-04-29 | Change design, fix crash when closing application | dec05eba |
2018-04-28 | Use font pointer instead of copy to reduce memory usage, sfml ffs | dec05eba |
2018-04-28 | Connect channels to database, currently only locally | dec05eba |
2018-04-28 | Add commands, users side panel, improve image download | dec05eba |
2018-04-23 | Fix issue where text is not visible if window is too small, set window minimu... | dec05eba |
2018-04-23 | Revert to opengl_cb for mpv until render_gl becomes common | dec05eba |
2018-04-23 | Add side bar, make submodule public | dec05eba |
2018-04-23 | Add support for big emoji if it's the only thing on a line | dec05eba |
2018-04-23 | Add word wrap for message board & TODO | dec05eba |
2018-04-22 | Add video and gif support | dec05eba |
2018-04-21 | Add support for static image emoji | dec05eba |
2018-04-20 | Add chatbar. No mouse editing but keyboard editing is supported | dec05eba |
2018-04-20 | Add message board, in the middle of text selection | dec05eba |