Age | Commit message (Expand) | Author |
2009-11-20 | revert adding avatar IMG to jabber output; shows entire URL in some Jabber cl... | Evan Prodromou |
2009-11-11 | Add the [noticeid] to the end of text only jabber messages | Craig Andrews |
2009-11-11 | Remove alt text on avatar url (so pidgin doesn't show it) | Craig Andrews |
2009-11-09 | Revert "Remove more contractions" | Brion Vibber |
2009-11-08 | Remove more contractions | Siebrand Mazeland |
2009-10-27 | Display user avatar in the XMPP message | Craig Andrews |
2009-08-26 | define LACONICA and accept LACONICA for backwards compatibility | Evan Prodromou |
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou |
2009-08-25 | change controlyourself.ca to status.net | Evan Prodromou |
2009-08-25 | change laconi.ca to status.net | Evan Prodromou |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou |
2009-07-09 | use select() to bring down xmpp latency | Evan Prodromou |
2009-03-23 | Fixed jabber code broken in 3ef4f251acbe8ebdfd9d7f1ea43b7344b7332b73 | CiaranG |
2009-03-22 | One function for producing Atom entry for a Notice | Evan Prodromou |
2009-03-08 | PostgreSQL - some more fixes to make queries compatible with both databases. ... | CiaranG |
2009-02-13 | Fixed arguments to syslog (LOG_ERR, not LOG_ERROR) and removed unused function | Zach Copley |
2009-02-11 | add related link to Atom for feeds for some downstream users | Evan Prodromou |
2009-02-06 | Move common_avatar_* functions to Avatar | Evan Prodromou |
2009-01-30 | PostgreSQL - code changes to avoid problems where user table is referenced in... | Ciaran Gultnieks |
2009-01-28 | only send group notices through Jabber to users with notices enabled | Evan Prodromou |
2009-01-23 | Keep checking who's received stuff in jabber broadcast | Evan Prodromou |
2009-01-23 | Make sure group messages go out over Jabber | Evan Prodromou |
2008-12-22 | reformat lib/jabber.php for phpcs, including doc comments | Evan Prodromou |
2008-12-09 | on broadcast jabber and sms to people with the flags set | Evan Prodromou |
2008-09-30 | use profile URL instead of local URL | Evan Prodromou |
2008-09-05 | free and unset DB_DataObjects after we're done with them | Evan Prodromou |
2008-09-04 | add some processTime() to the send loops to avoid filling the buffer | Evan Prodromou |
2008-09-01 | restore HTML in output, remove rump pubsub event code | Evan Prodromou |
2008-09-01 | slightly more robust connection code | Evan Prodromou |
2008-09-01 | separate out presence from connection, send different presence types from que... | Evan Prodromou |
2008-08-31 | halt sending HTML in Jabber | Evan Prodromou |
2008-08-30 | forgot to use the array for avoiding dupes | Evan Prodromou |
2008-08-30 | use priority in connection | Evan Prodromou |
2008-08-30 | get rid of Laconica_XMPP and ignore priority | Evan Prodromou |
2008-08-30 | forgot to get the profile in public queue handler | Evan Prodromou |
2008-08-29 | lost $sent_to in jabber_public_notice | Evan Prodromou |
2008-08-29 | many jabber queue management changes | Evan Prodromou |
2008-08-29 | split public stream to its own queue handler | Evan Prodromou |
2008-08-27 | correct presence in jabber function | Evan Prodromou |
2008-08-27 | break up monolithic xmppdaemon into multiple queue handlers | Evan Prodromou |
2008-08-26 | only send local messages to public XMPP stream | Evan Prodromou |
2008-08-26 | optionally turn encryption on or off in the XMPP connection | Evan Prodromou |
2008-08-23 | Prevent jabber.php error by checking key exists | CiaranG |
2008-08-23 | Escape profile url in xmpp in case fancy urls off (Ticket #521) | CiaranG |
2008-08-22 | Fixed attempt to read nonexistent match in JID regex | CiaranG |
2008-07-22 | Only try sending xmpp notices if xmpp is enabled | Mike Cochrane |
2008-07-18 | forgot the user's name in HTML output | Evan Prodromou |
2008-07-18 | add an HTML payload to outgoing notices | Evan Prodromou |
2008-07-17 | public indexers in config file | Evan Prodromou |
2008-07-16 | slightly better error handling | Evan Prodromou |