]> git.mxchange.org Git - quix0rs-gnu-social.git/commit - plugins/Irc/extlib/phergie/Phergie/Process/Abstract.php
Added Phergie PHP IRC library
authorLuke Fitzgerald <lw.fitzgerald@googlemail.com>
Wed, 16 Jun 2010 00:55:39 +0000 (01:55 +0100)
committerLuke Fitzgerald <lw.fitzgerald@googlemail.com>
Wed, 16 Jun 2010 00:55:39 +0000 (01:55 +0100)
commit0b2bbd20aa015f5d9d48c4264f56e13324346b4a
tree760c85c737de91620f22e513b834df680261eb98
parent4ee2c12507b046e048ff023b94872cbbe9bde9a4
Added Phergie PHP IRC library
83 files changed:
plugins/Irc/extlib/phergie/.gitignore [new file with mode: 0644]
plugins/Irc/extlib/phergie/LICENSE [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Autoload.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Bot.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Config.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Config/Exception.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Connection.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Connection/Exception.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Connection/Handler.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Driver/Abstract.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Driver/Exception.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Driver/Streams.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Event/Abstract.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Event/Command.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Event/Exception.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Event/Handler.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Event/Request.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Event/Response.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Exception.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Hostmask.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Hostmask/Exception.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Plugin/Abstract.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Plugin/Acl.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Plugin/AltNick.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Plugin/AudioScrobbler.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Plugin/AutoJoin.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Plugin/BeerScore.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Plugin/Cache.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Plugin/Command.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Plugin/Ctcp.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Plugin/Daddy.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Plugin/Exception.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Plugin/Google.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Plugin/Handler.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Plugin/Help.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Plugin/Http.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Plugin/Http/Response.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Plugin/Invisible.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Plugin/Join.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Plugin/Part.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Plugin/Php.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Plugin/Php/Source.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Plugin/Php/Source/Local.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Plugin/Ping.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Plugin/Pong.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Plugin/Prioritize.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Plugin/Puppet.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Plugin/Quit.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Plugin/Remind.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Plugin/TerryChay.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Plugin/TheFuckingWeather.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Plugin/Time.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Plugin/Twitter.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Plugin/Twitter/laconica.class.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Plugin/Twitter/twitter.class.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Plugin/Url.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Plugin/Url/Shorten/Abstract.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Plugin/Url/Shorten/Trim.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Plugin/UserInfo.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Process/Abstract.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Process/Async.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Process/Exception.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Process/Standard.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Tools/LogViewer/INSTALL [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Tools/LogViewer/index.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Tools/README [new file with mode: 0755]
plugins/Irc/extlib/phergie/Phergie/Ui/Abstract.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Phergie/Ui/Console.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/PhergiePackageTask.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/README [new file with mode: 0644]
plugins/Irc/extlib/phergie/Settings.php.dist [new file with mode: 0755]
plugins/Irc/extlib/phergie/Tests/Phergie/Plugin/HandlerTest.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Tests/Phergie/Plugin/Mock.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Tests/Phergie/Plugin/PingTest.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Tests/Phergie/Plugin/PongTest.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Tests/Phergie/Plugin/TerryChayTest.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Tests/Phergie/Plugin/TestCase.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Tests/Phergie/Plugin/TestNonInstantiablePluginFromFile.php [new file with mode: 0755]
plugins/Irc/extlib/phergie/Tests/TestHelper.php [new file with mode: 0644]
plugins/Irc/extlib/phergie/Tests/phpunit.xml [new file with mode: 0644]
plugins/Irc/extlib/phergie/build.xml [new file with mode: 0644]
plugins/Irc/extlib/phergie/phergie.bat [new file with mode: 0644]
plugins/Irc/extlib/phergie/phergie.php [new file with mode: 0755]