aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Collapse)Author
2020-08-19WIP: FIX p2pdec05eba
2020-08-19Add output when login/registerdec05eba
2020-08-19Update ipdec05eba
2019-04-08Add message who added us to room on waited to joindec05eba
2019-04-08Refactor, remove a lot of code and use dchat core insteaddec05eba
2019-03-30Move users to left sidedec05eba
2018-10-21Remove old discord code, update for odhtdb changesdec05eba
2018-10-21Fix for odhtdb changesdec05eba
2018-10-21Fix concurrent connection to an addressdec05eba
2018-10-19Put retrydec05eba
2018-10-19Fix logindec05eba
2018-10-16Update opendht dependency, probably brokendec05eba
2018-08-08Add support for discorddec05eba
2018-06-04Add install script (desktop applicationdec05eba
2018-05-30Do not get notification if loading messages from cache, or if message is not ↵dec05eba
latest
2018-05-30Change font, change text spacingdec05eba
2018-05-24Fix issues reported by compiler sanitizerdec05eba
2018-05-22Increase not active timerdec05eba
2018-05-22Do not get notification from selfdec05eba
2018-05-22Update odhtdbdec05eba
2018-05-21Set channel name when creating it, fetch new data from newest to oldestdec05eba
2018-05-21Add command to change avatar and channel namedec05eba
Fix bug where application crashes when deleting message, improve url parsing for messages
2018-05-21Only update when receiving message in currently visible channeldec05eba
2018-05-21Fix debugdec05eba
2018-05-21Implement online/offline users (pinging)dec05eba
2018-05-21Focus when displaying new messagedec05eba
2018-05-21Update odhtdbdec05eba
2018-05-21Reduce sleep when window is not focuseddec05eba
Delay when typing after being unfocused is now smaller. Increase sleep again when chatbar focusing has been implemented because currently the chatbar is always focused
2018-05-20Improve performance and cpu usagedec05eba
Remove Text vertices if text has not been visible on the freen for a while. Stop rendering when window has lost focus for awhile, reducing cpu usage to 0
2018-05-20Update sfml versiondec05eba
2018-05-20Add image preview and url/image open in browserdec05eba
2018-05-18Remove freetype dependencydec05eba
2018-05-18Update readmedec05eba
2018-05-17Implement notification when you get a message using notify-senddec05eba
2018-05-17Remove notification, bloated memory usage from 30mb to 80mbdec05eba
2018-05-17Send notification when a new message is received and window is not focuseddec05eba
2018-05-17Use correct key when adding message from invite keydec05eba
2018-05-17Fix join channel by invite key, wrong encryption key was useddec05eba
2018-05-16Fix bug when adding user to channel (invite key)dec05eba
2018-05-16Unload content if it's not visible on the screen for a whiledec05eba
2018-05-16Fix memory leak reported by valgrinddec05eba
2018-05-16Rewrite code to work with new backenddec05eba
Redesigned join channel system, read README.md for more information
2018-05-09Add avatar to users side paneldec05eba
2018-05-08Only allow owner of message to delete itdec05eba
2018-05-08Add context menu, add context menu to delete messagedec05eba
2018-05-03Temporary disable lower framerate when focus lostdec05eba
2018-05-03Support different types of channel data. Add nickname change commanddec05eba
2018-05-03Add/remove/list binds, saving to filedec05eba
2018-05-02Replace remote user with local user when added to channeldec05eba
2018-05-02Update odhtdb with join channel fix, remove duplicate user in listdec05eba