]> git.mxchange.org Git - quix0rs-gnu-social.git/history - scripts/xmppconfirmhandler.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / scripts / xmppconfirmhandler.php
2008-12-23 Evan Prodromoumove opening brace of class declaration to next line
2008-12-23 Evan ProdromouTRUE
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-09-13 Evan Prodromouduplicate confirmation to avoid where clause
2008-09-06 Evan Prodromoufree and unset DB_DataObjects after we're done with...
2008-09-04 Evan Prodromoubetter logging for confirm handler update
2008-09-04 Evan Prodromouabstract XMPP-related queue handling to a common superclass
2008-09-04 Evan Prodromoumake confirmhandler a subclass of queuehandler
2008-09-04 Evan Prodromouscripts daemonize themselves
2008-09-04 CiaranGFix typo in presence message (x3)
2008-09-02 Evan Prodromouvariable name conflict on reconnect
2008-09-02 Evan Prodromouset the reconnect timeout
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 Prodromoudon't clear old claims
2008-08-29 Evan Prodromoua little more robust confirm handler
2008-08-27 Evan Prodromoubreak up monolithic xmppdaemon into multiple queue...