about summary refs log tree commit diff
path: root/scripts
AgeCommit message (Collapse)Author
2022-05-29fix stylingAkshay S Dinesh
2022-05-29Use switch/case instead of else if statementsSchimon Jehuda
And add XMPP logo at the buttom of the page
2021-07-30Support custom contact name, closes #5Felix
2021-07-30Provide XMPP URI parameters in a hashmapFelix
2021-07-30Use a better variable nameFelix
2021-07-27Autodiscover preferred browser language, enhances #4magicfelix
2020-01-21Use minified qrcode.js and close input tagPerflyst
2020-01-21Load QRCode only on desktopPerflyst
2020-01-21Add QRCode generationPerflyst
2019-03-12Rename to XSF platform mappingJonah Brüchert
2019-03-12Recommend different clients depending on the operating systemJonah Brüchert
2018-04-20JID parser: fall back to the full string if it doesn't contain '@', thx ↵Georg Lukas
iBrek and iNPUTmice
2017-04-03Provide both URL-encoded and 'plain' JID from hash parserGeorg Lukas
2017-03-29URL-encoding: globals are evil, order mattersGeorg Lukas
2017-02-13Properly URL-encode the JID, needed for IRC transportsGeorg Lukas
2017-02-05Less text = betterGeorg Lukas
2017-01-18Select the XMPP URI when clickedAlex Jordan
2017-01-16Make the i18n stuff actually workAlex Jordan
They were kinda crashing the webpage before...
2017-01-16Don't initialize i18n until the document is loadedAlex Jordan
2017-01-16Fix client list getting injected twiceAlex Jordan
2017-01-16Use strict equality instead of loose equality operatorsAlex Jordan
2017-01-16Get rid of onload= in the HTMLAlex Jordan
2017-01-16Use strict modeAlex Jordan
2017-01-16Wrap the JS in a IIFEAlex Jordan
2017-01-16Add some missing semicolonsAlex Jordan
2017-01-16Move i18n-text into the scripts/ directoryAlex Jordan
2017-01-16Move the JS into a separate fileAlex Jordan