]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Create IM plugin, Pluginize XMPP, Create AIM plugin
authorCraig Andrews <candrews@integralblue.com>
Sat, 23 Jan 2010 06:25:27 +0000 (01:25 -0500)
committerCraig Andrews <candrews@integralblue.com>
Wed, 27 Jan 2010 18:48:35 +0000 (13:48 -0500)
commite9995b0f6ab0788162e22c996e5ee0af416dd519
tree10b6eda02028c3320d0c7aaef88570f3ac862041
parent5224c7d6c263f078c3628650ff2b4b706862307c
Create IM plugin, Pluginize XMPP, Create AIM plugin
46 files changed:
EVENTS.txt
actions/apiaccountupdatedeliverydevice.php
actions/confirmaddress.php
actions/imsettings.php
actions/shownotice.php
actions/showstream.php
classes/User.php
classes/User_im_prefs.php [new file with mode: 0644]
classes/statusnet.ini
db/statusnet.sql
lib/channel.php
lib/command.php
lib/imchannel.php [new file with mode: 0644]
lib/immanager.php [new file with mode: 0644]
lib/implugin.php [new file with mode: 0644]
lib/imqueuehandler.php [new file with mode: 0644]
lib/imreceiverqueuehandler.php [new file with mode: 0644]
lib/imsenderqueuehandler.php [new file with mode: 0644]
lib/jabber.php [deleted file]
lib/jabberqueuehandler.php [deleted file]
lib/publicqueuehandler.php [deleted file]
lib/queued_xmpp.php [deleted file]
lib/queuehandler.php
lib/queuemanager.php
lib/queuemonitor.php
lib/util.php
lib/xmppmanager.php [deleted file]
lib/xmppoutqueuehandler.php [deleted file]
plugins/Aim/AimPlugin.php [new file with mode: 0644]
plugins/Aim/Fake_Aim.php [new file with mode: 0644]
plugins/Aim/README [new file with mode: 0644]
plugins/Aim/aimmanager.php [new file with mode: 0644]
plugins/Aim/extlib/phptoclib/README.txt [new file with mode: 0755]
plugins/Aim/extlib/phptoclib/aimclassw.php [new file with mode: 0755]
plugins/Aim/extlib/phptoclib/dconnection.php [new file with mode: 0755]
plugins/Imap/imapmanager.php
plugins/Xmpp/Fake_XMPP.php [new file with mode: 0644]
plugins/Xmpp/README [new file with mode: 0644]
plugins/Xmpp/Sharing_XMPP.php [new file with mode: 0644]
plugins/Xmpp/XmppPlugin.php [new file with mode: 0644]
plugins/Xmpp/xmppmanager.php [new file with mode: 0644]
scripts/getvaliddaemons.php
scripts/imdaemon.php [new file with mode: 0755]
scripts/queuedaemon.php
scripts/stopdaemons.sh
scripts/xmppdaemon.php [deleted file]