]> git.mxchange.org Git - quix0rs-gnu-social.git/history - scripts/xmppdaemon.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / scripts / xmppdaemon.php
2008-12-23 Evan Prodromoumove opening brace of class declaration to next line
2008-12-23 Evan Prodromouchange function headers to K&R style
2008-12-23 Evan Prodromoureplace NULL with null
2008-12-23 Evan Prodromoureplace all tabs with four spaces
2008-12-14 Evan Prodromoutrim the body of an incoming message
2008-12-11 Evan Prodromouxmppdaemon uses 'xml' rather than 'raw' accessor
2008-11-28 milletteshorten urls for posts > 140 chars only, from anywhere...
2008-12-04 Evan Prodromounew auto-reply regexp (thanks @lilyhill!)
2008-10-04 Evan Prodromouadd channels and use command interpreter in different...
2008-10-03 nickXMPP Direct Messaging / Last notice
2008-09-26 CiaranGFix error in xmpp help
2008-09-22 Evan Prodromoumerge CiaranG's changes for subs
2008-09-16 Evan Prodromouintegrate local changes with Zach's
2008-06-26 Evan Prodromoufork daemon
2008-08-30 Evan Prodromouremove custom xmppdaemon error handler
2008-08-16 CiaranGXMPP daemon updates including help, sub and subsub...
2008-08-14 CiaranGBounce oversized XMPP messages back to user (Ticket...
2008-09-06 Evan Prodromoufree and unset DB_DataObjects after we're done with...
2008-09-04 Evan Prodromouscripts daemonize themselves
2008-09-02 Evan Prodromouvariable name conflict on reconnect
2008-09-02 Evan Prodromouset the reconnect timeout
2008-09-02 Evan Prodromouadd reconnect handlers to main XMPP-handling scripts
2008-09-02 Evan Prodromouseparate out presence from connection, send different...
2008-08-31 Evan Prodromouadd some sanity-check stuff for long-running daemons
2008-08-31 Evan Prodromouadd initialization info to the queue handlers
2008-08-30 Evan Prodromoucheck for self in forwards, too
2008-08-30 Evan Prodromoucorrectly use attrs array rather than nonexistent attun...
2008-08-30 Evan Prodromoulog fetch
2008-08-30 Evan Prodromoudebug xml input
2008-08-30 Evan Prodromoubetter debugging output for forwarded messages
2008-08-30 Evan Prodromouget address from addresses
2008-08-30 Evan Prodromoutypo preventing detection of addresses
2008-08-30 Evan Prodromoustrtolower jids for comparison
2008-08-30 Evan Prodromouforward messages from queuehandler to listener
2008-08-29 Evan Prodromoustrip script ending from end of xmppdaemon
2008-08-29 Evan Prodromousplit public stream to its own queue handler
2008-08-27 Evan Prodromouremove unimplemented methods from XmppDaemon
2008-08-27 Evan Prodromoubreak up monolithic xmppdaemon into multiple queue...
2008-08-27 Evan Prodromoudon't do too many broadcasts or confirms before checkin...
2008-08-27 Evan Prodromouadd back in a session start handler
2008-08-26 CiaranGXMPP daemon that doesn't eat messages - note change...
2008-08-27 Evan Prodromoudon't show unknown (debug) errors
2008-08-27 Evan Prodromoufixup whitespace
2008-08-25 Evan Prodromouuse common_sql_now() instead of DB_DataObject_Cast
2008-08-25 Evan Prodromouuse mb_strlen instead of strlen in xmpp daemon
2008-08-22 CiaranGXMPP sub/unsub and help commands
2008-08-22 CiaranGDefine xmpp daemon claim timeout time
2008-08-19 CiaranGFix bug in xmpp on/off (ticket #528)
2008-08-18 CiaranGXMPP bounce message when too long (ticket #112)
2008-08-18 Evan Prodromouset internal encoding in XMPP daemon
2008-08-18 Evan Prodromouuse mb_substr for xmpp daemon check
2008-08-13 Evan Prodromoumove command-line scripts to their own dir