summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-26XMPP daemon that doesn't eat messages - note change to XMPPHP as well (Ticket...CiaranG
2008-08-27don't show unknown (debug) errorsEvan Prodromou
2008-08-27fixup whitespaceEvan Prodromou
2008-08-27import upstream XMPPHP with @ciarang's fixEvan Prodromou
2008-08-26fix error storing uris of remote noticesEvan Prodromou
2008-08-26use notice URI if it's not local and it's an HTTP URLEvan Prodromou
2008-08-26only send local messages to public XMPP streamEvan Prodromou
2008-08-26optionally turn encryption on or off in the XMPP connectionEvan Prodromou
2008-08-25never allow blank passwordsEvan Prodromou
2008-08-25use better SQL date, fix security problem with OpenID loginsEvan Prodromou
2008-08-25change DataObject_Cast to use sql_nowEvan Prodromou
2008-08-25use common_sql_now() instead of DB_DataObject_CastEvan Prodromou
2008-08-25use mb_strlen instead of strlen in xmpp daemonEvan Prodromou
2008-08-24notify user of remote subscriptionsEvan Prodromou
2008-08-24big scarygram warning in config.php.sample about using DB_DataObject's debug ...Evan Prodromou
2008-08-24move README to main dirEvan Prodromou
2008-08-23be a little more liberal for sites that accidentally put whitespace before th...Evan Prodromou
2008-08-23request token is not readonlyEvan Prodromou
2008-08-23Prevent jabber.php error by checking key existsCiaranG
2008-08-23Escape profile url in xmpp in case fancy urls off (Ticket #521)CiaranG
2008-08-22Fixed attempt to read nonexistent match in JID regexCiaranG
2008-08-22XMPP sub/unsub and help commandsCiaranG
2008-08-22Define xmpp daemon claim timeout timeCiaranG
2008-08-19Fix bug in xmpp on/off (ticket #528)CiaranG
2008-08-18XMPP bounce message when too long (ticket #112)CiaranG
2008-08-22better error reporting in user authorization actionEvan Prodromou
2008-08-22fix include path bugEvan Prodromou
2008-08-22add note to config.php.sample about localonlyEvan Prodromou
2008-08-22local-only is optional on public timelineEvan Prodromou
2008-08-22include external libs in a subdir to make install easierEvan Prodromou
2008-08-21add Cincinnati Bell WirelessEvan Prodromou
2008-08-19Twitter-compatible API - RESTfulness checks as per Twitterzach
2008-08-19Twitter-compatible API - /statuses/show - better err msg if notice doesn't existzach
2008-08-19Twitter-compatible API - Added /statuses/followers to methods thatzach
2008-08-19Twitter-compatible API - /statuses/destroy method implementedzach
2008-08-18Twitter-compatible API - moved show() to the right filezach
2008-08-18Twitter-compatible API - running all strings through gettext() nowzach
2008-08-19add database tables for foreign servicesEvan Prodromou
2008-08-19add remote flag to broadcast of noticesEvan Prodromou
2008-08-19broadcast remote noticesEvan Prodromou
2008-08-17set internal encoding in XMPP daemonEvan Prodromou
2008-08-17trim whitespace in laconica.sqlEvan Prodromou
2008-08-17restore fave table lost when doing utf8 upgradeEvan Prodromou
2008-08-17Database uses UTF-8 by defaultEvan Prodromou
2008-08-13first step towards adding favorites to the systemEvan Prodromou
2008-08-17use mb_substr for xmpp daemon checkEvan Prodromou
2008-08-17accept 140 chars in API, tooEvan Prodromou
2008-08-17typo in forgotten password stringEvan Prodromou
2008-08-17remove hack to count bytes, not chars, in JS, since we now use charsEvan Prodromou
2008-08-17use UTF-8 as the internal encodingEvan Prodromou