]> git.mxchange.org Git - quix0rs-gnu-social.git/history - lib/jabber.php
Script to update laconica.pot from source, and the results of running it
[quix0rs-gnu-social.git] / lib / jabber.php
2008-09-30 Evan Prodromouuse profile URL instead of local URL
2008-09-06 Evan Prodromoufree and unset DB_DataObjects after we're done with...
2008-09-04 Evan Prodromouadd some processTime() to the send loops to avoid filli...
2008-09-02 Evan Prodromourestore HTML in output, remove rump pubsub event code
2008-09-02 Evan Prodromouslightly more robust connection code
2008-09-02 Evan Prodromouseparate out presence from connection, send different...
2008-08-31 Evan Prodromouhalt sending HTML in Jabber
2008-08-30 Evan Prodromouforgot to use the array for avoiding dupes
2008-08-30 Evan Prodromouuse priority in connection
2008-08-30 Evan Prodromouget rid of Laconica_XMPP and ignore priority
2008-08-30 Evan Prodromouforgot to get the profile in public queue handler
2008-08-29 Evan Prodromoulost $sent_to in jabber_public_notice
2008-08-29 Evan Prodromoumany jabber queue management changes
2008-08-29 Evan Prodromousplit public stream to its own queue handler
2008-08-28 Evan Prodromoucorrect presence in jabber function
2008-08-27 Evan Prodromoubreak up monolithic xmppdaemon into multiple queue...
2008-08-26 Evan Prodromouonly send local messages to public XMPP stream
2008-08-26 Evan Prodromouoptionally turn encryption on or off in the XMPP connection
2008-08-23 CiaranGPrevent jabber.php error by checking key exists
2008-08-23 CiaranGEscape profile url in xmpp in case fancy urls off ...
2008-08-22 CiaranGFixed attempt to read nonexistent match in JID regex
2008-07-22 Mike CochraneOnly try sending xmpp notices if xmpp is enabled
2008-07-18 Evan Prodromouforgot the user's name in HTML output
2008-07-18 Evan Prodromouadd an HTML payload to outgoing notices
2008-07-17 Evan Prodromoupublic indexers in config file
2008-07-16 Evan Prodromouslightly better error handling
2008-07-16 Evan Prodromouadd some warnings and stuff
2008-07-16 Evan Prodromoulost else
2008-07-15 Evan Prodromoureplies from people you're not subscribed to over Jabber
2008-07-15 Evan Prodromouwork around probs with XMPPHP library
2008-07-15 Evan Prodromoubuild stanza ourselves, without library
2008-07-14 Evan Prodromouencode special chars in atom payload
2008-07-14 Evan Prodromoudebugging changes on development server
2008-07-14 Evan Prodromouget the msg to format
2008-07-14 Evan Prodromouforgot to send a null for subject in XMPP message
2008-07-14 Evan Prodromoumake broadcast send notice with extra Twitter cruft
2008-07-14 Evan Prodromouadd extra Twitter cruft to jabber messages
2008-07-09 Mike CochraneMerge conflicts and kill a whole lot of trailing whites...
2008-07-09 Evan Prodromoufixup required XMPP library
2008-07-08 mikereplybutton.darc
2008-07-07 Evan Prodromouautosubscribe for jabber
2008-07-06 Evan Prodromouoptionally queue jabber confirmations
2008-07-05 Evan Prodromouchange to use SVN version of XMPPHP
2008-07-05 Evan Prodromoua little more error-checking in the queuedaemon
2008-06-30 Evan Prodromouwasn't checking for notify flag
2008-06-26 Evan Prodromoulost a couple of variables
2008-06-26 Evan Prodromoudon't bother with subscription hoohaw; just ask the...
2008-06-26 Evan Prodromouadd a function to show current address
2008-06-26 Evan Prodromoustub for jabber_is_subscribed
2008-06-26 Evan Prodromousome UI changes to the IM settings
2008-06-26 Evan Prodromoucorrect confirm code
2008-06-26 Evan Prodromouuse jabber.php more from xmppdaemon
2008-06-26 Evan Prodromoumisunderstood host versus server
2008-06-26 Evan Prodromouhandle host !
2008-06-26 Evan Prodromouconfirmation code sent by web user, not xmppdaemon
2008-06-26 Evan Prodromouuse jabber library from xmppdaemon program
2008-06-26 Evan Prodromousubscribe before sending confirmation message
2008-06-24 Evan Prodromoumore robust handling of new JIDs
2008-06-24 Evan Prodromousyntax error in jabber_format_notice
2008-06-24 Evan Prodromoubroadcast notices to jabber
2008-06-24 Evan Prodromoujabber send and confirmation code
2008-06-24 Evan Prodromouadd jabber library and use it