2019-10-27
3a75f31 Bump scoop package to version 2019-10-27
05a2a92 Bump cordless versionnumber to version 2019-10-27
bb7b39e The rendering on windows should be much more pleasant now. You can go back to UTF-8 support by adding --disable-UTF8=false to your CLI paramters
c6bd8fc Too long textmessages can now be sent as a file instead
c555e36 Avoid chatview unnecessarily reprinting
f9c061a Javascript engine now uses locking and avoids unnecessary duplicated calls to otto-vms. Fixes #190
45505f8 Add OnMessageEdit to JS API
06805b4 Fix bug that caused messages sent while a channel wasn't loaded yet to be lost
133ea49 Forgot commiting the interfacing file
225cdf2 Add halfassed implementation of nick-set command
36ff4ad Fix typo in user-set docs
0b63c07 Cache is now accessed less often and not being cleared every time a message is received
c40900b Refer readme part for extensions to wiki [skip ci]
e2d270f Make printToConsole JS function use fmt.print instead of log.print
42d3d58 Extended the scripting interface. Fixes #153
df6fa53 Small style fix with gofmt.
28a7b83 Add paste on Ctrl+V for login. Fixes #187
4dc51d2 Update tview
7069da8 Rename updateHighlights to something more sensicall
a3f057d Fix bug that bot accounts don't have a guild selected initially. THis was due to the fact that guilds on bots are loaded lazy
2a84b58 Adds padlock as channel prefix to text channels with denied read permission on the everyone group (#185)
ec86960 Forgot to commit go.sum and ui/window.go when moving maths package
788268b * day delimtier is now always the full width of the chatview
afde249 Move math utils into utils folder
7361e25 Add tests for times.AreDatesTheSameDay
5c05ec5 Simplify ReturnDateDelimiter
d63aca9 Rename compare message dates to a more correct name; The method isn't message related anyway.
575c54f Improve login message a bit
57ffa7b ChatView Day delimiters between chats (#181)
9c61021 Added masking to token input (#183)
c856f74 switch account won't clear the token anymore if a nonexistent account is supplied
191be85 Add util method to commands file that prints an error in a specific format