summaryrefslogtreecommitdiff
path: root/xmppdaemon.php
AgeCommit message (Expand)Author
2008-08-13move command-line scripts to their own dirEvan Prodromou
2008-08-05ignore OTR messages over Jabber (I think)Evan Prodromou
2008-07-29refactor notice-adding code to one static method on NoticeEvan Prodromou
2008-07-22Add error file and line to the xmppdaemon error handlerMike Cochrane
2008-07-20First cut at hastags support.Mike Cochrane
2008-07-22mark incoming notices as local or notEvan Prodromou
2008-07-18LOG_ERROR -> LOG_ERREvan Prodromou
2008-07-17better log message for incoming presenceEvan Prodromou
2008-07-16better formatting on custom errorEvan Prodromou
2008-07-16slightly better error handlingEvan Prodromou
2008-07-16error handler in xmppdaemonEvan Prodromou
2008-07-14add handle_session()Evan Prodromou
2008-07-09store rendered content on save; display pre-rendered contentEvan Prodromou
2008-07-07autoreplyEvan Prodromou
2008-07-07twiddle a few bits to make replies work correctlyEvan Prodromou
2008-07-06fixes on bourdin for confirm claims0.4.2Evan Prodromou
2008-07-06enable confirmation queueEvan Prodromou
2008-07-06debugging on the live serverEvan Prodromou
2008-07-05fixup disconnected to use methodEvan Prodromou
2008-07-04broadcast directly from xmpp daemonEvan Prodromou
2008-07-05restrict confirmations in queue to jabber addressesEvan Prodromou
2008-07-05optionally queue jabber confirmationsEvan Prodromou
2008-07-05use method instead of now-protected attribute for xmppEvan Prodromou
2008-07-05don't use old inarow variableEvan Prodromou
2008-07-05move queuedaemon into xmppdaemonEvan Prodromou
2008-07-04better notices on commands and errorsEvan Prodromou
2008-07-04enqueue notices for offline broadcastEvan Prodromou
2008-06-26lost a couple of variablesEvan Prodromou
2008-06-26don't bother with subscription hoohaw; just ask the user to do itEvan Prodromou
2008-06-26some UI changes to the IM settingsEvan Prodromou
2008-06-26more loggingEvan Prodromou
2008-06-26use jabber.php more from xmppdaemonEvan Prodromou
2008-06-26lost parenthesis in xmppdaemonEvan Prodromou
2008-06-26handle host !Evan Prodromou
2008-06-26confirmation code sent by web user, not xmppdaemonEvan Prodromou
2008-06-26commit queries in xmppdaemon::add_noticeEvan Prodromou
2008-06-26use jabber library from xmppdaemon programEvan Prodromou
2008-06-26subscribe before sending confirmation messageEvan Prodromou
2008-06-23add jabber library and use itEvan Prodromou
2008-06-23add imsettings to menuEvan Prodromou
2008-06-23normalize jids before comparisonEvan Prodromou
2008-06-22conn is an attribute of XMPPdaemonEvan Prodromou
2008-06-22change host to portEvan Prodromou
2008-06-22dont let the daemon get called from a web serverEvan Prodromou
2008-06-22strip whitespace in xmppdaemonEvan Prodromou
2008-06-22make the daemon do somethingEvan Prodromou
2008-06-22add flags to db for jabber and sms notificationEvan Prodromou
2008-06-22first pass at a daemon to receive XMPP messagesEvan Prodromou