summaryrefslogtreecommitdiff
path: root/lib/jabber.php
AgeCommit message (Expand)Author
2009-03-23Fixed jabber code broken in 3ef4f251acbe8ebdfd9d7f1ea43b7344b7332b73CiaranG
2009-03-22One function for producing Atom entry for a NoticeEvan Prodromou
2009-03-08PostgreSQL - some more fixes to make queries compatible with both databases. ...CiaranG
2009-02-13Fixed arguments to syslog (LOG_ERR, not LOG_ERROR) and removed unused functionZach Copley
2009-02-11add related link to Atom for feeds for some downstream usersEvan Prodromou
2009-02-06Move common_avatar_* functions to AvatarEvan Prodromou
2009-01-30PostgreSQL - code changes to avoid problems where user table is referenced in...Ciaran Gultnieks
2009-01-28only send group notices through Jabber to users with notices enabledEvan Prodromou
2009-01-23Keep checking who's received stuff in jabber broadcastEvan Prodromou
2009-01-23Make sure group messages go out over JabberEvan Prodromou
2008-12-22reformat lib/jabber.php for phpcs, including doc commentsEvan Prodromou
2008-12-09on broadcast jabber and sms to people with the flags setEvan Prodromou
2008-09-30use profile URL instead of local URLEvan Prodromou
2008-09-05free and unset DB_DataObjects after we're done with themEvan Prodromou
2008-09-04add some processTime() to the send loops to avoid filling the bufferEvan Prodromou
2008-09-01restore HTML in output, remove rump pubsub event codeEvan Prodromou
2008-09-01slightly more robust connection codeEvan Prodromou
2008-09-01separate out presence from connection, send different presence types from que...Evan Prodromou
2008-08-31halt sending HTML in JabberEvan Prodromou
2008-08-30forgot to use the array for avoiding dupesEvan Prodromou
2008-08-30use priority in connectionEvan Prodromou
2008-08-30get rid of Laconica_XMPP and ignore priorityEvan Prodromou
2008-08-30forgot to get the profile in public queue handlerEvan Prodromou
2008-08-29lost $sent_to in jabber_public_noticeEvan Prodromou
2008-08-29many jabber queue management changesEvan Prodromou
2008-08-29split public stream to its own queue handlerEvan Prodromou
2008-08-27correct presence in jabber functionEvan Prodromou
2008-08-27break up monolithic xmppdaemon into multiple queue handlersEvan 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-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-07-22Only try sending xmpp notices if xmpp is enabledMike Cochrane
2008-07-18forgot the user's name in HTML outputEvan Prodromou
2008-07-18add an HTML payload to outgoing noticesEvan Prodromou
2008-07-17public indexers in config fileEvan Prodromou
2008-07-16slightly better error handlingEvan Prodromou
2008-07-16add some warnings and stuffEvan Prodromou
2008-07-16lost elseEvan Prodromou
2008-07-15replies from people you're not subscribed to over JabberEvan Prodromou
2008-07-15work around probs with XMPPHP libraryEvan Prodromou
2008-07-14build stanza ourselves, without libraryEvan Prodromou
2008-07-14encode special chars in atom payloadEvan Prodromou
2008-07-14debugging changes on development serverEvan Prodromou
2008-07-14get the msg to formatEvan Prodromou
2008-07-14forgot to send a null for subject in XMPP messageEvan Prodromou
2008-07-13make broadcast send notice with extra Twitter cruftEvan Prodromou
2008-07-13add extra Twitter cruft to jabber messagesEvan Prodromou
2008-07-09Merge conflicts and kill a whole lot of trailing whitespace on lines.Mike Cochrane