This website requires JavaScript.
Explore
Help
Sign In
e2m
/
dispatch
Watch
4
Star
0
Fork
0
You've already forked dispatch
Code
Issues
Pull Requests
Releases
Wiki
Activity
46e664118f
Branches
Tags
View all branches
dispatch
/
server
History
Ken-Håvard Lieng
0b13431b83
Always listen on port 1337 in dev mode since the client expects it
2017-05-21 11:11:16 +02:00
..
auth.go
Upgrade server dependencies, manage them with govendor
2017-04-18 03:02:51 +02:00
index_data.go
Store the last tab in a cookie so the server can use it for embedding state
2017-05-21 09:53:47 +02:00
index.egon
…
index.egon.go
…
irc_handler_test.go
Use firebase push IDs for messages
2017-04-20 05:32:22 +02:00
irc_handler.go
Send logged messages when joining a channel
2017-05-20 23:22:56 +02:00
irc.go
…
json.go
Add message scrollback
2017-05-02 23:21:25 +02:00
serve_files.go
…
server.go
Always listen on port 1337 in dev mode since the client expects it
2017-05-21 11:11:16 +02:00
session.go
Send logged messages when joining a channel
2017-05-20 23:22:56 +02:00
tls.go
…
websocket_handler.go
Store the last tab in a cookie so the server can use it for embedding state
2017-05-21 09:53:47 +02:00
websocket.go
…