index
:
Juick
juick-commands
killy-responsive
killy-responsive-2
mark_read
master
sans_branch
x
Juick development tree
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
juick-ws
/
src
/
main
/
java
/
com
/
juick
/
ws
/
WebsocketComponent.java
Age
Commit message (
Collapse
)
Author
2017-11-01
api: try reconnect ws component
Vitaly Takmazov
2017-10-30
xmpp: bot refactoring
Vitaly Takmazov
2017-10-19
Replaced the ArrayList by the LinkedList to avoid overhead array copying when the list is increased.
Anatoliy Sablin
2017-10-18
ws: httpclient -> RestTemplate
Vitaly Takmazov
2017-08-21
ws: cleanup components initialization
Vitaly Takmazov
2017-07-20
Update copyrights in all java sources
Vitaly Takmazov
2017-04-27
juick-ws: treat visitors with wrong hash as anonymous
Vitaly Takmazov
2017-03-02
juick-server: protocol cleanup
Vitaly Takmazov
2017-02-03
cleanup
Vitaly Takmazov
2017-02-01
clean up some warnings
Vitaly Takmazov
2017-01-17
juick-server: messagePosted protocol event
Vitaly Takmazov
2017-01-17
juick-ws: add protocol listener
Vitaly Takmazov
2017-01-17
drop juick-console, add protocol handler to juick-ws
Vitaly Takmazov
2017-01-12
juick-ws: ping websocket clients
Vitaly Takmazov
2016-12-20
StringUtils.EMPTY
Vitaly Takmazov
2016-12-16
CharEncoding.UTF_8
Vitaly Takmazov
2016-12-12
juick-ws: NumberUtils
Vitaly Takmazov
2016-11-30
prevent string concatenation for disabled loggers
Alexander Alexeev
2016-11-30
juick-ws: update to data services
Vitaly Takmazov
2016-11-30
juick-ws: more logging
Vitaly Takmazov
2016-11-15
core classes are now serializeable with JAXB (to use as babbler extension)
Vitaly Takmazov
2016-11-13
server core module
Alexander Alexeev
2016-11-12
extracted application configuration from Mvc configuration with application specific beans;
Alexander Alexeev
extracted bean initialization from constructor; force using properties;
2016-11-11
ws: fix injection and reply quote
Vitaly Takmazov
2016-11-10
using slf4j + logback for logging
Alexander Alexeev
2016-11-09
components: remove @Component annotation to prevent double initialization
Vitaly Takmazov
2016-07-19
juick-ws: name of property should match the bean to inject the same instance
Vitaly Takmazov
2016-07-19
juick-ws: WebsocketComponent is singleton
Vitaly Takmazov
2016-07-07
reorganize project, part 3
Vitaly Takmazov