summaryrefslogtreecommitdiff
path: root/plugins/Msn
AgeCommit message (Expand)Author
2010-09-03handle_incoming -> handleIncomingCraig Andrews
2010-09-03enqueue_incoming_raw -> enqueueIncomingRawCraig Andrews
2010-09-03enqueue_outgoing_raw -> enqueueOutgoingRawCraig Andrews
2010-09-03daemon_screenname -> daemonScreennameCraig Andrews
2010-09-03receive_raw_message -> receiveRawMessageCraig Andrews
2010-09-03send_message -> sendMessageCraig Andrews
2010-08-18Use hash if availableCraig Andrews
2010-08-18reconnect failed doesn't include a parameter in its invocationCraig Andrews
2010-08-18Merge remote branch 'chat-interface-plugins/msn-plugin' into 1.0.xCraig Andrews
2010-08-18include mhash from php compatCraig Andrews
2010-08-18Use mhash from Compat if mhash isn't availableCraig Andrews
2010-08-18Removed old code accidently left in ($data)Luke Fitzgerald
2010-08-18Remove .svn subversion control filesCraig Andrews
2010-08-11Disabled debugging outputLuke Fitzgerald
2010-08-10Fix some typos and missing lettersLuke Fitzgerald
2010-08-09Made private methods protectedLuke Fitzgerald
2010-08-09Requeue waiting messages on start/connection lossLuke Fitzgerald
2010-08-04Always remove messages from waiting queue and requeue messages if one failsLuke Fitzgerald
2010-07-31Fix a bunch of bugs where DB object wasn't correctly definedLuke Fitzgerald
2010-07-30Changes to make plugin use database instead of polling session readinessLuke Fitzgerald
2010-07-26Add timeout method to force call of idle to send pingLuke Fitzgerald
2010-07-26Fix typoLuke Fitzgerald
2010-07-24Remove old commentLuke Fitzgerald
2010-07-18Removed hard tabsLuke Fitzgerald
2010-06-30Removed hard tabsLuke Fitzgerald
2010-06-30Added wait on signon failure due to update contacts failingLuke Fitzgerald
2010-06-29Fixed warning thrown and simplified list callsLuke Fitzgerald
2010-06-29Added required PHP extensions to READMELuke Fitzgerald
2010-06-29Added README fileLuke Fitzgerald
2010-06-28Hide list error if network is not specifiedLuke Fitzgerald
2010-06-28Fixed a bug where sessions were not clearedLuke Fitzgerald
2010-06-26Fixed a number of bugs in the library and wrapper - Seems to work!Luke Fitzgerald
2010-06-22Lots of fixes for library. Almost have confirmation emails workingLuke Fitzgerald
2010-06-20Use built in email verifierLuke Fitzgerald
2010-06-16Add comma to end of list and small cosmetic changeLuke Fitzgerald
2010-06-16Remove callback method as we're not using status changesLuke Fitzgerald
2010-06-16Add callback for status changesLuke Fitzgerald
2010-06-16Remove any existing switchboard sessions when we (re)signonLuke Fitzgerald
2010-06-16Added some more error handling and commentingLuke Fitzgerald
2010-06-16Added error reporting to SB socket writes and call endSBSession if socket is ...Luke Fitzgerald
2010-06-16Use correct array index access for switchBoardSessions in sendMessageToSBSessionLuke Fitzgerald
2010-06-16Reduced if statements used in sendOtherNetworkMessageLuke Fitzgerald
2010-06-16Implemented error checking in sendOtherNetworkMessageLuke Fitzgerald
2010-06-16Fix indentationLuke Fitzgerald
2010-06-16Return true if OIM is sent successfullyLuke Fitzgerald
2010-06-16Correctly access length constantsLuke Fitzgerald
2010-06-16$killsession parameter not needed - we'll kill the session later anywayLuke Fitzgerald
2010-06-16Access constants and static methods properly ;)Luke Fitzgerald
2010-06-16Removed unnecessary else statementLuke Fitzgerald
2010-06-16Reordered methods and changed properties to constants as neededLuke Fitzgerald