]> git.mxchange.org Git - quix0rs-gnu-social.git/history - plugins/Msn
send_message -> sendMessage
[quix0rs-gnu-social.git] / plugins / Msn /
2010-09-03 Craig Andrewssend_message -> sendMessage
2010-09-03 Evan ProdromouMerge branch '0.9.x' into 1.0.x
2010-09-02 Brion VibberMerge branch '0.9.x' into 1.0.x
2010-08-18 Craig AndrewsMerge remote branch 'chat-interface-plugins/irc-plugin...
2010-08-18 Craig AndrewsUse hash if available
2010-08-18 Craig Andrewsreconnect failed doesn't include a parameter in its...
2010-08-18 Craig AndrewsMerge remote branch 'chat-interface-plugins/msn-plugin...
2010-08-18 Craig Andrewsinclude mhash from php compat
2010-08-18 Craig AndrewsUse mhash from Compat if mhash isn't available
2010-08-18 Luke FitzgeraldRemoved old code accidently left in ($data)
2010-08-18 Craig AndrewsRemove .svn subversion control files
2010-08-18 Craig AndrewsMerge remote branch 'chat-interface-plugins/msn-plugin...
2010-08-11 Luke FitzgeraldDisabled debugging output
2010-08-11 Luke FitzgeraldMerge remote branch 'statusnet/1.0.x' into msn-plugin
2010-08-11 Luke FitzgeraldFix some typos and missing letters
2010-08-09 Luke FitzgeraldMade private methods protected
2010-08-09 Luke FitzgeraldRequeue waiting messages on start/connection loss
2010-08-07 Luke FitzgeraldMerge remote branch 'statusnet/1.0.x' into msn-plugin
2010-08-04 Luke FitzgeraldAlways remove messages from waiting queue and requeue...
2010-07-31 Luke FitzgeraldFix a bunch of bugs where DB object wasn't correctly...
2010-07-31 Luke FitzgeraldChanges to make plugin use database instead of polling...
2010-07-26 Luke FitzgeraldAdd timeout method to force call of idle to send ping
2010-07-26 Luke FitzgeraldFix typo
2010-07-24 Luke FitzgeraldRemove old comment
2010-07-18 Luke FitzgeraldRemoved hard tabs
2010-06-30 Luke FitzgeraldRemoved hard tabs
2010-06-30 Luke FitzgeraldAdded wait on signon failure due to update contacts...
2010-06-30 Luke FitzgeraldFixed warning thrown and simplified list calls
2010-06-29 Luke FitzgeraldAdded required PHP extensions to README
2010-06-29 Luke FitzgeraldAdded README file
2010-06-29 Luke FitzgeraldHide list error if network is not specified
2010-06-29 Luke FitzgeraldMerge remote branch 'statusnet/1.0.x' into msn-plugin
2010-06-29 Luke FitzgeraldFixed a bug where sessions were not cleared
2010-06-26 Luke FitzgeraldFixed a number of bugs in the library and wrapper ...
2010-06-26 Luke FitzgeraldMerge remote branch 'statusnet/1.0.x' into msn-plugin
2010-06-26 Luke FitzgeraldMerge remote branch 'statusnet/1.0.x' into msn-plugin
2010-06-23 Luke FitzgeraldMerge remote branch 'statusnet/1.0.x' into msn-plugin
2010-06-23 Luke FitzgeraldLots of fixes for library. Almost have confirmation...
2010-06-20 Luke FitzgeraldUse built in email verifier
2010-06-17 Luke FitzgeraldMerge remote branch 'statusnet/1.0.x' into msn-plugin
2010-06-16 Luke FitzgeraldAdd comma to end of list and small cosmetic change
2010-06-16 Luke FitzgeraldRemove callback method as we're not using status changes
2010-06-16 Luke FitzgeraldAdd callback for status changes
2010-06-16 Luke FitzgeraldRemove any existing switchboard sessions when we (re...
2010-06-16 Luke FitzgeraldAdded some more error handling and commenting
2010-06-16 Luke FitzgeraldAdded error reporting to SB socket writes and call...
2010-06-16 Luke FitzgeraldUse correct array index access for switchBoardSessions...
2010-06-16 Luke FitzgeraldReduced if statements used in sendOtherNetworkMessage
2010-06-16 Luke FitzgeraldImplemented error checking in sendOtherNetworkMessage
2010-06-16 Luke FitzgeraldFix indentation
2010-06-16 Luke FitzgeraldReturn true if OIM is sent successfully
2010-06-16 Luke FitzgeraldCorrectly access length constants
2010-06-16 Luke Fitzgerald$killsession parameter not needed - we'll kill the...
2010-06-16 Luke FitzgeraldAccess constants and static methods properly ;)
2010-06-16 Luke FitzgeraldRemoved unnecessary else statement
2010-06-16 Luke FitzgeraldReordered methods and changed properties to constants...
2010-06-15 Luke FitzgeraldAdded validate regexp and a few more comments
2010-06-15 Luke FitzgeraldAdaptation of library almost complete.
2010-06-14 Luke FitzgeraldLots more work on adapting library. Added more commenti...
2010-06-14 Luke FitzgeraldRemoved Run method as all code has been moved into...
2010-06-14 Luke FitzgeraldAdded better error handling to signon method
2010-06-14 Luke FitzgeraldMore work on adapting phpmsnclass
2010-06-13 Luke FitzgeraldAdded some more event handlers and corrected aADL scope
2010-06-13 Luke Fitzgerald - Corrected PhotoSticker bug in phpmsnclass
2010-06-13 Luke FitzgeraldAdded callback for pong (to update time till next ping...
2010-06-12 Luke FitzgeraldAdded in missing properties
2010-06-12 Luke FitzgeraldMerged in changes to phpmsnclass
2010-06-12 Luke FitzgeraldMore work on adapting the phpmsnclass to work with...
2010-06-12 Luke FitzgeraldRemoved phpmsnclass sample
2010-06-12 Luke FitzgeraldInitial commit of msn-plugin work