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
dispatch
/
server
History
Ken-Håvard Lieng
a084e6d0af
Dont send empty whois results to the client
2017-05-29 00:52:19 +02:00
..
auth.go
…
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
Forward irc errors to the client, improve command validation and feedback, handle topic changes
2017-05-28 07:20:43 +02:00
irc_handler.go
Dont send empty whois results to the client
2017-05-29 00:52:19 +02:00
irc.go
Dont forward irc errors that are handled elsewhere
2017-05-29 00:42:00 +02:00
json.go
Forward irc errors to the client, improve command validation and feedback, handle topic changes
2017-05-28 07:20:43 +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
Forward irc errors to the client, improve command validation and feedback, handle topic changes
2017-05-28 07:20:43 +02:00
tls.go
…
websocket_handler.go
Forward irc errors to the client, improve command validation and feedback, handle topic changes
2017-05-28 07:20:43 +02:00
websocket.go
…