about summary refs log tree commit diff
path: root/scripts/main.js
AgeCommit message (Expand)Author
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-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 iBrek...Georg Lukas
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
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 the JS into a separate fileAlex Jordan