aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-14crosspost service usedGravatar Alexander Alexeev
2016-11-14formatCode() moved to MessageUtilsGravatar Alexander Alexeev
2016-11-14some fields are finalized; equals() improvementsGravatar Alexander Alexeev
2016-11-13using TagUtils classGravatar Alexander Alexeev
2016-11-13jdbc service (repository) layer is addedGravatar Alexander Alexeev
2016-11-13skipped dependenceGravatar Alexander Alexeev
2016-11-13server core moduleGravatar Alexander Alexeev
2016-11-12initial babbler-based xmpp botGravatar Vitaly Takmazov
2016-11-12cleanupGravatar Vitaly Takmazov
2016-11-12extracted application configuration from Mvc configuration with application specific beans;Gravatar Alexander Alexeev
2016-11-12juick.conf example correctedGravatar Alexander Alexeev
2016-11-12logback example correctedGravatar Alexander Alexeev
2016-11-12empty directories are removedGravatar Alexander Alexeev
2016-11-12configuration updated: common dependences moved to core moduleGravatar Alexander Alexeev
2016-11-12xmpp-ft: drop Juick URL boilerplate as babbler now supports URIGravatar Vitaly Takmazov
2016-11-12xmpp: fix reply quoteGravatar Vitaly Takmazov
2016-11-11logback.xml is added to ignore filesGravatar Alexander Alexeev
2016-11-11logback revertedGravatar Alexander Alexeev
2016-11-11logback configurations are copiedGravatar Alexander Alexeev
2016-11-11formattedGravatar Alexander Alexeev
2016-11-11common data configuration is addedGravatar Alexander Alexeev
2016-11-11dependences corrections: spring context and dbcp are addedGravatar Alexander Alexeev
2016-11-11empty files are added to empty webapp directoriesGravatar Alexander Alexeev
2016-11-11one version of mariadb4jGravatar Alexander Alexeev
2016-11-11configuration updated:Gravatar Alexander Alexeev
2016-11-11using slf4j + logback for loggingGravatar Alexander Alexeev
2016-11-11xmpp-ft: lowercase extensionGravatar Vitaly Takmazov
2016-11-11xmpp-ft: fix target filenameGravatar Vitaly Takmazov
2016-11-11xmpp-ft: detect tomcat and add user factory for juick urls if presentGravatar Vitaly Takmazov
2016-11-11xmpp-ft: add boilerplate to support juick URL scheme (remove when OobX will be fixed)Gravatar Vitaly Takmazov
2016-11-11xmpp-ft: using juick:// URI scheme for attachmentsGravatar Vitaly Takmazov
2016-11-11xmpp-ft: fix attachment nameGravatar Vitaly Takmazov
2016-11-11xmpp-ft: post message when file receivedGravatar Vitaly Takmazov
2016-11-11initial filetransfer botGravatar Vitaly Takmazov
2016-11-11fix connection routerGravatar Vitaly Takmazov
2016-11-11xmpp: reconnect ConnectionRouter using failsafe libraryGravatar Vitaly Takmazov
2016-11-11xmpp: revert to Connection-based router because Stream-based router can not route full stanzasGravatar Vitaly Takmazov
2016-11-11telegram: fix reply quoteGravatar Vitaly Takmazov
2016-11-11ws: fix injection and reply quoteGravatar Vitaly Takmazov
2016-11-10move logback config to exampleGravatar Vitaly Takmazov
2016-11-10using slf4j + logback for loggingGravatar Alexander Alexeev
2016-11-10no need injecting "jdbc" bean - local jdbc() usedGravatar Alexander Alexeev
2016-11-10no need uses @Component and @inject annotationsGravatar Alexander Alexeev
2016-11-10logging over slf4jGravatar Alexander Alexeev
2016-11-10"ignoreResourceNotFound = true" for juick.confGravatar Alexander Alexeev
2016-11-10xmpp: using right component name nowGravatar Vitaly Takmazov
2016-11-10api: fix NPEGravatar Vitaly Takmazov
2016-11-09components: remove @Component annotation to prevent double initializationGravatar Vitaly Takmazov
2016-11-08update depsGravatar Vitaly Takmazov
2016-11-08ws: fix injectionGravatar Vitaly Takmazov