summaryrefslogtreecommitdiff
path: root/lib/jabber.php
AgeCommit message (Expand)Author
2010-03-30Ticket #1281: JID validation now more or less follows spec instead of calling...Brion Vibber
2010-03-08XMPP cleanup: fix outgoing XMPP when queuing is disabled; fix notice for firs...Brion Vibber
2010-01-28Don't attempt to resend XMPP messages that can't be broadcast due to the prof...Brion Vibber
2010-01-22XMPP queued output & initial retooling of DB queue manager to support non-Not...Brion Vibber
2010-01-13Fix regressions in XMPP output during inbox refactoringBrion Vibber
2010-01-13refactor jabber broadcast for notice_inbox removalEvan Prodromou
2010-01-12Major refactoring of queue handlers to support running multiple sites in one ...Brion Vibber
2010-01-07Correction to previous commitCiaran Gultnieks
2010-01-07Fixes to bugs where non-local messages were being wrong put in the public tim...Ciaran Gultnieks
2009-11-20revert adding avatar IMG to jabber output; shows entire URL in some Jabber cl...Evan Prodromou
2009-11-11Add the [noticeid] to the end of text only jabber messagesCraig Andrews
2009-11-11Remove alt text on avatar url (so pidgin doesn't show it)Craig Andrews
2009-11-09Revert "Remove more contractions"Brion Vibber
2009-11-08Remove more contractionsSiebrand Mazeland
2009-10-27Display user avatar in the XMPP messageCraig Andrews
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25change controlyourself.ca to status.netEvan Prodromou
2009-08-25change laconi.ca to status.netEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-07-09use select() to bring down xmpp latencyEvan Prodromou
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