]> git.mxchange.org Git - quix0rs-gnu-social.git/history - scripts
better connection handling in scripts
[quix0rs-gnu-social.git] / scripts /
2008-09-02 Evan Prodromoubetter connection handling in scripts
2008-09-02 Evan Prodromouadd reconnect handlers to main XMPP-handling scripts
2008-08-31 Evan Prodromouswitch around how XMLStream does processing
2008-09-02 Evan Prodromoudnd -> available, just looks bad as dns
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 Prodromoupublic queue handler and xmpp confirm handler service...
2008-08-30 Evan Prodromoucheck the state of the queue before diving in to process it
2008-08-30 Evan Prodromoueliminate loops in forwarding
2008-08-30 Evan Prodromoucheck for self in forwards, too
2008-08-30 evansome fixes from on the jabber server
2008-08-30 Evan Prodromousms handler was handling omb wrongly
2008-08-30 Evan Prodromourequire mail for sms, not omb
2008-08-30 Evan Prodromoudon't clear old claims
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 Prodromoubetter logging in ombqueuehandler
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 Prodromoumany jabber queue management changes
2008-08-29 Evan Prodromoua little more robust confirm handler
2008-08-29 Evan Prodromoufix name of instantiated class
2008-08-29 Evan Prodromousplit public stream to its own queue handler
2008-08-28 Evan Prodromouadd a script to stop daemons, too
2008-08-28 Evan Prodromouadd a bash script to start all the daemons
2008-08-28 Evan Prodromoureturn results of broadcasting by sms
2008-08-28 Evan Prodromoureturn correct values for success in handling messages
2008-08-28 Evan ProdromouXmppQueueHandler extends QueueHandler too
2008-08-28 Evan Prodromouextend QueueHandler
2008-08-28 Evan Prodromoucorrect return values from start() in queue handlers
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