Age | Commit message (Expand) | Author |
2017-11-01 | api: try reconnect ws component | Vitaly Takmazov |
2017-10-31 | gradle: farm configuration | 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-10-16 | ws: fix xmpp initialization | Vitaly Takmazov |
2017-10-16 | web: move scheduler config to base web config | Vitaly Takmazov |
2017-10-16 | ws: fix scheduler config | Vitaly Takmazov |
2017-10-15 | api: ImagesService | Vitaly Takmazov |
2017-09-05 | fix other web configurations | Vitaly Takmazov |
2017-08-21 | ws: cleanup components initialization | Vitaly Takmazov |
2017-08-21 | cleanup unused injections in remaining apps | Vitaly Takmazov |
2017-07-20 | Update copyrights in all java sources | Vitaly Takmazov |
2017-06-30 | MVC was not enabled in apps based on BaseWebConfiguration | Vitaly Takmazov |
2017-06-29 | notifications and configurations refactoring | Vitaly Takmazov |
2017-06-29 | project structure: split server into jdbc + web | Vitaly Takmazov |
2017-06-25 | commons-lang3 deprecated classes -> commons-text and commons-codec | Vitaly Takmazov |
2017-05-12 | gradle: dependencyUpdates | Vitaly Takmazov |
2017-04-27 | juick-ws: treat visitors with wrong hash as anonymous | Vitaly Takmazov |
2017-03-04 | cleanup deprecation warnings | Vitaly Takmazov |
2017-03-02 | juick-server: protocol cleanup | Vitaly Takmazov |
2017-02-06 | juick-ws: create XMLStreamWrite using babbler | Vitaly Takmazov |
2017-02-03 | juick-ws: log xmpp messages using jaxb | 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-14 | juick-core: api objects should live in core | Vitaly Takmazov |
2016-12-12 | juick-ws: fix serializer properties | Vitaly Takmazov |
2016-12-12 | juick-ws: using json serialization | Vitaly Takmazov |
2016-12-12 | juick-ws: NumberUtils | Vitaly Takmazov |
2016-12-12 | juick-ws: drop status servlet | Vitaly Takmazov |
2016-12-10 | juick-api: fix telegram urls | Vitaly Takmazov |
2016-12-03 | update dependencies | Vitaly Takmazov |
2016-12-02 | move project dependencies versions definitions to the root project | Vitaly Takmazov |
2016-11-30 | prevent string concatenation for disabled loggers | Alexander Alexeev |
2016-11-30 | configurations clean-up, import is redundant | Alexander Alexeev |
2016-11-30 | juick-ws: update to data services | Vitaly Takmazov |
2016-11-30 | juick-ws: more logging | Vitaly Takmazov |
2016-11-29 | juick-ws: add xmpp debugger | Vitaly Takmazov |
2016-11-28 | all components using jackson now, org.json serializer moved to compatibility tests package | Vitaly Takmazov |
2016-11-26 | status constants | Alexander Alexeev |
2016-11-25 | StatusController mapping fixed | Alexander Alexeev |
2016-11-25 | web socket configuration separated; header mapping fixed | Alexander Alexeev |
2016-11-24 | update dependencies | Vitaly Takmazov |
2016-11-18 | one way for inititialization and finalization: using constructor's initialization or method init() and AutoCloseable ... | Alexander Alexeev |