From 55c3ba2088c4b40e08d2f94fa822ea51903712dc Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Sun, 21 Nov 2010 22:37:10 +0000 Subject: [PATCH] Initial import. --- ircbot/AutoLoader.php | 17 + ircbot/Classes/Client/AbstractClient.php | 62 + ircbot/Classes/Client/BotClient.php | 48 + ircbot/Classes/Client/ClientManager.php | 242 +++ ircbot/Classes/Client/IrcClient.php | 77 + .../Classes/Connection/ConnectionHandler.php | 295 +++ ircbot/Classes/Connection/ConnectionPool.php | 181 ++ ircbot/Classes/Exception/GeneralException.php | 35 + ircbot/Classes/Exception/SocketException.php | 9 + ircbot/Classes/Misc/Buffer.php | 82 + ircbot/Classes/Socket/SocketHandler.php | 216 +++ ircbot/Classes/Socket/SocketPool.php | 100 + .../html/AbstractClient_8php_source.html | 133 ++ .../Doxygen/html/AutoLoader_8php_source.html | 88 + .../Doxygen/html/BotClient_8php_source.html | 119 ++ .../Doxygen/html/Buffer_8php_source.html | 153 ++ .../html/ClientManagerTest_8php_source.html | 111 ++ .../html/ClientManager_8php_source.html | 314 ++++ .../html/ConnectionHandler_8php_source.html | 366 ++++ .../html/ConnectionPool_8php_source.html | 252 +++ .../Doxygen/html/Exceptions_8php_source.html | 132 ++ .../html/GeneralException_8php_source.html | 106 ++ .../html/IrcClientTest_8php_source.html | 110 ++ .../Doxygen/html/IrcClient_8php_source.html | 148 ++ .../Doxygen/html/Main_8php_source.html | 83 + .../html/ReferenceTest_8php_source.html | 150 ++ .../Doxygen/html/Reflection_8php_source.html | 138 ++ .../html/SocketException_8php_source.html | 80 + .../html/SocketHandler_8php_source.html | 286 +++ .../Doxygen/html/SocketPool_8php_source.html | 171 ++ .../Documentation/Doxygen/html/annotated.html | 88 + ircbot/Documentation/Doxygen/html/bc_s.png | Bin 0 -> 677 bytes .../Doxygen/html/classBar-members.html | 77 + .../Documentation/Doxygen/html/classBar.html | 118 ++ .../classClient__AbstractClient-members.html | 83 + .../html/classClient__AbstractClient.html | 247 +++ .../html/classClient__AbstractClient.png | Bin 0 -> 653 bytes .../html/classClient__BotClient-members.html | 84 + .../Doxygen/html/classClient__BotClient.html | 273 +++ .../Doxygen/html/classClient__BotClient.png | Bin 0 -> 490 bytes .../classClient__ClientManager-members.html | 95 + .../html/classClient__ClientManager.html | 603 ++++++ .../html/classClient__IrcClient-members.html | 90 + .../Doxygen/html/classClient__IrcClient.html | 285 +++ .../Doxygen/html/classClient__IrcClient.png | Bin 0 -> 483 bytes ...Connection__ConnectionHandler-members.html | 107 ++ .../classConnection__ConnectionHandler.html | 790 ++++++++ ...assConnection__ConnectionPool-members.html | 88 + .../html/classConnection__ConnectionPool.html | 422 +++++ .../Doxygen/html/classException.html | 92 + .../Doxygen/html/classException.png | Bin 0 -> 1181 bytes ...ssException__GeneralException-members.html | 77 + .../classException__GeneralException.html | 166 ++ .../html/classException__GeneralException.png | Bin 0 -> 732 bytes ...assException__SocketException-members.html | 77 + .../html/classException__SocketException.html | 121 ++ .../html/classException__SocketException.png | Bin 0 -> 730 bytes .../Doxygen/html/classFoo-members.html | 80 + .../Documentation/Doxygen/html/classFoo.html | 176 ++ .../html/classMisc__Buffer-members.html | 82 + .../Doxygen/html/classMisc__Buffer.html | 232 +++ .../classService__ExceptionTest-members.html | 80 + .../html/classService__ExceptionTest.html | 96 + .../classSocket__SocketHandler-members.html | 95 + .../html/classSocket__SocketHandler.html | 598 ++++++ .../html/classSocket__SocketPool-members.html | 83 + .../Doxygen/html/classSocket__SocketPool.html | 317 ++++ ...stClassForTestsWithReflection-members.html | 79 + .../classTestClassForTestsWithReflection.html | 172 ++ .../html/classTestException-members.html | 76 + .../Doxygen/html/classTestException.html | 99 + .../Doxygen/html/classTestException.png | Bin 0 -> 398 bytes .../html/classTestFailException-members.html | 76 + .../Doxygen/html/classTestFailException.html | 99 + .../Doxygen/html/classTestFailException.png | Bin 0 -> 423 bytes .../Documentation/Doxygen/html/classes.html | 81 + ircbot/Documentation/Doxygen/html/closed.png | Bin 0 -> 126 bytes .../d25/classConnection__ConnectionPool.html | 486 +++++ ...088844988e22a033edf52edefe9f14d_cgraph.map | 3 + ...088844988e22a033edf52edefe9f14d_cgraph.md5 | 1 + ...088844988e22a033edf52edefe9f14d_cgraph.png | Bin 0 -> 3224 bytes ...5922149420aa8b7635235628a031ab5_cgraph.map | 5 + ...5922149420aa8b7635235628a031ab5_cgraph.md5 | 1 + ...5922149420aa8b7635235628a031ab5_cgraph.png | Bin 0 -> 9813 bytes ...69c8594a0da112b7624a89b5f0069c_icgraph.map | 3 + ...69c8594a0da112b7624a89b5f0069c_icgraph.md5 | 1 + ...69c8594a0da112b7624a89b5f0069c_icgraph.png | Bin 0 -> 4085 bytes ...4695c339196fdddce0623dd357ecfc_icgraph.map | 4 + ...4695c339196fdddce0623dd357ecfc_icgraph.md5 | 1 + ...4695c339196fdddce0623dd357ecfc_icgraph.png | Bin 0 -> 5498 bytes ...e391419908d336389c4158adc67b49_icgraph.map | 3 + ...e391419908d336389c4158adc67b49_icgraph.md5 | 1 + ...e391419908d336389c4158adc67b49_icgraph.png | Bin 0 -> 3268 bytes .../classClient__IrcClient__coll__graph.map | 3 + .../classClient__IrcClient__coll__graph.md5 | 1 + .../classClient__IrcClient__coll__graph.png | Bin 0 -> 12630 bytes ...classTestFailException__inherit__graph.map | 3 + ...classTestFailException__inherit__graph.md5 | 1 + ...classTestFailException__inherit__graph.png | Bin 0 -> 3781 bytes .../Doxygen/html/d0/daa/inherit__graph__9.map | 3 + .../Doxygen/html/d0/daa/inherit__graph__9.md5 | 1 + .../Doxygen/html/d0/daa/inherit__graph__9.png | Bin 0 -> 1024 bytes .../Doxygen/html/d0/db4/classFoo-members.html | 80 + .../classConnection__ConnectionHandler.html | 832 +++++++++ .../html/d1/d4f/inherit__graph__11.map | 3 + .../html/d1/d4f/inherit__graph__11.md5 | 1 + .../html/d1/d4f/inherit__graph__11.png | Bin 0 -> 1359 bytes ...ption__SocketException__inherit__graph.map | 4 + ...ption__SocketException__inherit__graph.md5 | 1 + ...ption__SocketException__inherit__graph.png | Bin 0 -> 6231 bytes .../html/d2/d2c/classSocket__SocketPool.html | 350 ++++ ...576a5822f28d931a8b9644b80418a9_icgraph.map | 3 + ...576a5822f28d931a8b9644b80418a9_icgraph.md5 | 1 + ...576a5822f28d931a8b9644b80418a9_icgraph.png | Bin 0 -> 3037 bytes ...9dd05127f3aad43185cc971b101773f_cgraph.map | 3 + ...9dd05127f3aad43185cc971b101773f_cgraph.md5 | 1 + ...9dd05127f3aad43185cc971b101773f_cgraph.png | Bin 0 -> 3042 bytes .../d46/classClient__BotClient-members.html | 84 + .../d9d/classTestFailException-members.html | 76 + .../Doxygen/html/d2/dec/namespaceSocket.html | 83 + .../d2/dfc/ReferenceTest_8php_source.html | 150 ++ .../d3/d13/classService__ExceptionTest.html | 96 + ...stClassForTestsWithReflection-members.html | 79 + .../d4/d24/classMisc__Buffer-members.html | 82 + .../html/d4/d3d/Buffer_8php_source.html | 153 ++ .../Doxygen/html/d4/d67/Main_8php_source.html | 83 + .../Doxygen/html/d4/d67/classException.html | 79 + .../Doxygen/html/d4/d67/classException.png | Bin 0 -> 1181 bytes .../Doxygen/html/d4/d8a/inherit__graph__6.map | 3 + .../Doxygen/html/d4/d8a/inherit__graph__6.md5 | 1 + .../Doxygen/html/d4/d8a/inherit__graph__6.png | Bin 0 -> 1024 bytes .../classTestFailException__coll__graph.map | 3 + .../classTestFailException__coll__graph.md5 | 1 + .../classTestFailException__coll__graph.png | Bin 0 -> 3781 bytes .../classClient__ClientManager-members.html | 95 + ...tion__GeneralException__inherit__graph.map | 4 + ...tion__GeneralException__inherit__graph.md5 | 1 + ...tion__GeneralException__inherit__graph.png | Bin 0 -> 6811 bytes .../d5/d4c/classException__inherit__graph.map | 6 + .../d5/d4c/classException__inherit__graph.md5 | 1 + .../d5/d4c/classException__inherit__graph.png | Bin 0 -> 11042 bytes .../d5/d51/ClientManagerTest_8php_source.html | 111 ++ ...classClient__BotClient__inherit__graph.map | 3 + ...classClient__BotClient__inherit__graph.md5 | 1 + ...classClient__BotClient__inherit__graph.png | Bin 0 -> 9842 bytes ...assConnection__ConnectionPool-members.html | 88 + .../html/d6/d25/Reflection_8php_source.html | 138 ++ .../d2e/classException__GeneralException.html | 168 ++ .../d2e/classException__GeneralException.png | Bin 0 -> 732 bytes .../html/d6/d65/namespaceException.html | 86 + .../d6/d8c/classSocket__SocketHandler.html | 736 ++++++++ ...c7dd9154f3c33585e0bf59a29e9d1ad_cgraph.map | 3 + ...c7dd9154f3c33585e0bf59a29e9d1ad_cgraph.md5 | 1 + ...c7dd9154f3c33585e0bf59a29e9d1ad_cgraph.png | Bin 0 -> 3133 bytes ...7dd9154f3c33585e0bf59a29e9d1ad_icgraph.map | 3 + ...7dd9154f3c33585e0bf59a29e9d1ad_icgraph.md5 | 1 + ...7dd9154f3c33585e0bf59a29e9d1ad_icgraph.png | Bin 0 -> 3315 bytes ...ec66b5858cfaa03dc3165fc23fdc529_cgraph.map | 3 + ...ec66b5858cfaa03dc3165fc23fdc529_cgraph.md5 | 1 + ...ec66b5858cfaa03dc3165fc23fdc529_cgraph.png | Bin 0 -> 3098 bytes ...8316d6231bf2944355a95a46deea433_cgraph.map | 3 + ...8316d6231bf2944355a95a46deea433_cgraph.md5 | 1 + ...8316d6231bf2944355a95a46deea433_cgraph.png | Bin 0 -> 3146 bytes ...9b5c5db71cf10b556c54027ad5750aa_cgraph.map | 3 + ...9b5c5db71cf10b556c54027ad5750aa_cgraph.md5 | 1 + ...9b5c5db71cf10b556c54027ad5750aa_cgraph.png | Bin 0 -> 2959 bytes ...9f663620590f7a9a80310f282d14d51_cgraph.map | 3 + ...9f663620590f7a9a80310f282d14d51_cgraph.md5 | 1 + ...9f663620590f7a9a80310f282d14d51_cgraph.png | Bin 0 -> 3646 bytes ...c33134ed5fd74984b7df5d95cdb18c5_cgraph.map | 3 + ...c33134ed5fd74984b7df5d95cdb18c5_cgraph.md5 | 1 + ...c33134ed5fd74984b7df5d95cdb18c5_cgraph.png | Bin 0 -> 3012 bytes ...c8771a7e74afae5d35cd885e1a6c5e5_cgraph.map | 4 + ...c8771a7e74afae5d35cd885e1a6c5e5_cgraph.md5 | 1 + ...c8771a7e74afae5d35cd885e1a6c5e5_cgraph.png | Bin 0 -> 3959 bytes ...f27e3dc0b4bda53563612e3dce9d26b_cgraph.map | 3 + ...f27e3dc0b4bda53563612e3dce9d26b_cgraph.md5 | 1 + ...f27e3dc0b4bda53563612e3dce9d26b_cgraph.png | Bin 0 -> 3132 bytes ...3d9d2dddba7a1b03b14599492f9a160_cgraph.map | 3 + ...3d9d2dddba7a1b03b14599492f9a160_cgraph.md5 | 1 + ...3d9d2dddba7a1b03b14599492f9a160_cgraph.png | Bin 0 -> 3043 bytes ...89717d6278f6138ed19e0033b3b0273_cgraph.map | 3 + ...89717d6278f6138ed19e0033b3b0273_cgraph.md5 | 1 + ...89717d6278f6138ed19e0033b3b0273_cgraph.png | Bin 0 -> 3471 bytes ...6f4bae57724b01e72dead2f1875f45_icgraph.map | 12 + ...6f4bae57724b01e72dead2f1875f45_icgraph.md5 | 1 + ...6f4bae57724b01e72dead2f1875f45_icgraph.png | Bin 0 -> 35425 bytes ...Client__AbstractClient__inherit__graph.map | 4 + ...Client__AbstractClient__inherit__graph.md5 | 1 + ...Client__AbstractClient__inherit__graph.png | Bin 0 -> 18703 bytes .../d6/df1/ConnectionHandler_8php_source.html | 366 ++++ .../d7/d0f/classTestException-members.html | 76 + .../html/d7/d13/classClient__IrcClient.html | 291 +++ .../html/d7/d13/classClient__IrcClient.png | Bin 0 -> 483 bytes .../d7/d63/GeneralException_8php_source.html | 106 ++ .../Doxygen/html/d7/d9a/classBar.html | 118 ++ .../d7/da0/ConnectionPool_8php_source.html | 252 +++ .../dbd/classTestException__coll__graph.map | 3 + .../dbd/classTestException__coll__graph.md5 | 1 + .../dbd/classTestException__coll__graph.png | Bin 0 -> 3529 bytes .../d7/dc1/classClient__ClientManager.html | 680 +++++++ ...e7565392b6e8504b0918ce89557251_icgraph.map | 4 + ...e7565392b6e8504b0918ce89557251_icgraph.md5 | 1 + ...e7565392b6e8504b0918ce89557251_icgraph.png | Bin 0 -> 4497 bytes ...ee25ef0e6ab25afbbf7ab7b6a12725_icgraph.map | 3 + ...ee25ef0e6ab25afbbf7ab7b6a12725_icgraph.md5 | 1 + ...ee25ef0e6ab25afbbf7ab7b6a12725_icgraph.png | Bin 0 -> 3856 bytes ...a1a387ccf7170719002f6b14b7eda7b_cgraph.map | 5 + ...a1a387ccf7170719002f6b14b7eda7b_cgraph.md5 | 1 + ...a1a387ccf7170719002f6b14b7eda7b_cgraph.png | Bin 0 -> 7432 bytes ...a2b55abbe025be6a46d6959bee7cfce_cgraph.map | 3 + ...a2b55abbe025be6a46d6959bee7cfce_cgraph.md5 | 1 + ...a2b55abbe025be6a46d6959bee7cfce_cgraph.png | Bin 0 -> 3759 bytes ...2b55abbe025be6a46d6959bee7cfce_icgraph.map | 3 + ...2b55abbe025be6a46d6959bee7cfce_icgraph.md5 | 1 + ...2b55abbe025be6a46d6959bee7cfce_icgraph.png | Bin 0 -> 3595 bytes .../d7/dc4/ClientManager_8php_source.html | 313 ++++ ...ception__GeneralException__coll__graph.map | 3 + ...ception__GeneralException__coll__graph.md5 | 1 + ...ception__GeneralException__coll__graph.png | Bin 0 -> 5030 bytes .../Doxygen/html/d8/d2a/inherit__graph__4.map | 5 + .../Doxygen/html/d8/d2a/inherit__graph__4.md5 | 1 + .../Doxygen/html/d8/d2a/inherit__graph__4.png | Bin 0 -> 2375 bytes .../html/d8/d4a/inherit__graph__10.map | 3 + .../html/d8/d4a/inherit__graph__10.md5 | 1 + .../html/d8/d4a/inherit__graph__10.png | Bin 0 -> 853 bytes .../html/d8/d5a/SocketPool_8php_source.html | 171 ++ .../Doxygen/html/d8/d5d/classFoo.html | 176 ++ .../classService__ExceptionTest-members.html | 80 + .../d8/dd7/IrcClientTest_8php_source.html | 110 ++ .../classSocket__SocketHandler-members.html | 95 + .../html/da/d64/classClient__BotClient.html | 279 +++ .../html/da/d64/classClient__BotClient.png | Bin 0 -> 490 bytes ...classClient__IrcClient__inherit__graph.map | 3 + ...classClient__IrcClient__inherit__graph.md5 | 1 + ...classClient__IrcClient__inherit__graph.png | Bin 0 -> 12630 bytes .../classTestClassForTestsWithReflection.html | 172 ++ .../d82/classException__SocketException.html | 120 ++ .../d82/classException__SocketException.png | Bin 0 -> 730 bytes .../d83/classClient__IrcClient-members.html | 90 + .../Doxygen/html/da/da0/classBar-members.html | 77 + .../classClient__AbstractClient-members.html | 83 + .../db/d3c/classClient__AbstractClient.html | 243 +++ .../db/d3c/classClient__AbstractClient.png | Bin 0 -> 653 bytes .../html/db/d70/namespaceConnection.html | 85 + .../classTestException__inherit__graph.map | 3 + .../classTestException__inherit__graph.md5 | 1 + .../classTestException__inherit__graph.png | Bin 0 -> 3529 bytes .../html/db/ddc/AutoLoader_8php_source.html | 88 + ...ssException__GeneralException-members.html | 77 + ...Connection__ConnectionHandler-members.html | 107 ++ .../dc/d0e/AbstractClient_8php_source.html | 133 ++ .../html/dc/d67/IrcClient_8php_source.html | 148 ++ .../html/dc/d78/classMisc__Buffer.html | 279 +++ ...f896c1c2310de58bc4a3aeecc1dd557_cgraph.map | 3 + ...f896c1c2310de58bc4a3aeecc1dd557_cgraph.md5 | 1 + ...f896c1c2310de58bc4a3aeecc1dd557_cgraph.png | Bin 0 -> 3266 bytes ...b2165a557efecf7080039614c64ad49_cgraph.map | 3 + ...b2165a557efecf7080039614c64ad49_cgraph.md5 | 1 + ...b2165a557efecf7080039614c64ad49_cgraph.png | Bin 0 -> 3148 bytes ...56bff58487a261ae706f4fe1717623_icgraph.map | 3 + ...56bff58487a261ae706f4fe1717623_icgraph.md5 | 1 + ...56bff58487a261ae706f4fe1717623_icgraph.png | Bin 0 -> 3317 bytes ...72b47b0d986625d7989d1c1915996a_icgraph.map | 3 + ...72b47b0d986625d7989d1c1915996a_icgraph.md5 | 1 + ...72b47b0d986625d7989d1c1915996a_icgraph.png | Bin 0 -> 3043 bytes .../Doxygen/html/dc/ddd/inherit__graph__0.map | 5 + .../Doxygen/html/dc/ddd/inherit__graph__0.md5 | 1 + .../Doxygen/html/dc/ddd/inherit__graph__0.png | Bin 0 -> 3336 bytes .../classClient__BotClient__coll__graph.map | 3 + .../classClient__BotClient__coll__graph.md5 | 1 + .../classClient__BotClient__coll__graph.png | Bin 0 -> 9842 bytes .../dd/d3c/SocketException_8php_source.html | 80 + ...assException__SocketException-members.html | 77 + .../Doxygen/html/dd/dd0/inherit__graph__8.map | 3 + .../Doxygen/html/dd/dd0/inherit__graph__8.md5 | 1 + .../Doxygen/html/dd/dd0/inherit__graph__8.png | Bin 0 -> 1167 bytes .../html/dd/dec/classTestFailException.html | 97 + .../html/dd/dec/classTestFailException.png | Bin 0 -> 423 bytes .../html/dd/df4/classTestException.html | 97 + .../html/dd/df4/classTestException.png | Bin 0 -> 398 bytes .../de/d07/SocketHandler_8php_source.html | 287 +++ .../html/de/d11/BotClient_8php_source.html | 119 ++ .../Doxygen/html/de/d46/namespaceClient.html | 87 + ...xception__SocketException__coll__graph.map | 4 + ...xception__SocketException__coll__graph.md5 | 1 + ...xception__SocketException__coll__graph.png | Bin 0 -> 6231 bytes .../Doxygen/html/de/d7d/namespaceMisc.html | 80 + .../db8/classSocket__SocketPool-members.html | 83 + .../Doxygen/html/de/dbf/inherit__graph__7.map | 3 + .../Doxygen/html/de/dbf/inherit__graph__7.md5 | 1 + .../Doxygen/html/de/dbf/inherit__graph__7.png | Bin 0 -> 853 bytes .../Doxygen/html/de/dc8/inherit__graph__2.map | 3 + .../Doxygen/html/de/dc8/inherit__graph__2.md5 | 1 + .../Doxygen/html/de/dc8/inherit__graph__2.png | Bin 0 -> 1032 bytes .../Doxygen/html/df/d4e/inherit__graph__3.map | 3 + .../Doxygen/html/df/d4e/inherit__graph__3.md5 | 1 + .../Doxygen/html/df/d4e/inherit__graph__3.png | Bin 0 -> 889 bytes .../Doxygen/html/df/d8a/inherit__graph__5.map | 3 + .../Doxygen/html/df/d8a/inherit__graph__5.md5 | 1 + .../Doxygen/html/df/d8a/inherit__graph__5.png | Bin 0 -> 828 bytes .../Doxygen/html/df/da9/inherit__graph__1.map | 3 + .../Doxygen/html/df/da9/inherit__graph__1.md5 | 1 + .../Doxygen/html/df/da9/inherit__graph__1.png | Bin 0 -> 936 bytes .../html/df/dc6/Exceptions_8php_source.html | 132 ++ ircbot/Documentation/Doxygen/html/doxygen.css | 656 +++++++ ircbot/Documentation/Doxygen/html/doxygen.png | Bin 0 -> 3942 bytes ircbot/Documentation/Doxygen/html/files.html | 86 + .../Documentation/Doxygen/html/functions.html | 359 ++++ .../Doxygen/html/functions_func.html | 359 ++++ .../Doxygen/html/graph_legend.html | 130 ++ .../Doxygen/html/graph_legend.md5 | 1 + .../Doxygen/html/graph_legend.png | Bin 0 -> 15335 bytes .../Documentation/Doxygen/html/hierarchy.html | 96 + ircbot/Documentation/Doxygen/html/index.html | 66 + .../Documentation/Doxygen/html/inherits.html | 110 ++ ircbot/Documentation/Doxygen/html/installdox | 117 ++ .../Doxygen/html/namespaceClient.html | 82 + .../Doxygen/html/namespaceConnection.html | 80 + .../Doxygen/html/namespaceException.html | 89 + .../Doxygen/html/namespaceMisc.html | 76 + .../Doxygen/html/namespaceSocket.html | 78 + .../Doxygen/html/namespaces.html | 78 + ircbot/Documentation/Doxygen/html/nav_f.png | Bin 0 -> 159 bytes ircbot/Documentation/Doxygen/html/nav_h.png | Bin 0 -> 97 bytes ircbot/Documentation/Doxygen/html/open.png | Bin 0 -> 118 bytes .../Doxygen/html/search/all_5f.html | 54 + .../Doxygen/html/search/all_61.html | 65 + .../Doxygen/html/search/all_62.html | 29 + .../Doxygen/html/search/all_63.html | 126 ++ .../Doxygen/html/search/all_65.html | 45 + .../Doxygen/html/search/all_66.html | 25 + .../Doxygen/html/search/all_67.html | 83 + .../Doxygen/html/search/all_68.html | 41 + .../Doxygen/html/search/all_69.html | 50 + .../Doxygen/html/search/all_6c.html | 39 + .../Doxygen/html/search/all_6d.html | 30 + .../Doxygen/html/search/all_70.html | 36 + .../Doxygen/html/search/all_72.html | 65 + .../Doxygen/html/search/all_73.html | 68 + .../Doxygen/html/search/all_74.html | 41 + .../Doxygen/html/search/all_75.html | 26 + .../Doxygen/html/search/all_77.html | 53 + .../Doxygen/html/search/classes_62.html | 25 + .../Doxygen/html/search/classes_63.html | 50 + .../Doxygen/html/search/classes_65.html | 35 + .../Doxygen/html/search/classes_66.html | 25 + .../Doxygen/html/search/classes_6d.html | 25 + .../Doxygen/html/search/classes_73.html | 30 + .../Doxygen/html/search/classes_74.html | 35 + .../Doxygen/html/search/close.png | Bin 0 -> 273 bytes .../Doxygen/html/search/functions_5f.html | 54 + .../Doxygen/html/search/functions_61.html | 65 + .../Doxygen/html/search/functions_62.html | 29 + .../Doxygen/html/search/functions_63.html | 86 + .../Doxygen/html/search/functions_65.html | 26 + .../Doxygen/html/search/functions_67.html | 83 + .../Doxygen/html/search/functions_68.html | 41 + .../Doxygen/html/search/functions_69.html | 50 + .../Doxygen/html/search/functions_6c.html | 39 + .../Doxygen/html/search/functions_70.html | 36 + .../Doxygen/html/search/functions_72.html | 65 + .../Doxygen/html/search/functions_73.html | 53 + .../Doxygen/html/search/functions_74.html | 26 + .../Doxygen/html/search/functions_75.html | 26 + .../Doxygen/html/search/functions_77.html | 53 + .../Doxygen/html/search/mag_sel.png | Bin 0 -> 563 bytes .../Doxygen/html/search/namespaces_63.html | 30 + .../Doxygen/html/search/namespaces_65.html | 25 + .../Doxygen/html/search/namespaces_6d.html | 25 + .../Doxygen/html/search/namespaces_73.html | 25 + .../Doxygen/html/search/nomatches.html | 12 + .../Doxygen/html/search/search.css | 240 +++ .../Doxygen/html/search/search.js | 732 ++++++++ .../Doxygen/html/search/search_l.png | Bin 0 -> 604 bytes .../Doxygen/html/search/search_m.png | Bin 0 -> 158 bytes .../Doxygen/html/search/search_r.png | Bin 0 -> 612 bytes ircbot/Documentation/Doxygen/html/tab_a.png | Bin 0 -> 140 bytes ircbot/Documentation/Doxygen/html/tab_b.png | Bin 0 -> 178 bytes ircbot/Documentation/Doxygen/html/tab_h.png | Bin 0 -> 192 bytes ircbot/Documentation/Doxygen/html/tab_s.png | Bin 0 -> 189 bytes ircbot/Documentation/Doxygen/html/tabs.css | 59 + ircbot/Doxyfile | 1630 +++++++++++++++++ ircbot/Main.php | 12 + ircbot/TODO | 18 + ircbot/Testcode/Client/ClientManagerTest.php | 40 + ircbot/Testcode/Connection/IrcClientTest.php | 39 + ircbot/Testcode/Misc/Exceptions.php | 61 + ircbot/Testcode/Misc/ReferenceTest.php | 79 + ircbot/Testcode/Misc/Reflection.php | 67 + ircbot/Testcode/WHATS_THIS | 2 + ircbot/start.sh | 1 + ircbot/update-docs.sh | 1 + 393 files changed, 28534 insertions(+) create mode 100644 ircbot/AutoLoader.php create mode 100644 ircbot/Classes/Client/AbstractClient.php create mode 100644 ircbot/Classes/Client/BotClient.php create mode 100644 ircbot/Classes/Client/ClientManager.php create mode 100644 ircbot/Classes/Client/IrcClient.php create mode 100644 ircbot/Classes/Connection/ConnectionHandler.php create mode 100644 ircbot/Classes/Connection/ConnectionPool.php create mode 100644 ircbot/Classes/Exception/GeneralException.php create mode 100644 ircbot/Classes/Exception/SocketException.php create mode 100644 ircbot/Classes/Misc/Buffer.php create mode 100644 ircbot/Classes/Socket/SocketHandler.php create mode 100644 ircbot/Classes/Socket/SocketPool.php create mode 100644 ircbot/Documentation/Doxygen/html/AbstractClient_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/AutoLoader_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/BotClient_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/Buffer_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/ClientManagerTest_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/ClientManager_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/ConnectionHandler_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/ConnectionPool_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/Exceptions_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/GeneralException_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/IrcClientTest_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/IrcClient_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/Main_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/ReferenceTest_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/Reflection_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/SocketException_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/SocketHandler_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/SocketPool_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/annotated.html create mode 100644 ircbot/Documentation/Doxygen/html/bc_s.png create mode 100644 ircbot/Documentation/Doxygen/html/classBar-members.html create mode 100644 ircbot/Documentation/Doxygen/html/classBar.html create mode 100644 ircbot/Documentation/Doxygen/html/classClient__AbstractClient-members.html create mode 100644 ircbot/Documentation/Doxygen/html/classClient__AbstractClient.html create mode 100644 ircbot/Documentation/Doxygen/html/classClient__AbstractClient.png create mode 100644 ircbot/Documentation/Doxygen/html/classClient__BotClient-members.html create mode 100644 ircbot/Documentation/Doxygen/html/classClient__BotClient.html create mode 100644 ircbot/Documentation/Doxygen/html/classClient__BotClient.png create mode 100644 ircbot/Documentation/Doxygen/html/classClient__ClientManager-members.html create mode 100644 ircbot/Documentation/Doxygen/html/classClient__ClientManager.html create mode 100644 ircbot/Documentation/Doxygen/html/classClient__IrcClient-members.html create mode 100644 ircbot/Documentation/Doxygen/html/classClient__IrcClient.html create mode 100644 ircbot/Documentation/Doxygen/html/classClient__IrcClient.png create mode 100644 ircbot/Documentation/Doxygen/html/classConnection__ConnectionHandler-members.html create mode 100644 ircbot/Documentation/Doxygen/html/classConnection__ConnectionHandler.html create mode 100644 ircbot/Documentation/Doxygen/html/classConnection__ConnectionPool-members.html create mode 100644 ircbot/Documentation/Doxygen/html/classConnection__ConnectionPool.html create mode 100644 ircbot/Documentation/Doxygen/html/classException.html create mode 100644 ircbot/Documentation/Doxygen/html/classException.png create mode 100644 ircbot/Documentation/Doxygen/html/classException__GeneralException-members.html create mode 100644 ircbot/Documentation/Doxygen/html/classException__GeneralException.html create mode 100644 ircbot/Documentation/Doxygen/html/classException__GeneralException.png create mode 100644 ircbot/Documentation/Doxygen/html/classException__SocketException-members.html create mode 100644 ircbot/Documentation/Doxygen/html/classException__SocketException.html create mode 100644 ircbot/Documentation/Doxygen/html/classException__SocketException.png create mode 100644 ircbot/Documentation/Doxygen/html/classFoo-members.html create mode 100644 ircbot/Documentation/Doxygen/html/classFoo.html create mode 100644 ircbot/Documentation/Doxygen/html/classMisc__Buffer-members.html create mode 100644 ircbot/Documentation/Doxygen/html/classMisc__Buffer.html create mode 100644 ircbot/Documentation/Doxygen/html/classService__ExceptionTest-members.html create mode 100644 ircbot/Documentation/Doxygen/html/classService__ExceptionTest.html create mode 100644 ircbot/Documentation/Doxygen/html/classSocket__SocketHandler-members.html create mode 100644 ircbot/Documentation/Doxygen/html/classSocket__SocketHandler.html create mode 100644 ircbot/Documentation/Doxygen/html/classSocket__SocketPool-members.html create mode 100644 ircbot/Documentation/Doxygen/html/classSocket__SocketPool.html create mode 100644 ircbot/Documentation/Doxygen/html/classTestClassForTestsWithReflection-members.html create mode 100644 ircbot/Documentation/Doxygen/html/classTestClassForTestsWithReflection.html create mode 100644 ircbot/Documentation/Doxygen/html/classTestException-members.html create mode 100644 ircbot/Documentation/Doxygen/html/classTestException.html create mode 100644 ircbot/Documentation/Doxygen/html/classTestException.png create mode 100644 ircbot/Documentation/Doxygen/html/classTestFailException-members.html create mode 100644 ircbot/Documentation/Doxygen/html/classTestFailException.html create mode 100644 ircbot/Documentation/Doxygen/html/classTestFailException.png create mode 100644 ircbot/Documentation/Doxygen/html/classes.html create mode 100644 ircbot/Documentation/Doxygen/html/closed.png create mode 100644 ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool.html create mode 100644 ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a3088844988e22a033edf52edefe9f14d_cgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a3088844988e22a033edf52edefe9f14d_cgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a3088844988e22a033edf52edefe9f14d_cgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a65922149420aa8b7635235628a031ab5_cgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a65922149420aa8b7635235628a031ab5_cgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a65922149420aa8b7635235628a031ab5_cgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a7b69c8594a0da112b7624a89b5f0069c_icgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a7b69c8594a0da112b7624a89b5f0069c_icgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a7b69c8594a0da112b7624a89b5f0069c_icgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_abc4695c339196fdddce0623dd357ecfc_icgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_abc4695c339196fdddce0623dd357ecfc_icgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_abc4695c339196fdddce0623dd357ecfc_icgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_ad1e391419908d336389c4158adc67b49_icgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_ad1e391419908d336389c4158adc67b49_icgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_ad1e391419908d336389c4158adc67b49_icgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/d0/d2a/classClient__IrcClient__coll__graph.map create mode 100644 ircbot/Documentation/Doxygen/html/d0/d2a/classClient__IrcClient__coll__graph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d0/d2a/classClient__IrcClient__coll__graph.png create mode 100644 ircbot/Documentation/Doxygen/html/d0/d34/classTestFailException__inherit__graph.map create mode 100644 ircbot/Documentation/Doxygen/html/d0/d34/classTestFailException__inherit__graph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d0/d34/classTestFailException__inherit__graph.png create mode 100644 ircbot/Documentation/Doxygen/html/d0/daa/inherit__graph__9.map create mode 100644 ircbot/Documentation/Doxygen/html/d0/daa/inherit__graph__9.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d0/daa/inherit__graph__9.png create mode 100644 ircbot/Documentation/Doxygen/html/d0/db4/classFoo-members.html create mode 100644 ircbot/Documentation/Doxygen/html/d0/ddf/classConnection__ConnectionHandler.html create mode 100644 ircbot/Documentation/Doxygen/html/d1/d4f/inherit__graph__11.map create mode 100644 ircbot/Documentation/Doxygen/html/d1/d4f/inherit__graph__11.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d1/d4f/inherit__graph__11.png create mode 100644 ircbot/Documentation/Doxygen/html/d1/dc6/classException__SocketException__inherit__graph.map create mode 100644 ircbot/Documentation/Doxygen/html/d1/dc6/classException__SocketException__inherit__graph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d1/dc6/classException__SocketException__inherit__graph.png create mode 100644 ircbot/Documentation/Doxygen/html/d2/d2c/classSocket__SocketPool.html create mode 100644 ircbot/Documentation/Doxygen/html/d2/d2c/classSocket__SocketPool_a93576a5822f28d931a8b9644b80418a9_icgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/d2/d2c/classSocket__SocketPool_a93576a5822f28d931a8b9644b80418a9_icgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d2/d2c/classSocket__SocketPool_a93576a5822f28d931a8b9644b80418a9_icgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/d2/d2c/classSocket__SocketPool_ac9dd05127f3aad43185cc971b101773f_cgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/d2/d2c/classSocket__SocketPool_ac9dd05127f3aad43185cc971b101773f_cgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d2/d2c/classSocket__SocketPool_ac9dd05127f3aad43185cc971b101773f_cgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/d2/d46/classClient__BotClient-members.html create mode 100644 ircbot/Documentation/Doxygen/html/d2/d9d/classTestFailException-members.html create mode 100644 ircbot/Documentation/Doxygen/html/d2/dec/namespaceSocket.html create mode 100644 ircbot/Documentation/Doxygen/html/d2/dfc/ReferenceTest_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/d3/d13/classService__ExceptionTest.html create mode 100644 ircbot/Documentation/Doxygen/html/d4/d22/classTestClassForTestsWithReflection-members.html create mode 100644 ircbot/Documentation/Doxygen/html/d4/d24/classMisc__Buffer-members.html create mode 100644 ircbot/Documentation/Doxygen/html/d4/d3d/Buffer_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/d4/d67/Main_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/d4/d67/classException.html create mode 100644 ircbot/Documentation/Doxygen/html/d4/d67/classException.png create mode 100644 ircbot/Documentation/Doxygen/html/d4/d8a/inherit__graph__6.map create mode 100644 ircbot/Documentation/Doxygen/html/d4/d8a/inherit__graph__6.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d4/d8a/inherit__graph__6.png create mode 100644 ircbot/Documentation/Doxygen/html/d4/da0/classTestFailException__coll__graph.map create mode 100644 ircbot/Documentation/Doxygen/html/d4/da0/classTestFailException__coll__graph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d4/da0/classTestFailException__coll__graph.png create mode 100644 ircbot/Documentation/Doxygen/html/d4/dc7/classClient__ClientManager-members.html create mode 100644 ircbot/Documentation/Doxygen/html/d5/d22/classException__GeneralException__inherit__graph.map create mode 100644 ircbot/Documentation/Doxygen/html/d5/d22/classException__GeneralException__inherit__graph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d5/d22/classException__GeneralException__inherit__graph.png create mode 100644 ircbot/Documentation/Doxygen/html/d5/d4c/classException__inherit__graph.map create mode 100644 ircbot/Documentation/Doxygen/html/d5/d4c/classException__inherit__graph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d5/d4c/classException__inherit__graph.png create mode 100644 ircbot/Documentation/Doxygen/html/d5/d51/ClientManagerTest_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/d5/d95/classClient__BotClient__inherit__graph.map create mode 100644 ircbot/Documentation/Doxygen/html/d5/d95/classClient__BotClient__inherit__graph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d5/d95/classClient__BotClient__inherit__graph.png create mode 100644 ircbot/Documentation/Doxygen/html/d6/d1a/classConnection__ConnectionPool-members.html create mode 100644 ircbot/Documentation/Doxygen/html/d6/d25/Reflection_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/d6/d2e/classException__GeneralException.html create mode 100644 ircbot/Documentation/Doxygen/html/d6/d2e/classException__GeneralException.png create mode 100644 ircbot/Documentation/Doxygen/html/d6/d65/namespaceException.html create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler.html create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a0c7dd9154f3c33585e0bf59a29e9d1ad_cgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a0c7dd9154f3c33585e0bf59a29e9d1ad_cgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a0c7dd9154f3c33585e0bf59a29e9d1ad_cgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a0c7dd9154f3c33585e0bf59a29e9d1ad_icgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a0c7dd9154f3c33585e0bf59a29e9d1ad_icgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a0c7dd9154f3c33585e0bf59a29e9d1ad_icgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a2ec66b5858cfaa03dc3165fc23fdc529_cgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a2ec66b5858cfaa03dc3165fc23fdc529_cgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a2ec66b5858cfaa03dc3165fc23fdc529_cgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a48316d6231bf2944355a95a46deea433_cgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a48316d6231bf2944355a95a46deea433_cgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a48316d6231bf2944355a95a46deea433_cgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a89b5c5db71cf10b556c54027ad5750aa_cgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a89b5c5db71cf10b556c54027ad5750aa_cgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a89b5c5db71cf10b556c54027ad5750aa_cgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a89f663620590f7a9a80310f282d14d51_cgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a89f663620590f7a9a80310f282d14d51_cgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a89f663620590f7a9a80310f282d14d51_cgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8c33134ed5fd74984b7df5d95cdb18c5_cgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8c33134ed5fd74984b7df5d95cdb18c5_cgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8c33134ed5fd74984b7df5d95cdb18c5_cgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8c8771a7e74afae5d35cd885e1a6c5e5_cgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8c8771a7e74afae5d35cd885e1a6c5e5_cgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8c8771a7e74afae5d35cd885e1a6c5e5_cgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8f27e3dc0b4bda53563612e3dce9d26b_cgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8f27e3dc0b4bda53563612e3dce9d26b_cgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8f27e3dc0b4bda53563612e3dce9d26b_cgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a93d9d2dddba7a1b03b14599492f9a160_cgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a93d9d2dddba7a1b03b14599492f9a160_cgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a93d9d2dddba7a1b03b14599492f9a160_cgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_aa89717d6278f6138ed19e0033b3b0273_cgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_aa89717d6278f6138ed19e0033b3b0273_cgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_aa89717d6278f6138ed19e0033b3b0273_cgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_aac6f4bae57724b01e72dead2f1875f45_icgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_aac6f4bae57724b01e72dead2f1875f45_icgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_aac6f4bae57724b01e72dead2f1875f45_icgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/d6/d92/classClient__AbstractClient__inherit__graph.map create mode 100644 ircbot/Documentation/Doxygen/html/d6/d92/classClient__AbstractClient__inherit__graph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d6/d92/classClient__AbstractClient__inherit__graph.png create mode 100644 ircbot/Documentation/Doxygen/html/d6/df1/ConnectionHandler_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/d7/d0f/classTestException-members.html create mode 100644 ircbot/Documentation/Doxygen/html/d7/d13/classClient__IrcClient.html create mode 100644 ircbot/Documentation/Doxygen/html/d7/d13/classClient__IrcClient.png create mode 100644 ircbot/Documentation/Doxygen/html/d7/d63/GeneralException_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/d7/d9a/classBar.html create mode 100644 ircbot/Documentation/Doxygen/html/d7/da0/ConnectionPool_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/d7/dbd/classTestException__coll__graph.map create mode 100644 ircbot/Documentation/Doxygen/html/d7/dbd/classTestException__coll__graph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d7/dbd/classTestException__coll__graph.png create mode 100644 ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager.html create mode 100644 ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a03e7565392b6e8504b0918ce89557251_icgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a03e7565392b6e8504b0918ce89557251_icgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a03e7565392b6e8504b0918ce89557251_icgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a2aee25ef0e6ab25afbbf7ab7b6a12725_icgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a2aee25ef0e6ab25afbbf7ab7b6a12725_icgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a2aee25ef0e6ab25afbbf7ab7b6a12725_icgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a4a1a387ccf7170719002f6b14b7eda7b_cgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a4a1a387ccf7170719002f6b14b7eda7b_cgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a4a1a387ccf7170719002f6b14b7eda7b_cgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_aba2b55abbe025be6a46d6959bee7cfce_cgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_aba2b55abbe025be6a46d6959bee7cfce_cgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_aba2b55abbe025be6a46d6959bee7cfce_cgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_aba2b55abbe025be6a46d6959bee7cfce_icgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_aba2b55abbe025be6a46d6959bee7cfce_icgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_aba2b55abbe025be6a46d6959bee7cfce_icgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/d7/dc4/ClientManager_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/d8/d0f/classException__GeneralException__coll__graph.map create mode 100644 ircbot/Documentation/Doxygen/html/d8/d0f/classException__GeneralException__coll__graph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d8/d0f/classException__GeneralException__coll__graph.png create mode 100644 ircbot/Documentation/Doxygen/html/d8/d2a/inherit__graph__4.map create mode 100644 ircbot/Documentation/Doxygen/html/d8/d2a/inherit__graph__4.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d8/d2a/inherit__graph__4.png create mode 100644 ircbot/Documentation/Doxygen/html/d8/d4a/inherit__graph__10.map create mode 100644 ircbot/Documentation/Doxygen/html/d8/d4a/inherit__graph__10.md5 create mode 100644 ircbot/Documentation/Doxygen/html/d8/d4a/inherit__graph__10.png create mode 100644 ircbot/Documentation/Doxygen/html/d8/d5a/SocketPool_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/d8/d5d/classFoo.html create mode 100644 ircbot/Documentation/Doxygen/html/d8/db6/classService__ExceptionTest-members.html create mode 100644 ircbot/Documentation/Doxygen/html/d8/dd7/IrcClientTest_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/d8/de0/classSocket__SocketHandler-members.html create mode 100644 ircbot/Documentation/Doxygen/html/da/d64/classClient__BotClient.html create mode 100644 ircbot/Documentation/Doxygen/html/da/d64/classClient__BotClient.png create mode 100644 ircbot/Documentation/Doxygen/html/da/d73/classClient__IrcClient__inherit__graph.map create mode 100644 ircbot/Documentation/Doxygen/html/da/d73/classClient__IrcClient__inherit__graph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/da/d73/classClient__IrcClient__inherit__graph.png create mode 100644 ircbot/Documentation/Doxygen/html/da/d7d/classTestClassForTestsWithReflection.html create mode 100644 ircbot/Documentation/Doxygen/html/da/d82/classException__SocketException.html create mode 100644 ircbot/Documentation/Doxygen/html/da/d82/classException__SocketException.png create mode 100644 ircbot/Documentation/Doxygen/html/da/d83/classClient__IrcClient-members.html create mode 100644 ircbot/Documentation/Doxygen/html/da/da0/classBar-members.html create mode 100644 ircbot/Documentation/Doxygen/html/da/df5/classClient__AbstractClient-members.html create mode 100644 ircbot/Documentation/Doxygen/html/db/d3c/classClient__AbstractClient.html create mode 100644 ircbot/Documentation/Doxygen/html/db/d3c/classClient__AbstractClient.png create mode 100644 ircbot/Documentation/Doxygen/html/db/d70/namespaceConnection.html create mode 100644 ircbot/Documentation/Doxygen/html/db/d73/classTestException__inherit__graph.map create mode 100644 ircbot/Documentation/Doxygen/html/db/d73/classTestException__inherit__graph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/db/d73/classTestException__inherit__graph.png create mode 100644 ircbot/Documentation/Doxygen/html/db/ddc/AutoLoader_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/db/df5/classException__GeneralException-members.html create mode 100644 ircbot/Documentation/Doxygen/html/dc/d0b/classConnection__ConnectionHandler-members.html create mode 100644 ircbot/Documentation/Doxygen/html/dc/d0e/AbstractClient_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/dc/d67/IrcClient_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer.html create mode 100644 ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a4f896c1c2310de58bc4a3aeecc1dd557_cgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a4f896c1c2310de58bc4a3aeecc1dd557_cgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a4f896c1c2310de58bc4a3aeecc1dd557_cgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a6b2165a557efecf7080039614c64ad49_cgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a6b2165a557efecf7080039614c64ad49_cgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a6b2165a557efecf7080039614c64ad49_cgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a8756bff58487a261ae706f4fe1717623_icgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a8756bff58487a261ae706f4fe1717623_icgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a8756bff58487a261ae706f4fe1717623_icgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_ab972b47b0d986625d7989d1c1915996a_icgraph.map create mode 100644 ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_ab972b47b0d986625d7989d1c1915996a_icgraph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_ab972b47b0d986625d7989d1c1915996a_icgraph.png create mode 100644 ircbot/Documentation/Doxygen/html/dc/ddd/inherit__graph__0.map create mode 100644 ircbot/Documentation/Doxygen/html/dc/ddd/inherit__graph__0.md5 create mode 100644 ircbot/Documentation/Doxygen/html/dc/ddd/inherit__graph__0.png create mode 100644 ircbot/Documentation/Doxygen/html/dc/dfe/classClient__BotClient__coll__graph.map create mode 100644 ircbot/Documentation/Doxygen/html/dc/dfe/classClient__BotClient__coll__graph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/dc/dfe/classClient__BotClient__coll__graph.png create mode 100644 ircbot/Documentation/Doxygen/html/dd/d3c/SocketException_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/dd/d75/classException__SocketException-members.html create mode 100644 ircbot/Documentation/Doxygen/html/dd/dd0/inherit__graph__8.map create mode 100644 ircbot/Documentation/Doxygen/html/dd/dd0/inherit__graph__8.md5 create mode 100644 ircbot/Documentation/Doxygen/html/dd/dd0/inherit__graph__8.png create mode 100644 ircbot/Documentation/Doxygen/html/dd/dec/classTestFailException.html create mode 100644 ircbot/Documentation/Doxygen/html/dd/dec/classTestFailException.png create mode 100644 ircbot/Documentation/Doxygen/html/dd/df4/classTestException.html create mode 100644 ircbot/Documentation/Doxygen/html/dd/df4/classTestException.png create mode 100644 ircbot/Documentation/Doxygen/html/de/d07/SocketHandler_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/de/d11/BotClient_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/de/d46/namespaceClient.html create mode 100644 ircbot/Documentation/Doxygen/html/de/d7a/classException__SocketException__coll__graph.map create mode 100644 ircbot/Documentation/Doxygen/html/de/d7a/classException__SocketException__coll__graph.md5 create mode 100644 ircbot/Documentation/Doxygen/html/de/d7a/classException__SocketException__coll__graph.png create mode 100644 ircbot/Documentation/Doxygen/html/de/d7d/namespaceMisc.html create mode 100644 ircbot/Documentation/Doxygen/html/de/db8/classSocket__SocketPool-members.html create mode 100644 ircbot/Documentation/Doxygen/html/de/dbf/inherit__graph__7.map create mode 100644 ircbot/Documentation/Doxygen/html/de/dbf/inherit__graph__7.md5 create mode 100644 ircbot/Documentation/Doxygen/html/de/dbf/inherit__graph__7.png create mode 100644 ircbot/Documentation/Doxygen/html/de/dc8/inherit__graph__2.map create mode 100644 ircbot/Documentation/Doxygen/html/de/dc8/inherit__graph__2.md5 create mode 100644 ircbot/Documentation/Doxygen/html/de/dc8/inherit__graph__2.png create mode 100644 ircbot/Documentation/Doxygen/html/df/d4e/inherit__graph__3.map create mode 100644 ircbot/Documentation/Doxygen/html/df/d4e/inherit__graph__3.md5 create mode 100644 ircbot/Documentation/Doxygen/html/df/d4e/inherit__graph__3.png create mode 100644 ircbot/Documentation/Doxygen/html/df/d8a/inherit__graph__5.map create mode 100644 ircbot/Documentation/Doxygen/html/df/d8a/inherit__graph__5.md5 create mode 100644 ircbot/Documentation/Doxygen/html/df/d8a/inherit__graph__5.png create mode 100644 ircbot/Documentation/Doxygen/html/df/da9/inherit__graph__1.map create mode 100644 ircbot/Documentation/Doxygen/html/df/da9/inherit__graph__1.md5 create mode 100644 ircbot/Documentation/Doxygen/html/df/da9/inherit__graph__1.png create mode 100644 ircbot/Documentation/Doxygen/html/df/dc6/Exceptions_8php_source.html create mode 100644 ircbot/Documentation/Doxygen/html/doxygen.css create mode 100644 ircbot/Documentation/Doxygen/html/doxygen.png create mode 100644 ircbot/Documentation/Doxygen/html/files.html create mode 100644 ircbot/Documentation/Doxygen/html/functions.html create mode 100644 ircbot/Documentation/Doxygen/html/functions_func.html create mode 100644 ircbot/Documentation/Doxygen/html/graph_legend.html create mode 100644 ircbot/Documentation/Doxygen/html/graph_legend.md5 create mode 100644 ircbot/Documentation/Doxygen/html/graph_legend.png create mode 100644 ircbot/Documentation/Doxygen/html/hierarchy.html create mode 100644 ircbot/Documentation/Doxygen/html/index.html create mode 100644 ircbot/Documentation/Doxygen/html/inherits.html create mode 100755 ircbot/Documentation/Doxygen/html/installdox create mode 100644 ircbot/Documentation/Doxygen/html/namespaceClient.html create mode 100644 ircbot/Documentation/Doxygen/html/namespaceConnection.html create mode 100644 ircbot/Documentation/Doxygen/html/namespaceException.html create mode 100644 ircbot/Documentation/Doxygen/html/namespaceMisc.html create mode 100644 ircbot/Documentation/Doxygen/html/namespaceSocket.html create mode 100644 ircbot/Documentation/Doxygen/html/namespaces.html create mode 100644 ircbot/Documentation/Doxygen/html/nav_f.png create mode 100644 ircbot/Documentation/Doxygen/html/nav_h.png create mode 100644 ircbot/Documentation/Doxygen/html/open.png create mode 100644 ircbot/Documentation/Doxygen/html/search/all_5f.html create mode 100644 ircbot/Documentation/Doxygen/html/search/all_61.html create mode 100644 ircbot/Documentation/Doxygen/html/search/all_62.html create mode 100644 ircbot/Documentation/Doxygen/html/search/all_63.html create mode 100644 ircbot/Documentation/Doxygen/html/search/all_65.html create mode 100644 ircbot/Documentation/Doxygen/html/search/all_66.html create mode 100644 ircbot/Documentation/Doxygen/html/search/all_67.html create mode 100644 ircbot/Documentation/Doxygen/html/search/all_68.html create mode 100644 ircbot/Documentation/Doxygen/html/search/all_69.html create mode 100644 ircbot/Documentation/Doxygen/html/search/all_6c.html create mode 100644 ircbot/Documentation/Doxygen/html/search/all_6d.html create mode 100644 ircbot/Documentation/Doxygen/html/search/all_70.html create mode 100644 ircbot/Documentation/Doxygen/html/search/all_72.html create mode 100644 ircbot/Documentation/Doxygen/html/search/all_73.html create mode 100644 ircbot/Documentation/Doxygen/html/search/all_74.html create mode 100644 ircbot/Documentation/Doxygen/html/search/all_75.html create mode 100644 ircbot/Documentation/Doxygen/html/search/all_77.html create mode 100644 ircbot/Documentation/Doxygen/html/search/classes_62.html create mode 100644 ircbot/Documentation/Doxygen/html/search/classes_63.html create mode 100644 ircbot/Documentation/Doxygen/html/search/classes_65.html create mode 100644 ircbot/Documentation/Doxygen/html/search/classes_66.html create mode 100644 ircbot/Documentation/Doxygen/html/search/classes_6d.html create mode 100644 ircbot/Documentation/Doxygen/html/search/classes_73.html create mode 100644 ircbot/Documentation/Doxygen/html/search/classes_74.html create mode 100644 ircbot/Documentation/Doxygen/html/search/close.png create mode 100644 ircbot/Documentation/Doxygen/html/search/functions_5f.html create mode 100644 ircbot/Documentation/Doxygen/html/search/functions_61.html create mode 100644 ircbot/Documentation/Doxygen/html/search/functions_62.html create mode 100644 ircbot/Documentation/Doxygen/html/search/functions_63.html create mode 100644 ircbot/Documentation/Doxygen/html/search/functions_65.html create mode 100644 ircbot/Documentation/Doxygen/html/search/functions_67.html create mode 100644 ircbot/Documentation/Doxygen/html/search/functions_68.html create mode 100644 ircbot/Documentation/Doxygen/html/search/functions_69.html create mode 100644 ircbot/Documentation/Doxygen/html/search/functions_6c.html create mode 100644 ircbot/Documentation/Doxygen/html/search/functions_70.html create mode 100644 ircbot/Documentation/Doxygen/html/search/functions_72.html create mode 100644 ircbot/Documentation/Doxygen/html/search/functions_73.html create mode 100644 ircbot/Documentation/Doxygen/html/search/functions_74.html create mode 100644 ircbot/Documentation/Doxygen/html/search/functions_75.html create mode 100644 ircbot/Documentation/Doxygen/html/search/functions_77.html create mode 100644 ircbot/Documentation/Doxygen/html/search/mag_sel.png create mode 100644 ircbot/Documentation/Doxygen/html/search/namespaces_63.html create mode 100644 ircbot/Documentation/Doxygen/html/search/namespaces_65.html create mode 100644 ircbot/Documentation/Doxygen/html/search/namespaces_6d.html create mode 100644 ircbot/Documentation/Doxygen/html/search/namespaces_73.html create mode 100644 ircbot/Documentation/Doxygen/html/search/nomatches.html create mode 100644 ircbot/Documentation/Doxygen/html/search/search.css create mode 100644 ircbot/Documentation/Doxygen/html/search/search.js create mode 100644 ircbot/Documentation/Doxygen/html/search/search_l.png create mode 100644 ircbot/Documentation/Doxygen/html/search/search_m.png create mode 100644 ircbot/Documentation/Doxygen/html/search/search_r.png create mode 100644 ircbot/Documentation/Doxygen/html/tab_a.png create mode 100644 ircbot/Documentation/Doxygen/html/tab_b.png create mode 100644 ircbot/Documentation/Doxygen/html/tab_h.png create mode 100644 ircbot/Documentation/Doxygen/html/tab_s.png create mode 100644 ircbot/Documentation/Doxygen/html/tabs.css create mode 100644 ircbot/Doxyfile create mode 100644 ircbot/Main.php create mode 100644 ircbot/TODO create mode 100644 ircbot/Testcode/Client/ClientManagerTest.php create mode 100644 ircbot/Testcode/Connection/IrcClientTest.php create mode 100644 ircbot/Testcode/Misc/Exceptions.php create mode 100644 ircbot/Testcode/Misc/ReferenceTest.php create mode 100644 ircbot/Testcode/Misc/Reflection.php create mode 100644 ircbot/Testcode/WHATS_THIS create mode 100755 ircbot/start.sh create mode 100755 ircbot/update-docs.sh diff --git a/ircbot/AutoLoader.php b/ircbot/AutoLoader.php new file mode 100644 index 0000000..487f531 --- /dev/null +++ b/ircbot/AutoLoader.php @@ -0,0 +1,17 @@ + \ No newline at end of file diff --git a/ircbot/Classes/Client/AbstractClient.php b/ircbot/Classes/Client/AbstractClient.php new file mode 100644 index 0000000..0d0d7b7 --- /dev/null +++ b/ircbot/Classes/Client/AbstractClient.php @@ -0,0 +1,62 @@ +ID = $id; + } + + /** + * @param string $group + */ + public function setGroup($group) { + $this->group = $group; + } + + + /** + * Injects ClientManager + * @param Client_ClientManager $clientManager + */ + public function injectClientManager($clientManager) { + $this->clientManager = $clientManager; + } +} +?> \ No newline at end of file diff --git a/ircbot/Classes/Client/BotClient.php b/ircbot/Classes/Client/BotClient.php new file mode 100644 index 0000000..59a7795 --- /dev/null +++ b/ircbot/Classes/Client/BotClient.php @@ -0,0 +1,48 @@ +clientManager->sendToID((int) $data[0], $data[1]."\r\n"); + $return = print_r($data, TRUE); + } + + if(strpos($data, "+") !== FALSE ) { + $data = explode("+", $data); + $this->clientManager->sendToGroup($data[0], $data[1]."\r\n"); + $return = print_r($data, TRUE); + } + + return $return; + } + + /** + * Loads the given configuration. + * @param array $config + * @return void + */ + public function loadConfig($config) { + + } + +} +?> \ No newline at end of file diff --git a/ircbot/Classes/Client/ClientManager.php b/ircbot/Classes/Client/ClientManager.php new file mode 100644 index 0000000..aa4d20b --- /dev/null +++ b/ircbot/Classes/Client/ClientManager.php @@ -0,0 +1,242 @@ +connectionPool = new Connection_ConnectionPool($linebreak); + $this->clientPool = array(); + $this->registeredProtocols = array(); + $this->rawRoutingRules = array(); + $this->configPool = array(); + } + + /** + * Default destructor. Closes connections before being killed. + * @return void + */ + function __destruct() { + unset($this->clientPool); + unset($this->connectionPool); + } + + /** + * @see Connection_ConnectionPool + * @return int + */ + public function countConnections() { + return $this->connectionPool->countConnections(); + } + + /** + * Main worker function. + * Processes incoming data, calls clients and much more. + * @return void + */ + public function work() { + $connectionHandlers = $this->connectionPool->select(); + if(isset($connectionHandlers["read"]) === FALSE || count($connectionHandlers["read"]) === 0) return; + foreach($connectionHandlers["read"] AS $connectionHandler) { + //handle disconnects + if($connectionHandler->isConnected() === FALSE && $connectionHandler->isListening() === FALSE) { + $this->removeClientForConnectionHandler($connectionHandler); + } + + //ne warte mal, das geht nicht...oder so + if($connectionHandler->isListening() === TRUE) { + $this->addClientForConnectionHandler($connectionHandler); + } + + //create a client for a connection without one. + if(!isset($this->clientPool[$connectionHandler->getID()])) { + $this->addClientForConnectionHandler($connectionHandler); + } + + + if(isset($this->clientPool[$connectionHandler->getID()])) { + //let the client process the data, send the results back. + while($data = $connectionHandler->read()) { + $result = $this->clientPool[$connectionHandler->getID()]->processData($data); + if($result !== "") { + $connectionHandler->write($result); + } + } + } + + } + } + + /** + * TODO: implement this! + * @param unknown_type $from + * @param unknown_type $to + */ + public function addRawRouting($from, $to) { + $this->rawRoutingRules[] = array(""); + } + + /** + * Calls ConnectionPool in order to create a simple connection. + * @see Connection_ConnectionPool + * @param string $group + * @param boolean $IPv6 + * @return Connection_ConnectionHandler + */ + public function createTcpConnection($group = "", $protocol = "RAW", $IPv6 = FALSE) { + return $this->connectionPool->createTcpConnection($group, $protocol, $IPv6); + } + + /** + * Closes and removes the connection. + * @param Connection_ConnectionHandler $connectionHandler + */ + public function removeConnection($connectionHandler) { + unset($this->configPool[$connectionHandler->getID()]); + unset($this->clientPool[$connectionHandler->getID()]); + $this->connectionPool->removeConnectionHandler($connectionHandler); + } + + /** + * Registers a protocol with a specific client. + * @param string $protocol + * @param string $className + * @return void + */ + public function registerProtocol($protocol, $className) { + $this->registeredProtocols[$protocol] = $className; + } + + /** + * Unregisters a protocol. + * @param string $protocol + * @return void + */ + public function unregisterProtocol($protocol) { + unset($this->registeredProtocols[$protocol]); + } + + /** + * Searches for the registered client for the given protocol. + * Returns a client instance or void. + * @param string $protocol + * @return mixed + * @throws Exception_GeneralException + */ + protected function createClientForProtocol($protocol) { + //look for the protocol + if(!isset($this->registeredProtocols[$protocol])) { + throw new Exception_GeneralException("No client registered for protocol: '" . $protocol . "'!", 1290271651); + } + $className = $this->registeredProtocols[$protocol]; + //look for the class + if(class_exists($className)) { + return new $className(); + } else { + throw new Exception_GeneralException("Registered class name '" . $className . "' does not exist for protocol: '" . $protocol . "'!", 1290271773); + } + } + + /** + * Adds a client to our client pool. + * @param Connection_ConnectionHandler $connectionHandler + * @return void + */ + protected function addClientForConnectionHandler($connectionHandler) { + $protocol = $connectionHandler->getProtocol(); + //do not try this for raw connections + if($protocol === "RAW") return; + $client = $this->createClientForProtocol($protocol); + if(isset($this->configPool[$connectionHandler->getID()])) { + $client->loadConfig($this->configPool[$connectionHandler->getID()]); + } + $client->injectClientManager($this); + $client->setID($connectionHandler->getID()); + $client->setGroup($connectionHandler->getGroup()); + $this->clientPool[$connectionHandler->getID()] = $client; + } + + /** + * Removes a client from our client pool. + * @param Connection_ConnectionHandler $connectionHandler + * @return void + */ + protected function removeClientForConnectionHandler($connectionHandler) { + unset($this->clientPool[$connectionHandler->getID()]); + $this->connectionPool->removeConnectionHandler($connectionHandler); + } + + /** + * Attaches a configuration to a connection. + * Will overwrite the existing configuration for the connection. + * @param array $config + * @param Connection_ConnectionHandler $connectionHandler + * @return void + */ + public function attachConfig($config, $connectionHandler) { + $this->configPool[$connectionHandler->getID()] = $config; + } + + /** + * Calls Connection_Pool + * @see Connection_ConnectionPool + * @param int $id + * @param string $data + * @return void + */ + public function sendToID($id, $data) { + return $this->connectionPool->writeToID($id, $data); + } + + /** + * Calls Connection_Pool + * @see Connection_ConnectionPool + * @param string $group + * @param string $data + * @return void + */ + public function sendToGroup($group, $data) { + return $this->connectionPool->writeToGroup($group, $data); + } + +} +?> \ No newline at end of file diff --git a/ircbot/Classes/Client/IrcClient.php b/ircbot/Classes/Client/IrcClient.php new file mode 100644 index 0000000..cf91bf3 --- /dev/null +++ b/ircbot/Classes/Client/IrcClient.php @@ -0,0 +1,77 @@ +nick = "Serena"; + $this->channels = array(); + $this->lines = 0; + $this->got_001 = FALSE; + $this->joined = FALSE; + $this->authed = FALSE; + } + + /** + * Does all the hard work. + * @param string $data + * @return string + */ + public function processData($data) { + //echo "[RECV] ".$data; + + $this->clientManager->sendToGroup("srv", "[#".$this->ID."] ".$data."\r\n\r\n"); + + $return = ""; + + if(strpos($data, "PING :") !== FALSE) $return .= str_replace("PING", "PONG", $data); + + if(preg_match("/001/", $data)) $this->got_001 = TRUE; + $this->lines++; + + if(!$this->authed && $this->lines > 1) { + $return .= "USER as as as :Asdfg\r\nNICK :" . $this->nick . "\r\n"; + $this->authed = TRUE; + } + + if($this->got_001 && !$this->joined) { + $this->joined = TRUE; + foreach($this->channels AS $channel) $return .= "JOIN " . $channel . "\r\n"; + } + + if(strpos($data, "hau ab") !== FALSE) { + $return .= "PRIVMSG ".$this->channels[0]." :roger that :D\r\n"; + $return .= "QUIT :lol\r\n"; + } + + //if($return !== "") echo "[SEND] ".$return; + return $return; + } + + /** + * Loads the given configuration. + * @param array $config + * @return void + */ + public function loadConfig($config) { + $this->nick = $config["nick"]; + $this->channels = $config["channels"]; + $this->userident = $config["userident"]; + } + +} +?> \ No newline at end of file diff --git a/ircbot/Classes/Connection/ConnectionHandler.php b/ircbot/Classes/Connection/ConnectionHandler.php new file mode 100644 index 0000000..12cb541 --- /dev/null +++ b/ircbot/Classes/Connection/ConnectionHandler.php @@ -0,0 +1,295 @@ +buffer_incoming = new Misc_Buffer($linebreak); + $this->buffer_outgoing = new Misc_Buffer($linebreak); + $this->socketHandler = new Socket_SocketHandler($socket); + $this->id = $id; + $this->group = $group; + $this->protocol = $protocol; + $this->is_server = FALSE; + } + + /** + * Calls parent destructor. + * @return void + */ + function __destruct() { + unset($this->socketHandler); + } + + /** + * @return string + */ + public function getProtocol() { + return $this->protocol; + } + + /** + * @return string Connection Group + */ + public function getGroup() { + return $this->group; + } + + /** + * @return int Connection ID + */ + public function getID() { + return $this->id; + } + + /** + * Returns whether this connection is a listening socket or a general client connection socket. + * @return boolean + */ + public function isServer() { + return $this->is_server; + } + + /** + * Reads from SocketHandler, writes into buffer_incoming. + * Returns a boolean that will indicate whether the socket is still okay. + * @throws Exception_SocketException + * @return boolean + */ + public function readToBuffer() { + $data = $this->socketHandler->read(); + if($data === "") return FALSE; + $this->buffer_incoming->addData($data); + return TRUE; + } + + /** + * Writes the buffer_outgoing to the SocketHandler. + * Returns a boolean that will indicate whether the socket is still okay. + * @throws Exception_SocketException + * @return boolean + */ + public function writeFromBuffer() { + while($this->buffer_outgoing->hasLines()) { + $result = $this->socketHandler->write($this->buffer_outgoing->getNextLine()); + if($result === FALSE) return FALSE; + } + return TRUE; + } + + /** + * Calls error() on Socket_SocketHandler. + * @throws Socket_SocketExceptions + * @return void + */ + public function handleSocketError() { + $this->socketHandler->error(); + } + + /** + * Determines whether this ConnectionHandler has data to read. + * @return boolean + */ + public function canRead() { + return $this->buffer_incoming->hasLines(); + } + + /** + * Determines whether this ConnectionHandler has data to write. + * @return boolean + */ + public function canWrite() { + return $this->buffer_outgoing->hasLines(); + } + + /** + * Reads new data into buffer_incoming. + * Returns a full line from buffer_incoming. + * @return string + */ + public function read() { + return $this->buffer_incoming->getNextLine(); + } + + /** + * Writes data into buffer_outgoing. + * Sends data from buffer_outgoing to the SocketHandler. + * @param $data + * @return void + */ + public function write($data) { + $this->buffer_outgoing->addData($data); + } + + /** + * Calls SocketHandler + * @see Socket_SocketHandler + * @throws Exception_SocketException + * @return ressource + */ + public function accept() { + return $this->socketHandler->accept(); + } + + /** + * Calls SocketHandler + * @see Socket_SocketHandler + * @throws Exception_SocketException + * @return string + */ + public function getRemoteName() { + return $this->socketHandler->getRemoteName(); + } + + /** + * Calls SocketHandler + * @see Socket_SocketHandler + * @throws Exception_SocketException + * @return string + */ + public function getLocalName() { + return $this->socketHandler->getLocalName(); + } + + /** + * Calls SocketHandler + * @see Socket_SocketHandler + * @throws Exception_SocketException + * @return void + */ + public function close() { + return $this->socketHandler->close(); + } + + /** + * Calls SocketHandler + * @see Socket_SocketHandler + * @throws Exception_SocketException + * @return void + */ + public function connect($address, $port) { + return $this->socketHandler->connect($address, $port); + } + + /** + * Calls SocketHandler + * @see Socket_SocketHandler + * @throws Exception_SocketException + * @return void + */ + public function bind($address, $port) { + return $this->socketHandler->bind($address, $port); + } + + /** + * Calls SocketHandler + * @see Socket_SocketHandler + * @throws Exception_SocketException + * @return void + */ + public function listen() { + $this->is_server = TRUE; + return $this->socketHandler->listen(); + } + + /** + * @see Socket_SocketHandler + * @return boolean + */ + public function isConnected() { + return $this->socketHandler->isConnected(); + } + + /** + * @see Socket_SocketHandler + * @return boolean + */ + public function isListening() { + return $this->socketHandler->isListening(); + } + + /** + * Calls SocketHandler + * @see Socket_SocketHandler + * @throws Exception_SocketException + * @return ressource + */ + public function getSocket() { + return $this->socketHandler->getSocket(); + } + + /** + * @return Socket_SocketHandler + */ + public function getSocketHandler() { + return $this->socketHandler; + } + + /** + * Calls SocketHandler + * @see Socket_SocketHandler + * @return void + */ + public function hasBeenAccepted() { + return $this->socketHandler->hasBeenAccepted(); + } + +} +?> \ No newline at end of file diff --git a/ircbot/Classes/Connection/ConnectionPool.php b/ircbot/Classes/Connection/ConnectionPool.php new file mode 100644 index 0000000..1160528 --- /dev/null +++ b/ircbot/Classes/Connection/ConnectionPool.php @@ -0,0 +1,181 @@ +connectionHandlers = array(); + $this->socketPool = new Socket_SocketPool($linebreak); + $this->nextID = 1; + } + + /** + * Destroys the SocketPool + * @return void + */ + function __destruct() { + unset($this->socketPool); + } + + /** + * Creates a new TcpConnection. + * @param boolean $IPv6 will determine whether the socket uses IPv4 or IPv6. + * @return Connection_ConnectionHandler + */ + public function createTcpConnection($group = "", $protocol = "RAW", $IPv6 = FALSE) { + $socket = $this->socketPool->createTcpSocket($IPv6); + $connectionHandler = new Connection_ConnectionHandler($socket, $this->nextID, $group, $protocol); + $this->addConnectionHandler($connectionHandler); + return $connectionHandler; + } + + /** + * Adds a ConnectionHandler to the pool. + * @param Connection_ConnectionHandler $add_connectionHandler + * @return void + */ + public function addConnectionHandler($add_connectionHandler) { + array_push($this->connectionHandlers, $add_connectionHandler); + $this->nextID++; + } + + /** + * Removes a ConnectionHandler from the pool. + * @param Connection_ConnectionHandler $remove_connectionHandler + * @return void + */ + public function removeConnectionHandler($remove_connectionHandler) { + foreach($this->connectionHandlers AS $key=>$connectionHandler) { + if($connectionHandler === $remove_connectionHandler) { + $this->socketPool->removeSocket($remove_connectionHandler->getSocket()); + $remove_connectionHandler->close(); + unset($this->connectionHandlers[$key]); + } + } + } + + /** + * Returns ConnectionHandler for the given socket ressource. + * @param ressource $socketRessource + * @return Connection_ConnectionHandler + */ + protected function getConnectionHandlerForSocketRessource($socketRessource) { + foreach($this->connectionHandlers AS $connectionHandler) { + if($connectionHandler->getSocket() === $socketRessource) { + return $connectionHandler; + } + } + } + + /** + * Calls select() on SocketPool and updates the ConnectionHandler. + * Will also accept incoming connections and add them to the pool. + * @return array An array containing the Connection_ConnectionHandler for each Socket with new data. + * @throws Exception_GeneralException + * @throws Exception_SocketException + */ + public function select() { + $read = array(); + $write = array(); + $except = array(); + foreach($this->connectionHandlers AS $connectionHandler) { + $connectionSocket = $connectionHandler->getSocket(); + $read[] = $connectionSocket; + if($connectionHandler->canWrite() && $connectionHandler->isServer() === FALSE) $write[] = $connectionSocket; + } + $except = $read; + + $tempArray = array(); + $selectedSockets = $this->socketPool->select($read, $write, $except); + foreach($selectedSockets AS $selectedType=>$selectedArray) { //read, write, except, this loop won't kill performance + foreach($selectedArray AS $socket) { + $connectionHandler = $this->getConnectionHandlerForSocketRessource($socket); + switch($selectedType) { + case "read": + if($connectionHandler->isServer() === FALSE) { + if($connectionHandler->readToBuffer() === FALSE) $this->removeConnectionHandler($connectionHandler); + } else { + $acceptedSocket = $connectionHandler->accept(); + $acceptedSocketHandler = new Connection_ConnectionHandler($acceptedSocket, $this->nextID, $connectionHandler->getGroup(), $connectionHandler->getProtocol()); + $acceptedSocketHandler->hasBeenAccepted(); + $this->addConnectionHandler($acceptedSocketHandler); + } + break; + case "write": + if($connectionHandler->writeFromBuffer() === FALSE) $this->removeConnectionHandler($connectionHandler); + break; + case "except": + $connectionHandler->handleSocketError(); + break; + default: + throw new Exception_GeneralException("Unknown select type: '" . $selectedType . "'", 1289737080); + break; + } + $tempArray[$selectedType][] = $connectionHandler; + } + } + return $tempArray; + } + + /** + * Writes the given data to all sockets in $group. + * @param string $group + * @param string $data + * @throws Exception_SocketException + * @return void + */ + public function writeToGroup($group, $data) { + foreach($this->connectionHandlers AS $connectionHandler) { + if($connectionHandler->getGroup() === $group && $connectionHandler->isServer() === FALSE) { + $connectionHandler->write($data); + } + } + } + + /** + * Writes the given data to the socket with $id. + * @param int $id + * @param string $data + */ + public function writeToID($id, $data) { + foreach($this->connectionHandlers AS $connectionHandler) { + if($connectionHandler->getID() === $id && $connectionHandler->isServer() === FALSE) { + $connectionHandler->write($data); + } + } + } + + /** + * @see Socket_SocketPool + * @return int + */ + public function countConnections() { + return $this->socketPool->countSockets(); + } +} +?> \ No newline at end of file diff --git a/ircbot/Classes/Exception/GeneralException.php b/ircbot/Classes/Exception/GeneralException.php new file mode 100644 index 0000000..172fe80 --- /dev/null +++ b/ircbot/Classes/Exception/GeneralException.php @@ -0,0 +1,35 @@ +message; + $string .= " in " . $this->file . "(" . $this->line . ")"; + $string .= "\n" . $this->getTraceAsString(); + return $string; + } +} +?> \ No newline at end of file diff --git a/ircbot/Classes/Exception/SocketException.php b/ircbot/Classes/Exception/SocketException.php new file mode 100644 index 0000000..6d461ad --- /dev/null +++ b/ircbot/Classes/Exception/SocketException.php @@ -0,0 +1,9 @@ + \ No newline at end of file diff --git a/ircbot/Classes/Misc/Buffer.php b/ircbot/Classes/Misc/Buffer.php new file mode 100644 index 0000000..43c1f6c --- /dev/null +++ b/ircbot/Classes/Misc/Buffer.php @@ -0,0 +1,82 @@ +buffer = ""; + $this->linebreak = $linebreak; + } + + /** + * Prunes empty lines out of the buffer. + * @return void + */ + protected function pruneEmptyLines() { + if(strpos($this->buffer, $this->linebreak) === FALSE) return; + $has_linebreak_at_end = (substr($this->buffer, (-1) * strlen($this->linebreak)) === $this->linebreak) ? TRUE : FALSE; + $lines = explode($this->linebreak, $this->buffer); + foreach($lines AS $key=>$line) { + $line = str_replace($this->linebreak, "", $line); + $line = trim($line); + if($line === "") unset($lines[$key]); + } + $this->buffer = implode($this->linebreak, $lines); + if($has_linebreak_at_end) $this->buffer .= $this->linebreak; + } + + /** + * Appends data to the buffer. + * @param string $data + * @return void + */ + public function addData($data) { + $this->buffer .= $data; + $this->pruneEmptyLines(); + } + + /** + * Returns the next line in the buffer and removes it from the buffer. + * @return string + */ + public function getNextLine() { + if(!$this->hasLines()) return ""; + list($line) = explode($this->linebreak, $this->buffer); + $this->buffer = str_replace($line.$this->linebreak, "", $this->buffer); + $line = trim($line); + $result = ($line !== "") ? $line.$this->linebreak : ""; + return $result; + } + + /** + * Checks whether the buffer contains more lines to process. + * @return boolean + */ + public function hasLines() { + return (trim(strstr($this->buffer, $this->linebreak, TRUE)) !== "") ? TRUE : FALSE; + } + +} +?> \ No newline at end of file diff --git a/ircbot/Classes/Socket/SocketHandler.php b/ircbot/Classes/Socket/SocketHandler.php new file mode 100644 index 0000000..545dfe1 --- /dev/null +++ b/ircbot/Classes/Socket/SocketHandler.php @@ -0,0 +1,216 @@ +socket = $socket; + $this->is_bound = FALSE; + $this->is_connected = FALSE; + $this->is_listening = FALSE; + } + + /** + * Destructor. Closes socket. + * @return void + */ + function __destruct() { + $this->close(); + } + + /** + * Returns socket + * @return ressource + */ + public function getSocket() { + return $this->socket; + } + + /** + * @return boolean + */ + public function isConnected() { + return $this->is_connected; + } + + /** + * @return boolean + */ + public function isListening() { + return $this->is_listening; + } + + /** + * Connects to a specified address. + * @throws Exception_SocketException + * @param string $address + * @param int $port + * @return void + */ + public function connect($address, $port) { + if($this->is_connected === TRUE) throw new Exception_SocketException("Socket is already connected!", 1289663170); + $result = socket_connect($this->socket, $address, $port); + if($result === FALSE) $this->error(); + $this->is_connected = TRUE; + } + + /** + * Binds the socket to an address + port. + * @throws Exception_SocketException + * @param string $address + * @param int $port + * @return void + */ + public function bind($address, $port) { + if($this->is_bound === TRUE) throw new Exception_SocketException("Socket is already bound!", 1289663212); + $result = socket_set_option($this->socket, SOL_SOCKET, SO_REUSEADDR, 1); + if($result === FALSE) $this->error(); + $result = socket_bind($this->socket, $address, $port); + if($result === FALSE) $this->error(); + $this->is_bound = TRUE; + } + + /** + * Let's the socket listen for incoming connections. + * @throws Exception_SocketException + * @return void + */ + public function listen() { + if($this->is_bound === FALSE) throw new Exception_SocketException("Cannot listen on unbound socket!", 1289663220); + $result = socket_listen($this->socket); + if($result === FALSE) $this->error(); + $this->is_listening = TRUE; + } + + /** + * Tells the SocketHandler that he got accepted. + * @return void + */ + public function hasBeenAccepted() { + $this->is_connected = TRUE; + } + + /** + * Accepts a connection to a socket that is bound and listens + * The ressource has to be added to the SocketPool manually + * @throws Exception_SocketException + * @return ressource + */ + public function accept() { + if($this->is_bound === FALSE) throw new Exception_SocketException("Cannot accept connections from unbound socket!", 1289663239); + if($this->is_listening === FALSE) throw new Exception_SocketException("Cannot accept connections from socket that is not listening!", 1289663241); + $accept = socket_accept($this->socket); + if($accept === FALSE) $this->error(); + return $accept; + } + + /** + * Returns ip + port of the remote socket. + * @throws Exception_SocketException + * @return string + */ + public function getRemoteName() { + if($this->is_connected === FALSE) throw new Exception_SocketException("Socket not connected, cannot retrieve remote name!", 1289928192); + $result = socket_getpeername($this->socket, $address, $port); + if($result === FALSE) $this->error(); + return $address . ":" . $port; + } + + /** + * Returns ip + port of the local socket. + * @throws Exception_SocketException + * @return string + */ + public function getLocalName() { + if($this->is_bound === FALSE ^ $this->is_connected === FALSE) throw new Exception_SocketException("Socket is not bound or connected, no local name available!", 1289928256); + $result = socket_getsockname($this->socket, $address, $port); + if($result === FALSE) $this->error(); + return $address . ":" . $port; + } + + /** + * Writes data to the socket. + * @throws Exception_SocketException + * @param string $data + * @return void + */ + public function write($data) { + $result = socket_write($this->socket, $data); + if($result === FALSE) $this->error(); + } + + /** + * Reads data from the socket. + * @throws Exception_SocketException + * @param int $length + * @return string + */ + public function read($length = 16384) { + $result = socket_read($this->socket, $length, PHP_BINARY_READ); + if($result === FALSE) $this->error(); + return $result; + } + + /** + * Shuts the socket down after waiting a bit (waiting might be optional). + * @throws Exception_SocketException + * @return void + */ + public function close() { + usleep(100000); + if($this->is_connected === TRUE) { + $result = socket_shutdown($this->socket); + if($result === FALSE) $this->error(); + } + if(is_resource($this->socket)) { + $result = socket_close($this->socket); + if($result === FALSE) $this->error(); + } + $this->is_connected = FALSE; + } + + /** + * Gets last error from socket. + * @throws Exception_SocketException + */ + protected function error() { + $errno = socket_last_error($this->socket); + $error = socket_strerror($errno); + socket_clear_error(); + $errormsg = "[" . $errno . "] " . $error; + throw new Exception_SocketException("A socket error occured: " . $errormsg, 1289663360); + } +} +?> \ No newline at end of file diff --git a/ircbot/Classes/Socket/SocketPool.php b/ircbot/Classes/Socket/SocketPool.php new file mode 100644 index 0000000..8cc3cfe --- /dev/null +++ b/ircbot/Classes/Socket/SocketPool.php @@ -0,0 +1,100 @@ +sockets = array(); + } + + /** + * Closes all connections. + * @return void + */ + function __destruct() { + unset($this->sockets); + } + + /** + * Returns the amount of active sockets. + * @return int + */ + public function countSockets() { + return count($this->sockets); + } + + /** + * Adds a socket to the pool + * @param ressource $add_socket + * @return void + */ + public function addSocket($add_socket) { + array_push($this->sockets, $add_socket); + } + + /** + * Removes the given socket from the pool. + * The socket will be shutdown. + * @param ressource $remove_socket + * @return void + */ + public function removeSocket($remove_socket) { + foreach($this->sockets AS $key=>$socket) { + if($socket !== $remove_socket) { + continue; + } else { + unset($socket); + unset($this->sockets[$key]); + break; + } + } + } + + /** + * Creates a new TcpSocket and adds it to the pool. + * @throws Exception_SocketException + * @param boolean $IPv6 will determine whether the socket uses IPv4 or IPv6. + * @return ressource + */ + public function createTcpSocket($IPv6 = FALSE) { + $Domain = ($IPv6) ? AF_INET6 : AF_INET; + $socket = socket_create($Domain, SOCK_STREAM, SOL_TCP); + socket_set_block($socket); + if($socket === FALSE) throw new Exception_SocketException("socket_create() failed!", 1290273709); + $this->addSocket($socket); + return $socket; + } + + /** + * Returns an array of sockets one can read from. + * @param array $read + * @param array $write + * @param array $except + * @param int $timeout + * @throws Exception_SocketException + * @return array + */ + public function select($read, $write, $except, $timeout = NULL) { + $n = socket_select($read, $write, $except, $timeout); + if($n === FALSE) throw new Exception_SocketException("socket_select() failed!", 1290273693); + if($n === 0) return array("read" => array(), "write" => array(), "except" => array()); + return array("read" => $read, "write" => $write, "except" => $except); + } + + +} +?> \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/AbstractClient_8php_source.html b/ircbot/Documentation/Doxygen/html/AbstractClient_8php_source.html new file mode 100644 index 0000000..3d5e6dc --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/AbstractClient_8php_source.html @@ -0,0 +1,133 @@ + + + + +ircbot: Classes/Client/AbstractClient.php Quellcode + + + + + + + + + + +
+ Alle Klassen Namensbereiche Funktionen
+ + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/AutoLoader_8php_source.html b/ircbot/Documentation/Doxygen/html/AutoLoader_8php_source.html new file mode 100644 index 0000000..32a53a0 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/AutoLoader_8php_source.html @@ -0,0 +1,88 @@ + + + + +ircbot: AutoLoader.php Quellcode + + + + + + + + + + +
+ Alle Klassen Namensbereiche Funktionen
+ + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/BotClient_8php_source.html b/ircbot/Documentation/Doxygen/html/BotClient_8php_source.html new file mode 100644 index 0000000..9e60af4 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/BotClient_8php_source.html @@ -0,0 +1,119 @@ + + + + +ircbot: Classes/Client/BotClient.php Quellcode + + + + + + + + + + +
+ Alle Klassen Namensbereiche Funktionen
+ + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/Buffer_8php_source.html b/ircbot/Documentation/Doxygen/html/Buffer_8php_source.html new file mode 100644 index 0000000..62bb7f2 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/Buffer_8php_source.html @@ -0,0 +1,153 @@ + + + + +ircbot: Classes/Misc/Buffer.php Quellcode + + + + + + + + + + +
+ Alle Klassen Namensbereiche Funktionen
+ + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/ClientManagerTest_8php_source.html b/ircbot/Documentation/Doxygen/html/ClientManagerTest_8php_source.html new file mode 100644 index 0000000..7ca4ecc --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/ClientManagerTest_8php_source.html @@ -0,0 +1,111 @@ + + + + +ircbot: Testcode/Client/ClientManagerTest.php Quellcode + + + + + + + + + + +
+ Alle Klassen Namensbereiche Funktionen
+ + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/ClientManager_8php_source.html b/ircbot/Documentation/Doxygen/html/ClientManager_8php_source.html new file mode 100644 index 0000000..9cf3987 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/ClientManager_8php_source.html @@ -0,0 +1,314 @@ + + + + +ircbot: Classes/Client/ClientManager.php Quellcode + + + + + + + + + + +
+ Alle Klassen Namensbereiche Funktionen
+ + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/ConnectionHandler_8php_source.html b/ircbot/Documentation/Doxygen/html/ConnectionHandler_8php_source.html new file mode 100644 index 0000000..fbc8083 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/ConnectionHandler_8php_source.html @@ -0,0 +1,366 @@ + + + + +ircbot: Classes/Connection/ConnectionHandler.php Quellcode + + + + + + + + + + +
+ Alle Klassen Namensbereiche Funktionen
+ + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/ConnectionPool_8php_source.html b/ircbot/Documentation/Doxygen/html/ConnectionPool_8php_source.html new file mode 100644 index 0000000..fbdbc65 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/ConnectionPool_8php_source.html @@ -0,0 +1,252 @@ + + + + +ircbot: Classes/Connection/ConnectionPool.php Quellcode + + + + + + + + + + +
+ Alle Klassen Namensbereiche Funktionen
+ + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/Exceptions_8php_source.html b/ircbot/Documentation/Doxygen/html/Exceptions_8php_source.html new file mode 100644 index 0000000..7fb4408 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/Exceptions_8php_source.html @@ -0,0 +1,132 @@ + + + + +ircbot: Testcode/Misc/Exceptions.php Quellcode + + + + + + + + + + +
+ Alle Klassen Namensbereiche Funktionen
+ + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/GeneralException_8php_source.html b/ircbot/Documentation/Doxygen/html/GeneralException_8php_source.html new file mode 100644 index 0000000..f704b81 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/GeneralException_8php_source.html @@ -0,0 +1,106 @@ + + + + +ircbot: Classes/Exception/GeneralException.php Quellcode + + + + + + + + + + +
+ Alle Klassen Namensbereiche Funktionen
+ + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/IrcClientTest_8php_source.html b/ircbot/Documentation/Doxygen/html/IrcClientTest_8php_source.html new file mode 100644 index 0000000..fb1e023 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/IrcClientTest_8php_source.html @@ -0,0 +1,110 @@ + + + + +ircbot: Testcode/Connection/IrcClientTest.php Quellcode + + + + + + + + + + +
+ Alle Klassen Namensbereiche Funktionen
+ + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/IrcClient_8php_source.html b/ircbot/Documentation/Doxygen/html/IrcClient_8php_source.html new file mode 100644 index 0000000..31cedb3 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/IrcClient_8php_source.html @@ -0,0 +1,148 @@ + + + + +ircbot: Classes/Client/IrcClient.php Quellcode + + + + + + + + + + +
+ Alle Klassen Namensbereiche Funktionen
+ + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/Main_8php_source.html b/ircbot/Documentation/Doxygen/html/Main_8php_source.html new file mode 100644 index 0000000..9b615b2 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/Main_8php_source.html @@ -0,0 +1,83 @@ + + + + +ircbot: Main.php Quellcode + + + + + + + + + + +
+ Alle Klassen Namensbereiche Funktionen
+ + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/ReferenceTest_8php_source.html b/ircbot/Documentation/Doxygen/html/ReferenceTest_8php_source.html new file mode 100644 index 0000000..adba8d0 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/ReferenceTest_8php_source.html @@ -0,0 +1,150 @@ + + + + +ircbot: Testcode/Misc/ReferenceTest.php Quellcode + + + + + + + + + + +
+ Alle Klassen Namensbereiche Funktionen
+ + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/Reflection_8php_source.html b/ircbot/Documentation/Doxygen/html/Reflection_8php_source.html new file mode 100644 index 0000000..c40b436 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/Reflection_8php_source.html @@ -0,0 +1,138 @@ + + + + +ircbot: Testcode/Misc/Reflection.php Quellcode + + + + + + + + + + +
+ Alle Klassen Namensbereiche Funktionen
+ + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/SocketException_8php_source.html b/ircbot/Documentation/Doxygen/html/SocketException_8php_source.html new file mode 100644 index 0000000..a5a70f5 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/SocketException_8php_source.html @@ -0,0 +1,80 @@ + + + + +ircbot: Classes/Exception/SocketException.php Quellcode + + + + + + + + + + +
+ Alle Klassen Namensbereiche Funktionen
+ + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/SocketHandler_8php_source.html b/ircbot/Documentation/Doxygen/html/SocketHandler_8php_source.html new file mode 100644 index 0000000..a43e1ff --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/SocketHandler_8php_source.html @@ -0,0 +1,286 @@ + + + + +ircbot: Classes/Socket/SocketHandler.php Quellcode + + + + + + + + + + +
+ Alle Klassen Namensbereiche Funktionen
+ + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/SocketPool_8php_source.html b/ircbot/Documentation/Doxygen/html/SocketPool_8php_source.html new file mode 100644 index 0000000..b54beea --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/SocketPool_8php_source.html @@ -0,0 +1,171 @@ + + + + +ircbot: Classes/Socket/SocketPool.php Quellcode + + + + + + + + + + +
+ Alle Klassen Namensbereiche Funktionen
+ + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/annotated.html b/ircbot/Documentation/Doxygen/html/annotated.html new file mode 100644 index 0000000..00e14f7 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/annotated.html @@ -0,0 +1,88 @@ + + + + +ircbot: Auflistung der Klassen + + + + + + + + + +
+
+

Auflistung der Klassen

+
+
+Hier folgt die Aufzählung aller Klassen, Strukturen, Varianten und Schnittstellen mit einer Kurzbeschreibung: + + + + + + + + + + + + +
Client_AbstractClient
Client_BotClient
Client_ClientManager
Client_IrcClient
Connection_ConnectionHandler
Connection_ConnectionPool
Exception
Exception_GeneralException
Exception_SocketException
Misc_Buffer
Socket_SocketHandler
Socket_SocketPool
+
+ +
+ Alle Klassen Namensbereiche Funktionen
+ + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/bc_s.png b/ircbot/Documentation/Doxygen/html/bc_s.png new file mode 100644 index 0000000000000000000000000000000000000000..e4018628b5b45cb4301037485a29d7d74ac22138 GIT binary patch literal 677 zcmV;W0$TlvP)X?0Pv5h+5!wElpi=&YL!gfY!djl#UDdPKy97F|A-deTa@qo3BWh1YQIvzmHR^g zFjV4I6pLB7_*vEZk^%p7c7Bh>0`4r^X#gpJE_Vz9fSHKqclcZaV^k3gX%h+1`u||O zZ+BY?7(R=ayr^kXE=E0Dw=$Ud3VJ?9^Cz@hP?388Cw5>9TloOJ>^KczCgj zns2=|0!a|)Yq3{hjL{xyy7|Tk0N}Pe+g9PUTL!4{#;eUhrNd@!_T<>Vu+35c)h>sq ztgb?(6W3oFLz#%?OMEV@{j#4LuDvjVGZ~6hpQT8li5b0yjvK8c4efl+vSz5)P6 zle78)00_Iv5)&E~hnOdcd}L}i+MU>k+Q8#@KjqJJN`gRj(~)RmNrck9ht@LelPtVO zwp(J;k!T=gC#%o(13-^E+g@aqc()pf{+j|0w)AH*Mq$54UjLv#jV$RYpz3Vjg$$=u z>yjfBQOhL=^@+#4#$l|{~}HZ-?1Yy{lI*$N}*YDC`<{+;>_#gMXZdz4NI00000 LNkvXXu0mjfx86dR literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/classBar-members.html b/ircbot/Documentation/Doxygen/html/classBar-members.html new file mode 100644 index 0000000..d164988 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classBar-members.html @@ -0,0 +1,77 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Bar Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für Bar einschließlich aller geerbten Elemente. + + +
$test (Definiert in Bar)Bar
__construct()Bar
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classBar.html b/ircbot/Documentation/Doxygen/html/classBar.html new file mode 100644 index 0000000..5114a41 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classBar.html @@ -0,0 +1,118 @@ + + + + +ircbot: Bar Klassenreferenz + + + + + + + + + +
+ +
+

Bar Klassenreferenz

+
+
+ +

Aufstellung aller Elemente

+ + + + + +

+Öffentliche Methoden

 __construct ()

+Öffentliche Attribute

$test
+

Ausführliche Beschreibung

+

Testclass #2

+
Autor:
jpt
+ +

Definiert in Zeile 51 der Datei ReferenceTest.php.

+

Beschreibung der Konstruktoren und Destruktoren

+ +
+
+ + + + + + + + +
Bar.__construct ( ) 
+
+
+

Default constructor. Initializes test variable.

+
Rückgabe:
void
+ +

Definiert in Zeile 61 der Datei ReferenceTest.php.

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classClient__AbstractClient-members.html b/ircbot/Documentation/Doxygen/html/classClient__AbstractClient-members.html new file mode 100644 index 0000000..02cf313 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classClient__AbstractClient-members.html @@ -0,0 +1,83 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Client_AbstractClient Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für Client_AbstractClient einschließlich aller geerbten Elemente. + + + + + + + + +
$clientManager (Definiert in Client_AbstractClient)Client_AbstractClient [protected]
$group (Definiert in Client_AbstractClient)Client_AbstractClient [protected]
$ID (Definiert in Client_AbstractClient)Client_AbstractClient [protected]
injectClientManager($clientManager)Client_AbstractClient
loadConfig($config)Client_AbstractClient
processData($data)Client_AbstractClient
setGroup($group)Client_AbstractClient
setID($id)Client_AbstractClient
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classClient__AbstractClient.html b/ircbot/Documentation/Doxygen/html/classClient__AbstractClient.html new file mode 100644 index 0000000..9b9b8d1 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classClient__AbstractClient.html @@ -0,0 +1,247 @@ + + + + +ircbot: Client_AbstractClient Klassenreferenz + + + + + + + + + +
+ +
+

Client_AbstractClient Klassenreferenz

+
+
+
+Klassendiagramm für Client_AbstractClient:
+
+
+ + +Client_BotClient +Client_IrcClient + +
+ +

Aufstellung aller Elemente

+ + + + + + + + + + + +

+Öffentliche Methoden

 processData ($data)
 loadConfig ($config)
 setID ($id)
 setGroup ($group)
 injectClientManager ($clientManager)

+Geschützte Attribute

$ID
$group
$clientManager
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 8 der Datei AbstractClient.php.

+

Dokumentation der Elementfunktionen

+ +
+
+ + + + + + + + + +
Client_AbstractClient.injectClientManager ( clientManager ) 
+
+
+

Injects ClientManager

+
Parameter:
+ + +
Client_ClientManager $clientManager
+
+
+ +

Definiert in Zeile 58 der Datei AbstractClient.php.

+ +
+
+ +
+
+ + + + + + + + + +
Client_AbstractClient.loadConfig ( config )  [abstract]
+
+
+

This function will load the given config.

+
Parameter:
+ + +
array $config
+
+
+ +

Erneute Implementation in Client_BotClient und Client_IrcClient.

+ +
+
+ +
+
+ + + + + + + + + +
Client_AbstractClient.processData ( data )  [abstract]
+
+
+

This function will be the main entry point of any client.

+
Parameter:
+ + +
string $data
+
+
+
Rückgabe:
string
+ +

Erneute Implementation in Client_BotClient und Client_IrcClient.

+ +
+
+ +
+
+ + + + + + + + + +
Client_AbstractClient.setGroup ( group ) 
+
+
+
Parameter:
+ + +
string $group
+
+
+ +

Definiert in Zeile 49 der Datei AbstractClient.php.

+ +
+
+ +
+
+ + + + + + + + + +
Client_AbstractClient.setID ( id ) 
+
+
+
Parameter:
+ + +
int $id
+
+
+ +

Definiert in Zeile 42 der Datei AbstractClient.php.

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classClient__AbstractClient.png b/ircbot/Documentation/Doxygen/html/classClient__AbstractClient.png new file mode 100644 index 0000000000000000000000000000000000000000..44d7fea30566101c4eeae20d84b92723b43d5732 GIT binary patch literal 653 zcmeAS@N?(olHy`uVBq!ia0y~yVB`a`12~w0OMsL_fKQ0)|NsAi%olIImi8Z- z0AzvjfddCvJMYK?xf~@ye!&btMIdnXREQA+1CxxWi(^OyioRQT65l*`0A#<3MBi3E^q!~1G?~+Sg-___W1;Vl zBp$tf^=R>va<2l8RdJolGg^K>nD6yuU$IQtrS+G!-)s>+63rgEpRwJzLLzm)&6*#6 z&S61mAzx<~h=hH&cqCe{GwE%v%+GDV3vXy|Xi~n@dr#z|?!(QmEV4rPAC=w7J}F&Q zLP<)b)@xPV|4k))-U~+ zwNgir?{=iEuJ8oD)J`uMF4I>!oP7IdueLnn^3M9GW1i!T6^9oFI3GLj>mm54U>f)0 zN%h;V`Ntf(7<_p0PVQLz_7#QGp{5&T<+K?O0`sMCLkC?+311}#` zoUo|CJ&EaT;!0J$-HVqld*3%vRN>yS1VX-mQTBM?BmV}4}Q#d@o{$YIbhmh N@O1TaS?83{1OPJ@8(aVY literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/classClient__BotClient-members.html b/ircbot/Documentation/Doxygen/html/classClient__BotClient-members.html new file mode 100644 index 0000000..8fe7cba --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classClient__BotClient-members.html @@ -0,0 +1,84 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Client_BotClient Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für Client_BotClient einschließlich aller geerbten Elemente. + + + + + + + + + +
$clientManager (Definiert in Client_AbstractClient)Client_AbstractClient [protected]
$group (Definiert in Client_AbstractClient)Client_AbstractClient [protected]
$ID (Definiert in Client_AbstractClient)Client_AbstractClient [protected]
__construct()Client_BotClient
injectClientManager($clientManager)Client_AbstractClient
loadConfig($config)Client_BotClient
processData($data)Client_BotClient
setGroup($group)Client_AbstractClient
setID($id)Client_AbstractClient
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classClient__BotClient.html b/ircbot/Documentation/Doxygen/html/classClient__BotClient.html new file mode 100644 index 0000000..e313b01 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classClient__BotClient.html @@ -0,0 +1,273 @@ + + + + +ircbot: Client_BotClient Klassenreferenz + + + + + + + + + +
+ +
+

Client_BotClient Klassenreferenz

+
+
+
+Klassendiagramm für Client_BotClient:
+
+
+ + +Client_AbstractClient + +
+ +

Aufstellung aller Elemente

+ + + + + + + + + + + + +

+Öffentliche Methoden

 __construct ()
 processData ($data)
 loadConfig ($config)
 setID ($id)
 setGroup ($group)
 injectClientManager ($clientManager)

+Geschützte Attribute

$ID
$group
$clientManager
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 8 der Datei BotClient.php.

+

Beschreibung der Konstruktoren und Destruktoren

+ +
+
+ + + + + + + + +
Client_BotClient.__construct ( ) 
+
+
+

Default constructor.

+ +

Definiert in Zeile 13 der Datei BotClient.php.

+ +
+
+

Dokumentation der Elementfunktionen

+ +
+
+ + + + + + + + + +
Client_AbstractClient.injectClientManager ( clientManager )  [inherited]
+
+
+

Injects ClientManager

+
Parameter:
+ + +
Client_ClientManager $clientManager
+
+
+ +

Definiert in Zeile 58 der Datei AbstractClient.php.

+ +
+
+ +
+
+ + + + + + + + + +
Client_BotClient.loadConfig ( config ) 
+
+
+

Loads the given configuration.

+
Parameter:
+ + +
array $config
+
+
+
Rückgabe:
void
+ +

Erneute Implementation von Client_AbstractClient.

+ +

Definiert in Zeile 43 der Datei BotClient.php.

+ +
+
+ +
+
+ + + + + + + + + +
Client_BotClient.processData ( data ) 
+
+
+

Does all the hard work.

+
Parameter:
+ + +
string $data
+
+
+
Rückgabe:
string
+ +

Erneute Implementation von Client_AbstractClient.

+ +

Definiert in Zeile 22 der Datei BotClient.php.

+ +
+
+ +
+
+ + + + + + + + + +
Client_AbstractClient.setGroup ( group )  [inherited]
+
+
+
Parameter:
+ + +
string $group
+
+
+ +

Definiert in Zeile 49 der Datei AbstractClient.php.

+ +
+
+ +
+
+ + + + + + + + + +
Client_AbstractClient.setID ( id )  [inherited]
+
+
+
Parameter:
+ + +
int $id
+
+
+ +

Definiert in Zeile 42 der Datei AbstractClient.php.

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classClient__BotClient.png b/ircbot/Documentation/Doxygen/html/classClient__BotClient.png new file mode 100644 index 0000000000000000000000000000000000000000..59128c51ad1b4ed2d2e76323698ee17e8e02522c GIT binary patch literal 490 zcmeAS@N?(olHy`uVBq!ia0vp^O+XyL!3-oHX~(_>QW60^A+G=b{|7Q(y!l$%e`o@b z1;z&s9ANFdBM;{lY5WQ~cwep2WykABAP?vl0YvJ?sE)JI; ed@YY3bMI)A?m4?~(HdaHFnGH9xvX + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Client_ClientManager Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für Client_ClientManager einschließlich aller geerbten Elemente. + + + + + + + + + + + + + + + + + + + + +
$clientPool (Definiert in Client_ClientManager)Client_ClientManager [protected]
$configPool (Definiert in Client_ClientManager)Client_ClientManager [protected]
$connectionPool (Definiert in Client_ClientManager)Client_ClientManager [protected]
$rawRoutingRules (Definiert in Client_ClientManager)Client_ClientManager [protected]
$registeredProtocols (Definiert in Client_ClientManager)Client_ClientManager [protected]
__construct($linebreak="\r\n")Client_ClientManager
__destruct()Client_ClientManager
addClientForConnectionHandler($connectionHandler)Client_ClientManager [protected]
addRawRouting($from, $to)Client_ClientManager
attachConfig($config, $connectionHandler)Client_ClientManager
countConnections()Client_ClientManager
createClientForProtocol($protocol)Client_ClientManager [protected]
createTcpConnection($group="", $protocol="RAW", $IPv6=FALSE)Client_ClientManager
registerProtocol($protocol, $className)Client_ClientManager
removeClientForConnectionHandler($connectionHandler)Client_ClientManager [protected]
removeConnection($connectionHandler)Client_ClientManager
sendToGroup($group, $data)Client_ClientManager
sendToID($id, $data)Client_ClientManager
unregisterProtocol($protocol)Client_ClientManager
work()Client_ClientManager
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classClient__ClientManager.html b/ircbot/Documentation/Doxygen/html/classClient__ClientManager.html new file mode 100644 index 0000000..e2cbd3a --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classClient__ClientManager.html @@ -0,0 +1,603 @@ + + + + +ircbot: Client_ClientManager Klassenreferenz + + + + + + + + + +
+ +
+

Client_ClientManager Klassenreferenz

+
+
+ +

Aufstellung aller Elemente

+ + + + + + + + + + + + + + + + + + + + + + + + +

+Öffentliche Methoden

 __construct ($linebreak="\r\n")
 __destruct ()
 countConnections ()
 work ()
 addRawRouting ($from, $to)
 createTcpConnection ($group="", $protocol="RAW", $IPv6=FALSE)
 removeConnection ($connectionHandler)
 registerProtocol ($protocol, $className)
 unregisterProtocol ($protocol)
 attachConfig ($config, $connectionHandler)
 sendToID ($id, $data)
 sendToGroup ($group, $data)

+Geschützte Methoden

 createClientForProtocol ($protocol)
 addClientForConnectionHandler ($connectionHandler)
 removeClientForConnectionHandler ($connectionHandler)

+Geschützte Attribute

$connectionPool
$clientPool
$rawRoutingRules
$registeredProtocols
$configPool
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 11 der Datei ClientManager.php.

+

Beschreibung der Konstruktoren und Destruktoren

+ +
+
+ + + + + + + + + +
Client_ClientManager.__construct ( linebreak = "\r\n" ) 
+
+
+

Default constructor.

+
Parameter:
+ + +
string $linebreak
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 47 der Datei ClientManager.php.

+ +
+
+ +
+
+ + + + + + + + +
Client_ClientManager.__destruct ( ) 
+
+
+

Default destructor. Closes connections before being killed.

+
Rückgabe:
void
+ +

Definiert in Zeile 59 der Datei ClientManager.php.

+ +
+
+

Dokumentation der Elementfunktionen

+ +
+
+ + + + + + + + + +
Client_ClientManager.addClientForConnectionHandler ( connectionHandler )  [protected]
+
+
+

Adds a client to our client pool.

+
Parameter:
+ + +
Connection_ConnectionHandler $connectionHandler
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 185 der Datei ClientManager.php.

+ +

Benutzt createClientForProtocol().

+ +

Wird benutzt von work().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Client_ClientManager.addRawRouting ( from,
to 
)
+
+
+

TODO: implement this!

+
Parameter:
+ + + +
unknown_type $from
unknown_type $to
+
+
+ +

Definiert in Zeile 115 der Datei ClientManager.php.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Client_ClientManager.attachConfig ( config,
connectionHandler 
)
+
+
+

Attaches a configuration to a connection. Will overwrite the existing configuration for the connection.

+
Parameter:
+ + + +
array $config
Connection_ConnectionHandler $connectionHandler
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 216 der Datei ClientManager.php.

+ +
+
+ +
+
+ + + + + + + + +
Client_ClientManager.countConnections ( ) 
+
+
+
Siehe auch:
Connection_ConnectionPool
+
Rückgabe:
int
+ +

Definiert in Zeile 68 der Datei ClientManager.php.

+ +
+
+ +
+
+ + + + + + + + + +
Client_ClientManager.createClientForProtocol ( protocol )  [protected]
+
+
+

Searches for the registered client for the given protocol. Returns a client instance or void.

+
Parameter:
+ + +
string $protocol
+
+
+
Rückgabe:
mixed
+
Ausnahmebehandlung:
+ + +
Exception_GeneralException 
+
+
+ +

Definiert in Zeile 166 der Datei ClientManager.php.

+ +

Wird benutzt von addClientForConnectionHandler().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
Client_ClientManager.createTcpConnection ( group = "",
protocol = "RAW",
IPv6 = FALSE 
)
+
+
+

Calls ConnectionPool in order to create a simple connection.

+
Siehe auch:
Connection_ConnectionPool
+
Parameter:
+ + + +
string $group
boolean $IPv6
+
+
+
Rückgabe:
Connection_ConnectionHandler
+ +

Definiert in Zeile 126 der Datei ClientManager.php.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Client_ClientManager.registerProtocol ( protocol,
className 
)
+
+
+

Registers a protocol with a specific client.

+
Parameter:
+ + + +
string $protocol
string $className
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 146 der Datei ClientManager.php.

+ +
+
+ +
+
+ + + + + + + + + +
Client_ClientManager.removeClientForConnectionHandler ( connectionHandler )  [protected]
+
+
+

Removes a client from our client pool.

+
Parameter:
+ + +
Connection_ConnectionHandler $connectionHandler
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 204 der Datei ClientManager.php.

+ +

Wird benutzt von work().

+ +
+
+ +
+
+ + + + + + + + + +
Client_ClientManager.removeConnection ( connectionHandler ) 
+
+
+

Closes and removes the connection.

+
Parameter:
+ + +
Connection_ConnectionHandler $connectionHandler
+
+
+ +

Definiert in Zeile 134 der Datei ClientManager.php.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Client_ClientManager.sendToGroup ( group,
data 
)
+
+
+

Calls Connection_Pool

+
Siehe auch:
Connection_ConnectionPool
+
Parameter:
+ + + +
string $group
string $data
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 238 der Datei ClientManager.php.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Client_ClientManager.sendToID ( id,
data 
)
+
+
+

Calls Connection_Pool

+
Siehe auch:
Connection_ConnectionPool
+
Parameter:
+ + + +
int $id
string $data
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 227 der Datei ClientManager.php.

+ +
+
+ +
+
+ + + + + + + + + +
Client_ClientManager.unregisterProtocol ( protocol ) 
+
+
+

Unregisters a protocol.

+
Parameter:
+ + +
string $protocol
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 155 der Datei ClientManager.php.

+ +
+
+ +
+
+ + + + + + + + +
Client_ClientManager.work ( ) 
+
+
+

Main worker function. Processes incoming data, calls clients and much more.

+
Rückgabe:
void
+ +

Definiert in Zeile 77 der Datei ClientManager.php.

+ +

Benutzt addClientForConnectionHandler() und removeClientForConnectionHandler().

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classClient__IrcClient-members.html b/ircbot/Documentation/Doxygen/html/classClient__IrcClient-members.html new file mode 100644 index 0000000..aa87568 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classClient__IrcClient-members.html @@ -0,0 +1,90 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Client_IrcClient Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für Client_IrcClient einschließlich aller geerbten Elemente. + + + + + + + + + + + + + + + +
$authed (Definiert in Client_IrcClient)Client_IrcClient [protected]
$channels (Definiert in Client_IrcClient)Client_IrcClient [protected]
$clientManager (Definiert in Client_AbstractClient)Client_AbstractClient [protected]
$got_001 (Definiert in Client_IrcClient)Client_IrcClient [protected]
$group (Definiert in Client_AbstractClient)Client_AbstractClient [protected]
$ID (Definiert in Client_AbstractClient)Client_AbstractClient [protected]
$joined (Definiert in Client_IrcClient)Client_IrcClient [protected]
$lines (Definiert in Client_IrcClient)Client_IrcClient [protected]
$nick (Definiert in Client_IrcClient)Client_IrcClient [protected]
__construct()Client_IrcClient
injectClientManager($clientManager)Client_AbstractClient
loadConfig($config)Client_IrcClient
processData($data)Client_IrcClient
setGroup($group)Client_AbstractClient
setID($id)Client_AbstractClient
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classClient__IrcClient.html b/ircbot/Documentation/Doxygen/html/classClient__IrcClient.html new file mode 100644 index 0000000..020534c --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classClient__IrcClient.html @@ -0,0 +1,285 @@ + + + + +ircbot: Client_IrcClient Klassenreferenz + + + + + + + + + +
+ +
+

Client_IrcClient Klassenreferenz

+
+
+
+Klassendiagramm für Client_IrcClient:
+
+
+ + +Client_AbstractClient + +
+ +

Aufstellung aller Elemente

+ + + + + + + + + + + + + + + + + + +

+Öffentliche Methoden

 __construct ()
 processData ($data)
 loadConfig ($config)
 setID ($id)
 setGroup ($group)
 injectClientManager ($clientManager)

+Geschützte Attribute

$got_001
$joined
$authed
$nick
$channels
$lines
$ID
$group
$clientManager
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 8 der Datei IrcClient.php.

+

Beschreibung der Konstruktoren und Destruktoren

+ +
+
+ + + + + + + + +
Client_IrcClient.__construct ( ) 
+
+
+

Default constructor.

+ +

Definiert in Zeile 20 der Datei IrcClient.php.

+ +
+
+

Dokumentation der Elementfunktionen

+ +
+
+ + + + + + + + + +
Client_AbstractClient.injectClientManager ( clientManager )  [inherited]
+
+
+

Injects ClientManager

+
Parameter:
+ + +
Client_ClientManager $clientManager
+
+
+ +

Definiert in Zeile 58 der Datei AbstractClient.php.

+ +
+
+ +
+
+ + + + + + + + + +
Client_IrcClient.loadConfig ( config ) 
+
+
+

Loads the given configuration.

+
Parameter:
+ + +
array $config
+
+
+
Rückgabe:
void
+ +

Erneute Implementation von Client_AbstractClient.

+ +

Definiert in Zeile 70 der Datei IrcClient.php.

+ +
+
+ +
+
+ + + + + + + + + +
Client_IrcClient.processData ( data ) 
+
+
+

Does all the hard work.

+
Parameter:
+ + +
string $data
+
+
+
Rückgabe:
string
+ +

Erneute Implementation von Client_AbstractClient.

+ +

Definiert in Zeile 34 der Datei IrcClient.php.

+ +
+
+ +
+
+ + + + + + + + + +
Client_AbstractClient.setGroup ( group )  [inherited]
+
+
+
Parameter:
+ + +
string $group
+
+
+ +

Definiert in Zeile 49 der Datei AbstractClient.php.

+ +
+
+ +
+
+ + + + + + + + + +
Client_AbstractClient.setID ( id )  [inherited]
+
+
+
Parameter:
+ + +
int $id
+
+
+ +

Definiert in Zeile 42 der Datei AbstractClient.php.

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classClient__IrcClient.png b/ircbot/Documentation/Doxygen/html/classClient__IrcClient.png new file mode 100644 index 0000000000000000000000000000000000000000..2ae42b7b29b0a158b419a2bbd0632f465f3dd824 GIT binary patch literal 483 zcmeAS@N?(olHy`uVBq!ia0vp^O+XyL!3-oHX~(_>QW60^A+G=b{|7Q(y!l$%e`o@b z1;z&s9ANFdBM;B>Ar*{o=bkM(tiaO}X>|CveGz}d zk$!`&yPCecWsDp>Ui)uqS^u!KrZwDVPlp2wGb2M%Plw>*@bnYXhg00%hKee(-zZwk z`{<=(!3wUXA0q#`_^Q>XGBE+=wR6f){PKb?)9t|5IeXz!{+GqTP3W>su{dH1cBPu??^m^~b|udZ}F$O}D$d#kV~6uK&t$>HWGD`->c}``g+F18x1TEE69uBr9F= T*oQR+7$Xdxu6{1-oD!M<1?9`? literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/classConnection__ConnectionHandler-members.html b/ircbot/Documentation/Doxygen/html/classConnection__ConnectionHandler-members.html new file mode 100644 index 0000000..fe67efe --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classConnection__ConnectionHandler-members.html @@ -0,0 +1,107 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Connection_ConnectionHandler Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für Connection_ConnectionHandler einschließlich aller geerbten Elemente. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
$buffer_incoming (Definiert in Connection_ConnectionHandler)Connection_ConnectionHandler [protected]
$buffer_outgoing (Definiert in Connection_ConnectionHandler)Connection_ConnectionHandler [protected]
$group (Definiert in Connection_ConnectionHandler)Connection_ConnectionHandler [protected]
$id (Definiert in Connection_ConnectionHandler)Connection_ConnectionHandler [protected]
$is_server (Definiert in Connection_ConnectionHandler)Connection_ConnectionHandler [protected]
$protocol (Definiert in Connection_ConnectionHandler)Connection_ConnectionHandler [protected]
$socketHandler (Definiert in Connection_ConnectionHandler)Connection_ConnectionHandler [protected]
__construct($socket, $id, $group="", $protocol="", $linebreak="\r\n")Connection_ConnectionHandler
__destruct()Connection_ConnectionHandler
accept()Connection_ConnectionHandler
bind($address, $port)Connection_ConnectionHandler
canRead()Connection_ConnectionHandler
canWrite()Connection_ConnectionHandler
close()Connection_ConnectionHandler
connect($address, $port)Connection_ConnectionHandler
getGroup()Connection_ConnectionHandler
getID()Connection_ConnectionHandler
getLocalName()Connection_ConnectionHandler
getProtocol()Connection_ConnectionHandler
getRemoteName()Connection_ConnectionHandler
getSocket()Connection_ConnectionHandler
getSocketHandler()Connection_ConnectionHandler
handleSocketError()Connection_ConnectionHandler
hasBeenAccepted()Connection_ConnectionHandler
isConnected()Connection_ConnectionHandler
isListening()Connection_ConnectionHandler
isServer()Connection_ConnectionHandler
listen()Connection_ConnectionHandler
read()Connection_ConnectionHandler
readToBuffer()Connection_ConnectionHandler
write($data)Connection_ConnectionHandler
writeFromBuffer()Connection_ConnectionHandler
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classConnection__ConnectionHandler.html b/ircbot/Documentation/Doxygen/html/classConnection__ConnectionHandler.html new file mode 100644 index 0000000..2c4d46a --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classConnection__ConnectionHandler.html @@ -0,0 +1,790 @@ + + + + +ircbot: Connection_ConnectionHandler Klassenreferenz + + + + + + + + + +
+ +
+

Connection_ConnectionHandler Klassenreferenz

+
+
+ +

Aufstellung aller Elemente

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Öffentliche Methoden

 __construct ($socket, $id, $group="", $protocol="", $linebreak="\r\n")
 __destruct ()
 getProtocol ()
 getGroup ()
 getID ()
 isServer ()
 readToBuffer ()
 writeFromBuffer ()
 handleSocketError ()
 canRead ()
 canWrite ()
 read ()
 write ($data)
 accept ()
 getRemoteName ()
 getLocalName ()
 close ()
 connect ($address, $port)
 bind ($address, $port)
 listen ()
 isConnected ()
 isListening ()
 getSocket ()
 getSocketHandler ()
 hasBeenAccepted ()

+Geschützte Attribute

$buffer_incoming
$buffer_outgoing
$socketHandler
$is_server
$id
$group
$protocol
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 11 der Datei ConnectionHandler.php.

+

Beschreibung der Konstruktoren und Destruktoren

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Connection_ConnectionHandler.__construct ( socket,
id,
group = "",
protocol = "",
linebreak = "\r\n" 
)
+
+
+

Calls parent constructor.

+
Parameter:
+ + + +
$socket 
$linebreak 
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 63 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.__destruct ( ) 
+
+
+

Calls parent destructor.

+
Rückgabe:
void
+ +

Definiert in Zeile 77 der Datei ConnectionHandler.php.

+ +
+
+

Dokumentation der Elementfunktionen

+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.accept ( ) 
+
+
+

Calls SocketHandler

+
Siehe auch:
Socket_SocketHandler
+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
ressource
+ +

Definiert in Zeile 187 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Connection_ConnectionHandler.bind ( address,
port 
)
+
+
+

Calls SocketHandler

+
Siehe auch:
Socket_SocketHandler
+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 237 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.canRead ( ) 
+
+
+

Determines whether this ConnectionHandler has data to read.

+
Rückgabe:
boolean
+ +

Definiert in Zeile 150 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.canWrite ( ) 
+
+
+

Determines whether this ConnectionHandler has data to write.

+
Rückgabe:
boolean
+ +

Definiert in Zeile 158 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.close ( ) 
+
+
+

Calls SocketHandler

+
Siehe auch:
Socket_SocketHandler
+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 217 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Connection_ConnectionHandler.connect ( address,
port 
)
+
+
+

Calls SocketHandler

+
Siehe auch:
Socket_SocketHandler
+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 227 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.getGroup ( ) 
+
+
+
Rückgabe:
string Connection Group
+ +

Definiert in Zeile 91 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.getID ( ) 
+
+
+
Rückgabe:
int Connection ID
+ +

Definiert in Zeile 98 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.getLocalName ( ) 
+
+
+

Calls SocketHandler

+
Siehe auch:
Socket_SocketHandler
+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
string
+ +

Definiert in Zeile 207 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.getProtocol ( ) 
+
+
+
Rückgabe:
string
+ +

Definiert in Zeile 84 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.getRemoteName ( ) 
+
+
+

Calls SocketHandler

+
Siehe auch:
Socket_SocketHandler
+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
string
+ +

Definiert in Zeile 197 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.getSocket ( ) 
+
+
+

Calls SocketHandler

+
Siehe auch:
Socket_SocketHandler
+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
ressource
+ +

Definiert in Zeile 274 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.getSocketHandler ( ) 
+
+
+
Rückgabe:
Socket_SocketHandler
+ +

Definiert in Zeile 281 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.handleSocketError ( ) 
+
+
+

Calls error() on Socket_SocketHandler.

+
Ausnahmebehandlung:
+ + +
Socket_SocketExceptions 
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 142 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.hasBeenAccepted ( ) 
+
+
+

Calls SocketHandler

+
Siehe auch:
Socket_SocketHandler
+
Rückgabe:
void
+ +

Definiert in Zeile 290 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.isConnected ( ) 
+
+
+
Siehe auch:
Socket_SocketHandler
+
Rückgabe:
boolean
+ +

Definiert in Zeile 256 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.isListening ( ) 
+
+
+
Siehe auch:
Socket_SocketHandler
+
Rückgabe:
boolean
+ +

Definiert in Zeile 264 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.isServer ( ) 
+
+
+

Returns whether this connection is a listening socket or a general client connection socket.

+
Rückgabe:
boolean
+ +

Definiert in Zeile 106 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.listen ( ) 
+
+
+

Calls SocketHandler

+
Siehe auch:
Socket_SocketHandler
+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 247 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.read ( ) 
+
+
+

Reads new data into buffer_incoming. Returns a full line from buffer_incoming.

+
Rückgabe:
string
+ +

Definiert in Zeile 167 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.readToBuffer ( ) 
+
+
+

Reads from SocketHandler, writes into buffer_incoming. Returns a boolean that will indicate whether the socket is still okay.

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
boolean
+ +

Definiert in Zeile 116 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + + +
Connection_ConnectionHandler.write ( data ) 
+
+
+

Writes data into buffer_outgoing. Sends data from buffer_outgoing to the SocketHandler.

+
Parameter:
+ + +
$data 
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 177 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.writeFromBuffer ( ) 
+
+
+

Writes the buffer_outgoing to the SocketHandler. Returns a boolean that will indicate whether the socket is still okay.

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
boolean
+ +

Definiert in Zeile 129 der Datei ConnectionHandler.php.

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classConnection__ConnectionPool-members.html b/ircbot/Documentation/Doxygen/html/classConnection__ConnectionPool-members.html new file mode 100644 index 0000000..cdac917 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classConnection__ConnectionPool-members.html @@ -0,0 +1,88 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Connection_ConnectionPool Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für Connection_ConnectionPool einschließlich aller geerbten Elemente. + + + + + + + + + + + + + +
$connectionHandlers (Definiert in Connection_ConnectionPool)Connection_ConnectionPool [protected]
$nextID (Definiert in Connection_ConnectionPool)Connection_ConnectionPool [protected]
$socketPool (Definiert in Connection_ConnectionPool)Connection_ConnectionPool [protected]
__construct($linebreak="\r\n")Connection_ConnectionPool
__destruct()Connection_ConnectionPool
addConnectionHandler($add_connectionHandler)Connection_ConnectionPool
countConnections()Connection_ConnectionPool
createTcpConnection($group="", $protocol="RAW", $IPv6=FALSE)Connection_ConnectionPool
getConnectionHandlerForSocketRessource($socketRessource)Connection_ConnectionPool [protected]
removeConnectionHandler($remove_connectionHandler)Connection_ConnectionPool
select()Connection_ConnectionPool
writeToGroup($group, $data)Connection_ConnectionPool
writeToID($id, $data)Connection_ConnectionPool
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classConnection__ConnectionPool.html b/ircbot/Documentation/Doxygen/html/classConnection__ConnectionPool.html new file mode 100644 index 0000000..44e9fde --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classConnection__ConnectionPool.html @@ -0,0 +1,422 @@ + + + + +ircbot: Connection_ConnectionPool Klassenreferenz + + + + + + + + + +
+ +
+

Connection_ConnectionPool Klassenreferenz

+
+
+ +

Aufstellung aller Elemente

+ + + + + + + + + + + + + + + + + +

+Öffentliche Methoden

 __construct ($linebreak="\r\n")
 __destruct ()
 createTcpConnection ($group="", $protocol="RAW", $IPv6=FALSE)
 addConnectionHandler ($add_connectionHandler)
 removeConnectionHandler ($remove_connectionHandler)
 select ()
 writeToGroup ($group, $data)
 writeToID ($id, $data)
 countConnections ()

+Geschützte Methoden

 getConnectionHandlerForSocketRessource ($socketRessource)

+Geschützte Attribute

$socketPool
$connectionHandlers
$nextID
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 8 der Datei ConnectionPool.php.

+

Beschreibung der Konstruktoren und Destruktoren

+ +
+
+ + + + + + + + + +
Connection_ConnectionPool.__construct ( linebreak = "\r\n" ) 
+
+
+

Creates an Instance of SocketPool

+
Rückgabe:
void
+ +

Definiert in Zeile 31 der Datei ConnectionPool.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionPool.__destruct ( ) 
+
+
+

Destroys the SocketPool

+
Rückgabe:
void
+ +

Definiert in Zeile 41 der Datei ConnectionPool.php.

+ +
+
+

Dokumentation der Elementfunktionen

+ +
+
+ + + + + + + + + +
Connection_ConnectionPool.addConnectionHandler ( add_connectionHandler ) 
+
+
+

Adds a ConnectionHandler to the pool.

+
Parameter:
+ + +
Connection_ConnectionHandler $add_connectionHandler
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 62 der Datei ConnectionPool.php.

+ +

Wird benutzt von createTcpConnection() und select().

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionPool.countConnections ( ) 
+
+
+
Siehe auch:
Socket_SocketPool
+
Rückgabe:
int
+ +

Definiert in Zeile 177 der Datei ConnectionPool.php.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
Connection_ConnectionPool.createTcpConnection ( group = "",
protocol = "RAW",
IPv6 = FALSE 
)
+
+
+

Creates a new TcpConnection.

+
Parameter:
+ + +
boolean $IPv6 will determine whether the socket uses IPv4 or IPv6.
+
+
+
Rückgabe:
Connection_ConnectionHandler
+ +

Definiert in Zeile 50 der Datei ConnectionPool.php.

+ +

Benutzt addConnectionHandler().

+ +
+
+ +
+
+ + + + + + + + + +
Connection_ConnectionPool.getConnectionHandlerForSocketRessource ( socketRessource )  [protected]
+
+
+

Returns ConnectionHandler for the given socket ressource.

+
Parameter:
+ + +
ressource $socketRessource
+
+
+
Rückgabe:
Connection_ConnectionHandler
+ +

Definiert in Zeile 87 der Datei ConnectionPool.php.

+ +

Wird benutzt von select().

+ +
+
+ +
+
+ + + + + + + + + +
Connection_ConnectionPool.removeConnectionHandler ( remove_connectionHandler ) 
+
+
+

Removes a ConnectionHandler from the pool.

+
Parameter:
+ + +
Connection_ConnectionHandler $remove_connectionHandler
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 72 der Datei ConnectionPool.php.

+ +

Wird benutzt von select().

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionPool.select ( ) 
+
+
+

Calls select() on SocketPool and updates the ConnectionHandler. Will also accept incoming connections and add them to the pool.

+
Rückgabe:
array An array containing the Connection_ConnectionHandler for each Socket with new data.
+
Ausnahmebehandlung:
+ + + +
Exception_GeneralException 
Exception_SocketException 
+
+
+ +

Definiert in Zeile 102 der Datei ConnectionPool.php.

+ +

Benutzt addConnectionHandler(), getConnectionHandlerForSocketRessource() und removeConnectionHandler().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Connection_ConnectionPool.writeToGroup ( group,
data 
)
+
+
+

Writes the given data to all sockets in $group.

+
Parameter:
+ + + +
string $group
string $data
+
+
+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 152 der Datei ConnectionPool.php.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Connection_ConnectionPool.writeToID ( id,
data 
)
+
+
+

Writes the given data to the socket with $id.

+
Parameter:
+ + + +
int $id
string $data
+
+
+ +

Definiert in Zeile 165 der Datei ConnectionPool.php.

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classException.html b/ircbot/Documentation/Doxygen/html/classException.html new file mode 100644 index 0000000..187e896 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classException.html @@ -0,0 +1,92 @@ + + + + +ircbot: Exception Klassenreferenz + + + + + + + + + +
+
+

Exception Klassenreferenz

+
+
+
+Klassendiagramm für Exception:
+
+
+ + +Exception_GeneralException +TestException +TestFailException +Exception_SocketException + +
+ +
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classException.png b/ircbot/Documentation/Doxygen/html/classException.png new file mode 100644 index 0000000000000000000000000000000000000000..69764d5540a4ca9b54514fe6ed9f7e94eb2e2edf GIT binary patch literal 1181 zcmeAS@N?(olHy`uVBq!ia0y~yV3Gr}J2;qu|Nozi zJ+XP_qfUu;(Njb=eAS6v@-{u}WXLSDvzH$=MzY9p*a%c881cz{PLFYM=`)|O%#^i% z1JZLte)5(MP`x_jwv4(8likH;<%u|6t>HtF`JExiwocVsi`;X zAC{DE@T^?XWs-d*<+_#m-w!)7!g@<>8jn8?O6{K?TUc=R#XarP_{4qLb7!x+`*_jK zed-<`H>8?bymA#Y+^({7dVBx;Te*Lx{j*SA81>-cqn{Q}+28jb-*(etrmX*jQhs^E z9Xn><+$++b)4EYKFH&$7quj)PpgkWg46L89$njer(3!Te+s5sVvCgcUT`!KNgw@Hf z(v&-Cp>OrWz=mnFCNIdCev7tad)wS!+%J4JYr#L^^QYcBZ#|%VGWG7k>c<=N&0cZu z^(!!l+2&z$TshhNNBMTiIKHbZs&kI$+x%#Fw=wx!#tsu}$F6q6(!_?NhB}XaA67lQ zSS950!=SfmPYNuLFFwv`BX_HJji&LVH#r+*{qz%$Hs@{scqQ-g{STWrse~}w)Yu3w z|MVdCd$xJ(#~+=-A&(Y5FgwC-Gp~jHF0)OY$M&T^ zw}Rpe7&i|Z^FJ{3FRbucs&Mv)+^gMduf<6(R_Cy}z$mK?j{1@Vpme~-p@|gn;Is=$ z3BV+boFJg$aA{CNd9{AOUDWR!@4ar1H~Of2VBklf3U)aqC8hSK6H{;2CKeZ#xUWiX zINn<^r+zQ{`V-GS^YpKhcu;6Bx9!|B?d#n-NqL?{`m3`xozvg2`ZQ1>e+j>CX2cy= z?&)@2yBk*~Z#wsnV_Mh|hJNXf0*3R~=)QE@`gxUF0}H>b@xfQSfF{*{@9 zuM3YKnyu_%l-q9-v(4_q-b**lCO#0{x79LcUnis7_s5B^=9K)|kQe^(Mnr%(v(39B z&a?Nd-Ym@%<#lo50`cf=3regMH>Ri$Birx{|%-ALHxni2(;bo%{wYOBg&|{an^LB{Ts59FQi> literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/classException__GeneralException-members.html b/ircbot/Documentation/Doxygen/html/classException__GeneralException-members.html new file mode 100644 index 0000000..51ef2e4 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classException__GeneralException-members.html @@ -0,0 +1,77 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Exception_GeneralException Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für Exception_GeneralException einschließlich aller geerbten Elemente. + + +
__construct($message="", $code=0)Exception_GeneralException
__toString()Exception_GeneralException
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classException__GeneralException.html b/ircbot/Documentation/Doxygen/html/classException__GeneralException.html new file mode 100644 index 0000000..f8c2d15 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classException__GeneralException.html @@ -0,0 +1,166 @@ + + + + +ircbot: Exception_GeneralException Klassenreferenz + + + + + + + + + +
+ +
+

Exception_GeneralException Klassenreferenz

+
+
+
+Klassendiagramm für Exception_GeneralException:
+
+
+ + +Exception +Exception_SocketException + +
+ +

Aufstellung aller Elemente

+ + + + +

+Öffentliche Methoden

 __construct ($message="", $code=0)
 __toString ()
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 8 der Datei GeneralException.php.

+

Beschreibung der Konstruktoren und Destruktoren

+ +
+
+ + + + + + + + + + + + + + + + + + +
Exception_GeneralException.__construct ( message = "",
code = 0 
)
+
+
+

Constructor. Throws a new exception in case the exception is unknown.

+
Ausnahmebehandlung:
+ + +
UnknownException 
+
+
+
Parameter:
+ + + +
string $message
int $code
+
+
+ +

Definiert in Zeile 16 der Datei GeneralException.php.

+ +
+
+

Dokumentation der Elementfunktionen

+ +
+
+ + + + + + + + +
Exception_GeneralException.__toString ( ) 
+
+
+

Puts all the important information into a string.

+
Rückgabe:
string
+ +

Definiert in Zeile 27 der Datei GeneralException.php.

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classException__GeneralException.png b/ircbot/Documentation/Doxygen/html/classException__GeneralException.png new file mode 100644 index 0000000000000000000000000000000000000000..4c88b2c3b40209a289fe0329396598c8bc329d56 GIT binary patch literal 732 zcmeAS@N?(olHy`uVBq!ia0vp^>wvg}gBeJAsw;d4QW60^A+G=b{|7Q(y!l$%e`o@b z1;z&s9ANFdBM;8YYoa)0>r`xeYs-DPu*$$igT7i-(xl<)UxN4cn;{KKO=q=VO=$Ul5`t=Yr7?S(&& z^5?Z>335uRphmmS3HZ=?2bhw(woZmnBy~B6yk^Ae@W=#8aDNDHR(%;)w zS7t3dXseXE*E-{R!mZGF^KCO*=bIZ}(SEez%9Zf9$N2B}T~X2#e|6+>O!x0oulA`o zaK{|qvF_0-D;0nJv(kB9>nds=E_>2-T~aTP4b7tvKi`@BxY&0|_N6xe5|IO}@8S=r zDk(|nEtlA@_aZM$dCQuG1>gP6Bb@I3WGnYv+#X$0Ec(N7BFNirN8j8wn{xNK>8`7( zoSI^m6X#yKdaCm5zE93Mu@_!cZNIW~`Mp&V35Jp970T9Umh4>}RQO9X#(L+&YbxDR z$;Mx}KIn#SU3_fn>Ro9+dXFu*s#deL{r1fb%PxL?w;+4*%c#p)Ma^-+e|N1g{2e-b zhyL_rr)1gbuS<^=<{hj}EsYmCz`8CuCj2Awvc>LsU2kSR047BSPgg&ebxsLQ02O6l AS^xk5 literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/classException__SocketException-members.html b/ircbot/Documentation/Doxygen/html/classException__SocketException-members.html new file mode 100644 index 0000000..341b959 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classException__SocketException-members.html @@ -0,0 +1,77 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Exception_SocketException Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für Exception_SocketException einschließlich aller geerbten Elemente. + + +
__construct($message="", $code=0)Exception_GeneralException
__toString()Exception_GeneralException
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classException__SocketException.html b/ircbot/Documentation/Doxygen/html/classException__SocketException.html new file mode 100644 index 0000000..fce105a --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classException__SocketException.html @@ -0,0 +1,121 @@ + + + + +ircbot: Exception_SocketException Klassenreferenz + + + + + + + + + +
+ +
+

Exception_SocketException Klassenreferenz

+
+
+
+Klassendiagramm für Exception_SocketException:
+
+
+ + +Exception_GeneralException +Exception + +
+ +

Aufstellung aller Elemente

+ + + +

+Öffentliche Methoden

 __toString ()
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 8 der Datei SocketException.php.

+

Dokumentation der Elementfunktionen

+ +
+
+ + + + + + + + +
Exception_GeneralException.__toString ( )  [inherited]
+
+
+

Puts all the important information into a string.

+
Rückgabe:
string
+ +

Definiert in Zeile 27 der Datei GeneralException.php.

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classException__SocketException.png b/ircbot/Documentation/Doxygen/html/classException__SocketException.png new file mode 100644 index 0000000000000000000000000000000000000000..b4ec3408e09fa0ba95b048caab0959092c8ddeeb GIT binary patch literal 730 zcmeAS@N?(olHy`uVBq!ia0vp^>wvg}gBeJAsw;d4QW60^A+G=b{|7Q(y!l$%e`o@b z1;z&s9ANFdBM;udFjsr zkIIfSH(p6r^wKMnIjwLg|$=Q$i?z1A#2 z^g&TA#L?idGM+da3ecUkP$(&X8ZKPru#cPgFp;;p^f_U?c7BZn-Z>D;9c3*R06 zn^L-8_yFs=1&2fA)?{Y>}_|ivToOhHJ9oF?! zGyRp8A)25cx^eNbsjFwD{pfXDewD4JwB_~a|U!ylp5 zk8YcnsGomSw0E7wIprPm*SvFQ+Hs(?=e1THL&{2bZzldb2Z0HZ!PC{xWt~$(697s~ BU{wGB literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/classFoo-members.html b/ircbot/Documentation/Doxygen/html/classFoo-members.html new file mode 100644 index 0000000..517a6e9 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classFoo-members.html @@ -0,0 +1,80 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Foo Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für Foo einschließlich aller geerbten Elemente. + + + + + +
$pool (Definiert in Foo)Foo [protected]
__construct() (Definiert in Foo)Foo
addBar($bar)Foo
getBar($id)Foo
getTestResult()Foo
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classFoo.html b/ircbot/Documentation/Doxygen/html/classFoo.html new file mode 100644 index 0000000..1bae10f --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classFoo.html @@ -0,0 +1,176 @@ + + + + +ircbot: Foo Klassenreferenz + + + + + + + + + +
+ +
+

Foo Klassenreferenz

+
+
+ +

Aufstellung aller Elemente

+ + + + + + + +

+Öffentliche Methoden

 addBar ($bar)
 getBar ($id)
 getTestResult ()

+Geschützte Attribute

$pool
+

Ausführliche Beschreibung

+

Testclass

+
Autor:
jpt
+ +

Definiert in Zeile 6 der Datei ReferenceTest.php.

+

Dokumentation der Elementfunktionen

+ +
+
+ + + + + + + + + +
Foo.addBar ( bar ) 
+
+
+

Adds an Instance of Bar to the Pool.

+
Parameter:
+ + +
Bar $bar
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 21 der Datei ReferenceTest.php.

+ +
+
+ +
+
+ + + + + + + + + +
Foo.getBar ( id ) 
+
+
+

Returns the internal instance of Bar for the specific ID.

+
Parameter:
+ + +
int $id
+
+
+
Rückgabe:
Bar
+ +

Definiert in Zeile 30 der Datei ReferenceTest.php.

+ +
+
+ +
+
+ + + + + + + + +
Foo.getTestResult ( ) 
+
+
+

Outputs the current state of the bars in the pool.

+
Rückgabe:
void
+ +

Definiert in Zeile 40 der Datei ReferenceTest.php.

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classMisc__Buffer-members.html b/ircbot/Documentation/Doxygen/html/classMisc__Buffer-members.html new file mode 100644 index 0000000..ab02843 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classMisc__Buffer-members.html @@ -0,0 +1,82 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Misc_Buffer Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für Misc_Buffer einschließlich aller geerbten Elemente. + + + + + + + +
$buffer (Definiert in Misc_Buffer)Misc_Buffer [protected]
$linebreak (Definiert in Misc_Buffer)Misc_Buffer [protected]
__construct($linebreak="\r\n")Misc_Buffer
addData($data)Misc_Buffer
getNextLine()Misc_Buffer
hasLines()Misc_Buffer
pruneEmptyLines()Misc_Buffer [protected]
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classMisc__Buffer.html b/ircbot/Documentation/Doxygen/html/classMisc__Buffer.html new file mode 100644 index 0000000..e1f66a5 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classMisc__Buffer.html @@ -0,0 +1,232 @@ + + + + +ircbot: Misc_Buffer Klassenreferenz + + + + + + + + + +
+ +
+

Misc_Buffer Klassenreferenz

+
+
+ +

Aufstellung aller Elemente

+ + + + + + + + + + + +

+Öffentliche Methoden

 __construct ($linebreak="\r\n")
 addData ($data)
 getNextLine ()
 hasLines ()

+Geschützte Methoden

 pruneEmptyLines ()

+Geschützte Attribute

$buffer
$linebreak
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 9 der Datei Buffer.php.

+

Beschreibung der Konstruktoren und Destruktoren

+ +
+
+ + + + + + + + + +
Misc_Buffer.__construct ( linebreak = "\r\n" ) 
+
+
+

Default constructor. Sets a default linebreak and initializes the buffer.

+
Parameter:
+ + +
$linebreak 
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 28 der Datei Buffer.php.

+ +
+
+

Dokumentation der Elementfunktionen

+ +
+
+ + + + + + + + + +
Misc_Buffer.addData ( data ) 
+
+
+

Appends data to the buffer.

+
Parameter:
+ + +
string $data
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 55 der Datei Buffer.php.

+ +

Benutzt pruneEmptyLines().

+ +
+
+ +
+
+ + + + + + + + +
Misc_Buffer.getNextLine ( ) 
+
+
+

Returns the next line in the buffer and removes it from the buffer.

+
Rückgabe:
string
+ +

Definiert in Zeile 64 der Datei Buffer.php.

+ +

Benutzt hasLines().

+ +
+
+ +
+
+ + + + + + + + +
Misc_Buffer.hasLines ( ) 
+
+
+

Checks whether the buffer contains more lines to process.

+
Rückgabe:
boolean
+ +

Definiert in Zeile 77 der Datei Buffer.php.

+ +

Wird benutzt von getNextLine().

+ +
+
+ +
+
+ + + + + + + + +
Misc_Buffer.pruneEmptyLines ( )  [protected]
+
+
+

Prunes empty lines out of the buffer.

+
Rückgabe:
void
+ +

Definiert in Zeile 37 der Datei Buffer.php.

+ +

Wird benutzt von addData().

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classService__ExceptionTest-members.html b/ircbot/Documentation/Doxygen/html/classService__ExceptionTest-members.html new file mode 100644 index 0000000..26d8fbb --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classService__ExceptionTest-members.html @@ -0,0 +1,80 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Service_ExceptionTest Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für Service_ExceptionTest einschließlich aller geerbten Elemente. + + + + + +
__construct() (Definiert in Service_ExceptionTest)Service_ExceptionTest
CatchAndThrow() (Definiert in Service_ExceptionTest)Service_ExceptionTest
failAtThis() (Definiert in Service_ExceptionTest)Service_ExceptionTest
internalCatch() (Definiert in Service_ExceptionTest)Service_ExceptionTest
TestTheFail() (Definiert in Service_ExceptionTest)Service_ExceptionTest
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classService__ExceptionTest.html b/ircbot/Documentation/Doxygen/html/classService__ExceptionTest.html new file mode 100644 index 0000000..2eb344c --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classService__ExceptionTest.html @@ -0,0 +1,96 @@ + + + + +ircbot: Service_ExceptionTest Klassenreferenz + + + + + + + + + +
+ +
+

Service_ExceptionTest Klassenreferenz

+
+
+ +

Aufstellung aller Elemente

+ + + + + + +

+Öffentliche Methoden

TestTheFail ()
CatchAndThrow ()
internalCatch ()
failAtThis ()
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 19 der Datei Exceptions.php.

+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classSocket__SocketHandler-members.html b/ircbot/Documentation/Doxygen/html/classSocket__SocketHandler-members.html new file mode 100644 index 0000000..7ea2193 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classSocket__SocketHandler-members.html @@ -0,0 +1,95 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Socket_SocketHandler Elementverzeichnis

+
+ + + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classSocket__SocketHandler.html b/ircbot/Documentation/Doxygen/html/classSocket__SocketHandler.html new file mode 100644 index 0000000..1fa6a5a --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classSocket__SocketHandler.html @@ -0,0 +1,598 @@ + + + + +ircbot: Socket_SocketHandler Klassenreferenz + + + + + + + + + +
+ +
+

Socket_SocketHandler Klassenreferenz

+
+
+ +

Aufstellung aller Elemente

+ + + + + + + + + + + + + + + + + + + + + + + + +

+Öffentliche Methoden

 __construct ($socket)
 __destruct ()
 getSocket ()
 isConnected ()
 isListening ()
 connect ($address, $port)
 bind ($address, $port)
 listen ()
 hasBeenAccepted ()
 accept ()
 getRemoteName ()
 getLocalName ()
 write ($data)
 read ($length=16384)
 close ()

+Geschützte Methoden

 error ()

+Geschützte Attribute

$socket
$is_connected
$is_bound
$is_listening
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 7 der Datei SocketHandler.php.

+

Beschreibung der Konstruktoren und Destruktoren

+ +
+
+ + + + + + + + + +
Socket_SocketHandler.__construct ( socket ) 
+
+
+

Default constructor. Sets the socket.

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Parameter:
+ + +
ressource $socket
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 36 der Datei SocketHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Socket_SocketHandler.__destruct ( ) 
+
+
+

Destructor. Closes socket.

+
Rückgabe:
void
+ +

Definiert in Zeile 48 der Datei SocketHandler.php.

+ +

Benutzt close().

+ +
+
+

Dokumentation der Elementfunktionen

+ +
+
+ + + + + + + + +
Socket_SocketHandler.accept ( ) 
+
+
+

Accepts a connection to a socket that is bound and listens The ressource has to be added to the SocketPool manually

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
ressource
+ +

Definiert in Zeile 130 der Datei SocketHandler.php.

+ +

Benutzt error().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Socket_SocketHandler.bind ( address,
port 
)
+
+
+

Binds the socket to an address + port.

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Parameter:
+ + + +
string $address
int $port
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 95 der Datei SocketHandler.php.

+ +

Benutzt error().

+ +
+
+ +
+
+ + + + + + + + +
Socket_SocketHandler.close ( ) 
+
+
+

Shuts the socket down after waiting a bit (waiting might be optional).

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 190 der Datei SocketHandler.php.

+ +

Benutzt error().

+ +

Wird benutzt von __destruct().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Socket_SocketHandler.connect ( address,
port 
)
+
+
+

Connects to a specified address.

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Parameter:
+ + + +
string $address
int $port
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 81 der Datei SocketHandler.php.

+ +

Benutzt error().

+ +
+
+ +
+
+ + + + + + + + +
Socket_SocketHandler.error ( )  [protected]
+
+
+

Gets last error from socket.

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+ +

Definiert in Zeile 207 der Datei SocketHandler.php.

+ +

Wird benutzt von accept(), bind(), close(), connect(), getLocalName(), getRemoteName(), listen(), read() und write().

+ +
+
+ +
+
+ + + + + + + + +
Socket_SocketHandler.getLocalName ( ) 
+
+
+

Returns ip + port of the local socket.

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
string
+ +

Definiert in Zeile 155 der Datei SocketHandler.php.

+ +

Benutzt error().

+ +
+
+ +
+
+ + + + + + + + +
Socket_SocketHandler.getRemoteName ( ) 
+
+
+

Returns ip + port of the remote socket.

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
string
+ +

Definiert in Zeile 143 der Datei SocketHandler.php.

+ +

Benutzt error().

+ +
+
+ +
+
+ + + + + + + + +
Socket_SocketHandler.getSocket ( ) 
+
+
+

Returns socket

+
Rückgabe:
ressource
+ +

Definiert in Zeile 56 der Datei SocketHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Socket_SocketHandler.hasBeenAccepted ( ) 
+
+
+

Tells the SocketHandler that he got accepted.

+
Rückgabe:
void
+ +

Definiert in Zeile 120 der Datei SocketHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Socket_SocketHandler.isConnected ( ) 
+
+
+
Rückgabe:
boolean
+ +

Definiert in Zeile 63 der Datei SocketHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Socket_SocketHandler.isListening ( ) 
+
+
+
Rückgabe:
boolean
+ +

Definiert in Zeile 70 der Datei SocketHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Socket_SocketHandler.listen ( ) 
+
+
+

Let's the socket listen for incoming connections.

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 109 der Datei SocketHandler.php.

+ +

Benutzt error().

+ +
+
+ +
+
+ + + + + + + + + +
Socket_SocketHandler.read ( length = 16384 ) 
+
+
+

Reads data from the socket.

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Parameter:
+ + +
int $length
+
+
+
Rückgabe:
string
+ +

Definiert in Zeile 179 der Datei SocketHandler.php.

+ +

Benutzt error().

+ +
+
+ +
+
+ + + + + + + + + +
Socket_SocketHandler.write ( data ) 
+
+
+

Writes data to the socket.

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Parameter:
+ + +
string $data
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 168 der Datei SocketHandler.php.

+ +

Benutzt error().

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classSocket__SocketPool-members.html b/ircbot/Documentation/Doxygen/html/classSocket__SocketPool-members.html new file mode 100644 index 0000000..350b945 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classSocket__SocketPool-members.html @@ -0,0 +1,83 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Socket_SocketPool Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für Socket_SocketPool einschließlich aller geerbten Elemente. + + + + + + + + +
$sockets (Definiert in Socket_SocketPool)Socket_SocketPool [protected]
__construct()Socket_SocketPool
__destruct()Socket_SocketPool
addSocket($add_socket)Socket_SocketPool
countSockets()Socket_SocketPool
createTcpSocket($IPv6=FALSE)Socket_SocketPool
removeSocket($remove_socket)Socket_SocketPool
select($read, $write, $except, $timeout=NULL)Socket_SocketPool
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classSocket__SocketPool.html b/ircbot/Documentation/Doxygen/html/classSocket__SocketPool.html new file mode 100644 index 0000000..9f2f9ef --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classSocket__SocketPool.html @@ -0,0 +1,317 @@ + + + + +ircbot: Socket_SocketPool Klassenreferenz + + + + + + + + + +
+ +
+

Socket_SocketPool Klassenreferenz

+
+
+ +

Aufstellung aller Elemente

+ + + + + + + + + + + +

+Öffentliche Methoden

 __construct ()
 __destruct ()
 countSockets ()
 addSocket ($add_socket)
 removeSocket ($remove_socket)
 createTcpSocket ($IPv6=FALSE)
 select ($read, $write, $except, $timeout=NULL)

+Geschützte Attribute

$sockets
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 8 der Datei SocketPool.php.

+

Beschreibung der Konstruktoren und Destruktoren

+ +
+
+ + + + + + + + +
Socket_SocketPool.__construct ( ) 
+
+
+

Creates sockets.

+
Rückgabe:
void
+ +

Definiert in Zeile 20 der Datei SocketPool.php.

+ +
+
+ +
+
+ + + + + + + + +
Socket_SocketPool.__destruct ( ) 
+
+
+

Closes all connections.

+
Rückgabe:
void
+ +

Definiert in Zeile 28 der Datei SocketPool.php.

+ +
+
+

Dokumentation der Elementfunktionen

+ +
+
+ + + + + + + + + +
Socket_SocketPool.addSocket ( add_socket ) 
+
+
+

Adds a socket to the pool

+
Parameter:
+ + +
ressource $add_socket
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 45 der Datei SocketPool.php.

+ +

Wird benutzt von createTcpSocket().

+ +
+
+ +
+
+ + + + + + + + +
Socket_SocketPool.countSockets ( ) 
+
+
+

Returns the amount of active sockets.

+
Rückgabe:
int
+ +

Definiert in Zeile 36 der Datei SocketPool.php.

+ +
+
+ +
+
+ + + + + + + + + +
Socket_SocketPool.createTcpSocket ( IPv6 = FALSE ) 
+
+
+

Creates a new TcpSocket and adds it to the pool.

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Parameter:
+ + +
boolean $IPv6 will determine whether the socket uses IPv4 or IPv6.
+
+
+
Rückgabe:
ressource
+ +

Definiert in Zeile 73 der Datei SocketPool.php.

+ +

Benutzt addSocket().

+ +
+
+ +
+
+ + + + + + + + + +
Socket_SocketPool.removeSocket ( remove_socket ) 
+
+
+

Removes the given socket from the pool. The socket will be shutdown.

+
Parameter:
+ + +
ressource $remove_socket
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 55 der Datei SocketPool.php.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Socket_SocketPool.select ( read,
write,
except,
timeout = NULL 
)
+
+
+

Returns an array of sockets one can read from.

+
Parameter:
+ + + + + +
array $read
array $write
array $except
int $timeout
+
+
+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
array
+ +

Definiert in Zeile 91 der Datei SocketPool.php.

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classTestClassForTestsWithReflection-members.html b/ircbot/Documentation/Doxygen/html/classTestClassForTestsWithReflection-members.html new file mode 100644 index 0000000..e202efa --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classTestClassForTestsWithReflection-members.html @@ -0,0 +1,79 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

TestClassForTestsWithReflection Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für TestClassForTestsWithReflection einschließlich aller geerbten Elemente. + + + + +
$protected (Definiert in TestClassForTestsWithReflection)TestClassForTestsWithReflection [protected]
$public (Definiert in TestClassForTestsWithReflection)TestClassForTestsWithReflection
blablubblol(Klasse $objekt)TestClassForTestsWithReflection
testfunctionWithCamelCase(array $ray, $zero=0)TestClassForTestsWithReflection [protected]
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classTestClassForTestsWithReflection.html b/ircbot/Documentation/Doxygen/html/classTestClassForTestsWithReflection.html new file mode 100644 index 0000000..985642a --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classTestClassForTestsWithReflection.html @@ -0,0 +1,172 @@ + + + + +ircbot: TestClassForTestsWithReflection Klassenreferenz + + + + + + + + + +
+ +
+

TestClassForTestsWithReflection Klassenreferenz

+
+
+ +

Aufstellung aller Elemente

+ + + + + + + + + +

+Öffentliche Methoden

 blablubblol (Klasse $objekt)

+Öffentliche Attribute

$public

+Geschützte Methoden

 testfunctionWithCamelCase (array $ray, $zero=0)

+Geschützte Attribute

$protected
+

Ausführliche Beschreibung

+

Testclass in order to test phpdoc-stuff with the php reflection api Shall help in order to find out how this stuff works.

+
Autor:
jpt
+ +

Definiert in Zeile 7 der Datei Reflection.php.

+

Dokumentation der Elementfunktionen

+ +
+
+ + + + + + + + + +
TestClassForTestsWithReflection.blablubblol (Klasse $  objekt ) 
+
+
+

Testfunction

+
Parameter:
+ + +
Klasse $objekt
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 29 der Datei Reflection.php.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
TestClassForTestsWithReflection.testfunctionWithCamelCase (array $  ray,
zero = 0 
) [protected]
+
+
+

Tests the getDocComment() method

+
Parameter:
+ + + +
array $ray
int $zero
+
+
+
Rückgabe:
string
+ +

Definiert in Zeile 42 der Datei Reflection.php.

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classTestException-members.html b/ircbot/Documentation/Doxygen/html/classTestException-members.html new file mode 100644 index 0000000..2a42548 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classTestException-members.html @@ -0,0 +1,76 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

TestException Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für TestException einschließlich aller geerbten Elemente. + +
__construct($message) (Definiert in TestException)TestException
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classTestException.html b/ircbot/Documentation/Doxygen/html/classTestException.html new file mode 100644 index 0000000..d501ae7 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classTestException.html @@ -0,0 +1,99 @@ + + + + +ircbot: TestException Klassenreferenz + + + + + + + + + +
+ +
+

TestException Klassenreferenz

+
+
+
+Klassendiagramm für TestException:
+
+
+ + +Exception + +
+ +

Aufstellung aller Elemente

+ + + +

+Öffentliche Methoden

__construct ($message)
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 3 der Datei Exceptions.php.

+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classTestException.png b/ircbot/Documentation/Doxygen/html/classTestException.png new file mode 100644 index 0000000000000000000000000000000000000000..df8be49bf6cbdeb53207501f56387f5efd3aff55 GIT binary patch literal 398 zcmeAS@N?(olHy`uVBq!ia0vp^Q9vBP!3-qVy`2;Wq$C1-LR|m<{|{uoc=NTi|Ih>= z3ycpOIKbL@M;^%KC<*clW&kPzfvcxNj2IXgWj$RSLn;{G&b_^^#ela)7L4@M3rP7Zw+^uh2>?_-{ShiMODore*)Y-jW zey@Fq*qMLAEjsH1ZIAVLwXNCQDDt!9!hIRlcwyG7W|3?CU4nP~HWgnH`0B9G>ioX6 z&F5x$rCrZ>p|wbIrQ2;KuS<(=8q2UNb;i4KZ$7uNHBx@@ZC=g;cCSyiv20Tm`o+I~ k_Ra2pejsPHm~H02c0%}3zQW|qz`$ehboFyt=akR{02V8%7ytkO literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/classTestFailException-members.html b/ircbot/Documentation/Doxygen/html/classTestFailException-members.html new file mode 100644 index 0000000..70e0a40 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classTestFailException-members.html @@ -0,0 +1,76 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

TestFailException Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für TestFailException einschließlich aller geerbten Elemente. + +
__construct($msg) (Definiert in TestFailException)TestFailException
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classTestFailException.html b/ircbot/Documentation/Doxygen/html/classTestFailException.html new file mode 100644 index 0000000..5cd8439 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/classTestFailException.html @@ -0,0 +1,99 @@ + + + + +ircbot: TestFailException Klassenreferenz + + + + + + + + + +
+ +
+

TestFailException Klassenreferenz

+
+
+
+Klassendiagramm für TestFailException:
+
+
+ + +Exception + +
+ +

Aufstellung aller Elemente

+ + + +

+Öffentliche Methoden

__construct ($msg)
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 11 der Datei Exceptions.php.

+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/classTestFailException.png b/ircbot/Documentation/Doxygen/html/classTestFailException.png new file mode 100644 index 0000000000000000000000000000000000000000..9e53cd4e2c8383650e99fbd5d7d793174e37abff GIT binary patch literal 423 zcmeAS@N?(olHy`uVBq!ia0vp^`9K`N!3-o7%x`M}DTx4|5ZC|z{{xvX-h3_XKQsZz z0^`!->XWZo{v2gMD!`F9hu-+h?ocJG=E14EnWgTEFJ1mEvF#C*eqKhoohl>7$| zJ&pUj_TAVLvC*b$^T)O4_3!SBS+vMJJaT^g(eCme{`VrcsDCbwyEVP@=h{z6@7aF8 zyjr*J9a&HFa!~%`M>|F^xJ$op$sARl(R(_8{~3V zR)6^PZN=dy>uq{B$8Xnnd69j7w`cg&Su1wei7osnSU+$1ftCI$ODqHxgO{#9y}FA_ z^OpYZ>MplkE9@qf?|Ibu^W~@1y2#C^aw?3xK8C2?Jnt5NR$H*YqDu7nubY!C&(5A3 z?=@q_eN+E;%P;@#tg37NduC + + + +ircbot: Alphabetische Liste + + + + + + + + + +
+
+

Klassen-Verzeichnis

+
+ + + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/closed.png b/ircbot/Documentation/Doxygen/html/closed.png new file mode 100644 index 0000000000000000000000000000000000000000..b7d4bd9fef2272c74b94762c9e2496177017775e GIT binary patch literal 126 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>1|%O$WD@{VuAVNAAr*{o?>h22DDp4|bgj*t z)u^AqcA-V@guRYpb17F<&b?_~8HV>~XqWvB;^$!VVSTy0!eQcJp_yD7TIQA>7dijs YXf6~H5cs^Q6KEiVr>mdKI;Vst0NsWqGynhq literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool.html b/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool.html new file mode 100644 index 0000000..0c0c4e7 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool.html @@ -0,0 +1,486 @@ + + + + +ircbot: Connection_ConnectionPool Klassenreferenz + + + + + + + + + +
+ +
+

Connection_ConnectionPool Klassenreferenz

+
+
+ +

Aufstellung aller Elemente

+ + + + + + + + + + + + + + + + + + + + + + + + + + +

+Öffentliche Methoden

 __construct ($linebreak="\r\n")
 Creates an Instance of SocketPool.
 __destruct ()
 Destroys the SocketPool.
 createTcpConnection ($group="", $protocol="RAW", $IPv6=FALSE)
 Creates a new TcpConnection.
 addConnectionHandler ($add_connectionHandler)
 Adds a ConnectionHandler to the pool.
 removeConnectionHandler ($remove_connectionHandler)
 Removes a ConnectionHandler from the pool.
 select ()
 Calls select() on SocketPool and updates the ConnectionHandler.
 writeToGroup ($group, $data)
 Writes the given data to all sockets in $group.
 writeToID ($id, $data)
 Writes the given data to the socket with $id.
 countConnections ()

+Geschützte Methoden

 getConnectionHandlerForSocketRessource ($socketRessource)
 Returns ConnectionHandler for the given socket ressource.

+Geschützte Attribute

$socketPool
$connectionHandlers
$nextID
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 8 der Datei ConnectionPool.php.

+

Beschreibung der Konstruktoren und Destruktoren

+ +
+
+ + + + + + + + + +
Connection_ConnectionPool.__construct ( linebreak = "\r\n" ) 
+
+
+ +

Creates an Instance of SocketPool.

+
Rückgabe:
void
+ +

Definiert in Zeile 31 der Datei ConnectionPool.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionPool.__destruct ( ) 
+
+
+ +

Destroys the SocketPool.

+
Rückgabe:
void
+ +

Definiert in Zeile 41 der Datei ConnectionPool.php.

+ +
+
+

Dokumentation der Elementfunktionen

+ +
+
+ + + + + + + + + +
Connection_ConnectionPool.addConnectionHandler ( add_connectionHandler ) 
+
+
+ +

Adds a ConnectionHandler to the pool.

+
Parameter:
+ + +
Connection_ConnectionHandler $add_connectionHandler
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 62 der Datei ConnectionPool.php.

+ +

Wird benutzt von createTcpConnection() und select().

+ +

+Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:
+
+
+ + +
+

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionPool.countConnections ( ) 
+
+
+
Siehe auch:
Socket_SocketPool
+
Rückgabe:
int
+ +

Definiert in Zeile 177 der Datei ConnectionPool.php.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
Connection_ConnectionPool.createTcpConnection ( group = "",
protocol = "RAW",
IPv6 = FALSE 
)
+
+
+ +

Creates a new TcpConnection.

+
Parameter:
+ + +
boolean $IPv6 will determine whether the socket uses IPv4 or IPv6.
+
+
+
Rückgabe:
Connection_ConnectionHandler
+ +

Definiert in Zeile 50 der Datei ConnectionPool.php.

+ +

Benutzt addConnectionHandler().

+ +

+Hier ist ein Graph der zeigt, was diese Funktion aufruft:
+
+
+ + +
+

+ +
+
+ +
+
+ + + + + + + + + +
Connection_ConnectionPool.getConnectionHandlerForSocketRessource ( socketRessource )  [protected]
+
+
+ +

Returns ConnectionHandler for the given socket ressource.

+
Parameter:
+ + +
ressource $socketRessource
+
+
+
Rückgabe:
Connection_ConnectionHandler
+ +

Definiert in Zeile 87 der Datei ConnectionPool.php.

+ +

Wird benutzt von select().

+ +

+Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:
+
+
+ + +
+

+ +
+
+ +
+
+ + + + + + + + + +
Connection_ConnectionPool.removeConnectionHandler ( remove_connectionHandler ) 
+
+
+ +

Removes a ConnectionHandler from the pool.

+
Parameter:
+ + +
Connection_ConnectionHandler $remove_connectionHandler
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 72 der Datei ConnectionPool.php.

+ +

Wird benutzt von select().

+ +

+Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:
+
+
+ + +
+

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionPool.select ( ) 
+
+
+ +

Calls select() on SocketPool and updates the ConnectionHandler.

+

Will also accept incoming connections and add them to the pool.

+
Rückgabe:
array An array containing the Connection_ConnectionHandler for each Socket with new data.
+
Ausnahmebehandlung:
+ + + +
Exception_GeneralException 
Exception_SocketException 
+
+
+ +

Definiert in Zeile 102 der Datei ConnectionPool.php.

+ +

Benutzt addConnectionHandler(), getConnectionHandlerForSocketRessource() und removeConnectionHandler().

+ +

+Hier ist ein Graph der zeigt, was diese Funktion aufruft:
+
+
+ + +
+

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Connection_ConnectionPool.writeToGroup ( group,
data 
)
+
+
+ +

Writes the given data to all sockets in $group.

+
Parameter:
+ + + +
string $group
string $data
+
+
+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 152 der Datei ConnectionPool.php.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Connection_ConnectionPool.writeToID ( id,
data 
)
+
+
+ +

Writes the given data to the socket with $id.

+
Parameter:
+ + + +
int $id
string $data
+
+
+ +

Definiert in Zeile 165 der Datei ConnectionPool.php.

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a3088844988e22a033edf52edefe9f14d_cgraph.map b/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a3088844988e22a033edf52edefe9f14d_cgraph.map new file mode 100644 index 0000000..ef5059f --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a3088844988e22a033edf52edefe9f14d_cgraph.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a3088844988e22a033edf52edefe9f14d_cgraph.md5 b/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a3088844988e22a033edf52edefe9f14d_cgraph.md5 new file mode 100644 index 0000000..14ba963 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a3088844988e22a033edf52edefe9f14d_cgraph.md5 @@ -0,0 +1 @@ +78b757deb0ea176873f24731171f30f1 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a3088844988e22a033edf52edefe9f14d_cgraph.png b/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a3088844988e22a033edf52edefe9f14d_cgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..2160a76f7ff50e301ee8b544bef08cba1ebb1338 GIT binary patch literal 3224 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 CtyNY4 literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a65922149420aa8b7635235628a031ab5_cgraph.map b/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a65922149420aa8b7635235628a031ab5_cgraph.map new file mode 100644 index 0000000..1affcdd --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a65922149420aa8b7635235628a031ab5_cgraph.map @@ -0,0 +1,5 @@ + + + + + diff --git a/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a65922149420aa8b7635235628a031ab5_cgraph.md5 b/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a65922149420aa8b7635235628a031ab5_cgraph.md5 new file mode 100644 index 0000000..7aed445 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a65922149420aa8b7635235628a031ab5_cgraph.md5 @@ -0,0 +1 @@ +dc43e7f5835a0333ad768b763f04f023 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a65922149420aa8b7635235628a031ab5_cgraph.png b/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a65922149420aa8b7635235628a031ab5_cgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..39381e65abc131d3b39103072204e61051b6e36d GIT binary patch literal 9813 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 Xe=|i^)q$=s5J*d1Pp#si?W_L-?9KNi literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a7b69c8594a0da112b7624a89b5f0069c_icgraph.map b/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a7b69c8594a0da112b7624a89b5f0069c_icgraph.map new file mode 100644 index 0000000..f7c70c5 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a7b69c8594a0da112b7624a89b5f0069c_icgraph.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a7b69c8594a0da112b7624a89b5f0069c_icgraph.md5 b/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a7b69c8594a0da112b7624a89b5f0069c_icgraph.md5 new file mode 100644 index 0000000..22e12b3 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a7b69c8594a0da112b7624a89b5f0069c_icgraph.md5 @@ -0,0 +1 @@ +e400dd87790adbb3396c207d4ebbfd1d \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a7b69c8594a0da112b7624a89b5f0069c_icgraph.png b/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_a7b69c8594a0da112b7624a89b5f0069c_icgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..1781a74029edbc0edbce481e3eed9a9b1fcf19ec GIT binary patch literal 4085 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 H*vI}C$ + + + diff --git a/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_abc4695c339196fdddce0623dd357ecfc_icgraph.md5 b/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_abc4695c339196fdddce0623dd357ecfc_icgraph.md5 new file mode 100644 index 0000000..4881f99 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_abc4695c339196fdddce0623dd357ecfc_icgraph.md5 @@ -0,0 +1 @@ +6fd1e259f4d745ea5a29218509d73cba \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_abc4695c339196fdddce0623dd357ecfc_icgraph.png b/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_abc4695c339196fdddce0623dd357ecfc_icgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..b7e7e85ac1bb1e36d47802f8b76b6a1e131c5a81 GIT binary patch literal 5498 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 NTIzag6)Lvj{{sDYyt@DZ literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_ad1e391419908d336389c4158adc67b49_icgraph.map b/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_ad1e391419908d336389c4158adc67b49_icgraph.map new file mode 100644 index 0000000..edfd38e --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_ad1e391419908d336389c4158adc67b49_icgraph.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_ad1e391419908d336389c4158adc67b49_icgraph.md5 b/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_ad1e391419908d336389c4158adc67b49_icgraph.md5 new file mode 100644 index 0000000..4a2f5ee --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_ad1e391419908d336389c4158adc67b49_icgraph.md5 @@ -0,0 +1 @@ +d7313fd7f0355c8953aee488c0920d62 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_ad1e391419908d336389c4158adc67b49_icgraph.png b/ircbot/Documentation/Doxygen/html/d0/d25/classConnection__ConnectionPool_ad1e391419908d336389c4158adc67b49_icgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..69807439376dc88e7691f0b0c2003b9798a9da81 GIT binary patch literal 3268 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 + + diff --git a/ircbot/Documentation/Doxygen/html/d0/d2a/classClient__IrcClient__coll__graph.md5 b/ircbot/Documentation/Doxygen/html/d0/d2a/classClient__IrcClient__coll__graph.md5 new file mode 100644 index 0000000..1c7f00a --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d0/d2a/classClient__IrcClient__coll__graph.md5 @@ -0,0 +1 @@ +7c59a08fe398f3857e1833f3df49f992 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d0/d2a/classClient__IrcClient__coll__graph.png b/ircbot/Documentation/Doxygen/html/d0/d2a/classClient__IrcClient__coll__graph.png new file mode 100644 index 0000000000000000000000000000000000000000..8bd6b2690903da0e1327009ef274c48dc7d50d5f GIT binary patch literal 12630 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 literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d0/d34/classTestFailException__inherit__graph.map b/ircbot/Documentation/Doxygen/html/d0/d34/classTestFailException__inherit__graph.map new file mode 100644 index 0000000..d5d57dd --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d0/d34/classTestFailException__inherit__graph.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/d0/d34/classTestFailException__inherit__graph.md5 b/ircbot/Documentation/Doxygen/html/d0/d34/classTestFailException__inherit__graph.md5 new file mode 100644 index 0000000..2d0a4cc --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d0/d34/classTestFailException__inherit__graph.md5 @@ -0,0 +1 @@ +3a9c4d7b257c8870f9738ef825e68afd \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d0/d34/classTestFailException__inherit__graph.png b/ircbot/Documentation/Doxygen/html/d0/d34/classTestFailException__inherit__graph.png new file mode 100644 index 0000000000000000000000000000000000000000..fa647eaf6f9eecac3098d881c7f83dcadef75e15 GIT binary patch literal 3781 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 + + diff --git a/ircbot/Documentation/Doxygen/html/d0/daa/inherit__graph__9.md5 b/ircbot/Documentation/Doxygen/html/d0/daa/inherit__graph__9.md5 new file mode 100644 index 0000000..9b3b58f --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d0/daa/inherit__graph__9.md5 @@ -0,0 +1 @@ +ed533d7ab9a6eb1038759719d48c8d23 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d0/daa/inherit__graph__9.png b/ircbot/Documentation/Doxygen/html/d0/daa/inherit__graph__9.png new file mode 100644 index 0000000000000000000000000000000000000000..63be689f6724ab271920c035a104d932d920d1f2 GIT binary patch literal 1024 zcmV+b1poVqP)&#?s z&-p?#be*cYb-I4{)Tz2XBuSDaNs=T0zeUMIeZpNfHhBOcuPqRyn4{F*Tlm1+)EWxY5qCVdiD&9IG&RG?;)h#Y0x zxiDpPE&sKddRu?~5GAS9qw0?U)lMuw1(S&n9RXeCapMxCZaz*8%(P<#Usm7ivxx zUCcFWMgCbc>BMjLWN|-RG~0qNMXpxzEzWKk$9(MQm$EPYig^OJiqo1AoUU1nP3=pc zx3#ois5w~_F~5sj#B#C{=ZN=C-z)0u$D1N&+bHtI#|ryCye%er9Ud=iwey?tIqoZL zdvFlvi)e9)*l^SwHGRqJnlJr|`3P + + + +ircbot: Elementverzeichnis + + + + + + + + +

+
+
+

Foo Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für Foo einschließlich aller geerbten Elemente. + + + + + +
$pool (Definiert in Foo)Foo [protected]
__construct() (Definiert in Foo)Foo
addBar($bar)Foo
getBar($id)Foo
getTestResult()Foo
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d0/ddf/classConnection__ConnectionHandler.html b/ircbot/Documentation/Doxygen/html/d0/ddf/classConnection__ConnectionHandler.html new file mode 100644 index 0000000..2e4f1de --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d0/ddf/classConnection__ConnectionHandler.html @@ -0,0 +1,832 @@ + + + + +ircbot: Connection_ConnectionHandler Klassenreferenz + + + + + + + + + +
+ +
+

Connection_ConnectionHandler Klassenreferenz

+
+
+ +

Aufstellung aller Elemente

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Öffentliche Methoden

 __construct ($socket, $id, $group="", $protocol="", $linebreak="\r\n")
 Calls parent constructor.
 __destruct ()
 Calls parent destructor.
 getProtocol ()
 getGroup ()
 getID ()
 isServer ()
 Returns whether this connection is a listening socket or a general client connection socket.
 readToBuffer ()
 Reads from SocketHandler, writes into buffer_incoming.
 writeFromBuffer ()
 Writes the buffer_outgoing to the SocketHandler.
 handleSocketError ()
 Calls error() on Socket_SocketHandler.
 canRead ()
 Determines whether this ConnectionHandler has data to read.
 canWrite ()
 Determines whether this ConnectionHandler has data to write.
 read ()
 Reads new data into buffer_incoming.
 write ($data)
 Writes data into buffer_outgoing.
 accept ()
 Calls SocketHandler.
 getRemoteName ()
 Calls SocketHandler.
 getLocalName ()
 Calls SocketHandler.
 close ()
 Calls SocketHandler.
 connect ($address, $port)
 Calls SocketHandler.
 bind ($address, $port)
 Calls SocketHandler.
 listen ()
 Calls SocketHandler.
 isConnected ()
 isListening ()
 getSocket ()
 Calls SocketHandler.
 getSocketHandler ()
 hasBeenAccepted ()
 Calls SocketHandler.

+Geschützte Attribute

$buffer_incoming
$buffer_outgoing
$socketHandler
$is_server
$id
$group
$protocol
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 11 der Datei ConnectionHandler.php.

+

Beschreibung der Konstruktoren und Destruktoren

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Connection_ConnectionHandler.__construct ( socket,
id,
group = "",
protocol = "",
linebreak = "\r\n" 
)
+
+
+ +

Calls parent constructor.

+
Parameter:
+ + + +
$socket 
$linebreak 
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 63 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.__destruct ( ) 
+
+
+ +

Calls parent destructor.

+
Rückgabe:
void
+ +

Definiert in Zeile 77 der Datei ConnectionHandler.php.

+ +
+
+

Dokumentation der Elementfunktionen

+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.accept ( ) 
+
+
+ +

Calls SocketHandler.

+
Siehe auch:
Socket_SocketHandler
+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
ressource
+ +

Definiert in Zeile 187 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Connection_ConnectionHandler.bind ( address,
port 
)
+
+
+ +

Calls SocketHandler.

+
Siehe auch:
Socket_SocketHandler
+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 237 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.canRead ( ) 
+
+
+ +

Determines whether this ConnectionHandler has data to read.

+
Rückgabe:
boolean
+ +

Definiert in Zeile 150 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.canWrite ( ) 
+
+
+ +

Determines whether this ConnectionHandler has data to write.

+
Rückgabe:
boolean
+ +

Definiert in Zeile 158 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.close ( ) 
+
+
+ +

Calls SocketHandler.

+
Siehe auch:
Socket_SocketHandler
+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 217 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Connection_ConnectionHandler.connect ( address,
port 
)
+
+
+ +

Calls SocketHandler.

+
Siehe auch:
Socket_SocketHandler
+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 227 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.getGroup ( ) 
+
+
+
Rückgabe:
string Connection Group
+ +

Definiert in Zeile 91 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.getID ( ) 
+
+
+
Rückgabe:
int Connection ID
+ +

Definiert in Zeile 98 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.getLocalName ( ) 
+
+
+ +

Calls SocketHandler.

+
Siehe auch:
Socket_SocketHandler
+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
string
+ +

Definiert in Zeile 207 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.getProtocol ( ) 
+
+
+
Rückgabe:
string
+ +

Definiert in Zeile 84 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.getRemoteName ( ) 
+
+
+ +

Calls SocketHandler.

+
Siehe auch:
Socket_SocketHandler
+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
string
+ +

Definiert in Zeile 197 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.getSocket ( ) 
+
+
+ +

Calls SocketHandler.

+
Siehe auch:
Socket_SocketHandler
+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
ressource
+ +

Definiert in Zeile 274 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.getSocketHandler ( ) 
+
+
+
Rückgabe:
Socket_SocketHandler
+ +

Definiert in Zeile 281 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.handleSocketError ( ) 
+
+
+ +

Calls error() on Socket_SocketHandler.

+
Ausnahmebehandlung:
+ + +
Socket_SocketExceptions 
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 142 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.hasBeenAccepted ( ) 
+
+
+ +

Calls SocketHandler.

+
Siehe auch:
Socket_SocketHandler
+
Rückgabe:
void
+ +

Definiert in Zeile 290 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.isConnected ( ) 
+
+
+
Siehe auch:
Socket_SocketHandler
+
Rückgabe:
boolean
+ +

Definiert in Zeile 256 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.isListening ( ) 
+
+
+
Siehe auch:
Socket_SocketHandler
+
Rückgabe:
boolean
+ +

Definiert in Zeile 264 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.isServer ( ) 
+
+
+ +

Returns whether this connection is a listening socket or a general client connection socket.

+
Rückgabe:
boolean
+ +

Definiert in Zeile 106 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.listen ( ) 
+
+
+ +

Calls SocketHandler.

+
Siehe auch:
Socket_SocketHandler
+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 247 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.read ( ) 
+
+
+ +

Reads new data into buffer_incoming.

+

Returns a full line from buffer_incoming.

+
Rückgabe:
string
+ +

Definiert in Zeile 167 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.readToBuffer ( ) 
+
+
+ +

Reads from SocketHandler, writes into buffer_incoming.

+

Returns a boolean that will indicate whether the socket is still okay.

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
boolean
+ +

Definiert in Zeile 116 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + + +
Connection_ConnectionHandler.write ( data ) 
+
+
+ +

Writes data into buffer_outgoing.

+

Sends data from buffer_outgoing to the SocketHandler.

+
Parameter:
+ + +
$data 
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 177 der Datei ConnectionHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Connection_ConnectionHandler.writeFromBuffer ( ) 
+
+
+ +

Writes the buffer_outgoing to the SocketHandler.

+

Returns a boolean that will indicate whether the socket is still okay.

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
boolean
+ +

Definiert in Zeile 129 der Datei ConnectionHandler.php.

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d1/d4f/inherit__graph__11.map b/ircbot/Documentation/Doxygen/html/d1/d4f/inherit__graph__11.map new file mode 100644 index 0000000..2963b2e --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d1/d4f/inherit__graph__11.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/d1/d4f/inherit__graph__11.md5 b/ircbot/Documentation/Doxygen/html/d1/d4f/inherit__graph__11.md5 new file mode 100644 index 0000000..fae22ad --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d1/d4f/inherit__graph__11.md5 @@ -0,0 +1 @@ +79227ffdd9aec9c03c0ee17f32dbc383 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d1/d4f/inherit__graph__11.png b/ircbot/Documentation/Doxygen/html/d1/d4f/inherit__graph__11.png new file mode 100644 index 0000000000000000000000000000000000000000..fb0b93836d4c8c17eb2fed4b9b0d892993153fb8 GIT binary patch literal 1359 zcmV-V1+e;wP)fvvcnSA%qY@2qAh`l+W0&Uy;3wedT=^@x`{lrX*WM3|c5L+h`xAHvI4e>1Y~bBCbf(yp zr_&2SGIa!Ki}|Zs{=P0w1Kz_Xbr?7nxCz))vz`=M)Z=Hj#;%A1z$d_!UfH0#Ki(_b z0DSD)*Fomr5b!=Qk|@^)%+zGVf11s-zk>U6OR=KwSxXrfLF1V`VjC2up&W!tS&S*%YmnW-`(}3EAwS<1NH*{1Z=N+?8@4&2VV2q zUGC)kpnc1=^KC5CGYj14bW8zX0_#eA1lzqQ6MQbxS7p302k^L8e*m}&o21pi(beZU%5H%i#&P=Ll{_hNHVL@Yp4<}~DUDqRoIX%3$dKdn0# zOF@4Iz5}i(=_jM=4tfFbA@Ell`m5TOF@vRB8Ou2Q0Zp;J?y(ECUx%e-M*+KC*&b}S z{g(0+HTGbKWLm&l>>YH2D~tIY3ecGB4CRY^%;t9HwA}-=t_J8Bw(ZAg0heK^R8c<} zBgFp(=gW-)*J7zu3p-RQJF&~_uWDPy1aPW%KkUjNt_CmcDTXoLCa`lYoup{;!?7{I@xZjwc zvH)xW?!X?TL2QLT4|uUee=l}8bO<=v+2Rw@AF2!SJeCr!aMvTu_c@ii$1dj2PT)Rl zN5g$?0iFriSfr;a<5)VqnYhm(VzN7d$0&XWjrmd6oYqENJLnSZ9cC0e-P(=qXc?QZ z6lxkfVZ6kvy9+yg&D(J%@G^E1H;KKB``?55?bl=J+zjwNaC5Fcq(4*_8k=5VJMf3Q zw!5+v*-nmKs6E)B)f98@sB7GP{xHk$vq(?X9TebV;0xkDhj!4IY!4P>2Z3L(lk`+S z+L_bFrno|g_UL+wD}-1e3Q!>$i~>}M2BQEKqQNLYg=jDeP$3$O0#t|wqW~46!6-n5 zXfUDQn7+_8D})e*EG;M-VE(_+g%F)*5B8_?u_JAW5JCtcgb+dqA%tic{{qqm^>MaB RFWvwE002ovPDHLkV1hY@he`kd literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d1/dc6/classException__SocketException__inherit__graph.map b/ircbot/Documentation/Doxygen/html/d1/dc6/classException__SocketException__inherit__graph.map new file mode 100644 index 0000000..681de5d --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d1/dc6/classException__SocketException__inherit__graph.map @@ -0,0 +1,4 @@ + + + + diff --git a/ircbot/Documentation/Doxygen/html/d1/dc6/classException__SocketException__inherit__graph.md5 b/ircbot/Documentation/Doxygen/html/d1/dc6/classException__SocketException__inherit__graph.md5 new file mode 100644 index 0000000..af9fdad --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d1/dc6/classException__SocketException__inherit__graph.md5 @@ -0,0 +1 @@ +64f92f108e046ca30c27ffcad11b0307 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d1/dc6/classException__SocketException__inherit__graph.png b/ircbot/Documentation/Doxygen/html/d1/dc6/classException__SocketException__inherit__graph.png new file mode 100644 index 0000000000000000000000000000000000000000..7be938ee447f425d090afc26ccd0f11d34d3f5bc GIT binary patch literal 6231 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 Nj+TLD@s0a0{tE>a3poG) literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d2/d2c/classSocket__SocketPool.html b/ircbot/Documentation/Doxygen/html/d2/d2c/classSocket__SocketPool.html new file mode 100644 index 0000000..6a2b049 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d2/d2c/classSocket__SocketPool.html @@ -0,0 +1,350 @@ + + + + +ircbot: Socket_SocketPool Klassenreferenz + + + + + + + + + +
+ +
+

Socket_SocketPool Klassenreferenz

+
+
+ +

Aufstellung aller Elemente

+ + + + + + + + + + + + + + + + + + +

+Öffentliche Methoden

 __construct ()
 Creates sockets.
 __destruct ()
 Closes all connections.
 countSockets ()
 Returns the amount of active sockets.
 addSocket ($add_socket)
 Adds a socket to the pool.
 removeSocket ($remove_socket)
 Removes the given socket from the pool.
 createTcpSocket ($IPv6=FALSE)
 Creates a new TcpSocket and adds it to the pool.
 select ($read, $write, $except, $timeout=NULL)
 Returns an array of sockets one can read from.

+Geschützte Attribute

$sockets
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 8 der Datei SocketPool.php.

+

Beschreibung der Konstruktoren und Destruktoren

+ +
+
+ + + + + + + + +
Socket_SocketPool.__construct ( ) 
+
+
+ +

Creates sockets.

+
Rückgabe:
void
+ +

Definiert in Zeile 20 der Datei SocketPool.php.

+ +
+
+ +
+
+ + + + + + + + +
Socket_SocketPool.__destruct ( ) 
+
+
+ +

Closes all connections.

+
Rückgabe:
void
+ +

Definiert in Zeile 28 der Datei SocketPool.php.

+ +
+
+

Dokumentation der Elementfunktionen

+ +
+
+ + + + + + + + + +
Socket_SocketPool.addSocket ( add_socket ) 
+
+
+ +

Adds a socket to the pool.

+
Parameter:
+ + +
ressource $add_socket
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 45 der Datei SocketPool.php.

+ +

Wird benutzt von createTcpSocket().

+ +

+Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:
+
+
+ + +
+

+ +
+
+ +
+
+ + + + + + + + +
Socket_SocketPool.countSockets ( ) 
+
+
+ +

Returns the amount of active sockets.

+
Rückgabe:
int
+ +

Definiert in Zeile 36 der Datei SocketPool.php.

+ +
+
+ +
+
+ + + + + + + + + +
Socket_SocketPool.createTcpSocket ( IPv6 = FALSE ) 
+
+
+ +

Creates a new TcpSocket and adds it to the pool.

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Parameter:
+ + +
boolean $IPv6 will determine whether the socket uses IPv4 or IPv6.
+
+
+
Rückgabe:
ressource
+ +

Definiert in Zeile 73 der Datei SocketPool.php.

+ +

Benutzt addSocket().

+ +

+Hier ist ein Graph der zeigt, was diese Funktion aufruft:
+
+
+ + +
+

+ +
+
+ +
+
+ + + + + + + + + +
Socket_SocketPool.removeSocket ( remove_socket ) 
+
+
+ +

Removes the given socket from the pool.

+

The socket will be shutdown.

+
Parameter:
+ + +
ressource $remove_socket
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 55 der Datei SocketPool.php.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Socket_SocketPool.select ( read,
write,
except,
timeout = NULL 
)
+
+
+ +

Returns an array of sockets one can read from.

+
Parameter:
+ + + + + +
array $read
array $write
array $except
int $timeout
+
+
+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
array
+ +

Definiert in Zeile 91 der Datei SocketPool.php.

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d2/d2c/classSocket__SocketPool_a93576a5822f28d931a8b9644b80418a9_icgraph.map b/ircbot/Documentation/Doxygen/html/d2/d2c/classSocket__SocketPool_a93576a5822f28d931a8b9644b80418a9_icgraph.map new file mode 100644 index 0000000..a6b3c0c --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d2/d2c/classSocket__SocketPool_a93576a5822f28d931a8b9644b80418a9_icgraph.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/d2/d2c/classSocket__SocketPool_a93576a5822f28d931a8b9644b80418a9_icgraph.md5 b/ircbot/Documentation/Doxygen/html/d2/d2c/classSocket__SocketPool_a93576a5822f28d931a8b9644b80418a9_icgraph.md5 new file mode 100644 index 0000000..408df31 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d2/d2c/classSocket__SocketPool_a93576a5822f28d931a8b9644b80418a9_icgraph.md5 @@ -0,0 +1 @@ +69c352c873a93ca34cc2beb7c2c57741 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d2/d2c/classSocket__SocketPool_a93576a5822f28d931a8b9644b80418a9_icgraph.png b/ircbot/Documentation/Doxygen/html/d2/d2c/classSocket__SocketPool_a93576a5822f28d931a8b9644b80418a9_icgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..5677d8313680cb3741e8efd3a60785d95ede137b GIT binary patch literal 3037 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 literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d2/d2c/classSocket__SocketPool_ac9dd05127f3aad43185cc971b101773f_cgraph.map b/ircbot/Documentation/Doxygen/html/d2/d2c/classSocket__SocketPool_ac9dd05127f3aad43185cc971b101773f_cgraph.map new file mode 100644 index 0000000..15dde61 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d2/d2c/classSocket__SocketPool_ac9dd05127f3aad43185cc971b101773f_cgraph.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/d2/d2c/classSocket__SocketPool_ac9dd05127f3aad43185cc971b101773f_cgraph.md5 b/ircbot/Documentation/Doxygen/html/d2/d2c/classSocket__SocketPool_ac9dd05127f3aad43185cc971b101773f_cgraph.md5 new file mode 100644 index 0000000..41e7129 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d2/d2c/classSocket__SocketPool_ac9dd05127f3aad43185cc971b101773f_cgraph.md5 @@ -0,0 +1 @@ +499258d0aa4fc61d285c3303f730a39b \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d2/d2c/classSocket__SocketPool_ac9dd05127f3aad43185cc971b101773f_cgraph.png b/ircbot/Documentation/Doxygen/html/d2/d2c/classSocket__SocketPool_ac9dd05127f3aad43185cc971b101773f_cgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..352da53838d0e18ade90b4b083e8eec81611b347 GIT binary patch literal 3042 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 p2MFX?DlCGu{$2Kx4Tlqc1H*j9Hb_DIT4d1 + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Client_BotClient Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für Client_BotClient einschließlich aller geerbten Elemente. + + + + + + + + + +
$clientManager (Definiert in Client_AbstractClient)Client_AbstractClient [protected]
$group (Definiert in Client_AbstractClient)Client_AbstractClient [protected]
$ID (Definiert in Client_AbstractClient)Client_AbstractClient [protected]
__construct()Client_BotClient
injectClientManager($clientManager)Client_AbstractClient
loadConfig($config)Client_BotClient
processData($data)Client_BotClient
setGroup($group)Client_AbstractClient
setID($id)Client_AbstractClient
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d2/d9d/classTestFailException-members.html b/ircbot/Documentation/Doxygen/html/d2/d9d/classTestFailException-members.html new file mode 100644 index 0000000..8c43157 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d2/d9d/classTestFailException-members.html @@ -0,0 +1,76 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

TestFailException Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für TestFailException einschließlich aller geerbten Elemente. + +
__construct($msg) (Definiert in TestFailException)TestFailException
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d2/dec/namespaceSocket.html b/ircbot/Documentation/Doxygen/html/d2/dec/namespaceSocket.html new file mode 100644 index 0000000..b5b57e8 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d2/dec/namespaceSocket.html @@ -0,0 +1,83 @@ + + + + +ircbot: Paket Socket + + + + + + + + + +
+
+

Paket Socket

+
+
+ +

The SocketHandler class will handle a single socket. +Mehr ...

+ +
+

Ausführliche Beschreibung

+

The SocketHandler class will handle a single socket.

+

The SocketPool class that will handle all the sockets.

+

It takes care of the very basic socket functions.

+
Autor:
jpt
+

Manages a pool of socket ressources with socket_select()

+
Autor:
jpt
+
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d2/dfc/ReferenceTest_8php_source.html b/ircbot/Documentation/Doxygen/html/d2/dfc/ReferenceTest_8php_source.html new file mode 100644 index 0000000..73c37cf --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d2/dfc/ReferenceTest_8php_source.html @@ -0,0 +1,150 @@ + + + + +ircbot: Testcode/Misc/ReferenceTest.php Quellcode + + + + + + + + + + + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d3/d13/classService__ExceptionTest.html b/ircbot/Documentation/Doxygen/html/d3/d13/classService__ExceptionTest.html new file mode 100644 index 0000000..6823ffa --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d3/d13/classService__ExceptionTest.html @@ -0,0 +1,96 @@ + + + + +ircbot: Service_ExceptionTest Klassenreferenz + + + + + + + + + +
+ +
+

Service_ExceptionTest Klassenreferenz

+
+
+ +

Aufstellung aller Elemente

+ + + + + + +

+Öffentliche Methoden

TestTheFail ()
CatchAndThrow ()
internalCatch ()
failAtThis ()
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 19 der Datei Exceptions.php.

+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d4/d22/classTestClassForTestsWithReflection-members.html b/ircbot/Documentation/Doxygen/html/d4/d22/classTestClassForTestsWithReflection-members.html new file mode 100644 index 0000000..3f31f94 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d4/d22/classTestClassForTestsWithReflection-members.html @@ -0,0 +1,79 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

TestClassForTestsWithReflection Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für TestClassForTestsWithReflection einschließlich aller geerbten Elemente. + + + + +
$protected (Definiert in TestClassForTestsWithReflection)TestClassForTestsWithReflection [protected]
$public (Definiert in TestClassForTestsWithReflection)TestClassForTestsWithReflection
blablubblol(Klasse $objekt)TestClassForTestsWithReflection
testfunctionWithCamelCase(array $ray, $zero=0)TestClassForTestsWithReflection [protected]
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d4/d24/classMisc__Buffer-members.html b/ircbot/Documentation/Doxygen/html/d4/d24/classMisc__Buffer-members.html new file mode 100644 index 0000000..0442e71 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d4/d24/classMisc__Buffer-members.html @@ -0,0 +1,82 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Misc_Buffer Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für Misc_Buffer einschließlich aller geerbten Elemente. + + + + + + + +
$buffer (Definiert in Misc_Buffer)Misc_Buffer [protected]
$linebreak (Definiert in Misc_Buffer)Misc_Buffer [protected]
__construct($linebreak="\r\n")Misc_Buffer
addData($data)Misc_Buffer
getNextLine()Misc_Buffer
hasLines()Misc_Buffer
pruneEmptyLines()Misc_Buffer [protected]
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d4/d3d/Buffer_8php_source.html b/ircbot/Documentation/Doxygen/html/d4/d3d/Buffer_8php_source.html new file mode 100644 index 0000000..c497902 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d4/d3d/Buffer_8php_source.html @@ -0,0 +1,153 @@ + + + + +ircbot: Classes/Misc/Buffer.php Quellcode + + + + + + + + + + + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d4/d67/Main_8php_source.html b/ircbot/Documentation/Doxygen/html/d4/d67/Main_8php_source.html new file mode 100644 index 0000000..5571d42 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d4/d67/Main_8php_source.html @@ -0,0 +1,83 @@ + + + + +ircbot: Main.php Quellcode + + + + + + + + + + + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d4/d67/classException.html b/ircbot/Documentation/Doxygen/html/d4/d67/classException.html new file mode 100644 index 0000000..243038a --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d4/d67/classException.html @@ -0,0 +1,79 @@ + + + + +ircbot: Exception Klassenreferenz + + + + + + + + + +
+
+

Exception Klassenreferenz

+
+
+ +
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d4/d67/classException.png b/ircbot/Documentation/Doxygen/html/d4/d67/classException.png new file mode 100644 index 0000000000000000000000000000000000000000..69764d5540a4ca9b54514fe6ed9f7e94eb2e2edf GIT binary patch literal 1181 zcmeAS@N?(olHy`uVBq!ia0y~yV3Gr}J2;qu|Nozi zJ+XP_qfUu;(Njb=eAS6v@-{u}WXLSDvzH$=MzY9p*a%c881cz{PLFYM=`)|O%#^i% z1JZLte)5(MP`x_jwv4(8likH;<%u|6t>HtF`JExiwocVsi`;X zAC{DE@T^?XWs-d*<+_#m-w!)7!g@<>8jn8?O6{K?TUc=R#XarP_{4qLb7!x+`*_jK zed-<`H>8?bymA#Y+^({7dVBx;Te*Lx{j*SA81>-cqn{Q}+28jb-*(etrmX*jQhs^E z9Xn><+$++b)4EYKFH&$7quj)PpgkWg46L89$njer(3!Te+s5sVvCgcUT`!KNgw@Hf z(v&-Cp>OrWz=mnFCNIdCev7tad)wS!+%J4JYr#L^^QYcBZ#|%VGWG7k>c<=N&0cZu z^(!!l+2&z$TshhNNBMTiIKHbZs&kI$+x%#Fw=wx!#tsu}$F6q6(!_?NhB}XaA67lQ zSS950!=SfmPYNuLFFwv`BX_HJji&LVH#r+*{qz%$Hs@{scqQ-g{STWrse~}w)Yu3w z|MVdCd$xJ(#~+=-A&(Y5FgwC-Gp~jHF0)OY$M&T^ zw}Rpe7&i|Z^FJ{3FRbucs&Mv)+^gMduf<6(R_Cy}z$mK?j{1@Vpme~-p@|gn;Is=$ z3BV+boFJg$aA{CNd9{AOUDWR!@4ar1H~Of2VBklf3U)aqC8hSK6H{;2CKeZ#xUWiX zINn<^r+zQ{`V-GS^YpKhcu;6Bx9!|B?d#n-NqL?{`m3`xozvg2`ZQ1>e+j>CX2cy= z?&)@2yBk*~Z#wsnV_Mh|hJNXf0*3R~=)QE@`gxUF0}H>b@xfQSfF{*{@9 zuM3YKnyu_%l-q9-v(4_q-b**lCO#0{x79LcUnis7_s5B^=9K)|kQe^(Mnr%(v(39B z&a?Nd-Ym@%<#lo50`cf=3regMH>Ri$Birx{|%-ALHxni2(;bo%{wYOBg&|{an^LB{Ts59FQi> literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d4/d8a/inherit__graph__6.map b/ircbot/Documentation/Doxygen/html/d4/d8a/inherit__graph__6.map new file mode 100644 index 0000000..a7e0bdb --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d4/d8a/inherit__graph__6.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/d4/d8a/inherit__graph__6.md5 b/ircbot/Documentation/Doxygen/html/d4/d8a/inherit__graph__6.md5 new file mode 100644 index 0000000..9b3b58f --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d4/d8a/inherit__graph__6.md5 @@ -0,0 +1 @@ +ed533d7ab9a6eb1038759719d48c8d23 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d4/d8a/inherit__graph__6.png b/ircbot/Documentation/Doxygen/html/d4/d8a/inherit__graph__6.png new file mode 100644 index 0000000000000000000000000000000000000000..63be689f6724ab271920c035a104d932d920d1f2 GIT binary patch literal 1024 zcmV+b1poVqP)&#?s z&-p?#be*cYb-I4{)Tz2XBuSDaNs=T0zeUMIeZpNfHhBOcuPqRyn4{F*Tlm1+)EWxY5qCVdiD&9IG&RG?;)h#Y0x zxiDpPE&sKddRu?~5GAS9qw0?U)lMuw1(S&n9RXeCapMxCZaz*8%(P<#Usm7ivxx zUCcFWMgCbc>BMjLWN|-RG~0qNMXpxzEzWKk$9(MQm$EPYig^OJiqo1AoUU1nP3=pc zx3#ois5w~_F~5sj#B#C{=ZN=C-z)0u$D1N&+bHtI#|ryCye%er9Ud=iwey?tIqoZL zdvFlvi)e9)*l^SwHGRqJnlJr|`3P + + diff --git a/ircbot/Documentation/Doxygen/html/d4/da0/classTestFailException__coll__graph.md5 b/ircbot/Documentation/Doxygen/html/d4/da0/classTestFailException__coll__graph.md5 new file mode 100644 index 0000000..2d0a4cc --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d4/da0/classTestFailException__coll__graph.md5 @@ -0,0 +1 @@ +3a9c4d7b257c8870f9738ef825e68afd \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d4/da0/classTestFailException__coll__graph.png b/ircbot/Documentation/Doxygen/html/d4/da0/classTestFailException__coll__graph.png new file mode 100644 index 0000000000000000000000000000000000000000..fa647eaf6f9eecac3098d881c7f83dcadef75e15 GIT binary patch literal 3781 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 + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Client_ClientManager Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für Client_ClientManager einschließlich aller geerbten Elemente. + + + + + + + + + + + + + + + + + + + + +
$clientPool (Definiert in Client_ClientManager)Client_ClientManager [protected]
$configPool (Definiert in Client_ClientManager)Client_ClientManager [protected]
$connectionPool (Definiert in Client_ClientManager)Client_ClientManager [protected]
$rawRoutingRules (Definiert in Client_ClientManager)Client_ClientManager [protected]
$registeredProtocols (Definiert in Client_ClientManager)Client_ClientManager [protected]
__construct($linebreak="\r\n")Client_ClientManager
__destruct()Client_ClientManager
addClientForConnectionHandler($connectionHandler)Client_ClientManager [protected]
addRawRouting($from, $to)Client_ClientManager
attachConfig($config, $connectionHandler)Client_ClientManager
countConnections()Client_ClientManager
createClientForProtocol($protocol)Client_ClientManager [protected]
createTcpConnection($group="", $protocol="RAW", $IPv6=FALSE)Client_ClientManager
registerProtocol($protocol, $className)Client_ClientManager
removeClientForConnectionHandler($connectionHandler)Client_ClientManager [protected]
removeConnection($connectionHandler)Client_ClientManager
sendToGroup($group, $data)Client_ClientManager
sendToID($id, $data)Client_ClientManager
unregisterProtocol($protocol)Client_ClientManager
work()Client_ClientManager
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d5/d22/classException__GeneralException__inherit__graph.map b/ircbot/Documentation/Doxygen/html/d5/d22/classException__GeneralException__inherit__graph.map new file mode 100644 index 0000000..533c63a --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d5/d22/classException__GeneralException__inherit__graph.map @@ -0,0 +1,4 @@ + + + + diff --git a/ircbot/Documentation/Doxygen/html/d5/d22/classException__GeneralException__inherit__graph.md5 b/ircbot/Documentation/Doxygen/html/d5/d22/classException__GeneralException__inherit__graph.md5 new file mode 100644 index 0000000..8ba0673 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d5/d22/classException__GeneralException__inherit__graph.md5 @@ -0,0 +1 @@ +58c6ff1f7224f862b08b229ca2972d44 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d5/d22/classException__GeneralException__inherit__graph.png b/ircbot/Documentation/Doxygen/html/d5/d22/classException__GeneralException__inherit__graph.png new file mode 100644 index 0000000000000000000000000000000000000000..aa9586f3eeee9e78ab1b79a87672880f204792d0 GIT binary patch literal 6811 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 literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d5/d4c/classException__inherit__graph.map b/ircbot/Documentation/Doxygen/html/d5/d4c/classException__inherit__graph.map new file mode 100644 index 0000000..81d5cc8 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d5/d4c/classException__inherit__graph.map @@ -0,0 +1,6 @@ + + + + + + diff --git a/ircbot/Documentation/Doxygen/html/d5/d4c/classException__inherit__graph.md5 b/ircbot/Documentation/Doxygen/html/d5/d4c/classException__inherit__graph.md5 new file mode 100644 index 0000000..5b9bb10 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d5/d4c/classException__inherit__graph.md5 @@ -0,0 +1 @@ +2eb22af7ffd0b98a5fd87cde95007620 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d5/d4c/classException__inherit__graph.png b/ircbot/Documentation/Doxygen/html/d5/d4c/classException__inherit__graph.png new file mode 100644 index 0000000000000000000000000000000000000000..3775f037984d277c678eb07314c489a0a5b32a54 GIT binary patch literal 11042 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 literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d5/d51/ClientManagerTest_8php_source.html b/ircbot/Documentation/Doxygen/html/d5/d51/ClientManagerTest_8php_source.html new file mode 100644 index 0000000..8433201 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d5/d51/ClientManagerTest_8php_source.html @@ -0,0 +1,111 @@ + + + + +ircbot: Testcode/Client/ClientManagerTest.php Quellcode + + + + + + + + + + + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d5/d95/classClient__BotClient__inherit__graph.map b/ircbot/Documentation/Doxygen/html/d5/d95/classClient__BotClient__inherit__graph.map new file mode 100644 index 0000000..202fcfd --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d5/d95/classClient__BotClient__inherit__graph.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/d5/d95/classClient__BotClient__inherit__graph.md5 b/ircbot/Documentation/Doxygen/html/d5/d95/classClient__BotClient__inherit__graph.md5 new file mode 100644 index 0000000..2d325d7 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d5/d95/classClient__BotClient__inherit__graph.md5 @@ -0,0 +1 @@ +97773074c14c44fd057a070bd2b2d966 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d5/d95/classClient__BotClient__inherit__graph.png b/ircbot/Documentation/Doxygen/html/d5/d95/classClient__BotClient__inherit__graph.png new file mode 100644 index 0000000000000000000000000000000000000000..88442dd1ee86e4b9ba65fd1d78dc7916f076e2a2 GIT binary patch literal 9842 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 Vn7zmfJVXZfQeIW=r;Jh1e*rJM7uEm( literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d6/d1a/classConnection__ConnectionPool-members.html b/ircbot/Documentation/Doxygen/html/d6/d1a/classConnection__ConnectionPool-members.html new file mode 100644 index 0000000..68c11ca --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d1a/classConnection__ConnectionPool-members.html @@ -0,0 +1,88 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Connection_ConnectionPool Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für Connection_ConnectionPool einschließlich aller geerbten Elemente. + + + + + + + + + + + + + +
$connectionHandlers (Definiert in Connection_ConnectionPool)Connection_ConnectionPool [protected]
$nextID (Definiert in Connection_ConnectionPool)Connection_ConnectionPool [protected]
$socketPool (Definiert in Connection_ConnectionPool)Connection_ConnectionPool [protected]
__construct($linebreak="\r\n")Connection_ConnectionPool
__destruct()Connection_ConnectionPool
addConnectionHandler($add_connectionHandler)Connection_ConnectionPool
countConnections()Connection_ConnectionPool
createTcpConnection($group="", $protocol="RAW", $IPv6=FALSE)Connection_ConnectionPool
getConnectionHandlerForSocketRessource($socketRessource)Connection_ConnectionPool [protected]
removeConnectionHandler($remove_connectionHandler)Connection_ConnectionPool
select()Connection_ConnectionPool
writeToGroup($group, $data)Connection_ConnectionPool
writeToID($id, $data)Connection_ConnectionPool
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d6/d25/Reflection_8php_source.html b/ircbot/Documentation/Doxygen/html/d6/d25/Reflection_8php_source.html new file mode 100644 index 0000000..2fb290f --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d25/Reflection_8php_source.html @@ -0,0 +1,138 @@ + + + + +ircbot: Testcode/Misc/Reflection.php Quellcode + + + + + + + + + + + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d6/d2e/classException__GeneralException.html b/ircbot/Documentation/Doxygen/html/d6/d2e/classException__GeneralException.html new file mode 100644 index 0000000..50ce045 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d2e/classException__GeneralException.html @@ -0,0 +1,168 @@ + + + + +ircbot: Exception_GeneralException Klassenreferenz + + + + + + + + + +
+ +
+

Exception_GeneralException Klassenreferenz

+
+
+
+Zusammengehörigkeiten von Exception_GeneralException:
+
+
Collaboration graph
+ + +
[Legende]
+ +

Aufstellung aller Elemente

+ + + + + + +

+Öffentliche Methoden

 __construct ($message="", $code=0)
 Constructor.
 __toString ()
 Puts all the important information into a string.
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 8 der Datei GeneralException.php.

+

Beschreibung der Konstruktoren und Destruktoren

+ +
+
+ + + + + + + + + + + + + + + + + + +
Exception_GeneralException.__construct ( message = "",
code = 0 
)
+
+
+ +

Constructor.

+

Throws a new exception in case the exception is unknown.

+
Ausnahmebehandlung:
+ + +
UnknownException 
+
+
+
Parameter:
+ + + +
string $message
int $code
+
+
+ +

Definiert in Zeile 16 der Datei GeneralException.php.

+ +
+
+

Dokumentation der Elementfunktionen

+ +
+
+ + + + + + + + +
Exception_GeneralException.__toString ( ) 
+
+
+ +

Puts all the important information into a string.

+
Rückgabe:
string
+ +

Definiert in Zeile 27 der Datei GeneralException.php.

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d6/d2e/classException__GeneralException.png b/ircbot/Documentation/Doxygen/html/d6/d2e/classException__GeneralException.png new file mode 100644 index 0000000000000000000000000000000000000000..4c88b2c3b40209a289fe0329396598c8bc329d56 GIT binary patch literal 732 zcmeAS@N?(olHy`uVBq!ia0vp^>wvg}gBeJAsw;d4QW60^A+G=b{|7Q(y!l$%e`o@b z1;z&s9ANFdBM;8YYoa)0>r`xeYs-DPu*$$igT7i-(xl<)UxN4cn;{KKO=q=VO=$Ul5`t=Yr7?S(&& z^5?Z>335uRphmmS3HZ=?2bhw(woZmnBy~B6yk^Ae@W=#8aDNDHR(%;)w zS7t3dXseXE*E-{R!mZGF^KCO*=bIZ}(SEez%9Zf9$N2B}T~X2#e|6+>O!x0oulA`o zaK{|qvF_0-D;0nJv(kB9>nds=E_>2-T~aTP4b7tvKi`@BxY&0|_N6xe5|IO}@8S=r zDk(|nEtlA@_aZM$dCQuG1>gP6Bb@I3WGnYv+#X$0Ec(N7BFNirN8j8wn{xNK>8`7( zoSI^m6X#yKdaCm5zE93Mu@_!cZNIW~`Mp&V35Jp970T9Umh4>}RQO9X#(L+&YbxDR z$;Mx}KIn#SU3_fn>Ro9+dXFu*s#deL{r1fb%PxL?w;+4*%c#p)Ma^-+e|N1g{2e-b zhyL_rr)1gbuS<^=<{hj}EsYmCz`8CuCj2Awvc>LsU2kSR047BSPgg&ebxsLQ02O6l AS^xk5 literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d6/d65/namespaceException.html b/ircbot/Documentation/Doxygen/html/d6/d65/namespaceException.html new file mode 100644 index 0000000..c28125a --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d65/namespaceException.html @@ -0,0 +1,86 @@ + + + + +ircbot: Paket Exception + + + + + + + + + +
+
+

Paket Exception

+
+
+ +

General exception class. +Mehr ...

+ +
+

Ausführliche Beschreibung

+

General exception class.

+

SocketException.

+
Autor:
jpt
+
Ausnahmebehandlung:
+ + +
 
+
+
+
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler.html b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler.html new file mode 100644 index 0000000..a2d505c --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler.html @@ -0,0 +1,736 @@ + + + + +ircbot: Socket_SocketHandler Klassenreferenz + + + + + + + + + +
+ +
+

Socket_SocketHandler Klassenreferenz

+
+
+ +

Aufstellung aller Elemente

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Öffentliche Methoden

 __construct ($socket)
 Default constructor.
 __destruct ()
 Destructor.
 getSocket ()
 Returns socket.
 isConnected ()
 isListening ()
 connect ($address, $port)
 Connects to a specified address.
 bind ($address, $port)
 Binds the socket to an address + port.
 listen ()
 Let's the socket listen for incoming connections.
 hasBeenAccepted ()
 Tells the SocketHandler that he got accepted.
 accept ()
 Accepts a connection to a socket that is bound and listens The ressource has to be added to the SocketPool manually.
 getRemoteName ()
 Returns ip + port of the remote socket.
 getLocalName ()
 Returns ip + port of the local socket.
 write ($data)
 Writes data to the socket.
 read ($length=16384)
 Reads data from the socket.
 close ()
 Shuts the socket down after waiting a bit (waiting might be optional).

+Geschützte Methoden

 error ()
 Gets last error from socket.

+Geschützte Attribute

$socket
$is_connected
$is_bound
$is_listening
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 8 der Datei SocketHandler.php.

+

Beschreibung der Konstruktoren und Destruktoren

+ +
+
+ + + + + + + + + +
Socket_SocketHandler.__construct ( socket ) 
+
+
+ +

Default constructor.

+

Sets the socket.

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Parameter:
+ + +
ressource $socket
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 37 der Datei SocketHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Socket_SocketHandler.__destruct ( ) 
+
+
+ +

Destructor.

+

Closes socket.

+
Rückgabe:
void
+ +

Definiert in Zeile 49 der Datei SocketHandler.php.

+ +

Benutzt close().

+ +

+Hier ist ein Graph der zeigt, was diese Funktion aufruft:
+
+
+ + +
+

+ +
+
+

Dokumentation der Elementfunktionen

+ +
+
+ + + + + + + + +
Socket_SocketHandler.accept ( ) 
+
+
+ +

Accepts a connection to a socket that is bound and listens The ressource has to be added to the SocketPool manually.

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
ressource
+ +

Definiert in Zeile 131 der Datei SocketHandler.php.

+ +

Benutzt error().

+ +

+Hier ist ein Graph der zeigt, was diese Funktion aufruft:
+
+
+ + +
+

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Socket_SocketHandler.bind ( address,
port 
)
+
+
+ +

Binds the socket to an address + port.

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Parameter:
+ + + +
string $address
int $port
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 96 der Datei SocketHandler.php.

+ +

Benutzt error().

+ +

+Hier ist ein Graph der zeigt, was diese Funktion aufruft:
+
+
+ + +
+

+ +
+
+ +
+
+ + + + + + + + +
Socket_SocketHandler.close ( ) 
+
+
+ +

Shuts the socket down after waiting a bit (waiting might be optional).

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 191 der Datei SocketHandler.php.

+ +

Benutzt error().

+ +

Wird benutzt von __destruct().

+ +

+Hier ist ein Graph der zeigt, was diese Funktion aufruft:
+
+
+ + +
+

+ +

+Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:
+
+
+ + +
+

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Socket_SocketHandler.connect ( address,
port 
)
+
+
+ +

Connects to a specified address.

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Parameter:
+ + + +
string $address
int $port
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 82 der Datei SocketHandler.php.

+ +

Benutzt error().

+ +

+Hier ist ein Graph der zeigt, was diese Funktion aufruft:
+
+
+ + +
+

+ +
+
+ +
+
+ + + + + + + + +
Socket_SocketHandler.error ( )  [protected]
+
+
+ +

Gets last error from socket.

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+ +

Definiert in Zeile 208 der Datei SocketHandler.php.

+ +

Wird benutzt von accept(), bind(), close(), connect(), getLocalName(), getRemoteName(), listen(), read() und write().

+ +

+Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:
+
+
+ + +
+

+ +
+
+ +
+
+ + + + + + + + +
Socket_SocketHandler.getLocalName ( ) 
+
+
+ +

Returns ip + port of the local socket.

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
string
+ +

Definiert in Zeile 156 der Datei SocketHandler.php.

+ +

Benutzt error().

+ +

+Hier ist ein Graph der zeigt, was diese Funktion aufruft:
+
+
+ + +
+

+ +
+
+ +
+
+ + + + + + + + +
Socket_SocketHandler.getRemoteName ( ) 
+
+
+ +

Returns ip + port of the remote socket.

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
string
+ +

Definiert in Zeile 144 der Datei SocketHandler.php.

+ +

Benutzt error().

+ +

+Hier ist ein Graph der zeigt, was diese Funktion aufruft:
+
+
+ + +
+

+ +
+
+ +
+
+ + + + + + + + +
Socket_SocketHandler.getSocket ( ) 
+
+
+ +

Returns socket.

+
Rückgabe:
ressource
+ +

Definiert in Zeile 57 der Datei SocketHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Socket_SocketHandler.hasBeenAccepted ( ) 
+
+
+ +

Tells the SocketHandler that he got accepted.

+
Rückgabe:
void
+ +

Definiert in Zeile 121 der Datei SocketHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Socket_SocketHandler.isConnected ( ) 
+
+
+
Rückgabe:
boolean
+ +

Definiert in Zeile 64 der Datei SocketHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Socket_SocketHandler.isListening ( ) 
+
+
+
Rückgabe:
boolean
+ +

Definiert in Zeile 71 der Datei SocketHandler.php.

+ +
+
+ +
+
+ + + + + + + + +
Socket_SocketHandler.listen ( ) 
+
+
+ +

Let's the socket listen for incoming connections.

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 110 der Datei SocketHandler.php.

+ +

Benutzt error().

+ +

+Hier ist ein Graph der zeigt, was diese Funktion aufruft:
+
+
+ + +
+

+ +
+
+ +
+
+ + + + + + + + + +
Socket_SocketHandler.read ( length = 16384 ) 
+
+
+ +

Reads data from the socket.

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Parameter:
+ + +
int $length
+
+
+
Rückgabe:
string
+ +

Definiert in Zeile 180 der Datei SocketHandler.php.

+ +

Benutzt error().

+ +

+Hier ist ein Graph der zeigt, was diese Funktion aufruft:
+
+
+ + +
+

+ +
+
+ +
+
+ + + + + + + + + +
Socket_SocketHandler.write ( data ) 
+
+
+ +

Writes data to the socket.

+
Ausnahmebehandlung:
+ + +
Exception_SocketException 
+
+
+
Parameter:
+ + +
string $data
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 169 der Datei SocketHandler.php.

+ +

Benutzt error().

+ +

+Hier ist ein Graph der zeigt, was diese Funktion aufruft:
+
+
+ + +
+

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a0c7dd9154f3c33585e0bf59a29e9d1ad_cgraph.map b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a0c7dd9154f3c33585e0bf59a29e9d1ad_cgraph.map new file mode 100644 index 0000000..202ae83 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a0c7dd9154f3c33585e0bf59a29e9d1ad_cgraph.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a0c7dd9154f3c33585e0bf59a29e9d1ad_cgraph.md5 b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a0c7dd9154f3c33585e0bf59a29e9d1ad_cgraph.md5 new file mode 100644 index 0000000..1f58d1a --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a0c7dd9154f3c33585e0bf59a29e9d1ad_cgraph.md5 @@ -0,0 +1 @@ +59d1248aa38b9082176421c731e2a77e \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a0c7dd9154f3c33585e0bf59a29e9d1ad_cgraph.png b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a0c7dd9154f3c33585e0bf59a29e9d1ad_cgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..aec6bc93e854d4461fa1479268a614cdbed248f0 GIT binary patch literal 3133 zcmZu!c{tQtAOBgd^&)8sS+WyFU0Wk-#DqcF3WW(_?2V-`Gv%gXaHWJoB^fkhX*7+o zO!jRoS%zyFTgVu)jOiwN=id9z`@GNloagzT^L)?teLm-WKIeNd&QM!15m^xc0K_16 z)|UZ*XOP?06cXTCD6^8vtpxn-ZLNWyf0q}HWjO#Kx&^Vebd7(`nnpSwS(c%0Zur02 zv{l!%TzvQjQigFfkTr2EJ9)(!V`M3x^YHr3$0u6zFwIb}03BHy2wt-9<*chT-ds;p zx_c!rwgY$j%}~hMA$3d2v&F__DkRl6D=h9>VW5M2-A{ik>Dj^@$k^>CgK2>hLG*dnxOJ_eL*0s>Q)whOTxgXCsH22~{s`%P8g@jL) z{I#4)2{RQ^TEF7eU|>Df>+<*Zb5@6O+(0A&$O~>b)_^KngzM!I!tfX5<&BSB5Gshw z_e@$Wo_cXm>!et+>sjB`nFREGi5^rNHOZNBQe{cA{T8WiDbMFkSquTc) zui5_2u&+*&O@UWU$~B#)`J52^{>o@?0sJgY4!fLM!auBn5;M-Y6EPJqo8%j>T}4-< z;jvbyj^5aWxQz=mG)WN8MMp>L<%A3Ts;9NB!o}b+g!h{(B0jws-clnTs(mHB6+jSe|+T& z9eeAyHeQ2OFfG`M9&nO2iJIrv($Z?+%-jX^4Gk|}zT9H3+n6!|5A1%V=G~ku|E-4C z-oasqA}dr_<%qltfG05U+aVEQ3it*L{t=)2V38{1BO5# zo;pWkH)dEI=?jBmg9slDD7}s>DJfa}%wbFy2E%XPW!E04K4e1pYn|P^_#%bb##DY% zf&%X))Q0?x_RL_Y1h2My5);KpxJuVWZ&P(TH{?+PR3w^7b)WUKeYUBg4`t ziQ-q)6ec2n9xN^|$E=N?S&OA~CXC^|Y{SA%dA*0fBoZH|AJeT(-oN9q_dx8pang5v zH8r)zPo6}5`BX~DjruxkSzB9MeGT8R)uRnO&drUUZxc>SPoJoP2^NA8uReT`M(yu$ zC`~5FaHpCN&&-i#3mq9HwY86WdM@4JtUJ26xa1^cDwtmK^HZY4vXsrtihle^^qBn4 zW|mh~1u@6)Z@oyFDz=&NK2NKRpJytXL!+Y3?Cr8BmCfdp5?D@aZ9uP`lhg8j2{Yf( z3b(|~_G2_z*b3$rFsQGT{+cjYVlLt7+9b z8b@(1dvh0@yAL|qO|b_a0MqD8Be9X!M66BbWl$A^jhmp<;VOAn(U#+j{f*~=#A0lR z>rn1%J2H-^(gGK1I!74v zzqXh2P460lK&z6^7do?oKKDE!#KvJTn7#so^iQ8IN5{l`nIu(J()??x{o6&jn2K5W z_{hu1$Z%=VI%@PBcBbNDV|zGhvc^-#)!n^5_g%~~)B_t!DO_BQfx-3N(b$fatf?vQ z-Sz3c)2lA=VLdl%2}6ieQnz)V2Hch>3Y@T_*X>gSDUAzz2t+S4c&6lsvWwf~t=TeM z&&$JImTtZPb2I|-$&{>M z5{s=1rAKcqLc(VnzC=y*FA5KqU(t}2mGy4E(UeGrI5f>~Ylug5OJPaHIYY@^-Q9lM zOEma+HJac%?Sq+$YI-T4E9rhj+MO>Tg_DDQvo6`>d<U;UE4~s%w*S`TTbS-rytwyI3Dr!$M(Q*sr|9=sSlRX(Y1{IyE`jU z9(^-Jeen|3@=c=R_gz-6S489Q1g4x>VjhW+Jo&`JE5?hY0$!apN>|i2M5W_~k^Le| z5Ld*qD=TlQJcRGtscJ?|A1H2TPpslkq4$w#rE=^nDg&jB3r%Afl_13&VaY9>4W}|x zJSRWiGOtT}q3T>Y+B04QlhN}9vd(V_)z#I(C*NlT6(w{S3{?BIYU=2yYHN$4Mk_sx z$mpAkUD-#D9MOxIIS-Co@8j|_-!QD8(i9B-^GQ7SknJ4ZMtAbgz`A;SVM~4aZEbCl zyK7f3+1n><(~NlBT#8KM`Vkcb)AsrPaMExM%oZHGX6NWA#??~Vs(IqK$g#IqTc^mY z$@f}Xtg5zU+vhNQ(6y$-*wjuBg6m&bl6YNtLQ&0pbvPz8292zzy%R%-g{LiWct>bT(BtS)3xPzEg7V>N^!1G(L0>Be<1aCaJ09FF`ANImzHKfe%!Y6WtbebAi#Y; zVre*|P;Y3!9ya8Y(LHF;W_z-Yrjaz}7Z4e(xs6-vvoL zGYsSPoo~bJY%q$?#Vq+6KI^8@)XdCgMuS>XgdGaOqZ=k3f6FkJMI|_#(7OrjXh`Xe z=439O0X;`N+MgE{^;6M&js2lVQYDe^6{R;)l`cG}j-0dV3;ZpVPEa#3F}Vf%6;$6J zWw+ z5IrFw@Suj4A-fh6=>%*uXX1 sE4<)|wj{#6L1dxm|I4hEuC@N;iH4k%AmR8J-2VUov4L6>tbFhN2h + + diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a0c7dd9154f3c33585e0bf59a29e9d1ad_icgraph.md5 b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a0c7dd9154f3c33585e0bf59a29e9d1ad_icgraph.md5 new file mode 100644 index 0000000..eaa5f0b --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a0c7dd9154f3c33585e0bf59a29e9d1ad_icgraph.md5 @@ -0,0 +1 @@ +3ad185f31e0fd930d06e4878f0cd25ae \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a0c7dd9154f3c33585e0bf59a29e9d1ad_icgraph.png b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a0c7dd9154f3c33585e0bf59a29e9d1ad_icgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..41568bebaf9198fa6764ecbf8daa4e39a76088a4 GIT binary patch literal 3315 zcmaJ^cT`i^_KqTilAwqb3FUz(AWd3OAi#vKB2_^QL0}+sDFY!uC?e9!3@SB<(u?$t zNTdqVlMF}*1d(D;g3=+vyYpMW|K3|~-L=lSd*8Fp+IOGt+uuHkmUm2`+#=i{5D02! zYG@4to!SE4WjQ&3krBhs4@?{`w@eH{C;vQ!U1gad5TxA9@HgAg{O`0V%V)vj#2Av|aicG+HIV+U(Fb;Sw6dWyecIwhMba@nNl3z|kVs#c)2UoXr)+2Y1 z@b5Z#kerfF&i&_LcxEa>0S0~>(ay#vg~W4Kb7IfYwpAG?o#&()ibK%;Z_=Opow6QC zmsnVzs_m8jo$VLOFrSeDN;9SXFzu2HT)+I$t(RRU{3J29*H}LOyHFHf0NH@grA?kR}A@K zn}SlZL*u`)xLyJqoI~O@vg9>t`AwW8ZO zs&Tljl^+MIFXLVI5L1)_RPpk8S-r3QXq<8C)iq4>ig}9zW`TdhzT<0IG~4wjVd;4O zO}mFK*JA_My~Y)$0=b?o+@;Aw>puo48AL+5nQF|Wo*rcNJ^7C>6kR`LNapL{{=y&a z);srd45W#{k_=FAyqr)#iEM(17I`P3^v_6EoBUl;n-$3vy!%wU!7miHuYB#)KCkc@ z>C;;=rr{*K)36b089Al4(1}%6a~~nP)SnX&FuHvkvNV`Jxac1`?dj`V($<#!<;(AX zWoF9B$-QcBrcfgnd)V*2ap)&k*yQNoR4EjSZhCXnNu;&4b?6=qd&=X{Bg|;7hRzPz zX2u6DsD%2EqlSr2Mv(gY`U=AIjw( z=_C{vOE)w&-tebKxBg-sY$>4M3g?XukSz2@OU?6G;_{Z_1+KpHZ*$0G+bg%T{fBnn z7w9#v*I~xRRn^qYZr<$iYu%a;XR?dA%GxX7_UObb@_Ka;(Dd?Z2-rkl_qbzE)l zX{E48Fm?Uwt#)A=uMhh%IG^p97XoiuCq9bl)t6@&EejijN70puo`rn-_-I%5;ohKX zokDRBrm@m-cE5+<^b#?voOPD1TcvOPfQBp3U)32gwqPOPVPSYYx0#9rB24}A<;!FW zWpZlja}c4~dphvjj0)Uu&eYBAvL0)bZT;^zTP?Lt-312my!Gy*B9)bu*Tc5gE+6gh zFQpHSkIQIkW?>3&9MQwWH+Pu}7Dh(w4_bU)MV%bm+S-EZyr-3zkH))eOHnB+BRRcI zo}}`MidUtjPZxXRZP4g>X99pKt9$nbT70Rdrly6(#eLKkKbjUwNhlBQ>+*fJ`5SG$ z+vcL|+4S1(5rde^#n0hd-zPL9vQJA#1xy-kXpQ?T5?Mx6tO=GMF- zXs^&7uYYo(Np#MlICmg;gQB#(ufMp(S6PVQL@_Z0DIzxu(#F5TH<=9i&Q6r2i__tB zcZs9W^LL-1Pv4|{JdVDar2l|eO#yx-S6zOsA8k==;v9Gg1*4MNwiZ(7FcV~akL1uke*tA zc6u4{T^2es^ZaoDgDeN6b*3v^6AFa_xXsAO&^I>b(3~qoL(KEw(D>f>qncF_X`(lf zXta2qW>tFJ9dmQHPYrJKAw_+ChVG-eM!<0y85yMrtMpLaTdDUu{*dd9KMO8wZ_lZ& zR%r40^qJP8yz27zt-Y-9Teo-s)aT}kFe8CfGe+x6O5y<0>F(3nKme`$uZu!p@R7W& zpmD@1ty`t#;m^=j0yZHzdFx`{r-Log!Eai(U+Ri=(#F~XmJ-s_nROD4!m(DiwtZ=0 z+VdiCANR-y)MirA>urc5rl}@q-m(qfUg+syY|#6&^|7u!b2CEWcRSrN4Gu~k0WufE zI3R=K%ICqvy>gcysYguh7y>FnwaSE+HP3WC(aMMoQ!U_*@bb`x+(rt>SXxXufefJ3 zkmVtjsX&$W{)3PB=%dhr`F7sES1X*Mvlh{ND&c3IH)1?C?qKtCox{hwV~1RYCmx;; zx6Ap56IkMTvS{KZ!tQtG9CoaCA*{g7Jw0{fLg4sdJG#NwbR);a#3YkIFb@fVchuN8 zIave;YsAIHT@VstV+>7sHHWp<+bgJRYKEWaMzXF8CigQ{DyypMKlz9yNf7H@2Sbk! zR<#vKO&i@aiG3)RfRF2|+Nvto9R?+0Yg98|8#}i84iP6>2#}4>ONt_&9gza8<|&nyT>Q$1tCVXuuaZq zPSOysr$7r3%ZZx4`o{DesvUw z!IDW|w|Bqg-;q&KQJLRuYrCF*r)+#)Sl`oA4u``TnwYq@Qnh{T(C9I9P1*&9?V+s_ zJ3IT^{m;pBQ76A3!q=i3G2?&b=ZkLd#&SSAq%l!px$yuFuXXZXGESj4PooW{gLMzS z@V`*F|5AQmwksXUoEKYQ=eowb70nc%|=6wAk|b z!1A3ERHc>j&Er$~hS19|*LrqS{}?%F0j=-4i^u$51uY|9ASV|M#x$3IrV0pI7Ks!L z!3p8A0Aez@hY%@qb10xU@bvR5?dl>(M6vz^N|bS$=vPNf&l9d^&z~;_w)?lEs!{C? zyO`od zNo5oC&H@VMF)8)#*Y1Pa+1ZKUu3l3Etc$wH^-V1o*F1kMu}4Nm&Cuy!MJLk!dHw0w zLkF?|6#CJo_kfg&zM-$k=zJDmc;zA#e0)ZDZwD^K{KRWalYx(AN3hu^id3eZdV$p% z;Iri$LGI)tj#D~X!@-r8R69tKj^*<^l4b+UG4oM zUinq_wwqwlebil|Dftb1YML1J;rK5hBGZx`pM8{V93u`xw7=7hE6&FJ{(D`}>K#>8 zRnwa{r2qy1IIy;~q&v#U%O}sw*iVs2W)>DQN=j+f)z!R5Z99KI7#bdyQdCTR9}9L0 z%m<(*$_r+8pXkEiKA?XAejxE`;k!OQa2QZ4rKP1qTXS^rT0k?x8O9OnG~B-iC`ifM zx1xEY#(sWE*abW`t0ihNPU!6=EJ8>EX{pk+%7)tXO=(K}!m+dSM&qe(Qp`B#JNxYt zR7!(o+=jZBExky|PftSQuT8~GWpc83)X2{@MR%3l{vFMSJPc7qj!0h*p4~Z2(F!tO zpRhF6h+_j}KM;`pp)=PdYm5uH{P%P8-Rr;5z=w_HGD+_T5(9EeOH9^)uZH{k1dxox z>QzJK0IjU3l|Qu50a~sK9d}-r{&-pwq&gSCC3#qoVG-Rq#V+#t#U$sXHuo$HR>AIN zl6p0?qWz#xdP1vP%=ihqP;w-rtK0662iW-R<=F#&ia?Ouj8r~@!R??D#goDb#Z7fL z4DE19UUU}%np>&-3qe4iEY)MC^1sXjytjk1^Wt)fK|+Gfg9osUb4W?(zJB0QeFz4)vM@s?DK`iW9&s24rS* L$FK(Z@bSL^_w!<` literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a2ec66b5858cfaa03dc3165fc23fdc529_cgraph.map b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a2ec66b5858cfaa03dc3165fc23fdc529_cgraph.map new file mode 100644 index 0000000..69652d8 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a2ec66b5858cfaa03dc3165fc23fdc529_cgraph.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a2ec66b5858cfaa03dc3165fc23fdc529_cgraph.md5 b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a2ec66b5858cfaa03dc3165fc23fdc529_cgraph.md5 new file mode 100644 index 0000000..e7a24ba --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a2ec66b5858cfaa03dc3165fc23fdc529_cgraph.md5 @@ -0,0 +1 @@ +a1fd5e6aa7d6b03fe27bae79f2600ca1 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a2ec66b5858cfaa03dc3165fc23fdc529_cgraph.png b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a2ec66b5858cfaa03dc3165fc23fdc529_cgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..cfe4cc20d204c26bcacc2c1bcc824faf56eb0660 GIT binary patch literal 3098 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 Q0NDq@wGFlKns$-@25(Im>;M1& literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a48316d6231bf2944355a95a46deea433_cgraph.map b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a48316d6231bf2944355a95a46deea433_cgraph.map new file mode 100644 index 0000000..38dd47f --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a48316d6231bf2944355a95a46deea433_cgraph.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a48316d6231bf2944355a95a46deea433_cgraph.md5 b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a48316d6231bf2944355a95a46deea433_cgraph.md5 new file mode 100644 index 0000000..919e537 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a48316d6231bf2944355a95a46deea433_cgraph.md5 @@ -0,0 +1 @@ +2b75872f14218be0bbd5e001352bd651 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a48316d6231bf2944355a95a46deea433_cgraph.png b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a48316d6231bf2944355a95a46deea433_cgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..72555ab9ccfe409b06f8bade9cb3a34d10ce817d GIT binary patch literal 3146 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 literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a89b5c5db71cf10b556c54027ad5750aa_cgraph.map b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a89b5c5db71cf10b556c54027ad5750aa_cgraph.map new file mode 100644 index 0000000..38dd47f --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a89b5c5db71cf10b556c54027ad5750aa_cgraph.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a89b5c5db71cf10b556c54027ad5750aa_cgraph.md5 b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a89b5c5db71cf10b556c54027ad5750aa_cgraph.md5 new file mode 100644 index 0000000..87cee7a --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a89b5c5db71cf10b556c54027ad5750aa_cgraph.md5 @@ -0,0 +1 @@ +88cec1e843b41433ce2d2dc5fdaebc01 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a89b5c5db71cf10b556c54027ad5750aa_cgraph.png b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a89b5c5db71cf10b556c54027ad5750aa_cgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..dc053fae7ed51113574202fec85cb4ea3556a6e9 GIT binary patch literal 2959 zcmZuz2T&8r7EJ)98bx|20i;TiC%q$8S_mq=3KDvi5;`b6lr9Ql=!kR)NC}}vMWh9k z5(Y#H}L%J>=- z)Q98pe415l!mQGkPi`cuaaertjE~tKrSDoTR@dlL*G45_H3_Sf<@;G$C6u_5)gL+x zLP?i&|2wemC_LTzg&o`erjztYkOS*-9DNCW<1C(;wGgAJ%%U*6BPl2^D*DR8=!$;D zEIJT^r9ah3pF3dBW>h#N>m;?CdLTLSMa{>@$8B4EtOzVdj~KoiBR>QhrcvdvLQzNGs|(0H7kTFL_v=nryluH;gL7Jbg(S83eRQKJ&h)vgrJdd2@U`BN<}t0|db?(7Vh)#>9fS6c zwN{uX+Y?UH(xZD~91A%)Ok7!Dt84^)2NvL63`fE^PkJV?qSm2fw@vH$;rA9T9gW;ZAtz7 zlDXi<+)DVxv(oO^t%%r9Qy`)?_70KPl`fm93%E&ocy@eC;e+sx#zvgNMLremgLBM{ zvwnSjeV4enj7&_Jpj8v-v8g&6Nf{YYP0gbH{m`MIq4ubQTGYw$!G_;_`;+u^7WinP zv7X*TLQf{2sxBNZw%z+%3!oe@Us_rDCzmq<*tsyeK2?W_`E@<$eq}Ba3Er=lLc0AC zf^n>O#N@1p?M`xCo3#+NA#eA=+soDI}npR&gU1?rm=gf%sQ+mC`>~ZqMZ~}3DAJ^1mGdk;+ zY_8<+b~6Pc+jA}5se;C!de)9B2;>F0#X^~HHpWEtc>s|1ukw%5#D$(f6RhZQNiozP#Y~$k1*vei9O^oFfd@}5M>aqsiORlAJF&q^#vUNBNLQq?eD6+vZHu9V@G_ zxmDuZhj*;4-$auGa-Kewl#<%Z^alNM%O{a%BbH z>%T9J_L;ca1M7z*p7#R(fvmhR9tKaquZ2gn%=(>k@NauS%2p*R&HZK%(~SaiyS*6$ z3o;%7e{#!#5W_HMmJ@CS4T28w$%0oNCQeD#!FbN0V1u4a*$kmHzM3A$ujpA%Z=?It zhMktfqc1i5a2@o<9l?JfOO zFN#W*rh9{z!MsyOu2g)VA8brhhB9v5zAY&sQQFp)r|659i#tKM*jZb1Zs1?LQ}F|| zpwY`gDl?e-Rj2?7W3h3!CS(}$!;kRJ!J(n@nwr7s(FUi^m_Ire0>&pMejP1m0S87# z`beSI;UnBGBYP{jz1BcJ2f5%b@?x}zh{zFt!N17b433x67z+cfyRRJ=;jFoX49mS8 zC&JDrE;ek~`J^t7mW!_UMAspIdsTKGYdkC#Jqsn z!=^7}9eKOZbCy9Xd9VZ)5Ag(2wFqEcgd!^U1*ZH=gw4Cj7N>@DgRGOr)aND>=_VB& z1Aj$S+sRk+1TztxoTEnMp*R?U5+N6y4zxG##}^!*wb}8D*9GVA#HBCFjQP(rc!PMA z(!07ec6WC_g%#!Hae~2M2}#MamKJuHIHsaP#D%{AXBZvbxxIrX#HHcj@>?&<%BT{s zC^HCXX>HvZl0t>fReE2>Xms`F_^J(IF&IP#w>kOR88yOY+} zcQv)*&tlN|G#|Lk_~48a_4Bpnbw|29y*%c;0|QTb2OuhPT35ae#p+DcmRMN5qx-bv z?uIa*cITY)OAZY`+kp9P9x-~3-Z_yUXi!VwD27}(67n&A1I%BU6=yyA0$cSRQ@ZAm zwOgD=<3K9Dr&F|lwjkdk_;JfZq~9(4vK;f^?x*I{wlUtb9y2nZ9Juw~7KcQS z>k`AW>L`ca)qlTlus5>5J$Tu+3-O0MeB`HpR#w)>?;*dONu7?eR653dXJlk-ca-gI zmQUE-4at+Xd)IjP{lL)Bx;3h{HkDogq2tC_+TNZ&?Gj%kUJ{d2rk654J8K*j74_-B zD4jdlbOe4Z4EkH*ga!G--boQxMp%d}KHg*Mw)LwvgXKM{Y7R z*YS{1CLhUE$;rv-+qdeeS9Z;COM82hxHzrHj~^FmMCN??V!s%(XRd?ebFjCM8IB^~ zk~R!L7rcE)FOT@?3N6txr;eKk6XWAE?ZH=u^J*xxSEZ!P$*rmHA$1<1fA08kP#u;Mzr>uTfIiKstg!%G`#aAXZxqXpvER*o5fN&z(G^0)A+h_cb8Y^# zg6ir8kJ-fEgpzJ;hO7JH>xEQRXKhwrJ$H6{`{3LSLNJ(GnT$(MVQuYI>V@RwWV3uZ zp^D?Z)iE+I-6i(GO3b3zuY+1;_uZ*VtC+HM?HrQYw552pX-C6!Vn77O-l$k>Yb4PB z^$cMcZu1iAl>$_5gtXFmo#ZU$R@5&%V96V5vhtJEW<}&T}BYl zYYrO6YQHhL40JSB8ziBZ9K`>%qe&<=#* ze^M)e?(&jz5Ep@A^3{e{X@ocOP-v~Ssc8pNtYR7S!9sDHOgBXKX8P(vATWp|t!a0R zien-3KPbrKwf7g2F3rC*mj5&k4_y2$p&$QQVHf2x%{y8wqdh@z$E4BOf7v|sKhO=z z5;HeW7q)L{Q&Zk2bN|rI;Wj9F5~#}hAKooT#GL9Yg>U{}W0ym6fF5qnPHgeYCS9@= zEhund6ir%_ov6o3d&hxTzMunLO41DHtW Xxm(1YraSdihYc_`fa*8sx<2>^{*10& literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a89f663620590f7a9a80310f282d14d51_cgraph.map b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a89f663620590f7a9a80310f282d14d51_cgraph.map new file mode 100644 index 0000000..51ad9e5 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a89f663620590f7a9a80310f282d14d51_cgraph.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a89f663620590f7a9a80310f282d14d51_cgraph.md5 b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a89f663620590f7a9a80310f282d14d51_cgraph.md5 new file mode 100644 index 0000000..269ffb9 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a89f663620590f7a9a80310f282d14d51_cgraph.md5 @@ -0,0 +1 @@ +6e711b075eabb93c9769628abf3f737c \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a89f663620590f7a9a80310f282d14d51_cgraph.png b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a89f663620590f7a9a80310f282d14d51_cgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..9424a685fda424ee8d50925e7d1532c0bf6c6eef GIT binary patch literal 3646 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 Zq~b43-nn_J0}zCudwQn2pR`>f{{x~{Edu}m literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8c33134ed5fd74984b7df5d95cdb18c5_cgraph.map b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8c33134ed5fd74984b7df5d95cdb18c5_cgraph.map new file mode 100644 index 0000000..d7981b8 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8c33134ed5fd74984b7df5d95cdb18c5_cgraph.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8c33134ed5fd74984b7df5d95cdb18c5_cgraph.md5 b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8c33134ed5fd74984b7df5d95cdb18c5_cgraph.md5 new file mode 100644 index 0000000..795113a --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8c33134ed5fd74984b7df5d95cdb18c5_cgraph.md5 @@ -0,0 +1 @@ +13e037f59bcf6d922f3e7fc3bf8378f3 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8c33134ed5fd74984b7df5d95cdb18c5_cgraph.png b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8c33134ed5fd74984b7df5d95cdb18c5_cgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..a129f589de9fd1854abb43a115e6ef3e79ece057 GIT binary patch literal 3012 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 C9MI?h literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8c8771a7e74afae5d35cd885e1a6c5e5_cgraph.map b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8c8771a7e74afae5d35cd885e1a6c5e5_cgraph.map new file mode 100644 index 0000000..cde2629 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8c8771a7e74afae5d35cd885e1a6c5e5_cgraph.map @@ -0,0 +1,4 @@ + + + + diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8c8771a7e74afae5d35cd885e1a6c5e5_cgraph.md5 b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8c8771a7e74afae5d35cd885e1a6c5e5_cgraph.md5 new file mode 100644 index 0000000..813a8d5 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8c8771a7e74afae5d35cd885e1a6c5e5_cgraph.md5 @@ -0,0 +1 @@ +a03405d081525a43da89d265812dd253 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8c8771a7e74afae5d35cd885e1a6c5e5_cgraph.png b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8c8771a7e74afae5d35cd885e1a6c5e5_cgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..e3c0f529a547aaf33582e016d8bf672183a64506 GIT binary patch literal 3959 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 KVd-_mvws7rfY>Df literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8f27e3dc0b4bda53563612e3dce9d26b_cgraph.map b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8f27e3dc0b4bda53563612e3dce9d26b_cgraph.map new file mode 100644 index 0000000..68e1902 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8f27e3dc0b4bda53563612e3dce9d26b_cgraph.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8f27e3dc0b4bda53563612e3dce9d26b_cgraph.md5 b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8f27e3dc0b4bda53563612e3dce9d26b_cgraph.md5 new file mode 100644 index 0000000..b4bad81 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8f27e3dc0b4bda53563612e3dce9d26b_cgraph.md5 @@ -0,0 +1 @@ +9486ed9d2428ee5b92d4b45927d2d587 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8f27e3dc0b4bda53563612e3dce9d26b_cgraph.png b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a8f27e3dc0b4bda53563612e3dce9d26b_cgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..64013f5663a158335e6e485ce58f0b041c811910 GIT binary patch literal 3132 zcmZu!cTkgG7LCD#rWg_FMFpt}NSDw=iel(pdXXL=B1Itvq!S`PL7HHIAVn#P5-HL# zAYw#J=txnT0RjjiO5M->XLn|IzL{6&&Aa!!d(S;zs)d>HaSlNa5D0Yq`ZWV95aDXY#L5>PunVZ!^ zjyIBZ_{DO@Yyx|(*5wimkf#%D;uD(Lzk68cUxi!3N4R)+MiZ7SHrTC+PsT~S;pB0% zz!&|VE<;0(H8TcfI%nAqwtLs;Ev3x&-_C}{xb{JQ>+H2n54bcApxfK0zs14y+0G{X zPt$nKt5l0GYQxgZAjOrw)-g`UCkVM3?6>pjk2df!4!`N^3gL=a%X@ozBIXkk);WwH z3Lj~lCR0L3EZj9;RlSosXK+GIWHhj*%TDS1*|TxyZ{*w=OHWwmZEI_z4h@AfRkUsy zMVjlSh$8B2XE&vN{~8e`e!cv!IRz5=9Kbv{(_0o;ZG1i=L1}Dkq~jm-Mg?BLr}r1o z#b=cY_@cM;rv$O;r1>1zEQI0o`BYoBLCW0=`BP0{$**54`Ft+yyP?o(aQn8>jhqX! zRWI9qQDO4SD_N)zEXg%y>Yo%YF`X3~cu2~SOFZi$BO~qWp{C{z`AUX+;}JdfP*Dc@ z?TF=ceC|41PsFn~a^+LJ*w)|P#L?qHZ3FdhI5;^|A3pS9(1r|*jBal(n400W`WDCq z0?Iz=6-jp`T4Z(1NEROY>_Y&u(7dmRzf0SbkxDb!~}u7>Et9MD|=2xCiU4f zi8L(MABj{QY9JCVEiF4A%UI`W-BltIiFUo3VGGA773Pck%xTt{&UjWETiZ+FG@Cn` zBK^4vi}Y{rI=Y8UoSh3Pa(p3aBxf{Q8v=o}{Q4+|DAahgw-@u|$rA(vg+i@NG-Obz zHr%I9^?m&KeX=R6d}o)rwn=}tMxgx6Q$q^EBUWBr&S}+1_gWn%Vgc7-VqzhYQww#X z+V>u(rym1OUN<$J?>?bh??>5aL-~kqd(z1~iAN1fn%#8U11&A@5(fu&WV(~cOy&#> zrKdv+s1<4Cpn~gsklebhyRB^;p((p4P39JcQ*= zG_q-}TVMijJrtEP-V9Cc&HR~iQe0YIeu4Vjy1u^N0r|$G8!9LyG}at0r>d&z+;lq; zC#3#_R#jDX8FQdzYik=c-S)J~{^h|Ezgx@(D1?39pvLM-CmyDtTvml~orJYAz#Rkv5hy7Ai4{7T+z^Yin(NFao+J30yg z82ff5u=DWo70}dzC$Cvsp8|k(?@l^isDbKQaM=E?sEOWD0WJ{Myz}8Fzg^8uLn9+7 zE0?f4@C-5gjFH&Y-Jblrqu3^Oir@N>-};d~6~S9C2(Naxk<&eu()&ptuA#LM%)vm9zSj}QGPkh6 zEh=i}?tUhuWdmAtf5*QljnsH3aU~vl z5(d*VG2!qXz^e|SfAvZ6UK%LUonDA3OcjU23jjNk>+(05%*AnHpo*&M$&)8LokGT< zOI9YeR!A#`J4Xa@N$xY@Vq&!V@jPgaUAv^LY)Cb>w-D;A=K^t7-*bJi^DIc^)R)p) zwc6tQc?XC$JB}SO)a;w5Xlb3!YOh4Efprw+22_?KIe+6kbZTk1I%&1w1w4eSM6z7W z;?(eaF66?I>C##qtcBY#{xT1NO>j_{I)NPd$xlt>H{-L3Yj*gDr zw{De4bMPs+K70E%r>jdpEiDbyi24B?92_jyxmlAVq#m4i&=#>Oc(Z1BfghlZr8}BQ zC&Yp+r$$FVR6D-8@KHt3-t|3W$|0!6hJ1?l+`7V{{k}E;(EL_g7QZOh9MhlH$2l6%KBd;7j{7=e1zl<~L{!(%^Ul*g3C26XZot%_p<>qFNKpZQ^ zcPqQ)CnP3Xy15O^bPh)t7uVN6ZfVha5FZaP8ga?q)%A1n6?}W_V1cLO+aQ6>1+v%5 zXx&jL^y}m#!pbU>vJd3r@6tTv&leg1wx8i^E%5|tVR%G3b1HfuSZVd+uC;@OMG+fc zFsrxfaC>poujq-b~cp2+*#oKe&pvU<2yu8HWk@UHIU;HIvYDPvy zb#*#G?x5isCtuV?U%x^-!rxy8%X^W4IXnm&ukZ7WR?*U$e4H>oF>&48ob}A*%lQPt zx!Yl3sp;u+U5T7jDs_E(B7}uzviY5aJtm;^Y=GohTUG|q)z#hG+w=4DD}M3fh4ua^ zZtlv;N=0N%PImTK(6TgF;P>y}h4GxOb)JwnKIC(fl2Aj-3wDo&=|c7kvuVpCObq+8 z=&fRTw&P?m80^be@0U12==3X1M zAM4q}!~d9yrIVa7RL%@~iDce%ek-?MgWA#vXU}-5 z{8T$yEtyNi6JTr!Ny*HttgB&R%KbSPm5F_yK1rykJl@*6^OZtj=j0SuR;GOCH`m%Y znxCKltgH;6i;YrLS67#`jLhth3|$`}Qb54^CC~S4yz$hog}y*PhpbcALyTR0mbpm-SEtAF(nLkR9g``#+-ujK1%dAMVDI###%{*^Eh+VGqj73-Ux z7W+e^ow00Mm)CD#niOeaPbvz3eP~6^-h#}yRVru(p?H$T>D%hJ|6=D9O?Lv~;p^Nk zA~7@w@Dxyg$kOB*#OcHcs`6=M8sSezukjc!|LDPBQ`mB~3jq%eA`#_`5|`w7sE3XE}c%nY_<0TT7OpM<} wgM)XtMu)y-!3fC{iHref-v6tu*+%xoMz(qp=ul!a@H+syZfIsutMC5cU!1rE_5c6? literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a93d9d2dddba7a1b03b14599492f9a160_cgraph.map b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a93d9d2dddba7a1b03b14599492f9a160_cgraph.map new file mode 100644 index 0000000..d8c5b78 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a93d9d2dddba7a1b03b14599492f9a160_cgraph.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a93d9d2dddba7a1b03b14599492f9a160_cgraph.md5 b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a93d9d2dddba7a1b03b14599492f9a160_cgraph.md5 new file mode 100644 index 0000000..642b288 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a93d9d2dddba7a1b03b14599492f9a160_cgraph.md5 @@ -0,0 +1 @@ +32842a41a9f6e680e3d7ccc98677f883 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a93d9d2dddba7a1b03b14599492f9a160_cgraph.png b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_a93d9d2dddba7a1b03b14599492f9a160_cgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..c04f5aef07e1e3a472285df4c852e323cc9fe670 GIT binary patch literal 3043 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 + + diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_aa89717d6278f6138ed19e0033b3b0273_cgraph.md5 b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_aa89717d6278f6138ed19e0033b3b0273_cgraph.md5 new file mode 100644 index 0000000..0a0c382 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_aa89717d6278f6138ed19e0033b3b0273_cgraph.md5 @@ -0,0 +1 @@ +8be844e87efb083e4b5562da3ddc7a4b \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_aa89717d6278f6138ed19e0033b3b0273_cgraph.png b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_aa89717d6278f6138ed19e0033b3b0273_cgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..4209e8a30ef09494ef91d1810fd91b4b20684c8c GIT binary patch literal 3471 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 literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_aac6f4bae57724b01e72dead2f1875f45_icgraph.map b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_aac6f4bae57724b01e72dead2f1875f45_icgraph.map new file mode 100644 index 0000000..66e0899 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_aac6f4bae57724b01e72dead2f1875f45_icgraph.map @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_aac6f4bae57724b01e72dead2f1875f45_icgraph.md5 b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_aac6f4bae57724b01e72dead2f1875f45_icgraph.md5 new file mode 100644 index 0000000..0491c7b --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_aac6f4bae57724b01e72dead2f1875f45_icgraph.md5 @@ -0,0 +1 @@ +9ace5899e82b9c49c7d908070116ba3c \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_aac6f4bae57724b01e72dead2f1875f45_icgraph.png b/ircbot/Documentation/Doxygen/html/d6/d8c/classSocket__SocketHandler_aac6f4bae57724b01e72dead2f1875f45_icgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..9f7ae68c0dbc47d36ad670aa26611a3a222c9e11 GIT binary patch literal 35425 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 literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d6/d92/classClient__AbstractClient__inherit__graph.map b/ircbot/Documentation/Doxygen/html/d6/d92/classClient__AbstractClient__inherit__graph.map new file mode 100644 index 0000000..fcf2b53 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d92/classClient__AbstractClient__inherit__graph.map @@ -0,0 +1,4 @@ + + + + diff --git a/ircbot/Documentation/Doxygen/html/d6/d92/classClient__AbstractClient__inherit__graph.md5 b/ircbot/Documentation/Doxygen/html/d6/d92/classClient__AbstractClient__inherit__graph.md5 new file mode 100644 index 0000000..540ebbf --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/d92/classClient__AbstractClient__inherit__graph.md5 @@ -0,0 +1 @@ +82f7687c4e2627576038d420aa94dbbc \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d6/d92/classClient__AbstractClient__inherit__graph.png b/ircbot/Documentation/Doxygen/html/d6/d92/classClient__AbstractClient__inherit__graph.png new file mode 100644 index 0000000000000000000000000000000000000000..c3e7fc9ba086fce4ca5297b2c10fd5b18ee9573d GIT binary patch literal 18703 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 T7lYq$gd{KXN*X3*@c#b+Cie!v literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d6/df1/ConnectionHandler_8php_source.html b/ircbot/Documentation/Doxygen/html/d6/df1/ConnectionHandler_8php_source.html new file mode 100644 index 0000000..096469d --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d6/df1/ConnectionHandler_8php_source.html @@ -0,0 +1,366 @@ + + + + +ircbot: Classes/Connection/ConnectionHandler.php Quellcode + + + + + + + + + + + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d7/d0f/classTestException-members.html b/ircbot/Documentation/Doxygen/html/d7/d0f/classTestException-members.html new file mode 100644 index 0000000..e3dff1d --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d7/d0f/classTestException-members.html @@ -0,0 +1,76 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

TestException Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für TestException einschließlich aller geerbten Elemente. + +
__construct($message) (Definiert in TestException)TestException
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d7/d13/classClient__IrcClient.html b/ircbot/Documentation/Doxygen/html/d7/d13/classClient__IrcClient.html new file mode 100644 index 0000000..1e8ea55 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d7/d13/classClient__IrcClient.html @@ -0,0 +1,291 @@ + + + + +ircbot: Client_IrcClient Klassenreferenz + + + + + + + + + +
+ +
+

Client_IrcClient Klassenreferenz

+
+
+
+Zusammengehörigkeiten von Client_IrcClient:
+
+
Collaboration graph
+ + +
[Legende]
+ +

Aufstellung aller Elemente

+ + + + + + + + + + + + + + + + + + + + + + +

+Öffentliche Methoden

 __construct ()
 Default constructor.
 processData ($data)
 Does all the hard work.
 loadConfig ($config)
 Loads the given configuration.
 setID ($id)
 setGroup ($group)
 injectClientManager ($clientManager)
 Injects ClientManager.

+Geschützte Attribute

$got_001
$joined
$authed
$nick
$channels
$lines
$ID
$group
$clientManager
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 8 der Datei IrcClient.php.

+

Beschreibung der Konstruktoren und Destruktoren

+ +
+
+ + + + + + + + +
Client_IrcClient.__construct ( ) 
+
+
+ +

Default constructor.

+ +

Definiert in Zeile 20 der Datei IrcClient.php.

+ +
+
+

Dokumentation der Elementfunktionen

+ +
+
+ + + + + + + + + +
Client_AbstractClient.injectClientManager ( clientManager )  [inherited]
+
+
+ +

Injects ClientManager.

+
Parameter:
+ + +
Client_ClientManager $clientManager
+
+
+ +

Definiert in Zeile 58 der Datei AbstractClient.php.

+ +
+
+ +
+
+ + + + + + + + + +
Client_IrcClient.loadConfig ( config ) 
+
+
+ +

Loads the given configuration.

+
Parameter:
+ + +
array $config
+
+
+
Rückgabe:
void
+ +

Erneute Implementation von Client_AbstractClient.

+ +

Definiert in Zeile 70 der Datei IrcClient.php.

+ +
+
+ +
+
+ + + + + + + + + +
Client_IrcClient.processData ( data ) 
+
+
+ +

Does all the hard work.

+
Parameter:
+ + +
string $data
+
+
+
Rückgabe:
string
+ +

Erneute Implementation von Client_AbstractClient.

+ +

Definiert in Zeile 34 der Datei IrcClient.php.

+ +
+
+ +
+
+ + + + + + + + + +
Client_AbstractClient.setGroup ( group )  [inherited]
+
+
+
Parameter:
+ + +
string $group
+
+
+ +

Definiert in Zeile 49 der Datei AbstractClient.php.

+ +
+
+ +
+
+ + + + + + + + + +
Client_AbstractClient.setID ( id )  [inherited]
+
+
+
Parameter:
+ + +
int $id
+
+
+ +

Definiert in Zeile 42 der Datei AbstractClient.php.

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d7/d13/classClient__IrcClient.png b/ircbot/Documentation/Doxygen/html/d7/d13/classClient__IrcClient.png new file mode 100644 index 0000000000000000000000000000000000000000..2ae42b7b29b0a158b419a2bbd0632f465f3dd824 GIT binary patch literal 483 zcmeAS@N?(olHy`uVBq!ia0vp^O+XyL!3-oHX~(_>QW60^A+G=b{|7Q(y!l$%e`o@b z1;z&s9ANFdBM;B>Ar*{o=bkM(tiaO}X>|CveGz}d zk$!`&yPCecWsDp>Ui)uqS^u!KrZwDVPlp2wGb2M%Plw>*@bnYXhg00%hKee(-zZwk z`{<=(!3wUXA0q#`_^Q>XGBE+=wR6f){PKb?)9t|5IeXz!{+GqTP3W>su{dH1cBPu??^m^~b|udZ}F$O}D$d#kV~6uK&t$>HWGD`->c}``g+F18x1TEE69uBr9F= T*oQR+7$Xdxu6{1-oD!M<1?9`? literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d7/d63/GeneralException_8php_source.html b/ircbot/Documentation/Doxygen/html/d7/d63/GeneralException_8php_source.html new file mode 100644 index 0000000..2b37292 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d7/d63/GeneralException_8php_source.html @@ -0,0 +1,106 @@ + + + + +ircbot: Classes/Exception/GeneralException.php Quellcode + + + + + + + + + + + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d7/d9a/classBar.html b/ircbot/Documentation/Doxygen/html/d7/d9a/classBar.html new file mode 100644 index 0000000..06ffcf7 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d7/d9a/classBar.html @@ -0,0 +1,118 @@ + + + + +ircbot: Bar Klassenreferenz + + + + + + + + + +
+ +
+

Bar Klassenreferenz

+
+
+ +

Aufstellung aller Elemente

+ + + + + +

+Öffentliche Methoden

 __construct ()

+Öffentliche Attribute

$test
+

Ausführliche Beschreibung

+

Testclass #2

+
Autor:
jpt
+ +

Definiert in Zeile 51 der Datei ReferenceTest.php.

+

Beschreibung der Konstruktoren und Destruktoren

+ +
+
+ + + + + + + + +
Bar.__construct ( ) 
+
+
+

Default constructor. Initializes test variable.

+
Rückgabe:
void
+ +

Definiert in Zeile 61 der Datei ReferenceTest.php.

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d7/da0/ConnectionPool_8php_source.html b/ircbot/Documentation/Doxygen/html/d7/da0/ConnectionPool_8php_source.html new file mode 100644 index 0000000..54fd923 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d7/da0/ConnectionPool_8php_source.html @@ -0,0 +1,252 @@ + + + + +ircbot: Classes/Connection/ConnectionPool.php Quellcode + + + + + + + + + + + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d7/dbd/classTestException__coll__graph.map b/ircbot/Documentation/Doxygen/html/d7/dbd/classTestException__coll__graph.map new file mode 100644 index 0000000..37b3c31 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d7/dbd/classTestException__coll__graph.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/d7/dbd/classTestException__coll__graph.md5 b/ircbot/Documentation/Doxygen/html/d7/dbd/classTestException__coll__graph.md5 new file mode 100644 index 0000000..dd59a6f --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d7/dbd/classTestException__coll__graph.md5 @@ -0,0 +1 @@ +53a1fbe25a9649319c5562f6f7964da8 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d7/dbd/classTestException__coll__graph.png b/ircbot/Documentation/Doxygen/html/d7/dbd/classTestException__coll__graph.png new file mode 100644 index 0000000000000000000000000000000000000000..d151bd9be952d63963dc0ee7afeeb1d215bdbd58 GIT binary patch literal 3529 zcmbtX2UJtbx~2#SQjVe&Y0`-rLXjpVAYG&gDo7C`hH@#PcL<1r2nXbV1`kCDO#~uH zfDjN+N)AQ{sB{T|90UmvinIX9+vmJ{*1d1t_10Z?-Pvo;?3p$5&$s{on{Q?^9PBIw z_|EdNv9SqQTbVfmWh(G49Onk|5H&Mdpy0l1V`;|5`r|2mTb&2=OtLmJxe-&eI)e=P z99crx@SVcI_tnQ;_>Rp*Y>S-crW-^Tom_#9U_OR0Dc>qwEGC03^UJVfHxa=#I+f@l zbz?9`^=hf)m74jO?2>%%Y#9xv%S4<044iVv{sEL9jCAn0mDDnOAU{~BVEg$}(5WkT za-LtyqrWB{6n1VNC2iSu?k7J2k`)wp7q>E<{7Fm|dUG&i^#13&&0Z8z%7HiT@J2Y) z`Y=I+!w#K^%j!Mc&sun9@=MnHa~80l%GDlS7wc8wA8B79gWwAI#HHkUbIw`6mazJ5{3!Nq&^$Was_dHGFq~TVzI+);>HeW2nfjoM^8;^!mJa*)j)tc&c_xiW7wK4o zZnPr>$kcQzEuKLnm`oM^u07$F2J5D;uT8VBaWf_MLU*a~ZY1TX+LwJaX^VL_MhGWJ zuZ`j(r&_V1X4%8=2s#JxsQ-mRh>oy3?L1{R<@!vkg%@0g7C8_ke%HStN1S;kM%RxK z)?vw{BV3VH4?RR`F~74=*{^*9Qx-$|3s~S+l*oA;>z3M{qHw(8SrE1);|$ z<*Ud~a_6EvL;GINEe;*c-9XcLslOmq^GXO?6RbFc96j&;{39oHfHgMX$VW^Evtr>T zx9)}_-Yi&(I|Z)n8J-;A>>k0W`l_pqP(g3?MzjN?$A2s+gW5a5c%O#BaNmCYAlv=c-`~!39amNL)G|fL zDbhJN45k}iMMb2*7D=8bH#LO`Wzz1u+0sY74Z5gjAsc(8%fHNrHFht|)3DeRrj|LX zUD~}0EUux3A3uiTQy4MhC@atz?$!etCjZbkeZh)KJs7gBrIrXXhT#(6_YNC{HIhVh zF9j(z@Z*7xdRl^{O`grWiN=M8(j;$&qMPG7n`2z{-<9d#(&t}e|99g4KLk?x0%`5- z$jh`DsB!9Qk6jubK+5%vNg$Bt4i0&6SFTlfs#^mL}%FE%zYVHFvv#U`ri?lpst{2D!*_%(5NremYOuhWY0 zN)rOfNlW9F=t|fR8+rkiX}QHZSR5+$?t6UZ)wf*aX&J_yv-w*WBFPu|4K?&&S8n%`JcmG{ruC{CJ`zNTSyH z^*749)b2iK*4j+FJo(hcI~@h9)2&UuB2JK=aqO(k1W+|KHT?qu%FD}Bua{eF z{GMmO({^q4!Z3^bNp7wQ9Igob%$Lzo0E;D15f>*LQnRJ>RW4kR2kgxCq&NAEpdZnW zsenMT7cOMh)m^-L_3D)p8hsG(RZvpvw5`9tf6hLUNEFu#Q!q{AFDorghIH=9%`aG9 zz!c{I=r@N=g}C^`+fMW7Cr7nNT z@m1}p;5Wq?fq15T?_Ej^kiH!8XllweYIRDh6c|zd_HFUX%8E2`U|^uEz8;L$mRF}3 zy<)_j>89+G8oUXDx9VNZ?d$}NjbG&JN3Z?=HV`*wB$5^=*JIByAgsVwet+1X)8vLtw!NbiNri9Tym^V2va`1r ziXrYE?auOK2{|KGgq7{EGf%rxd4$4x1ayA1cajz0V(+)D^@fe)dCC!kG)#N;xF@n0 z(AiH@Qy*U4td+w+Z%DL~<7&6RuOdh#hMddCv|Sw2V9djP_r&ed)1snIE-t^lyj~vY z9vZ41+*%mB^-Uc?Hh9z2bTIlS8o=+Hn?y+Zid)m`EdhIjjbkzi>+DTFgXoHi2Zh0S z&^*JmSv`>vAtQ#g5Wt1Z)VcUn7NdJ+{H0qF)p)cXcbWPADYr5C_} z(;^}}@weY@2Z)bLBNXF0$)Sk}Wn$NOPncq>qafqK#~@t1CsLU;sFDhU + + + +ircbot: Client_ClientManager Klassenreferenz + + + + + + + + + +
+ +
+

Client_ClientManager Klassenreferenz

+
+
+ +

Aufstellung aller Elemente

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Öffentliche Methoden

 __construct ($linebreak="\r\n")
 Default constructor.
 __destruct ()
 Default destructor.
 countConnections ()
 work ()
 Main worker function.
 addRawRouting ($from, $to)
 TODO: implement this!
 createTcpConnection ($group="", $protocol="RAW", $IPv6=FALSE)
 Calls ConnectionPool in order to create a simple connection.
 removeConnection ($connectionHandler)
 Closes and removes the connection.
 registerProtocol ($protocol, $className)
 Registers a protocol with a specific client.
 unregisterProtocol ($protocol)
 Unregisters a protocol.
 attachConfig ($config, $connectionHandler)
 Attaches a configuration to a connection.
 sendToID ($id, $data)
 Calls Connection_Pool.
 sendToGroup ($group, $data)
 Calls Connection_Pool.

+Geschützte Methoden

 createClientForProtocol ($protocol)
 Searches for the registered client for the given protocol.
 addClientForConnectionHandler ($connectionHandler)
 Adds a client to our client pool.
 removeClientForConnectionHandler ($connectionHandler)
 Removes a client from our client pool.

+Geschützte Attribute

$connectionPool
$clientPool
$rawRoutingRules
$registeredProtocols
$configPool
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 10 der Datei ClientManager.php.

+

Beschreibung der Konstruktoren und Destruktoren

+ +
+
+ + + + + + + + + +
Client_ClientManager.__construct ( linebreak = "\r\n" ) 
+
+
+ +

Default constructor.

+
Parameter:
+ + +
string $linebreak
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 46 der Datei ClientManager.php.

+ +
+
+ +
+
+ + + + + + + + +
Client_ClientManager.__destruct ( ) 
+
+
+ +

Default destructor.

+

Closes connections before being killed.

+
Rückgabe:
void
+ +

Definiert in Zeile 58 der Datei ClientManager.php.

+ +
+
+

Dokumentation der Elementfunktionen

+ +
+
+ + + + + + + + + +
Client_ClientManager.addClientForConnectionHandler ( connectionHandler )  [protected]
+
+
+ +

Adds a client to our client pool.

+
Parameter:
+ + +
Connection_ConnectionHandler $connectionHandler
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 184 der Datei ClientManager.php.

+ +

Benutzt createClientForProtocol().

+ +

Wird benutzt von work().

+ +

+Hier ist ein Graph der zeigt, was diese Funktion aufruft:
+
+
+ + +
+

+ +

+Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:
+
+
+ + +
+

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Client_ClientManager.addRawRouting ( from,
to 
)
+
+
+ +

TODO: implement this!

+
Parameter:
+ + + +
unknown_type $from
unknown_type $to
+
+
+ +

Definiert in Zeile 114 der Datei ClientManager.php.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Client_ClientManager.attachConfig ( config,
connectionHandler 
)
+
+
+ +

Attaches a configuration to a connection.

+

Will overwrite the existing configuration for the connection.

+
Parameter:
+ + + +
array $config
Connection_ConnectionHandler $connectionHandler
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 215 der Datei ClientManager.php.

+ +
+
+ +
+
+ + + + + + + + +
Client_ClientManager.countConnections ( ) 
+
+
+
Siehe auch:
Connection_ConnectionPool
+
Rückgabe:
int
+ +

Definiert in Zeile 67 der Datei ClientManager.php.

+ +
+
+ +
+
+ + + + + + + + + +
Client_ClientManager.createClientForProtocol ( protocol )  [protected]
+
+
+ +

Searches for the registered client for the given protocol.

+

Returns a client instance or void.

+
Parameter:
+ + +
string $protocol
+
+
+
Rückgabe:
mixed
+
Ausnahmebehandlung:
+ + +
Exception_GeneralException 
+
+
+ +

Definiert in Zeile 165 der Datei ClientManager.php.

+ +

Wird benutzt von addClientForConnectionHandler().

+ +

+Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:
+
+
+ + +
+

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
Client_ClientManager.createTcpConnection ( group = "",
protocol = "RAW",
IPv6 = FALSE 
)
+
+
+ +

Calls ConnectionPool in order to create a simple connection.

+
Siehe auch:
Connection_ConnectionPool
+
Parameter:
+ + + +
string $group
boolean $IPv6
+
+
+
Rückgabe:
Connection_ConnectionHandler
+ +

Definiert in Zeile 125 der Datei ClientManager.php.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Client_ClientManager.registerProtocol ( protocol,
className 
)
+
+
+ +

Registers a protocol with a specific client.

+
Parameter:
+ + + +
string $protocol
string $className
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 145 der Datei ClientManager.php.

+ +
+
+ +
+
+ + + + + + + + + +
Client_ClientManager.removeClientForConnectionHandler ( connectionHandler )  [protected]
+
+
+ +

Removes a client from our client pool.

+
Parameter:
+ + +
Connection_ConnectionHandler $connectionHandler
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 203 der Datei ClientManager.php.

+ +

Wird benutzt von work().

+ +

+Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:
+
+
+ + +
+

+ +
+
+ +
+
+ + + + + + + + + +
Client_ClientManager.removeConnection ( connectionHandler ) 
+
+
+ +

Closes and removes the connection.

+
Parameter:
+ + +
Connection_ConnectionHandler $connectionHandler
+
+
+ +

Definiert in Zeile 133 der Datei ClientManager.php.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Client_ClientManager.sendToGroup ( group,
data 
)
+
+
+ +

Calls Connection_Pool.

+
Siehe auch:
Connection_ConnectionPool
+
Parameter:
+ + + +
string $group
string $data
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 237 der Datei ClientManager.php.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
Client_ClientManager.sendToID ( id,
data 
)
+
+
+ +

Calls Connection_Pool.

+
Siehe auch:
Connection_ConnectionPool
+
Parameter:
+ + + +
int $id
string $data
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 226 der Datei ClientManager.php.

+ +
+
+ +
+
+ + + + + + + + + +
Client_ClientManager.unregisterProtocol ( protocol ) 
+
+
+ +

Unregisters a protocol.

+
Parameter:
+ + +
string $protocol
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 154 der Datei ClientManager.php.

+ +
+
+ +
+
+ + + + + + + + +
Client_ClientManager.work ( ) 
+
+
+ +

Main worker function.

+

Processes incoming data, calls clients and much more.

+
Rückgabe:
void
+ +

Definiert in Zeile 76 der Datei ClientManager.php.

+ +

Benutzt addClientForConnectionHandler() und removeClientForConnectionHandler().

+ +

+Hier ist ein Graph der zeigt, was diese Funktion aufruft:
+
+
+ + +
+

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a03e7565392b6e8504b0918ce89557251_icgraph.map b/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a03e7565392b6e8504b0918ce89557251_icgraph.map new file mode 100644 index 0000000..84a3eff --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a03e7565392b6e8504b0918ce89557251_icgraph.map @@ -0,0 +1,4 @@ + + + + diff --git a/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a03e7565392b6e8504b0918ce89557251_icgraph.md5 b/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a03e7565392b6e8504b0918ce89557251_icgraph.md5 new file mode 100644 index 0000000..5a67cf8 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a03e7565392b6e8504b0918ce89557251_icgraph.md5 @@ -0,0 +1 @@ +63c1f17337a3517fd6426344275c3dc2 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a03e7565392b6e8504b0918ce89557251_icgraph.png b/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a03e7565392b6e8504b0918ce89557251_icgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..63fc8c6b2421d43542d216e7d8cb5ee8b350db18 GIT binary patch literal 4497 zcma)Ac{r3`{}x%2NTEe2L}TAIw#l0?)8@mkgKE2=H_51zzyWaC$&-2{pkMlX7>)fCFT=zM#_l@;P(ECXpihWx?dy4tl7-_8WHv+Cnv=oa%$Sh|NI%N{B=4ltiuWz@fVJ>n&p%pKN=`LkCR@iK>?ME}Rt=6;SCqQ8B5?W6Yq%pZlJk zzB4{usc*!?^G`*Gn-ZCcttRA#2U$-AnYnG^Mw$GyySwO*mG!R14j@;Qj$W4s^e!o; z^v*n{xE@wds)kspP@wz$HE}FRx*)p^m=zH3t&b{YI6UWK~T~ zN_n{i26cSEr8ObX#;+E1$Hc@JJ!sKzunIer`7WJzJ0&k~z45{ZiKsLS2@{}a2#*dg zp|FXuN_RfL&?vN8*Bo}yHRfhopy!m8U6o@%P4Ik(xyjHE>$o`b7%lius5{IJTb?*a zVHeXx*PjcJHD5!jiQVM;85PA;WSG)cQr4mK(fv&4f!w#1m5I$%LXIl6C2e|U=YFphx!5bf$Wk){uidy|Js_A%g*2vY={d;xx z>brN#s%OuZjqR@Ig>+-rP)wbEu&Al`OabfxvD?nQC-J|WdtVHioiJ5j{;lY=)XLr{ z>^2=8)_O;E145)mN{V8Jz|x&G95JGLkmvL~n;&EKncM93r%sq2Ez6;lDTnlBvdsEl zh{5yHD8&u#uOB0Gx2Oz94)>2yoEg)u&(BR;Vklt04DIbxC^$64Is<{Oj9Dp{|ex*1ZBS##T36fr4^ z(w!<#zTL92ww}OyFX0i_RQ+CAKW$ZXB#2@HB7&%`nF+kgwVn&wQS5wr?(P+3M^gp1 z4Ntg5jdI}t!R1yBamE@4!s}Zo8m0K}T=Ox=yLTCEgEtv>cXt&O6+Jg*KW4e+ZN)#t zxa_Xg8%Sf5Tx?t_WpsDAa7l^59I}Y9=Fcylz$% zS=iZ)x@*`z{4>{H!R$^tjznx0XE9XR+@W$gf1f&L`Ry9vdUB!eJ)Zv-9bw^9-mW`Q zfIg6@-Ji%dkks8Fud>u(iHZUTG=g2O91zRwwp*Db&h}f=9SIc4&x-)mo?QKHIO{cQ zHJee5Xa=27nTvELXPSFZG8+uDD%Xz;az=clD@iVxQ*koy4Irn1joG$(qshlqL%A=( zoLzY&Z@GlY`@G7vI!qixesjrtv(M|=wWJhNRkn;(rHh#n5zFGi1UzKxpw!RT$0ztl z*`-lz0tXS>!`kmBG7&s{D-G)js9tszIZdacs?b4<&!s*}qPO8V%J24nR;((McMK+a zJ-80A4Cpf@C+9n~`b&C1ctZkiQc+|-n<`GP4WE$yzWE2!C@ zx^7Zqm2nTi$ni=>_}XMcdPasl>@CRz;HW*CqZlZV9qLRzTHbkUE?S^zUm1ly}fC`Zd*nl&!T_)y&z3q#9dj}0eUV2*s>696i&^z*09|@ zr(rw#Airw#Da@_TeH|ykWbbE%o(8dJBwdl!(_-9UAseiE&U(Thd{?Ure=6gglL==h zTwLt1RHfhc!%U#A{Z^GyL#nfVj{{rYjswRuswW=h4I49(?Ut9|vnOzmULgAm#YcT% zV*MXJo|00Nrz%XvuP9BbcaN}0>H}JZ&-qe{f;}=;%n~gDGAV>Nl!`3Q%eV)eK?R3| zcAcTrsl?n#yJ|<=6`dDM4-bL~%XlDZ)c!JpS|fqHL4E^iH2q;3;K`fR8DC?=c9^X! z!)F&p$>LlcCLWrEQ)%J)gMq--ES=@NG?3SFwAHsd z-I{~NVjH*p^-w>%Iayg*2U?{iB-misoUN|Xae(24?Spql9L6i@`8hO}rGMln)GH|| z$;Hi`7ew7YaB+1#gBE=NR#Bb!L)%@5;`Nvv(h*2NcN%JJcJlnC$yOrt1oz0R$B^yv zvyp6~CrmZ@92_>lEDi=2^Tx%M8jD`L!+H%|8;ixNZwiB7T`}1dO`bYGYhjlkDe#s5 z4DCd?XHCE5>dKS;UnGTDf7$)W$mT2FJR!HgLc#&AF45aEwa)Nj-INz+1a7PcY@G=H z`m*}}srO~Lkt{-vSkZaZTRp(rNX#HErbT2`}iVZQ)GKy zi9f-@VU2Q_U6EztAj9{QS%z;1Mdv|(tR^FwLWRrZkw>$bD+>+uRJzA)QR=FGtMK81 zjkGfZTie?u6%~lDZ!}9-I#MhgzV!Cm4;MfsY+AD7;#g~IrH(WzN=oeZRwsT0EF|o# zj3-eEhlyt{iZl+igFfowio7Qr>E850g zAm!)c;@tk>6*)&1_-o`HcPJRVJ>J-0Xj9H&$N<>lq&fYq8Vx({V#XVDnl1He&+RNhtc_;EW! z+IHaRV4Fh1Ntanv5oYC90=B%xj0^LHh+DNikxO*8H(%npX>yXTA;z3+B+hb>A<4tCTDEwgSO z|G0aun!y`1(gydtGj7MnZC`7^iNX!~jJxz<(<05F~OuF!X9M zijyR!WzsnL6e%wRTt$kMEd>gcK z%@?I{wYBA-tUgi|PQpkvL6D@ha&&yjMo%P)>lTA{C%P!Af1%|_X{ga+tl5lF zUw^@#iHV6Opr(;xV`th9<>%6psfo#)3IvzC70ZP)&9-!ZE8e%b-?s5~rft=v4KnUb zdWDrRCnK5{%TBQ4{AbqDwCZ}R9GI_ zjf{FrM}Uf+H%zVnh@LkjZS7CN4WJx`pRv`Q3!45SF@06JXAu>O?4BQ;#N`U5sXK%Jbe zQdE}Cc}_Msyxv#qM0bK&Z`7iVw6CvY~Ld6+L%7Y7cgUbpUt zeQxOJ7@biK$^iX2#Nk9Y&%4KlK+)P_xoaJ2a1itNmw}D3F^*C}C&!CV8J@P6mwx&b zigF{h)@MR7dx||1@q3C(zb+s-DVz3>?elK<#5Tml;1IN%y=eY6UBUl!V}PcsuzWrK zFNleG!(RIjVEO;i`33*vOOjUK@;rgzZpg6a5x$o(FcsU9gR-G^c4 zNVum|@_j9>rf&ov=H!>>DC~E%wCsC#sFV=L&?{Q=4dMM78eIR))dYqAgyS32Gh=;+ Ts3zc!g${bpNUQQ+@Q8l{-R115 literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a2aee25ef0e6ab25afbbf7ab7b6a12725_icgraph.map b/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a2aee25ef0e6ab25afbbf7ab7b6a12725_icgraph.map new file mode 100644 index 0000000..e5ec828 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a2aee25ef0e6ab25afbbf7ab7b6a12725_icgraph.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a2aee25ef0e6ab25afbbf7ab7b6a12725_icgraph.md5 b/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a2aee25ef0e6ab25afbbf7ab7b6a12725_icgraph.md5 new file mode 100644 index 0000000..19ee7a0 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a2aee25ef0e6ab25afbbf7ab7b6a12725_icgraph.md5 @@ -0,0 +1 @@ +08b5e4d464c3a288ff959171a8f23fe0 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a2aee25ef0e6ab25afbbf7ab7b6a12725_icgraph.png b/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a2aee25ef0e6ab25afbbf7ab7b6a12725_icgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..25acdc229e61d011873e2c99a11efb6efc796121 GIT binary patch literal 3856 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 IzHJ}ze~`bY4gdfE literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a4a1a387ccf7170719002f6b14b7eda7b_cgraph.map b/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a4a1a387ccf7170719002f6b14b7eda7b_cgraph.map new file mode 100644 index 0000000..2d0e18a --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a4a1a387ccf7170719002f6b14b7eda7b_cgraph.map @@ -0,0 +1,5 @@ + + + + + diff --git a/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a4a1a387ccf7170719002f6b14b7eda7b_cgraph.md5 b/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a4a1a387ccf7170719002f6b14b7eda7b_cgraph.md5 new file mode 100644 index 0000000..fac0093 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a4a1a387ccf7170719002f6b14b7eda7b_cgraph.md5 @@ -0,0 +1 @@ +3925bbab504deee6f69b60c0ce45978a \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a4a1a387ccf7170719002f6b14b7eda7b_cgraph.png b/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_a4a1a387ccf7170719002f6b14b7eda7b_cgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..14f37e7112a0c5faa7433658049c580fd47e277c GIT binary patch literal 7432 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 + + diff --git a/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_aba2b55abbe025be6a46d6959bee7cfce_cgraph.md5 b/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_aba2b55abbe025be6a46d6959bee7cfce_cgraph.md5 new file mode 100644 index 0000000..2555969 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_aba2b55abbe025be6a46d6959bee7cfce_cgraph.md5 @@ -0,0 +1 @@ +018987da473dead4cccfd6fda28594a9 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_aba2b55abbe025be6a46d6959bee7cfce_cgraph.png b/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_aba2b55abbe025be6a46d6959bee7cfce_cgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..501e393ea4d1c817b40b60046f544d881417d1cc GIT binary patch literal 3759 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 Td8tS1K + + diff --git a/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_aba2b55abbe025be6a46d6959bee7cfce_icgraph.md5 b/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_aba2b55abbe025be6a46d6959bee7cfce_icgraph.md5 new file mode 100644 index 0000000..b715e75 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_aba2b55abbe025be6a46d6959bee7cfce_icgraph.md5 @@ -0,0 +1 @@ +87efaa5da391bb01b2ad9a55e70c8854 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_aba2b55abbe025be6a46d6959bee7cfce_icgraph.png b/ircbot/Documentation/Doxygen/html/d7/dc1/classClient__ClientManager_aba2b55abbe025be6a46d6959bee7cfce_icgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..4519a099046d1584d1c65d54aa2cba12937bfa37 GIT binary patch literal 3595 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 Na0`2Ltf|+d{{v4y_bLDY literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d7/dc4/ClientManager_8php_source.html b/ircbot/Documentation/Doxygen/html/d7/dc4/ClientManager_8php_source.html new file mode 100644 index 0000000..83ef561 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d7/dc4/ClientManager_8php_source.html @@ -0,0 +1,313 @@ + + + + +ircbot: Classes/Client/ClientManager.php Quellcode + + + + + + + + + + + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d8/d0f/classException__GeneralException__coll__graph.map b/ircbot/Documentation/Doxygen/html/d8/d0f/classException__GeneralException__coll__graph.map new file mode 100644 index 0000000..94327dc --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d8/d0f/classException__GeneralException__coll__graph.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/d8/d0f/classException__GeneralException__coll__graph.md5 b/ircbot/Documentation/Doxygen/html/d8/d0f/classException__GeneralException__coll__graph.md5 new file mode 100644 index 0000000..3e60e91 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d8/d0f/classException__GeneralException__coll__graph.md5 @@ -0,0 +1 @@ +228eda2f4b2cd3341f2053f4ce4c7ecd \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d8/d0f/classException__GeneralException__coll__graph.png b/ircbot/Documentation/Doxygen/html/d8/d0f/classException__GeneralException__coll__graph.png new file mode 100644 index 0000000000000000000000000000000000000000..76ff879a6f527ba3c46cc16a18ace4d8e4972ce9 GIT binary patch literal 5030 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 H_J8~vf;tiV literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d8/d2a/inherit__graph__4.map b/ircbot/Documentation/Doxygen/html/d8/d2a/inherit__graph__4.map new file mode 100644 index 0000000..587fd55 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d8/d2a/inherit__graph__4.map @@ -0,0 +1,5 @@ + + + + + diff --git a/ircbot/Documentation/Doxygen/html/d8/d2a/inherit__graph__4.md5 b/ircbot/Documentation/Doxygen/html/d8/d2a/inherit__graph__4.md5 new file mode 100644 index 0000000..87545f4 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d8/d2a/inherit__graph__4.md5 @@ -0,0 +1 @@ +ba10dd8f25d4761310b94e5d4e261d0d \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d8/d2a/inherit__graph__4.png b/ircbot/Documentation/Doxygen/html/d8/d2a/inherit__graph__4.png new file mode 100644 index 0000000000000000000000000000000000000000..3867dbe31f2ccf1e0e8deb7bae5be65b831c78be GIT binary patch literal 2375 zcmaKuc{CgN7RMussig!(5n4lQEUgr^Cu;Onl$N$*ZLLE}Q--Q#5K*so(MQYJf~l%K zqOGI^QA=tV(c02RnrP4=v9t&hl1bk`?~nJ+yT5bp_jk{^_niC3{eA8)$K&!v1zAm5 z005u>cX7T7002G2cf;?b#U3I*NEVB9$fb+U0MWNo)AOtt0Qhbn?tK1wV&y6$Enhnf zO!=~d#NkbiOo!LTw@hY@f_{Jbsn9~|K3duH%SAH;`=|48w|u8)Z;z0iUkyQ)u4#v+ zZZ#Ry4|g8cRB8q(yG=QZCXN^M!weA->!gr0R-v$~Cv~4)wjI6`9**Ggq7tH@xSuCK za_!BTNmxX9bt)EtaCH8k7CVsR(}ze5%tU>2`)nF0 z;)RO9Mws>>`=}Kl#BTP(!PBVa9Q(O)1i zR=;Oga;_2jPh$y1AXVaXx(Zo>#n{vsKsF-nM!%3uy&t(Q?!?(W6z7b^ooELqW3Plz zH>)M0tDhZE4v(ro4%Yg#COM74+O(Ujtm8~ty>43pb!`$bI}%foFDdv_fohFV3%>_F z#j8;)KbGM}Y|!_-HEQ2qem^faA`y)~b6@#RwPp*}b4dAS^1f1H3q9r~e7p8-0LzzU z%QE`~#H$nmH=NbkxlhizMf7HF^h&0XBHp(OW6?w81F{?$&ccv?%|i>&q2vhGDe@?A zU5j;>d}t$(B}2XhT%Q(Mx<{;(0GKiXTY=2YQmNSkeY4zE$gcUuFztzZSRM7Au@!M` zqp-eyEQS)pv&9rY{g@rU@DiHxp2>4S@!>4%jk~POM-&b9AB(n*vXW|+&iKpO1NXJ8 z^Hz`gmu(R5fA#CkQOzT?#xVZyq8h`l8LDE>W!fDK7yqDI`Mhe*yYS8JRH7PDjxK4r zsLO=1%2fr0qZKt)k{8jzqIF_Q-XEpbNu~oOOU)9N@+tYt-SjA6R4~8n()VNzdNkeA zG41%O7g8!o#pBR8ATauaaGGojy8{xOmzp$<%=&9)y9X_E19&61=cd5BeCCxjQQ1dg zU)A5``Fvu)o-0)gHF57s4`2xm89y1+sEc@(ES>Bgz!~U9XDPRoE@-erT#8T`BGiHA zhGG1h;HT9~(X_k}za&$-i?R0+bq8EZa^rPjXzj#K3;Q=vC{dmq#>&|Cq^VRr!>eEflR@is; za@0X2ZcT@kN3J3hfTPW{C_V|9@6PhQI_+F2B`O;y~%tJsw(oXnMK=x;1(MPI*sVYB z(_LcoV<0bzg|b|$fzfn1zdFzNnHm}zzOkPMi+4bR-Bsgw6}uUx$OV&L-n~?9V^%K{=1yJ*Me| zm9ncQKzs_pRy~L9M0&IpZOVB6cjlN?U()E@o6ywV zqn(`Y$NCi7@|FNC)2_mhqXmLq+BI4fh8e&88lWq`As=tZUHLZuT4;hq1{qONLgn#6 zC)dM%bM5{y(epGw_&RPe>CDEddP?T{5Q?}J+6^U0y^9(Wo?V=#%`Dn-onNp}x)K4) zeL7OTphS^=!OiSH@gEDT2D{&-fot&h7)^4J9MX~b3nSuJr$HBN8F1lD8Io!uV)9&( zcIXZH)jHS_lCI!RRBInygLNM%<1SC@MY{_cwSO|L^;@hC8e8xD8wr%5~99d@z z?OiQpv+bZ=xBj&$8#;C})U70{!BFq8yPN&S-0p5C4pVR^?M|zg|7Yuz$rx){%(dn+ zgI2l zujredNQ?UR-+$6vK4v=`cHW{!?dLEsn1RY&hJ?f0Dz<~q&kX5wcx=w*7p(555;EQ# zuj0HfT~3)&!e(b@ySPR==7_bfPWsXR2~`ucGEUT2-!ge_?y}D8x65&$T|{NO5c|LF za6uOs?SjjTbUcu-#M(x{&RuzqOe07tji6hqPi2h=A=z;sP~2B1zHRaUwxn%X0=A=U U_sP3e@y`eVzi`>P%_->q-~Si3fB*mh literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d8/d4a/inherit__graph__10.map b/ircbot/Documentation/Doxygen/html/d8/d4a/inherit__graph__10.map new file mode 100644 index 0000000..2dc470b --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d8/d4a/inherit__graph__10.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/d8/d4a/inherit__graph__10.md5 b/ircbot/Documentation/Doxygen/html/d8/d4a/inherit__graph__10.md5 new file mode 100644 index 0000000..4b0083e --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d8/d4a/inherit__graph__10.md5 @@ -0,0 +1 @@ +ad4ef93ecd4a3f7bb87e69df155a47b6 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/d8/d4a/inherit__graph__10.png b/ircbot/Documentation/Doxygen/html/d8/d4a/inherit__graph__10.png new file mode 100644 index 0000000000000000000000000000000000000000..d085c68e65645510caeb0249aaa5b6493f887ac7 GIT binary patch literal 853 zcmV-b1FHOqP)y0xHxAuuFd zWCVhev}mk$8G@_u7vjPYaia_WfFJd%#_5G#>IIaJac{SJafl;pSkzx`-a1C z&-Xls&v(w}{J3Wxh9C%nAP9mW2!evKin{IC-L#OPb-dkKv81BWChQu#mY}8V(u05A z#mwNe1TCklf2vltAQ%W?wxBV>Y(Zm$*@DIx6|=SJ3(KhG(l@=MVz!_K^vi6k@Hu|Q z1N@1zc&ktSKMlRk%u&l_CM$p8B-S=5YQFT#Y$q^|9axT6@C`ohQ~ymein)vxWfJ%C z)#A#TKMT3ky^m*V+APP{xLuSZMP11_rf?It@Ie;K^}LDS@P6@mDGuQV{=soPn?0A8 zHs;cq*K@ergVwruuU;7VrS26;E8_RxH{T;ZCxpWS6oz}YeKv~GjwpyBz-%G!s>(aSrP1a^wN~mN~ zn$;!07Ijt3NP{wstsSvz(pFb8f!{lx?S)axC9hkHW6~LOzFO*7Oa zwjDSl-AO%^X7*9Dm-7`x-QPtyYW4wqTsj;5QS`GXi{*OO ze}p?dBnW~a f2!bF8f+6M+y+k3ehYv9g00000NkvXXu0mjfy|SUJ literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/d8/d5a/SocketPool_8php_source.html b/ircbot/Documentation/Doxygen/html/d8/d5a/SocketPool_8php_source.html new file mode 100644 index 0000000..4e9866e --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d8/d5a/SocketPool_8php_source.html @@ -0,0 +1,171 @@ + + + + +ircbot: Classes/Socket/SocketPool.php Quellcode + + + + + + + + + + + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d8/d5d/classFoo.html b/ircbot/Documentation/Doxygen/html/d8/d5d/classFoo.html new file mode 100644 index 0000000..e445327 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d8/d5d/classFoo.html @@ -0,0 +1,176 @@ + + + + +ircbot: Foo Klassenreferenz + + + + + + + + + +
+ +
+

Foo Klassenreferenz

+
+
+ +

Aufstellung aller Elemente

+ + + + + + + +

+Öffentliche Methoden

 addBar ($bar)
 getBar ($id)
 getTestResult ()

+Geschützte Attribute

$pool
+

Ausführliche Beschreibung

+

Testclass

+
Autor:
jpt
+ +

Definiert in Zeile 6 der Datei ReferenceTest.php.

+

Dokumentation der Elementfunktionen

+ +
+
+ + + + + + + + + +
Foo.addBar ( bar ) 
+
+
+

Adds an Instance of Bar to the Pool.

+
Parameter:
+ + +
Bar $bar
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 21 der Datei ReferenceTest.php.

+ +
+
+ +
+
+ + + + + + + + + +
Foo.getBar ( id ) 
+
+
+

Returns the internal instance of Bar for the specific ID.

+
Parameter:
+ + +
int $id
+
+
+
Rückgabe:
Bar
+ +

Definiert in Zeile 30 der Datei ReferenceTest.php.

+ +
+
+ +
+
+ + + + + + + + +
Foo.getTestResult ( ) 
+
+
+

Outputs the current state of the bars in the pool.

+
Rückgabe:
void
+ +

Definiert in Zeile 40 der Datei ReferenceTest.php.

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d8/db6/classService__ExceptionTest-members.html b/ircbot/Documentation/Doxygen/html/d8/db6/classService__ExceptionTest-members.html new file mode 100644 index 0000000..7456c0a --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d8/db6/classService__ExceptionTest-members.html @@ -0,0 +1,80 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Service_ExceptionTest Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für Service_ExceptionTest einschließlich aller geerbten Elemente. + + + + + +
__construct() (Definiert in Service_ExceptionTest)Service_ExceptionTest
CatchAndThrow() (Definiert in Service_ExceptionTest)Service_ExceptionTest
failAtThis() (Definiert in Service_ExceptionTest)Service_ExceptionTest
internalCatch() (Definiert in Service_ExceptionTest)Service_ExceptionTest
TestTheFail() (Definiert in Service_ExceptionTest)Service_ExceptionTest
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d8/dd7/IrcClientTest_8php_source.html b/ircbot/Documentation/Doxygen/html/d8/dd7/IrcClientTest_8php_source.html new file mode 100644 index 0000000..0e95fe4 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d8/dd7/IrcClientTest_8php_source.html @@ -0,0 +1,110 @@ + + + + +ircbot: Testcode/Connection/IrcClientTest.php Quellcode + + + + + + + + + + + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/d8/de0/classSocket__SocketHandler-members.html b/ircbot/Documentation/Doxygen/html/d8/de0/classSocket__SocketHandler-members.html new file mode 100644 index 0000000..d9f6cd8 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/d8/de0/classSocket__SocketHandler-members.html @@ -0,0 +1,95 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Socket_SocketHandler Elementverzeichnis

+
+ + + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/da/d64/classClient__BotClient.html b/ircbot/Documentation/Doxygen/html/da/d64/classClient__BotClient.html new file mode 100644 index 0000000..f14bccf --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/da/d64/classClient__BotClient.html @@ -0,0 +1,279 @@ + + + + +ircbot: Client_BotClient Klassenreferenz + + + + + + + + + +
+ +
+

Client_BotClient Klassenreferenz

+
+
+
+Zusammengehörigkeiten von Client_BotClient:
+
+
Collaboration graph
+ + +
[Legende]
+ +

Aufstellung aller Elemente

+ + + + + + + + + + + + + + + + +

+Öffentliche Methoden

 __construct ()
 Default constructor.
 processData ($data)
 Does all the hard work.
 loadConfig ($config)
 Loads the given configuration.
 setID ($id)
 setGroup ($group)
 injectClientManager ($clientManager)
 Injects ClientManager.

+Geschützte Attribute

$ID
$group
$clientManager
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 8 der Datei BotClient.php.

+

Beschreibung der Konstruktoren und Destruktoren

+ +
+
+ + + + + + + + +
Client_BotClient.__construct ( ) 
+
+
+ +

Default constructor.

+ +

Definiert in Zeile 13 der Datei BotClient.php.

+ +
+
+

Dokumentation der Elementfunktionen

+ +
+
+ + + + + + + + + +
Client_AbstractClient.injectClientManager ( clientManager )  [inherited]
+
+
+ +

Injects ClientManager.

+
Parameter:
+ + +
Client_ClientManager $clientManager
+
+
+ +

Definiert in Zeile 58 der Datei AbstractClient.php.

+ +
+
+ +
+
+ + + + + + + + + +
Client_BotClient.loadConfig ( config ) 
+
+
+ +

Loads the given configuration.

+
Parameter:
+ + +
array $config
+
+
+
Rückgabe:
void
+ +

Erneute Implementation von Client_AbstractClient.

+ +

Definiert in Zeile 43 der Datei BotClient.php.

+ +
+
+ +
+
+ + + + + + + + + +
Client_BotClient.processData ( data ) 
+
+
+ +

Does all the hard work.

+
Parameter:
+ + +
string $data
+
+
+
Rückgabe:
string
+ +

Erneute Implementation von Client_AbstractClient.

+ +

Definiert in Zeile 22 der Datei BotClient.php.

+ +
+
+ +
+
+ + + + + + + + + +
Client_AbstractClient.setGroup ( group )  [inherited]
+
+
+
Parameter:
+ + +
string $group
+
+
+ +

Definiert in Zeile 49 der Datei AbstractClient.php.

+ +
+
+ +
+
+ + + + + + + + + +
Client_AbstractClient.setID ( id )  [inherited]
+
+
+
Parameter:
+ + +
int $id
+
+
+ +

Definiert in Zeile 42 der Datei AbstractClient.php.

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/da/d64/classClient__BotClient.png b/ircbot/Documentation/Doxygen/html/da/d64/classClient__BotClient.png new file mode 100644 index 0000000000000000000000000000000000000000..59128c51ad1b4ed2d2e76323698ee17e8e02522c GIT binary patch literal 490 zcmeAS@N?(olHy`uVBq!ia0vp^O+XyL!3-oHX~(_>QW60^A+G=b{|7Q(y!l$%e`o@b z1;z&s9ANFdBM;{lY5WQ~cwep2WykABAP?vl0YvJ?sE)JI; ed@YY3bMI)A?m4?~(HdaHFnGH9xvX + + diff --git a/ircbot/Documentation/Doxygen/html/da/d73/classClient__IrcClient__inherit__graph.md5 b/ircbot/Documentation/Doxygen/html/da/d73/classClient__IrcClient__inherit__graph.md5 new file mode 100644 index 0000000..1c7f00a --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/da/d73/classClient__IrcClient__inherit__graph.md5 @@ -0,0 +1 @@ +7c59a08fe398f3857e1833f3df49f992 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/da/d73/classClient__IrcClient__inherit__graph.png b/ircbot/Documentation/Doxygen/html/da/d73/classClient__IrcClient__inherit__graph.png new file mode 100644 index 0000000000000000000000000000000000000000..8bd6b2690903da0e1327009ef274c48dc7d50d5f GIT binary patch literal 12630 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 literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/da/d7d/classTestClassForTestsWithReflection.html b/ircbot/Documentation/Doxygen/html/da/d7d/classTestClassForTestsWithReflection.html new file mode 100644 index 0000000..5c173f5 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/da/d7d/classTestClassForTestsWithReflection.html @@ -0,0 +1,172 @@ + + + + +ircbot: TestClassForTestsWithReflection Klassenreferenz + + + + + + + + + +
+ +
+

TestClassForTestsWithReflection Klassenreferenz

+
+
+ +

Aufstellung aller Elemente

+ + + + + + + + + +

+Öffentliche Methoden

 blablubblol (Klasse $objekt)

+Öffentliche Attribute

$public

+Geschützte Methoden

 testfunctionWithCamelCase (array $ray, $zero=0)

+Geschützte Attribute

$protected
+

Ausführliche Beschreibung

+

Testclass in order to test phpdoc-stuff with the php reflection api Shall help in order to find out how this stuff works.

+
Autor:
jpt
+ +

Definiert in Zeile 7 der Datei Reflection.php.

+

Dokumentation der Elementfunktionen

+ +
+
+ + + + + + + + + +
TestClassForTestsWithReflection.blablubblol (Klasse $  objekt ) 
+
+
+

Testfunction

+
Parameter:
+ + +
Klasse $objekt
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 29 der Datei Reflection.php.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
TestClassForTestsWithReflection.testfunctionWithCamelCase (array $  ray,
zero = 0 
) [protected]
+
+
+

Tests the getDocComment() method

+
Parameter:
+ + + +
array $ray
int $zero
+
+
+
Rückgabe:
string
+ +

Definiert in Zeile 42 der Datei Reflection.php.

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/da/d82/classException__SocketException.html b/ircbot/Documentation/Doxygen/html/da/d82/classException__SocketException.html new file mode 100644 index 0000000..38429a2 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/da/d82/classException__SocketException.html @@ -0,0 +1,120 @@ + + + + +ircbot: Exception_SocketException Klassenreferenz + + + + + + + + + +
+ +
+

Exception_SocketException Klassenreferenz

+
+
+
+Zusammengehörigkeiten von Exception_SocketException:
+
+
Collaboration graph
+ + +
[Legende]
+ +

Aufstellung aller Elemente

+ + + + +

+Öffentliche Methoden

 __toString ()
 Puts all the important information into a string.
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 8 der Datei SocketException.php.

+

Dokumentation der Elementfunktionen

+ +
+
+ + + + + + + + +
Exception_GeneralException.__toString ( )  [inherited]
+
+
+ +

Puts all the important information into a string.

+
Rückgabe:
string
+ +

Definiert in Zeile 27 der Datei GeneralException.php.

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/da/d82/classException__SocketException.png b/ircbot/Documentation/Doxygen/html/da/d82/classException__SocketException.png new file mode 100644 index 0000000000000000000000000000000000000000..b4ec3408e09fa0ba95b048caab0959092c8ddeeb GIT binary patch literal 730 zcmeAS@N?(olHy`uVBq!ia0vp^>wvg}gBeJAsw;d4QW60^A+G=b{|7Q(y!l$%e`o@b z1;z&s9ANFdBM;udFjsr zkIIfSH(p6r^wKMnIjwLg|$=Q$i?z1A#2 z^g&TA#L?idGM+da3ecUkP$(&X8ZKPru#cPgFp;;p^f_U?c7BZn-Z>D;9c3*R06 zn^L-8_yFs=1&2fA)?{Y>}_|ivToOhHJ9oF?! zGyRp8A)25cx^eNbsjFwD{pfXDewD4JwB_~a|U!ylp5 zk8YcnsGomSw0E7wIprPm*SvFQ+Hs(?=e1THL&{2bZzldb2Z0HZ!PC{xWt~$(697s~ BU{wGB literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/da/d83/classClient__IrcClient-members.html b/ircbot/Documentation/Doxygen/html/da/d83/classClient__IrcClient-members.html new file mode 100644 index 0000000..e5c4291 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/da/d83/classClient__IrcClient-members.html @@ -0,0 +1,90 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Client_IrcClient Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für Client_IrcClient einschließlich aller geerbten Elemente. + + + + + + + + + + + + + + + +
$authed (Definiert in Client_IrcClient)Client_IrcClient [protected]
$channels (Definiert in Client_IrcClient)Client_IrcClient [protected]
$clientManager (Definiert in Client_AbstractClient)Client_AbstractClient [protected]
$got_001 (Definiert in Client_IrcClient)Client_IrcClient [protected]
$group (Definiert in Client_AbstractClient)Client_AbstractClient [protected]
$ID (Definiert in Client_AbstractClient)Client_AbstractClient [protected]
$joined (Definiert in Client_IrcClient)Client_IrcClient [protected]
$lines (Definiert in Client_IrcClient)Client_IrcClient [protected]
$nick (Definiert in Client_IrcClient)Client_IrcClient [protected]
__construct()Client_IrcClient
injectClientManager($clientManager)Client_AbstractClient
loadConfig($config)Client_IrcClient
processData($data)Client_IrcClient
setGroup($group)Client_AbstractClient
setID($id)Client_AbstractClient
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/da/da0/classBar-members.html b/ircbot/Documentation/Doxygen/html/da/da0/classBar-members.html new file mode 100644 index 0000000..3de3b42 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/da/da0/classBar-members.html @@ -0,0 +1,77 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Bar Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für Bar einschließlich aller geerbten Elemente. + + +
$test (Definiert in Bar)Bar
__construct()Bar
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/da/df5/classClient__AbstractClient-members.html b/ircbot/Documentation/Doxygen/html/da/df5/classClient__AbstractClient-members.html new file mode 100644 index 0000000..40c825d --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/da/df5/classClient__AbstractClient-members.html @@ -0,0 +1,83 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Client_AbstractClient Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für Client_AbstractClient einschließlich aller geerbten Elemente. + + + + + + + + +
$clientManager (Definiert in Client_AbstractClient)Client_AbstractClient [protected]
$group (Definiert in Client_AbstractClient)Client_AbstractClient [protected]
$ID (Definiert in Client_AbstractClient)Client_AbstractClient [protected]
injectClientManager($clientManager)Client_AbstractClient
loadConfig($config)Client_AbstractClient
processData($data)Client_AbstractClient
setGroup($group)Client_AbstractClient
setID($id)Client_AbstractClient
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/db/d3c/classClient__AbstractClient.html b/ircbot/Documentation/Doxygen/html/db/d3c/classClient__AbstractClient.html new file mode 100644 index 0000000..962576c --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/db/d3c/classClient__AbstractClient.html @@ -0,0 +1,243 @@ + + + + +ircbot: Client_AbstractClient Klassenreferenz + + + + + + + + + +
+ +
+

Client_AbstractClient Klassenreferenz

+
+
+ +

Aufstellung aller Elemente

+ + + + + + + + + + + + + + +

+Öffentliche Methoden

 processData ($data)
 This function will be the main entry point of any client.
 loadConfig ($config)
 This function will load the given config.
 setID ($id)
 setGroup ($group)
 injectClientManager ($clientManager)
 Injects ClientManager.

+Geschützte Attribute

$ID
$group
$clientManager
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 8 der Datei AbstractClient.php.

+

Dokumentation der Elementfunktionen

+ +
+
+ + + + + + + + + +
Client_AbstractClient.injectClientManager ( clientManager ) 
+
+
+ +

Injects ClientManager.

+
Parameter:
+ + +
Client_ClientManager $clientManager
+
+
+ +

Definiert in Zeile 58 der Datei AbstractClient.php.

+ +
+
+ +
+
+ + + + + + + + + +
Client_AbstractClient.loadConfig ( config )  [abstract]
+
+
+ +

This function will load the given config.

+
Parameter:
+ + +
array $config
+
+
+ +

Erneute Implementation in Client_BotClient und Client_IrcClient.

+ +
+
+ +
+
+ + + + + + + + + +
Client_AbstractClient.processData ( data )  [abstract]
+
+
+ +

This function will be the main entry point of any client.

+
Parameter:
+ + +
string $data
+
+
+
Rückgabe:
string
+ +

Erneute Implementation in Client_BotClient und Client_IrcClient.

+ +
+
+ +
+
+ + + + + + + + + +
Client_AbstractClient.setGroup ( group ) 
+
+
+
Parameter:
+ + +
string $group
+
+
+ +

Definiert in Zeile 49 der Datei AbstractClient.php.

+ +
+
+ +
+
+ + + + + + + + + +
Client_AbstractClient.setID ( id ) 
+
+
+
Parameter:
+ + +
int $id
+
+
+ +

Definiert in Zeile 42 der Datei AbstractClient.php.

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/db/d3c/classClient__AbstractClient.png b/ircbot/Documentation/Doxygen/html/db/d3c/classClient__AbstractClient.png new file mode 100644 index 0000000000000000000000000000000000000000..44d7fea30566101c4eeae20d84b92723b43d5732 GIT binary patch literal 653 zcmeAS@N?(olHy`uVBq!ia0y~yVB`a`12~w0OMsL_fKQ0)|NsAi%olIImi8Z- z0AzvjfddCvJMYK?xf~@ye!&btMIdnXREQA+1CxxWi(^OyioRQT65l*`0A#<3MBi3E^q!~1G?~+Sg-___W1;Vl zBp$tf^=R>va<2l8RdJolGg^K>nD6yuU$IQtrS+G!-)s>+63rgEpRwJzLLzm)&6*#6 z&S61mAzx<~h=hH&cqCe{GwE%v%+GDV3vXy|Xi~n@dr#z|?!(QmEV4rPAC=w7J}F&Q zLP<)b)@xPV|4k))-U~+ zwNgir?{=iEuJ8oD)J`uMF4I>!oP7IdueLnn^3M9GW1i!T6^9oFI3GLj>mm54U>f)0 zN%h;V`Ntf(7<_p0PVQLz_7#QGp{5&T<+K?O0`sMCLkC?+311}#` zoUo|CJ&EaT;!0J$-HVqld*3%vRN>yS1VX-mQTBM?BmV}4}Q#d@o{$YIbhmh N@O1TaS?83{1OPJ@8(aVY literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/db/d70/namespaceConnection.html b/ircbot/Documentation/Doxygen/html/db/d70/namespaceConnection.html new file mode 100644 index 0000000..4e075b7 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/db/d70/namespaceConnection.html @@ -0,0 +1,85 @@ + + + + +ircbot: Paket Connection + + + + + + + + + +
+
+

Paket Connection

+
+
+ +

This class is a decorator for the class SocketHandler. +Mehr ...

+ +
+

Ausführliche Beschreibung

+

This class is a decorator for the class SocketHandler.

+

Connection pool class.

+

It provides a buffer for the SocketHandler, so reading and writing a full line won't be that much pain.

+
Autor:
jpt
+

Socket Misc

+

Contains the SocketPool.

+
Autor:
jpt
+

Socket

+
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/db/d73/classTestException__inherit__graph.map b/ircbot/Documentation/Doxygen/html/db/d73/classTestException__inherit__graph.map new file mode 100644 index 0000000..37b3c31 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/db/d73/classTestException__inherit__graph.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/db/d73/classTestException__inherit__graph.md5 b/ircbot/Documentation/Doxygen/html/db/d73/classTestException__inherit__graph.md5 new file mode 100644 index 0000000..dd59a6f --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/db/d73/classTestException__inherit__graph.md5 @@ -0,0 +1 @@ +53a1fbe25a9649319c5562f6f7964da8 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/db/d73/classTestException__inherit__graph.png b/ircbot/Documentation/Doxygen/html/db/d73/classTestException__inherit__graph.png new file mode 100644 index 0000000000000000000000000000000000000000..d151bd9be952d63963dc0ee7afeeb1d215bdbd58 GIT binary patch literal 3529 zcmbtX2UJtbx~2#SQjVe&Y0`-rLXjpVAYG&gDo7C`hH@#PcL<1r2nXbV1`kCDO#~uH zfDjN+N)AQ{sB{T|90UmvinIX9+vmJ{*1d1t_10Z?-Pvo;?3p$5&$s{on{Q?^9PBIw z_|EdNv9SqQTbVfmWh(G49Onk|5H&Mdpy0l1V`;|5`r|2mTb&2=OtLmJxe-&eI)e=P z99crx@SVcI_tnQ;_>Rp*Y>S-crW-^Tom_#9U_OR0Dc>qwEGC03^UJVfHxa=#I+f@l zbz?9`^=hf)m74jO?2>%%Y#9xv%S4<044iVv{sEL9jCAn0mDDnOAU{~BVEg$}(5WkT za-LtyqrWB{6n1VNC2iSu?k7J2k`)wp7q>E<{7Fm|dUG&i^#13&&0Z8z%7HiT@J2Y) z`Y=I+!w#K^%j!Mc&sun9@=MnHa~80l%GDlS7wc8wA8B79gWwAI#HHkUbIw`6mazJ5{3!Nq&^$Was_dHGFq~TVzI+);>HeW2nfjoM^8;^!mJa*)j)tc&c_xiW7wK4o zZnPr>$kcQzEuKLnm`oM^u07$F2J5D;uT8VBaWf_MLU*a~ZY1TX+LwJaX^VL_MhGWJ zuZ`j(r&_V1X4%8=2s#JxsQ-mRh>oy3?L1{R<@!vkg%@0g7C8_ke%HStN1S;kM%RxK z)?vw{BV3VH4?RR`F~74=*{^*9Qx-$|3s~S+l*oA;>z3M{qHw(8SrE1);|$ z<*Ud~a_6EvL;GINEe;*c-9XcLslOmq^GXO?6RbFc96j&;{39oHfHgMX$VW^Evtr>T zx9)}_-Yi&(I|Z)n8J-;A>>k0W`l_pqP(g3?MzjN?$A2s+gW5a5c%O#BaNmCYAlv=c-`~!39amNL)G|fL zDbhJN45k}iMMb2*7D=8bH#LO`Wzz1u+0sY74Z5gjAsc(8%fHNrHFht|)3DeRrj|LX zUD~}0EUux3A3uiTQy4MhC@atz?$!etCjZbkeZh)KJs7gBrIrXXhT#(6_YNC{HIhVh zF9j(z@Z*7xdRl^{O`grWiN=M8(j;$&qMPG7n`2z{-<9d#(&t}e|99g4KLk?x0%`5- z$jh`DsB!9Qk6jubK+5%vNg$Bt4i0&6SFTlfs#^mL}%FE%zYVHFvv#U`ri?lpst{2D!*_%(5NremYOuhWY0 zN)rOfNlW9F=t|fR8+rkiX}QHZSR5+$?t6UZ)wf*aX&J_yv-w*WBFPu|4K?&&S8n%`JcmG{ruC{CJ`zNTSyH z^*749)b2iK*4j+FJo(hcI~@h9)2&UuB2JK=aqO(k1W+|KHT?qu%FD}Bua{eF z{GMmO({^q4!Z3^bNp7wQ9Igob%$Lzo0E;D15f>*LQnRJ>RW4kR2kgxCq&NAEpdZnW zsenMT7cOMh)m^-L_3D)p8hsG(RZvpvw5`9tf6hLUNEFu#Q!q{AFDorghIH=9%`aG9 zz!c{I=r@N=g}C^`+fMW7Cr7nNT z@m1}p;5Wq?fq15T?_Ej^kiH!8XllweYIRDh6c|zd_HFUX%8E2`U|^uEz8;L$mRF}3 zy<)_j>89+G8oUXDx9VNZ?d$}NjbG&JN3Z?=HV`*wB$5^=*JIByAgsVwet+1X)8vLtw!NbiNri9Tym^V2va`1r ziXrYE?auOK2{|KGgq7{EGf%rxd4$4x1ayA1cajz0V(+)D^@fe)dCC!kG)#N;xF@n0 z(AiH@Qy*U4td+w+Z%DL~<7&6RuOdh#hMddCv|Sw2V9djP_r&ed)1snIE-t^lyj~vY z9vZ41+*%mB^-Uc?Hh9z2bTIlS8o=+Hn?y+Zid)m`EdhIjjbkzi>+DTFgXoHi2Zh0S z&^*JmSv`>vAtQ#g5Wt1Z)VcUn7NdJ+{H0qF)p)cXcbWPADYr5C_} z(;^}}@weY@2Z)bLBNXF0$)Sk}Wn$NOPncq>qafqK#~@t1CsLU;sFDhU + + + +ircbot: AutoLoader.php Quellcode + + + + + + + + + + + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/db/df5/classException__GeneralException-members.html b/ircbot/Documentation/Doxygen/html/db/df5/classException__GeneralException-members.html new file mode 100644 index 0000000..5ebe085 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/db/df5/classException__GeneralException-members.html @@ -0,0 +1,77 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Exception_GeneralException Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für Exception_GeneralException einschließlich aller geerbten Elemente. + + +
__construct($message="", $code=0)Exception_GeneralException
__toString()Exception_GeneralException
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/dc/d0b/classConnection__ConnectionHandler-members.html b/ircbot/Documentation/Doxygen/html/dc/d0b/classConnection__ConnectionHandler-members.html new file mode 100644 index 0000000..5f1fb1d --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/dc/d0b/classConnection__ConnectionHandler-members.html @@ -0,0 +1,107 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Connection_ConnectionHandler Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für Connection_ConnectionHandler einschließlich aller geerbten Elemente. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
$buffer_incoming (Definiert in Connection_ConnectionHandler)Connection_ConnectionHandler [protected]
$buffer_outgoing (Definiert in Connection_ConnectionHandler)Connection_ConnectionHandler [protected]
$group (Definiert in Connection_ConnectionHandler)Connection_ConnectionHandler [protected]
$id (Definiert in Connection_ConnectionHandler)Connection_ConnectionHandler [protected]
$is_server (Definiert in Connection_ConnectionHandler)Connection_ConnectionHandler [protected]
$protocol (Definiert in Connection_ConnectionHandler)Connection_ConnectionHandler [protected]
$socketHandler (Definiert in Connection_ConnectionHandler)Connection_ConnectionHandler [protected]
__construct($socket, $id, $group="", $protocol="", $linebreak="\r\n")Connection_ConnectionHandler
__destruct()Connection_ConnectionHandler
accept()Connection_ConnectionHandler
bind($address, $port)Connection_ConnectionHandler
canRead()Connection_ConnectionHandler
canWrite()Connection_ConnectionHandler
close()Connection_ConnectionHandler
connect($address, $port)Connection_ConnectionHandler
getGroup()Connection_ConnectionHandler
getID()Connection_ConnectionHandler
getLocalName()Connection_ConnectionHandler
getProtocol()Connection_ConnectionHandler
getRemoteName()Connection_ConnectionHandler
getSocket()Connection_ConnectionHandler
getSocketHandler()Connection_ConnectionHandler
handleSocketError()Connection_ConnectionHandler
hasBeenAccepted()Connection_ConnectionHandler
isConnected()Connection_ConnectionHandler
isListening()Connection_ConnectionHandler
isServer()Connection_ConnectionHandler
listen()Connection_ConnectionHandler
read()Connection_ConnectionHandler
readToBuffer()Connection_ConnectionHandler
write($data)Connection_ConnectionHandler
writeFromBuffer()Connection_ConnectionHandler
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/dc/d0e/AbstractClient_8php_source.html b/ircbot/Documentation/Doxygen/html/dc/d0e/AbstractClient_8php_source.html new file mode 100644 index 0000000..19738de --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/dc/d0e/AbstractClient_8php_source.html @@ -0,0 +1,133 @@ + + + + +ircbot: Classes/Client/AbstractClient.php Quellcode + + + + + + + + + + + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/dc/d67/IrcClient_8php_source.html b/ircbot/Documentation/Doxygen/html/dc/d67/IrcClient_8php_source.html new file mode 100644 index 0000000..52a9a35 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/dc/d67/IrcClient_8php_source.html @@ -0,0 +1,148 @@ + + + + +ircbot: Classes/Client/IrcClient.php Quellcode + + + + + + + + + + + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer.html b/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer.html new file mode 100644 index 0000000..c14a028 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer.html @@ -0,0 +1,279 @@ + + + + +ircbot: Misc_Buffer Klassenreferenz + + + + + + + + + +
+ +
+

Misc_Buffer Klassenreferenz

+
+
+ +

Aufstellung aller Elemente

+ + + + + + + + + + + + + + + + +

+Öffentliche Methoden

 __construct ($linebreak="\r\n")
 Default constructor.
 addData ($data)
 Appends data to the buffer.
 getNextLine ()
 Returns the next line in the buffer and removes it from the buffer.
 hasLines ()
 Checks whether the buffer contains more lines to process.

+Geschützte Methoden

 pruneEmptyLines ()
 Prunes empty lines out of the buffer.

+Geschützte Attribute

$buffer
$linebreak
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 9 der Datei Buffer.php.

+

Beschreibung der Konstruktoren und Destruktoren

+ +
+
+ + + + + + + + + +
Misc_Buffer.__construct ( linebreak = "\r\n" ) 
+
+
+ +

Default constructor.

+

Sets a default linebreak and initializes the buffer.

+
Parameter:
+ + +
$linebreak 
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 28 der Datei Buffer.php.

+ +
+
+

Dokumentation der Elementfunktionen

+ +
+
+ + + + + + + + + +
Misc_Buffer.addData ( data ) 
+
+
+ +

Appends data to the buffer.

+
Parameter:
+ + +
string $data
+
+
+
Rückgabe:
void
+ +

Definiert in Zeile 55 der Datei Buffer.php.

+ +

Benutzt pruneEmptyLines().

+ +

+Hier ist ein Graph der zeigt, was diese Funktion aufruft:
+
+
+ + +
+

+ +
+
+ +
+
+ + + + + + + + +
Misc_Buffer.getNextLine ( ) 
+
+
+ +

Returns the next line in the buffer and removes it from the buffer.

+
Rückgabe:
string
+ +

Definiert in Zeile 64 der Datei Buffer.php.

+ +

Benutzt hasLines().

+ +

+Hier ist ein Graph der zeigt, was diese Funktion aufruft:
+
+
+ + +
+

+ +
+
+ +
+
+ + + + + + + + +
Misc_Buffer.hasLines ( ) 
+
+
+ +

Checks whether the buffer contains more lines to process.

+
Rückgabe:
boolean
+ +

Definiert in Zeile 77 der Datei Buffer.php.

+ +

Wird benutzt von getNextLine().

+ +

+Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:
+
+
+ + +
+

+ +
+
+ +
+
+ + + + + + + + +
Misc_Buffer.pruneEmptyLines ( )  [protected]
+
+
+ +

Prunes empty lines out of the buffer.

+
Rückgabe:
void
+ +

Definiert in Zeile 37 der Datei Buffer.php.

+ +

Wird benutzt von addData().

+ +

+Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:
+
+
+ + +
+

+ +
+
+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a4f896c1c2310de58bc4a3aeecc1dd557_cgraph.map b/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a4f896c1c2310de58bc4a3aeecc1dd557_cgraph.map new file mode 100644 index 0000000..36b6709 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a4f896c1c2310de58bc4a3aeecc1dd557_cgraph.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a4f896c1c2310de58bc4a3aeecc1dd557_cgraph.md5 b/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a4f896c1c2310de58bc4a3aeecc1dd557_cgraph.md5 new file mode 100644 index 0000000..f14139f --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a4f896c1c2310de58bc4a3aeecc1dd557_cgraph.md5 @@ -0,0 +1 @@ +0df678a347f86324259aa85dddf9c599 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a4f896c1c2310de58bc4a3aeecc1dd557_cgraph.png b/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a4f896c1c2310de58bc4a3aeecc1dd557_cgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..38edaf6d33fdcc5806adef66c0e0515363056791 GIT binary patch literal 3266 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 literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a6b2165a557efecf7080039614c64ad49_cgraph.map b/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a6b2165a557efecf7080039614c64ad49_cgraph.map new file mode 100644 index 0000000..42ab248 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a6b2165a557efecf7080039614c64ad49_cgraph.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a6b2165a557efecf7080039614c64ad49_cgraph.md5 b/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a6b2165a557efecf7080039614c64ad49_cgraph.md5 new file mode 100644 index 0000000..79ed5de --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a6b2165a557efecf7080039614c64ad49_cgraph.md5 @@ -0,0 +1 @@ +37fe2fb046130a298326fef43dbb0dde \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a6b2165a557efecf7080039614c64ad49_cgraph.png b/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a6b2165a557efecf7080039614c64ad49_cgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..f09ca40364d4abb8b0aade055e5936165649689e GIT binary patch literal 3148 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 a!cp)xZj|lyTm + + diff --git a/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a8756bff58487a261ae706f4fe1717623_icgraph.md5 b/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a8756bff58487a261ae706f4fe1717623_icgraph.md5 new file mode 100644 index 0000000..47ae178 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a8756bff58487a261ae706f4fe1717623_icgraph.md5 @@ -0,0 +1 @@ +0f19da39e3ae41d14aab99baeeb44006 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a8756bff58487a261ae706f4fe1717623_icgraph.png b/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_a8756bff58487a261ae706f4fe1717623_icgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..a1f63a3a15fd6ad020cd21455e844d05eee8d949 GIT binary patch literal 3317 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 + + diff --git a/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_ab972b47b0d986625d7989d1c1915996a_icgraph.md5 b/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_ab972b47b0d986625d7989d1c1915996a_icgraph.md5 new file mode 100644 index 0000000..71ae64a --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_ab972b47b0d986625d7989d1c1915996a_icgraph.md5 @@ -0,0 +1 @@ +9269354da2cb7406425e996feca5be44 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_ab972b47b0d986625d7989d1c1915996a_icgraph.png b/ircbot/Documentation/Doxygen/html/dc/d78/classMisc__Buffer_ab972b47b0d986625d7989d1c1915996a_icgraph.png new file mode 100644 index 0000000000000000000000000000000000000000..c2e211d8965fd60027ab77e096a259060fe7e055 GIT binary patch literal 3043 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 literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/dc/ddd/inherit__graph__0.map b/ircbot/Documentation/Doxygen/html/dc/ddd/inherit__graph__0.map new file mode 100644 index 0000000..3bbf077 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/dc/ddd/inherit__graph__0.map @@ -0,0 +1,5 @@ + + + + + diff --git a/ircbot/Documentation/Doxygen/html/dc/ddd/inherit__graph__0.md5 b/ircbot/Documentation/Doxygen/html/dc/ddd/inherit__graph__0.md5 new file mode 100644 index 0000000..bc49b00 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/dc/ddd/inherit__graph__0.md5 @@ -0,0 +1 @@ +e25dddac50f2684016dc488a8a995af1 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/dc/ddd/inherit__graph__0.png b/ircbot/Documentation/Doxygen/html/dc/ddd/inherit__graph__0.png new file mode 100644 index 0000000000000000000000000000000000000000..41181868b01924d94b13390be00907fb65e781bf GIT binary patch literal 3336 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 literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/dc/dfe/classClient__BotClient__coll__graph.map b/ircbot/Documentation/Doxygen/html/dc/dfe/classClient__BotClient__coll__graph.map new file mode 100644 index 0000000..202fcfd --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/dc/dfe/classClient__BotClient__coll__graph.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/dc/dfe/classClient__BotClient__coll__graph.md5 b/ircbot/Documentation/Doxygen/html/dc/dfe/classClient__BotClient__coll__graph.md5 new file mode 100644 index 0000000..2d325d7 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/dc/dfe/classClient__BotClient__coll__graph.md5 @@ -0,0 +1 @@ +97773074c14c44fd057a070bd2b2d966 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/dc/dfe/classClient__BotClient__coll__graph.png b/ircbot/Documentation/Doxygen/html/dc/dfe/classClient__BotClient__coll__graph.png new file mode 100644 index 0000000000000000000000000000000000000000..88442dd1ee86e4b9ba65fd1d78dc7916f076e2a2 GIT binary patch literal 9842 zcmch7byOVN)+aRXuE832*WjK&AP^FQLm;@jJ3)gaxLX1pB)D7S3GNcCad-Exxc9xe z-#2gOuUTsrO?6SLd)GO8pP!sfMX0GNVxg0x!@~r=Ogb!gx418n~Bo(r-O7_A~um2qzaF4KZY7FiBD2@u4>eB}Uut&qg&T zPzct32*lF-`HG8;DvyiTu2u9-9e2Az@&!97B;chddxW%_kCer(rBrEY>=lC7jy?0b zyA(cZPAEOp@3FoqJ@xnA(1Dr%;NGUIs;b+@P|GD>)nSYC=Fq(lCu$JQzg{vS4yk)h z@F_&rvWQ?1JN)9*!IqKJ$R}v5iE#{#Tnu%7b@6I599fUTFtK#Fuw7NA8Am;hFfv{} z%t8(pl#dsP5yLo&Xm^tnmoxKwO3h)ylOYXSBfKLsM>yw?QbByR4(*o`A3P z9mucfMwH_V3DnRjkYW%dYamZUWA4(2g$3F~ncV5m_XbV}`az;@yp2+qXRLC#93+kq zl@iQMk@^{pDmPE*higZtrqzOW*Izy+GTt*gFe#mpfQEHvR>i~E2U}wU#d0tl;E!~T zY8dZHpxNrv3(qopR>%m8R$a~RaWD8 zS7a_aS>;=iI{=@y9|)P6?w2rPRKiubLlf)m_{kqjX>fs%d@V9nf-MRJ#0LTvo?GPZ z+a6?Oo0I|}mQp4*k^O9$tMbim#m)@31Rw|UltnoHx~LakWXN|!SLmmw62boM3XMpy z=kB2 z**>^a-tUf!?MNaFrGXJm{1(imlBqT+f8ex3f#K<7k32?L%|3;{B(u=q*jECYLrH? zhcp!UGO!?Aj#o%ozsh!yau>9)$V3vQ+#xSovxrw-Rif+3WzfGMk$2#yb!Z@Y)PjNz|!#4KyK?IPkmu+&??25QPa>}s7oDB5V*cvF8 zqI~%Cy-3JqO{%ZfZ@y%R0DB<1{u8+=BR&nxn>r1mkK2vt{8?#QI|GrHZ?iX?*9Y{ zSCKivKj%~;W^Me6K{RD;PHO70yC1gGXmLp6!F^Tu6#1Ff=g}0;N}SU_E-l+&CZlG$_NjG+cFj6`-{0|0Xd7 zL{4GyCsymqS9IWaJKDkvDX+*^jHRiLk~`hn2HoLUarAXUJlT54Lc1aF{9BZj3qfq^ zl4%4`^fPNMFm7S4=s=?x8AMs%8D>!?QAX#OT#sU)15b;q;r6cgrC z8mn0=uH;-pMG4YC>*-wT@J3nG2<5j(R4TDqd{T;o6`P})pA`m9s0|)PD)y(uMVl-8NU}P%t)sOiTDNC<%8@DfL1uPeQ*|oJza_dYxsPulQP^Z?&*+ zvy4BScN(tkdks#@j7ChdKb*4~?O{}-H7U#Ynx#ifHKMg^RJ0IEF)u2`nvL6lSaDY^ zR}w1O=zzVGJ4(=o)mR~@E?+_G0ojI!Wz`l&mr$rCek2#SNk=anaWLvEQZ5R=hl`J) z>wP8`Oiq0myz{e}+|U`ZDb50Pxj9;eas@hv{Rwa(330<6=8U8Xi7IVk4#FjV!q<#G zY%CEUv_c<-g4Z;H%p@Wv$6FBD*1$@gKCudtIF45g=UX|#C0~Mjw4D(m7ckc=M~m1v z8bK4_T4Q#gxcb3Z*7ou}Wnf_-mwH|aawB<6W(>KZy#j}s>vzV%0Xreq$o)Cw+a-9v zkHQ!D6V2xuP)k^B)+t88gVBkuNFbu~g8~y?lZkFvm?50M!XWp6RLf-7n#cZTuexNM zAB5}T63W|IF$sy#+{`ziu;u&q%rXDK!w{}h?AGqY#+`fZnzW`vo&*M(=qj58PuM3e z^`X(voVt(gxYW9O%*3W0ScOUk9!hs(UyePS9J7qw&z)7JySiQ(4|qKHc_6S_Noo`O zbJB*H>sNfIsY>HrF5#aaAHGmg(;3_*b^n04Xl&dmBH62xXgZ%9l$I$xbSl|RKgDQ)D4? zUd-U5YhIUTNd57Ch+&*3zO$ULK!t>*ZA)+5!doT4z7;M$pWx1&wyY=E0T)xbhA~gA zolmp6Nx3>+|Kookf%9$&YR@L&(oAg9!w8W`JHE_$T_S?bTu^WAlc_ zm4!F$-HlJ;W(_htmQAGDGoygb^I&XDSmp`bz(rPU_{U*iI1 z<$vM)3HZlC5ooZT6m2l7I&B*f}Qz2I2jJti;{nNaPz9=hOm|K9@*;YA4{A%ZtKS z@)KgMUBr7^(t@rNyzMa_?RfSkFcFe;g2*Z-Q^fc>$0JnJ@zyU~N1~i;o!HGi&hlZ% z6TWo$8`xo9+TRhc)R^c%fg0;ox_$C*KPG&QvKuv|2lCRWT00p@6)1bmBJHqai`s|Z z4~TaP@l?!Nx$ov%^P!m#>e)}wQ|W?h(M=3XeFVawC|!##)?uNo_jVU!zvGiIy98Wx zb57>BsAG`xbgXR~d14l&byf=kymH1kYbcq?r>H=^`*SD*a`$kb5tUBeV=_m2*?EkK z>qgK`vJ_s6o4H0ovAXh+gnDMH&_gVV)62T!4(w@Df!kZFEd)M)dz3jB^a^7lh zjG%6Wb=dALB0F8O$KESsd>z;yVjsAhshN_J;A%>IQOGRzM38Rx{^<(HPJXEcHGvp{ z^AKbvno<8r)6+l(2|?fuV)IrnXW^HT_);ayXxDp8HB-ks^0$%`bM}UxB`ys9PNM-L za=zUm=b3wul%>vCKrYp@!kk!bV-h`$^H+Xnem5p%g z5RXtM@$4Edeo!}Gb>!T8RG-kDKA(`tOww0rwYv`J0%BKeXZe&yluu!dxhv44xxA3` zepe2*LszH6L*ztNmj&c0 zO%B(inwr<-9ydLVJPV`Fz)>%pSM`~EL=E&2=e{x`cY-ShW0?*chl&%$K%oWE3bZK8 z(M`$HiqV`qi@grkp&+4sMeCw&{9DS1?TF-U{|uIZXgPO~tBZ7tBPI$E4gT2U-C=j% zmv*Zae{?Iq%V`Kpxg=kLA)1)chuB0cy9xXVZ?&?UI)wLDV;~ixgP=5~)tW=FY@;w| zNGylJ8N1xzJyp2X2QI{{v2XU@T))1vhdG}`AaYMb0BaK zw@R!!uU7SQvV3T=m=pIz7oa<$ouDs!hPmy_o!wGTy;;gZEwr+H1bZ4%xZ}zr{2z%N z%YJ*X19a5L#sNVbQxGw&?dO7o6pW$1+Y#)8?n29er|7Jnw z>w+U#PY#CG!3SCHmVj`+wS;wkqN(VXHRCNuIlu8`>TAD>2vEepQ`B*2k9mQ?Nl*Qc zLA93`v-}$J(dQT8Yx3LG7qMAJi>zKuACYu4<-{y0lz3g#gS4MczlLiK%cE7ZzsOlv zxEmCzLzl<2O(wzvz7$^`Ukc*DFs_+@0U^k4CQT;#!XUNx`YqBTRcw}2f6yNI$cb(l zeZIaV++%De8zS+s(PB5uqIUSRXyBvFc~o?N(3yPq>cztg>~Xs^#f{k zNjN+FSGlemFyBZejb?vz3diNLJ%!jvCGE;f6aTK|cF^&+3ZbVA{PJ=54;iRXq+nb5 z{5ek!$FU@w>gDPY94ln#4QvTQBG;?NgKQuDMgIY}HC*)xtE#NfBA zlzRy>at}kPGF7^3s3nsp8aQE4_-snfWV1gFY)$3QUT7uPSgQrXb}e>~Mr7uwBi(-E zS9w{f-#f514V)+#Uw@UlHjVhY^`%@t;f1K!9a%lwE8UVLE|K6xcfRp&n6?j5Vy0er zz%1iYL9x}HonkPF;m0WP>#@;czRO;6on)3hBzD1xOB^F?r8Qsi3o;h@d#x(93TQFE z<%-r9xS54z_=(OBB1Nwkf_5Hk5EXQ0ENXmytHESnr+No?Th7Uk#^jaANTSmLnULKG z?hP>dnJ%m;hl1yU8MjL;iGKmsz|9Lq6{|#ye5CDy|EIqY7AhvEkW?@1-{nQfkkGio zQEmkCMsLTn+>8xz^*~*3XMcm^_^{VR;XwvbEH!zgx^dmh{}3hVJrC_=Jg*OUeYaLY zz~lH3$En1I5LgPy$w-D@P^+TAShW}zg8DzZh*oG}s1bE^eh5D=_FA>|e_mR)0WjQ+ zh+rHaBBX)iI|S~wH!$0(k2_sL7flQ|ueALS{#Ntd?5e_`y62oxrzoT;@?u6=jgR*= ze4+Y*=bx)6&FM*2f07A`+cNd>L~8WayXYZ?FK!RzgHc)O0lR?*5W_2U$zCL+;$VCxaf}akYF5IDb$9@~?ajL(#$MBEU?dsBsi0!-x1iD2yunxu*L-NmZi2c=ugb zL^h+n&1i5(6hGl`$9TB*OL7431jRWvY?l2!Rt;=j;nkq{UaP0^=}(8kO{xM|QXtx?pZXX>np zD^|_+Ib<}Ea3Z$xc|hs%8kh9>oVVA5;K;*icEB}rpI6YH6{&+BNp~Mv9>Grg4=SRo zLaq3XVRd8N9ry#`qVMyeeiUMQx+O#XR^QS2s<-R%?RL!rT9~KX)P5E}na#$$r5v48 z#nG}iBtzGVKw=6&vB;DGRmXxda1$663wX>-Ux%n`NvdavFL)=0Gz`2N zy-&^ih$_O)=yb)M92X%%IB;=hNVf?Hn1>aHvUFgYyBc z!@Iy@C0}CWK)@MDxw#$t2i%G~=;vQRhHGkuo2d=^Gh!3tOL6h$SLf~AC?!e|7Yc_F znt;f{33Exf^53HHT{qkvnppNm+Shf93uRH>C(fyW2aZONk zXZgB&#Ng$Hpo&FONc!Co)8xyB#Z30_54U0t^T;IN1}c7W-qe$a8sbp0F4(_1-McN` zBn2z|681>=)tC0gZ_zXJb;H6>!-j6{-LvHW`||$oPR-st!xP>$A_KJV6c4n>y6Y!ZDvPNZx2@5R5eraGc2Z3&5q9zH75zlF0IZ@O0aokv1`*OE&OgS?!57xjI_5jag`PweH#( z92~^@A(mf0Ha^~P(#Mv{V}d+8JG);r&N)q^ULFm_p%9jGbmSpmQvEoTA>y(<_DR3V zO zvNI7O9gKXu7XLbps?1h?I8(H@FOiLm&kVC}-U$PPm>rgG-#SX!^q~_O9Rq_*#ED*` zP}Ow$r+%Z8le2SY<2taMd3kwLgdJ(UFZPc2?d|N$M)Ty?HaFw5vtPe_i3Ussez$s8 zAe^Zd?<$PikMyEjzr{&c1J&dv^`q~zoI&LoA1Q%GcFWPt0RYw|9PIn=wg z-|-(mehf);KiwD{NE3)EDPbQQ8%q(iCAV)mPdZ3hSuysy*n4SZ#fpT4v^U>SrGMe2 z+cZC~*YlaI^X7cl6BdZ#vn?PXFpwb<|M@d!qx<1diFOtHrsd2&IX$R$JJ@}9DmpY2 znU{}Gc1ZXA``)ey0@qtT&SbkL>*=4Z!z?T;8RFi8VzS~Ex{W}pD*W!flGwFnEG=2! zdSj`Xn3#IqU%9yn0_Qkde;4IhprPyJyXNbS^m)f#O7Q03z`)1tvF~SlvwY}D+T%6W z?|Y)3DVmz@z8XDPXwuNtRbFcKg@=@u*4Sk3`(UknvTbCJXH>~6DvF#o@Qwy>V)9iW5ei}nA5Gfx;?6@@o9?BB$2SR9<8%dA278Vv(`9D6C+dkgxmT6a+Vcp+e zUhenz_ve?CdC(2zaK-ZFtbd$xm*QfvCL3XNlA&Bi_84_WIaQ|Hw_*E zSxrmJBDD?z2`?&QrSdtF-r3#VUTTvhV0?wzcn}l>I%wFWB7gQQ*zebv1ZF`&0q@6O zxS6{lwrp!*I;|5?FwBGAHl?QEw_tE};*PPJu9@Q`Tw4(E|eN=`B*7 zb5TbGQvf3Qk{%Q-Kev66i5U*d74!0p(=c zQ?adqHU2MM>VLH7Uv2CEmkV8tgvO!3Aq17K0_{@@xB?C6i3104$Nv@;KA^8pX=5mJ zcg}CGq89>`JzxHdG$NKy~`(evvrQ5zvT3XtQh4yVlCe+#4dDT{C zBD}jHb@F&h*PaI`!_CG1?%Xs`RAd~gfu)CwI>;QMiVc$k_@w!CNOay~HQM%KbAA2z zvh7hEn^+zjuO7{ODC5IyrRlui?f$&moNe>jm~w0N#)cU&hmM?|pTza`bwWbI$o%}C z^6=oGX=f-FAu%zp)7pyy)y$&w;Nyd)Ltf95j|wpqFF$+$rwiJite-wi*H$((G?eH! zB~_U8eoam;6xED!%a**opFFos)ABHDETJaz>PYY<>7 z&*N?q5w9}{S7~!|Mq}f1RyH&t6xm4G}aNK9!f!XYZ2Lbsp`zc>N#qoJdtq^U^^ce&u6%~e`Z5c-r%fQjI^t*6){ zqoPtJd>ap+*k{Rl8-Rp?$1;+kj*=4k`T03NKmSPadoI6=s%-5)&P%?R*E`l__h$7A zcF%zuyIi}`E+g3y0=#P1g=G7!wKZ#R&t|-OwKq0CK7Ms>XlQ8T>Ug!$q}rMD&6_vE z-WMhIx4)UP*Kqu=5Q;TRSME-S%{K;8F`o&t=ZKq?TGwCPvOR8%=G&f7hyhVNhYGiCd9-RphZyqhk0%W4|#6_h-}9R9$O#0*eMSD{J2SGK1D?7L9_D7H{{S zSn6RQL%##{YHvoBQqB+Wi&qly$_9wT*!&_INzKjs}ev81zgX;&g0eG};vJ~NNC;uGTs z1K5LiVY6O?XHcMvr1p8}v9E zUAARZRk5e_oUwqaU|FU~2~Q98k#;V25J+xdOg9;r$-qYj(l?(0ZQ8+m{Vdms407Rtq3~&ME0EGZ@J5y~2uidnf~F1qGlAv7`=JA|Cx#LO3K*m(i2%UGFDS@sGs6um zKv^9f@|+CHEbjvmY{0#knK1$aK_e--#H*qV$T0#6_D2{r@LOS_hPrxteyjvKB*M_t z)YN9FHIvVLh}&gLjmmQk53m|8L)arD&5Y{6!vW8po&|XRnVcDi**yG*MqzD*3BVGz z8|_TAG4}0`$FcrLw@Z&%J3Ce}l%i7`$~?~rv_$w3okF$#!-2??yqwOi3VxR+d2)Js z4GYHcnTr)WL6y82jn!)N6W^UKD+I){HA3?tgA%k3e=90W-wbUzc&8)8R^|JUBI3+Q zMn(nzp4)ljm6es1%eI1fP+A(fVHTjbd;kaNXFVlpw#qy{F;U*jt8pmR2uRO=S`;qv zxGGuU7+i6$vk{d<{TeGG*)VLt41GEsmdpmGc=B+2h{E2<8oQ7Q#&3-pGYCW3r+)w_ z0hnQdvQVw6CN@@J1{zQ^z>?+JW%o}$&*u0$BtV0!K^UAzw*Gg=z3hgq8JVK)PB&-U zg6HWU5_=DZaM8GqF5c+s?mmMT_POF-XmZE#Xr9h(Pw(9tfw?kn0XmW13=ko^eq%zG zxOZC8zN?!<(*huz(T0yV(-L?nN~gUAD(Uq%JH@_pr<=p(fT_~+-mm%g{rl+5jK!bW zY2(D+UCa-J_4*lq4?c-Qcf(m#tI>r;XvxPJx>`y>4iX{w{C{#Rfq!Ktho3`5MFlW! z@s*Xlg0_FU0K?~M2~4B_cszqb!Y2iAI@>2{BBEOBPjFe)Jp#*yasz?`7?6hTf^?T4 zZWF+1up2bb2>H4IuznsE+H}wuwVCBTRA=82g4SA{mq%MvROE5gj`E}Iuc9})lvQ=+ z%7$$%wY3e+g4M_&KU4eHX$1r(g|Ht0dfh$X#1TKkRZiwyk6_BmF(1w%BqZEwbT%*# z0|2$;S1bnjn@#t&TS^ohszH6{92ps7b92<*%l1!e zJ)@xHg9w;KAV$#BCO3xIqk7f0_qpcv#r_-s$yYPye`bLuCIyE>VTIHBUrxZg7FB-B z&0P2@(r-5tX0BFL0<>#pXyTKb7i4J&B$j_ezfUNJ& z)$R5@9(CeyG`-%}rtH`%H`>d3`}XY-KMYg(15r}rUYc*7?4cOXf(J*{V(XdJ-4DnB>O+0dq~yLng0Xf!!rw zSr}E)x?t_WB8SaWRFJ<`PCg~o*Hquzi{sPmN4-l{3F2a5MBqP$A#N2e+iw_EGhQew zV*n|&9_O8VTCZ|2?7Y|660cIY0|C1jiuKHF+dmDk@RVJd?u);HUov|>{K#*fzX-n) z{L{nyZ;b$BiC0>Hf}LTCv}>mfeu@wT9+7I2D)h*J#Bn!2vqwOb#{Jg|%>E!LIOeZ) Vn7zmfJVXZfQeIW=r;Jh1e*rJM7uEm( literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/dd/d3c/SocketException_8php_source.html b/ircbot/Documentation/Doxygen/html/dd/d3c/SocketException_8php_source.html new file mode 100644 index 0000000..30d2713 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/dd/d3c/SocketException_8php_source.html @@ -0,0 +1,80 @@ + + + + +ircbot: Classes/Exception/SocketException.php Quellcode + + + + + + + + + + + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/dd/d75/classException__SocketException-members.html b/ircbot/Documentation/Doxygen/html/dd/d75/classException__SocketException-members.html new file mode 100644 index 0000000..2ac17ac --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/dd/d75/classException__SocketException-members.html @@ -0,0 +1,77 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Exception_SocketException Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für Exception_SocketException einschließlich aller geerbten Elemente. + + +
__construct($message="", $code=0)Exception_GeneralException
__toString()Exception_GeneralException
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/dd/dd0/inherit__graph__8.map b/ircbot/Documentation/Doxygen/html/dd/dd0/inherit__graph__8.map new file mode 100644 index 0000000..b8f15f6 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/dd/dd0/inherit__graph__8.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/dd/dd0/inherit__graph__8.md5 b/ircbot/Documentation/Doxygen/html/dd/dd0/inherit__graph__8.md5 new file mode 100644 index 0000000..edcc2fc --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/dd/dd0/inherit__graph__8.md5 @@ -0,0 +1 @@ +a7a19ebc53ad54222b42b8de41f8c847 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/dd/dd0/inherit__graph__8.png b/ircbot/Documentation/Doxygen/html/dd/dd0/inherit__graph__8.png new file mode 100644 index 0000000000000000000000000000000000000000..37911e14e2f8dcfb393fe9fec1803cfef711d80a GIT binary patch literal 1167 zcmV;A1aSL_P)1+>N_vqV3^d%~V%vs(Pk- zdZwNCg@USA|K<1p_pA4RwKPEx1VIo4K@bE%Uul%sF2e2o77_$w@GhRn8)lUhT8!bo z$O(dKhOwe(oLy1j>dDg*1Rb%h%vcs_gJ4<{P8$py;k3cP5l$Nn9O1OVz%j^9+nj0v z(~KE2AH8zg1=xhoaR5K!bzIV;_RA=HG160}{i&o;vi+Yaj&mT!eXa3d8Gqr(nlgvs5qyh3@G_3doo`|t_GbIv;g~`j zi||cm&ug564OyN2SU-+_tEifXr*LDzc2j2WR#OvqN@M*U&*Jdhxw7b&-=B-k_&M92 z$!z(uw_pT+<0G6^GRAzHb($~7uB^Qgtf|r43EPysVCYq(eNUR03ovhtGI!%#oP#0! ziN^|MR%GWJcm-<<=hsRRe1E}yKhD6}I2k97v)_qu2W~L>=I|O^Z}hv3ZZ)mM@~rL< z9?a~;2w29$I37!}OnNo{P@&AlxKIiJuSvgO6?K}Q$9<9`uf+M|(AzZ=iL?u)t8kYz zm@lLpHyHVgaaz_+>s9k?DQ8}sE8k+T^y8FK*KZYdx!n+UOJm=i z9rr?06H9W(OSAU!=gYLV*q7C5u?$}p$}Y+s&zJ5+s@km6ya%^wzc{P(c0y^SEn^~1 zo2MZ;+-AI;vmbEikNr6`jn(16jHC1$#G|n$mLI zVzzdts&m?dUDhwN)oDHtZ{T};hAV5@?u5QMZHxI*uG?Y{PN*nf*5{>oKimI6T58M6 zS4FkDeygaPhcmOjuaY8JK00=zsTgUOI5bjLY28<-zbvzLTEEQJ={z=Y1-`0jyAvig zr+r7t?S`Z){3JYz4|8Rnmhz@kq$_{9l+0K07LJydo!_JzhBCI|Noi?Xh>czL+X+YD z1zacPgtuac(VV_pO&f4*wr!Mh`4&HEU#g32m(sK2vhDGb_Qy+|=9h4~bOYMZzRJ|; z?V5>1+EsW}dOmwliZWZY=XkSlm(e@ckBu(6Mo1vtQ$waRaE7) zTXA!t{5t7Qzgtbkrw7kzzx%%jziOX@{Qf*?{(s4~E!uC8ClYDvG_S^|QW~)fm(}R) zgubT-!NiIAPfTih5Cnar>YocUfvSi$t=|C6WM;b4PFKgAuDYfLksbsCM>uUTaD>wa z14lS*FmQy^1_MVpZ7^_DJ@VSoHx)rp&an1xF3|q@T8jlb|FS;_CX-L3ulsgRwU8hP hf*=TjAP9mP&40d0L*UPSqa6SM002ovPDHLkV1oT2J4FBh literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/dd/dec/classTestFailException.html b/ircbot/Documentation/Doxygen/html/dd/dec/classTestFailException.html new file mode 100644 index 0000000..c659ab8 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/dd/dec/classTestFailException.html @@ -0,0 +1,97 @@ + + + + +ircbot: TestFailException Klassenreferenz + + + + + + + + + +
+ +
+

TestFailException Klassenreferenz

+
+
+
+Zusammengehörigkeiten von TestFailException:
+
+
Collaboration graph
+ + +
[Legende]
+ +

Aufstellung aller Elemente

+ + + +

+Öffentliche Methoden

__construct ($msg)
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 11 der Datei Exceptions.php.

+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/dd/dec/classTestFailException.png b/ircbot/Documentation/Doxygen/html/dd/dec/classTestFailException.png new file mode 100644 index 0000000000000000000000000000000000000000..9e53cd4e2c8383650e99fbd5d7d793174e37abff GIT binary patch literal 423 zcmeAS@N?(olHy`uVBq!ia0vp^`9K`N!3-o7%x`M}DTx4|5ZC|z{{xvX-h3_XKQsZz z0^`!->XWZo{v2gMD!`F9hu-+h?ocJG=E14EnWgTEFJ1mEvF#C*eqKhoohl>7$| zJ&pUj_TAVLvC*b$^T)O4_3!SBS+vMJJaT^g(eCme{`VrcsDCbwyEVP@=h{z6@7aF8 zyjr*J9a&HFa!~%`M>|F^xJ$op$sARl(R(_8{~3V zR)6^PZN=dy>uq{B$8Xnnd69j7w`cg&Su1wei7osnSU+$1ftCI$ODqHxgO{#9y}FA_ z^OpYZ>MplkE9@qf?|Ibu^W~@1y2#C^aw?3xK8C2?Jnt5NR$H*YqDu7nubY!C&(5A3 z?=@q_eN+E;%P;@#tg37NduC + + + +ircbot: TestException Klassenreferenz + + + + + + + + + +
+ +
+

TestException Klassenreferenz

+
+
+
+Zusammengehörigkeiten von TestException:
+
+
Collaboration graph
+ + +
[Legende]
+ +

Aufstellung aller Elemente

+ + + +

+Öffentliche Methoden

__construct ($message)
+

Ausführliche Beschreibung

+ +

Definiert in Zeile 3 der Datei Exceptions.php.

+
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: +
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/dd/df4/classTestException.png b/ircbot/Documentation/Doxygen/html/dd/df4/classTestException.png new file mode 100644 index 0000000000000000000000000000000000000000..df8be49bf6cbdeb53207501f56387f5efd3aff55 GIT binary patch literal 398 zcmeAS@N?(olHy`uVBq!ia0vp^Q9vBP!3-qVy`2;Wq$C1-LR|m<{|{uoc=NTi|Ih>= z3ycpOIKbL@M;^%KC<*clW&kPzfvcxNj2IXgWj$RSLn;{G&b_^^#ela)7L4@M3rP7Zw+^uh2>?_-{ShiMODore*)Y-jW zey@Fq*qMLAEjsH1ZIAVLwXNCQDDt!9!hIRlcwyG7W|3?CU4nP~HWgnH`0B9G>ioX6 z&F5x$rCrZ>p|wbIrQ2;KuS<(=8q2UNb;i4KZ$7uNHBx@@ZC=g;cCSyiv20Tm`o+I~ k_Ra2pejsPHm~H02c0%}3zQW|qz`$ehboFyt=akR{02V8%7ytkO literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/de/d07/SocketHandler_8php_source.html b/ircbot/Documentation/Doxygen/html/de/d07/SocketHandler_8php_source.html new file mode 100644 index 0000000..d56bd5d --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/de/d07/SocketHandler_8php_source.html @@ -0,0 +1,287 @@ + + + + +ircbot: Classes/Socket/SocketHandler.php Quellcode + + + + + + + + + + + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/de/d11/BotClient_8php_source.html b/ircbot/Documentation/Doxygen/html/de/d11/BotClient_8php_source.html new file mode 100644 index 0000000..085ad8f --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/de/d11/BotClient_8php_source.html @@ -0,0 +1,119 @@ + + + + +ircbot: Classes/Client/BotClient.php Quellcode + + + + + + + + + + + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/de/d46/namespaceClient.html b/ircbot/Documentation/Doxygen/html/de/d46/namespaceClient.html new file mode 100644 index 0000000..24bcc01 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/de/d46/namespaceClient.html @@ -0,0 +1,87 @@ + + + + +ircbot: Paket Client + + + + + + + + + +
+
+

Paket Client

+
+
+ +

Abstract class that implements the basic api for any client. +Mehr ...

+ +
+

Ausführliche Beschreibung

+

Abstract class that implements the basic api for any client.

+

This class contains the connection handler.

+

IrcClient class that contains all the Plugins.

+
Autor:
jpt
+
+jpt
+

Client_AbstractClient

+

It handles all the incoming and outgoing data by forwarding it to the clients for the specific connection.

+
Autor:
jpt
+

Connection

+
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/de/d7a/classException__SocketException__coll__graph.map b/ircbot/Documentation/Doxygen/html/de/d7a/classException__SocketException__coll__graph.map new file mode 100644 index 0000000..681de5d --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/de/d7a/classException__SocketException__coll__graph.map @@ -0,0 +1,4 @@ + + + + diff --git a/ircbot/Documentation/Doxygen/html/de/d7a/classException__SocketException__coll__graph.md5 b/ircbot/Documentation/Doxygen/html/de/d7a/classException__SocketException__coll__graph.md5 new file mode 100644 index 0000000..af9fdad --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/de/d7a/classException__SocketException__coll__graph.md5 @@ -0,0 +1 @@ +64f92f108e046ca30c27ffcad11b0307 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/de/d7a/classException__SocketException__coll__graph.png b/ircbot/Documentation/Doxygen/html/de/d7a/classException__SocketException__coll__graph.png new file mode 100644 index 0000000000000000000000000000000000000000..7be938ee447f425d090afc26ccd0f11d34d3f5bc GIT binary patch literal 6231 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 Nj+TLD@s0a0{tE>a3poG) literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/de/d7d/namespaceMisc.html b/ircbot/Documentation/Doxygen/html/de/d7d/namespaceMisc.html new file mode 100644 index 0000000..9708c73 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/de/d7d/namespaceMisc.html @@ -0,0 +1,80 @@ + + + + +ircbot: Paket Misc + + + + + + + + + +
+
+

Paket Misc

+
+
+ +

Buffer class for a string. +Mehr ...

+ +
+

Ausführliche Beschreibung

+

Buffer class for a string.

+

Will fix issues with sockets that don't care about linebreaks. Can also be used for all kinds of purpose.

+
Autor:
jpt
+
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/de/db8/classSocket__SocketPool-members.html b/ircbot/Documentation/Doxygen/html/de/db8/classSocket__SocketPool-members.html new file mode 100644 index 0000000..6419915 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/de/db8/classSocket__SocketPool-members.html @@ -0,0 +1,83 @@ + + + + +ircbot: Elementverzeichnis + + + + + + + + + +
+
+

Socket_SocketPool Elementverzeichnis

+
+
+Vollständige Aufstellung aller Elemente für Socket_SocketPool einschließlich aller geerbten Elemente. + + + + + + + + +
$sockets (Definiert in Socket_SocketPool)Socket_SocketPool [protected]
__construct()Socket_SocketPool
__destruct()Socket_SocketPool
addSocket($add_socket)Socket_SocketPool
countSockets()Socket_SocketPool
createTcpSocket($IPv6=FALSE)Socket_SocketPool
removeSocket($remove_socket)Socket_SocketPool
select($read, $write, $except, $timeout=NULL)Socket_SocketPool
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/de/dbf/inherit__graph__7.map b/ircbot/Documentation/Doxygen/html/de/dbf/inherit__graph__7.map new file mode 100644 index 0000000..2dc470b --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/de/dbf/inherit__graph__7.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/de/dbf/inherit__graph__7.md5 b/ircbot/Documentation/Doxygen/html/de/dbf/inherit__graph__7.md5 new file mode 100644 index 0000000..4b0083e --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/de/dbf/inherit__graph__7.md5 @@ -0,0 +1 @@ +ad4ef93ecd4a3f7bb87e69df155a47b6 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/de/dbf/inherit__graph__7.png b/ircbot/Documentation/Doxygen/html/de/dbf/inherit__graph__7.png new file mode 100644 index 0000000000000000000000000000000000000000..d085c68e65645510caeb0249aaa5b6493f887ac7 GIT binary patch literal 853 zcmV-b1FHOqP)y0xHxAuuFd zWCVhev}mk$8G@_u7vjPYaia_WfFJd%#_5G#>IIaJac{SJafl;pSkzx`-a1C z&-Xls&v(w}{J3Wxh9C%nAP9mW2!evKin{IC-L#OPb-dkKv81BWChQu#mY}8V(u05A z#mwNe1TCklf2vltAQ%W?wxBV>Y(Zm$*@DIx6|=SJ3(KhG(l@=MVz!_K^vi6k@Hu|Q z1N@1zc&ktSKMlRk%u&l_CM$p8B-S=5YQFT#Y$q^|9axT6@C`ohQ~ymein)vxWfJ%C z)#A#TKMT3ky^m*V+APP{xLuSZMP11_rf?It@Ie;K^}LDS@P6@mDGuQV{=soPn?0A8 zHs;cq*K@ergVwruuU;7VrS26;E8_RxH{T;ZCxpWS6oz}YeKv~GjwpyBz-%G!s>(aSrP1a^wN~mN~ zn$;!07Ijt3NP{wstsSvz(pFb8f!{lx?S)axC9hkHW6~LOzFO*7Oa zwjDSl-AO%^X7*9Dm-7`x-QPtyYW4wqTsj;5QS`GXi{*OO ze}p?dBnW~a f2!bF8f+6M+y+k3ehYv9g00000NkvXXu0mjfy|SUJ literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/de/dc8/inherit__graph__2.map b/ircbot/Documentation/Doxygen/html/de/dc8/inherit__graph__2.map new file mode 100644 index 0000000..a1b3460 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/de/dc8/inherit__graph__2.map @@ -0,0 +1,3 @@ + + + diff --git a/ircbot/Documentation/Doxygen/html/de/dc8/inherit__graph__2.md5 b/ircbot/Documentation/Doxygen/html/de/dc8/inherit__graph__2.md5 new file mode 100644 index 0000000..84052f2 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/de/dc8/inherit__graph__2.md5 @@ -0,0 +1 @@ +4ef6314f3c88766ef9165a6245674292 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/de/dc8/inherit__graph__2.png b/ircbot/Documentation/Doxygen/html/de/dc8/inherit__graph__2.png new file mode 100644 index 0000000000000000000000000000000000000000..bccf2f89f7a27dce0aed6e3b1165172fdb0865e0 GIT binary patch literal 1032 zcmV+j1o!)iP)0-SIuVX(B;xpVb;XbCN-#@OpheoC$xf|~MgR~u2CRwcO@gd&F2Aqn!aN7j? zI9?@pF|rpr+pzDsx8<0V@GO4rY|nJ|buHpf?84vp9G4H#egYoB5BLKw;gm}IN^HlE zIDq>r=dEtl{w5WBljN>F_Bz$J1-yk{@fY63nj!i*5zpaw?8O5OpQ$Zhi?|QF@lQki z{XWm;ehrfxS#QM4Eyrxb*~&<=L3yldYtJ#)<64}7HF_NJ}QDrMvww4Xh=peN3{k#(2md@U+BsA1KPtaU~y*1b5Z<(R|D^r35oBQHv? zwx#pxzC(_@kku*3Vf97PcJ6UwZ<5?Kzkkqa@HO}dzv=%OMv1d7j<$S_y6`oVY48Wy z|EJDAWs1?YVCkK2T;D6xvt^ZSc~ASoi07VW?8)6^yn?53juQK6hFg{1YiXS8>JHSN zubCNTWL=N%aECJ0I1yLjwaPKu@s9GHVvVu@@OY(t+|gkRcH(^Hu6U{P#lLGC-cyo% zI-aPs9k6s-(|hi5V{ek&4Ig{Iw*9zC$=^aJ{$XkE&Z+VWbD8%ooz>FUp3HP!z6n-9`yfe-xs*G(!NqzfY^_pl-0Vfhm=*s zy8gzEy-jjATbd}ob_DQf$< zASR<}N;Jzy8e@*7SZ5;z8Dq;dIATtuSR>{{iZx7M2a + + diff --git a/ircbot/Documentation/Doxygen/html/df/d4e/inherit__graph__3.md5 b/ircbot/Documentation/Doxygen/html/df/d4e/inherit__graph__3.md5 new file mode 100644 index 0000000..c4eaf93 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/df/d4e/inherit__graph__3.md5 @@ -0,0 +1 @@ +2ef7df4ebbf5aed21b7a840adad04b0c \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/df/d4e/inherit__graph__3.png b/ircbot/Documentation/Doxygen/html/df/d4e/inherit__graph__3.png new file mode 100644 index 0000000000000000000000000000000000000000..2b384ad178dce2abdfa054dd065e092a13bc2ca8 GIT binary patch literal 889 zcmV-<1BU#GP)QzPXB4~X*C?Y7{_25D9T=1<`v{pr_73*OVI$e`YlAYPI?(YLb*-ZM( zv(tT&X_5sI5fKp)5fPEVDhbUn>f-<~9WED< zrj}YCNoOVzDM7^~;)#k$#1j>hh$kv0X?5N%wyBuX>567~Ejf2Si)lS@8~6lF0?&ax z9^;3U^v6%Sp&g3mE<1kQz5v5Ox5xP2_$sD8;3@DJr~-?D!@zz|@&9L7rUBC`t zDR39_#`E?M0Na4AKo9T}IBWHv0yY9$fHlCXXnV!_nYKLfk$W1=U9q{V{UE#I=NUhk zGH0eKpu@4xTg)4ZRe?9w>uJnUC$=z(o40=iSZBTN0Y&2|meR+>repIa1R@2{GGIq$^HFs`t zPFN^R1%NVcT++8$x#d5c~;+Gje zOGAoDq!sA + + diff --git a/ircbot/Documentation/Doxygen/html/df/d8a/inherit__graph__5.md5 b/ircbot/Documentation/Doxygen/html/df/d8a/inherit__graph__5.md5 new file mode 100644 index 0000000..64893c3 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/df/d8a/inherit__graph__5.md5 @@ -0,0 +1 @@ +6a58e9aa2b83fdb1254b35f30c4805b1 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/df/d8a/inherit__graph__5.png b/ircbot/Documentation/Doxygen/html/df/d8a/inherit__graph__5.png new file mode 100644 index 0000000000000000000000000000000000000000..07008db87a3d035da0cf9bbc4f3066ba032f0551 GIT binary patch literal 828 zcmV-C1H=4@P)+>)AY83;j&b21|`B zcmjut`e%4N)93YLcuKV+j^oCbc8uoF%b$|tt8A!h%k{auAf?w48>Q1?x&Jj2TRc9l zGP3Gej^O-)c-;TpLiJ!5fq&uhi{&F!}MqG&(@p(g^CL62dvo3xi&NuX* zlun%m&q<5fTcfX9$N<~$YpHEHk(DzqrK%BUvA!g4Sj5I$K89;s+As;7?O7vUlMV-Y z4zJ=P+*I@*7>}g)@Q#!sufUs2wC8d>i=Rqu-xY1^r9XXN%Q^SqUECnqe2a9*=$z$7 z)?)f{{UIEc-t;55ucTXxxA2Fw=j>@=OS$|l?Vsg6W(&S8es=*+HrQAt&*AxE>=}HI z2OIiNN+)SBm=2w%!C(d~<)pP5Xi70Fc6T>x`s%FztwWlKG}t4;Sv?}0)g!`LJtCad zBf?odqUq?qTe|KERta^^`bIcvrTAF7(GP+k2!bG(J^uj|+_kUg?ro|70000 + + diff --git a/ircbot/Documentation/Doxygen/html/df/da9/inherit__graph__1.md5 b/ircbot/Documentation/Doxygen/html/df/da9/inherit__graph__1.md5 new file mode 100644 index 0000000..4d27f4f --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/df/da9/inherit__graph__1.md5 @@ -0,0 +1 @@ +5c55a02890cc161dc17ff9bc0d02b466 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/df/da9/inherit__graph__1.png b/ircbot/Documentation/Doxygen/html/df/da9/inherit__graph__1.png new file mode 100644 index 0000000000000000000000000000000000000000..a4ab407a911f319cd2678e55466e4c8a28ece16e GIT binary patch literal 936 zcmV;Z16TZsP))%z~1VIo4K@bE%5Cs3RR8n>W9+-9@L4fD+X|Z6r#OM<2no2l9aDrWu z_BOD2gv0HVizNt7qE}W}Hi8C0HiSTftO@R6&2?r{CP8r4}(CzpbAL1&UiTiNp znCc%VImY@IZXPPT1%J*Umh8D(`@8maJXmAXtJvR!CvjN1P^&m&$o5{W;V8bub%k@q zZ60IoNpDd$yyC-W(x_gvy&U`SJO0LdIJaT@P5e*8%hHW;5D$0g|3ml@$F-v;X|I+p z0zHTe8U#?b|2RIt#ZqTq!iz(;tGEcK;|Y9TQP(`i+LJQb*Vx%FyRm<~Jmj+u>uy_J3PRKkJyNK#v*y+H?>=+5Q@?E*zgHiKu9McHwwSzrC`$ znvh$pgR>S{u6 zu@1^s@H6h}|E`qy?8GPdqhtGZ{{Kj6e86V^zyD1s73jDoNgwI{1=KH6%2+CFlU)AF zHP&_MbF)|QT>p5OJ$OM%;mcB*ZnMfz=YI&77LG3)@}Ks#Dy7Q^x?Q^KcS|W|1=r(^ zf=$&(@+jWL71AAht@IpIW?NSFtBq-A-eRr$uZ!o8NVEGDDHX4dh_#FV(|8-_^ta(> z&@TON%0yE)&(`XNb>M+@h>^uH++7ih3}?7(+ZYHOm;puyts49>#&Qp(>u%U~8! zpu@AwwhQ^EI&0Dz>^JyLT1(A}Nb$ieh!h{pA0f~nYeJww)`UQVtOtOE&xAP9mW2!bHUmVW`n`%&+Wc4bol0000< KMNUMnLSTaCtH=ld literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/df/dc6/Exceptions_8php_source.html b/ircbot/Documentation/Doxygen/html/df/dc6/Exceptions_8php_source.html new file mode 100644 index 0000000..f97af2f --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/df/dc6/Exceptions_8php_source.html @@ -0,0 +1,132 @@ + + + + +ircbot: Testcode/Misc/Exceptions.php Quellcode + + + + + + + + + + + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/doxygen.css b/ircbot/Documentation/Doxygen/html/doxygen.css new file mode 100644 index 0000000..658686f --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/doxygen.css @@ -0,0 +1,656 @@ +/* The standard CSS for doxygen */ + +body, table, div, p, dl { + font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif; + font-size: 12px; +} + +/* @group Heading Levels */ + +h1 { + font-size: 150%; +} + +h2 { + font-size: 120%; +} + +h3 { + font-size: 100%; +} + +dt { + font-weight: bold; +} + +div.multicol { + -moz-column-gap: 1em; + -webkit-column-gap: 1em; + -moz-column-count: 3; + -webkit-column-count: 3; +} + +p.startli, p.startdd, p.starttd { + margin-top: 2px; +} + +p.endli { + margin-bottom: 0px; +} + +p.enddd { + margin-bottom: 4px; +} + +p.endtd { + margin-bottom: 2px; +} + +/* @end */ + +caption { + font-weight: bold; +} + +span.legend { + font-size: 70%; + text-align: center; +} + +h3.version { + font-size: 90%; + text-align: center; +} + +div.qindex, div.navtab{ + background-color: #EBEFF6; + border: 1px solid #A3B4D7; + text-align: center; + margin: 2px; + padding: 2px; +} + +div.qindex, div.navpath { + width: 100%; + line-height: 140%; +} + +div.navtab { + margin-right: 15px; +} + +/* @group Link Styling */ + +a { + color: #3D578C; + font-weight: normal; + text-decoration: none; +} + +.contents a:visited { + color: #4665A2; +} + +a:hover { + text-decoration: underline; +} + +a.qindex { + font-weight: bold; +} + +a.qindexHL { + font-weight: bold; + background-color: #9CAFD4; + color: #ffffff; + border: 1px double #869DCA; +} + +.contents a.qindexHL:visited { + color: #ffffff; +} + +a.el { + font-weight: bold; +} + +a.elRef { +} + +a.code { + color: #4665A2; +} + +a.codeRef { + color: #4665A2; +} + +/* @end */ + +dl.el { + margin-left: -1cm; +} + +.fragment { + font-family: monospace, fixed; + font-size: 105%; +} + +pre.fragment { + border: 1px solid #C4CFE5; + background-color: #FBFCFD; + padding: 4px 6px; + margin: 4px 8px 4px 2px; + overflow: auto; + word-wrap: break-word; + font-size: 9pt; + line-height: 125%; +} + +div.ah { + background-color: black; + font-weight: bold; + color: #ffffff; + margin-bottom: 3px; + margin-top: 3px; + padding: 0.2em; + border: solid thin #333; + border-radius: 0.5em; + -webkit-border-radius: .5em; + -moz-border-radius: .5em; + -webkit-box-shadow: 2px 2px 3px #999; + -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px; + background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444)); + background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000); +} + +div.groupHeader { + margin-left: 16px; + margin-top: 12px; + margin-bottom: 6px; + font-weight: bold; +} + +div.groupText { + margin-left: 16px; + font-style: italic; +} + +body { + background: white; + color: black; + margin: 0; +} + +div.contents { + margin-top: 10px; + margin-left: 10px; + margin-right: 10px; +} + +td.indexkey { + background-color: #EBEFF6; + font-weight: bold; + border: 1px solid #C4CFE5; + margin: 2px 0px 2px 0; + padding: 2px 10px; +} + +td.indexvalue { + background-color: #EBEFF6; + border: 1px solid #C4CFE5; + padding: 2px 10px; + margin: 2px 0px; +} + +tr.memlist { + background-color: #EEF1F7; +} + +p.formulaDsp { + text-align: center; +} + +img.formulaDsp { + +} + +img.formulaInl { + vertical-align: middle; +} + +div.center { + text-align: center; + margin-top: 0px; + margin-bottom: 0px; + padding: 0px; +} + +div.center img { + border: 0px; +} + +address.footer { + text-align: right; + padding-right: 12px; +} + +img.footer { + border: 0px; + vertical-align: middle; +} + +/* @group Code Colorization */ + +span.keyword { + color: #008000 +} + +span.keywordtype { + color: #604020 +} + +span.keywordflow { + color: #e08000 +} + +span.comment { + color: #800000 +} + +span.preprocessor { + color: #806020 +} + +span.stringliteral { + color: #002080 +} + +span.charliteral { + color: #008080 +} + +span.vhdldigit { + color: #ff00ff +} + +span.vhdlchar { + color: #000000 +} + +span.vhdlkeyword { + color: #700070 +} + +span.vhdllogic { + color: #ff0000 +} + +/* @end */ + +/* +.search { + color: #003399; + font-weight: bold; +} + +form.search { + margin-bottom: 0px; + margin-top: 0px; +} + +input.search { + font-size: 75%; + color: #000080; + font-weight: normal; + background-color: #e8eef2; +} +*/ + +td.tiny { + font-size: 75%; +} + +.dirtab { + padding: 4px; + border-collapse: collapse; + border: 1px solid #A3B4D7; +} + +th.dirtab { + background: #EBEFF6; + font-weight: bold; +} + +hr { + height: 0px; + border: none; + border-top: 1px solid #4A6AAA; +} + +hr.footer { + height: 1px; +} + +/* @group Member Descriptions */ + +table.memberdecls { + border-spacing: 0px; + padding: 0px; +} + +.mdescLeft, .mdescRight, +.memItemLeft, .memItemRight, +.memTemplItemLeft, .memTemplItemRight, .memTemplParams { + background-color: #F9FAFC; + border: none; + margin: 4px; + padding: 1px 0 0 8px; +} + +.mdescLeft, .mdescRight { + padding: 0px 8px 4px 8px; + color: #555; +} + +.memItemLeft, .memItemRight, .memTemplParams { + border-top: 1px solid #C4CFE5; +} + +.memItemLeft, .memTemplItemLeft { + white-space: nowrap; +} + +.memTemplParams { + color: #4665A2; + white-space: nowrap; +} + +/* @end */ + +/* @group Member Details */ + +/* Styles for detailed member documentation */ + +.memtemplate { + font-size: 80%; + color: #4665A2; + font-weight: normal; + margin-left: 3px; +} + +.memnav { + background-color: #EBEFF6; + border: 1px solid #A3B4D7; + text-align: center; + margin: 2px; + margin-right: 15px; + padding: 2px; +} + +.memitem { + padding: 0; + margin-bottom: 10px; +} + +.memname { + white-space: nowrap; + font-weight: bold; + margin-left: 6px; +} + +.memproto { + border-top: 1px solid #A8B8D9; + border-left: 1px solid #A8B8D9; + border-right: 1px solid #A8B8D9; + padding: 6px 0px 6px 0px; + color: #253555; + font-weight: bold; + text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); + /* firefox specific markup */ + -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; + -moz-border-radius-topright: 8px; + -moz-border-radius-topleft: 8px; + /* webkit specific markup */ + -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); + -webkit-border-top-right-radius: 8px; + -webkit-border-top-left-radius: 8px; + background-image:url('nav_f.png'); + background-repeat:repeat-x; + background-color: #E2E8F2; + +} + +.memdoc { + border-bottom: 1px solid #A8B8D9; + border-left: 1px solid #A8B8D9; + border-right: 1px solid #A8B8D9; + padding: 2px 5px; + background-color: #FBFCFD; + border-top-width: 0; + /* firefox specific markup */ + -moz-border-radius-bottomleft: 8px; + -moz-border-radius-bottomright: 8px; + -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; + background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 60%, #F7F8FB 95%, #EEF1F7); + /* webkit specific markup */ + -webkit-border-bottom-left-radius: 8px; + -webkit-border-bottom-right-radius: 8px; + -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); + background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.6,#FFFFFF), color-stop(0.60,#FFFFFF), color-stop(0.95,#F7F8FB), to(#EEF1F7)); +} + +.paramkey { + text-align: right; +} + +.paramtype { + white-space: nowrap; +} + +.paramname { + color: #602020; + white-space: nowrap; +} +.paramname em { + font-style: normal; +} + +/* @end */ + +/* @group Directory (tree) */ + +/* for the tree view */ + +.ftvtree { + font-family: sans-serif; + margin: 0px; +} + +/* these are for tree view when used as main index */ + +.directory { + font-size: 9pt; + font-weight: bold; + margin: 5px; +} + +.directory h3 { + margin: 0px; + margin-top: 1em; + font-size: 11pt; +} + +/* +The following two styles can be used to replace the root node title +with an image of your choice. Simply uncomment the next two styles, +specify the name of your image and be sure to set 'height' to the +proper pixel height of your image. +*/ + +/* +.directory h3.swap { + height: 61px; + background-repeat: no-repeat; + background-image: url("yourimage.gif"); +} +.directory h3.swap span { + display: none; +} +*/ + +.directory > h3 { + margin-top: 0; +} + +.directory p { + margin: 0px; + white-space: nowrap; +} + +.directory div { + display: none; + margin: 0px; +} + +.directory img { + vertical-align: -30%; +} + +/* these are for tree view when not used as main index */ + +.directory-alt { + font-size: 100%; + font-weight: bold; +} + +.directory-alt h3 { + margin: 0px; + margin-top: 1em; + font-size: 11pt; +} + +.directory-alt > h3 { + margin-top: 0; +} + +.directory-alt p { + margin: 0px; + white-space: nowrap; +} + +.directory-alt div { + display: none; + margin: 0px; +} + +.directory-alt img { + vertical-align: -30%; +} + +/* @end */ + +div.dynheader { + margin-top: 8px; +} + +address { + font-style: normal; + color: #2A3D61; +} + +table.doxtable { + border-collapse:collapse; +} + +table.doxtable td, table.doxtable th { + border: 1px solid #2D4068; + padding: 3px 7px 2px; +} + +table.doxtable th { + background-color: #374F7F; + color: #FFFFFF; + font-size: 110%; + padding-bottom: 4px; + padding-top: 5px; + text-align:left; +} + +.tabsearch { + top: 0px; + left: 10px; + height: 36px; + background-image: url('tab_b.png'); + z-index: 101; + overflow: hidden; + font-size: 13px; +} + +.navpath ul +{ + font-size: 11px; + background-image:url('tab_b.png'); + background-repeat:repeat-x; + height:30px; + line-height:30px; + color:#8AA0CC; + border:solid 1px #C2CDE4; + overflow:hidden; + margin:0px; + padding:0px; +} + +.navpath li +{ + list-style-type:none; + float:left; + padding-left:10px; + padding-right: 15px; + background-image:url('bc_s.png'); + background-repeat:no-repeat; + background-position:right; + color:#364D7C; +} + +.navpath a +{ + height:32px; + display:block; + text-decoration: none; + outline: none; +} + +.navpath a:hover +{ + color:#6884BD; +} + +div.summary +{ + float: right; + font-size: 8pt; + padding-right: 5px; + width: 50%; + text-align: right; +} + +div.summary a +{ + white-space: nowrap; +} + +div.header +{ + background-image:url('nav_h.png'); + background-repeat:repeat-x; + background-color: #F9FAFC; + margin: 0px; + border-bottom: 1px solid #C4CFE5; +} + +div.headertitle +{ + padding: 5px 5px 5px 10px; +} + diff --git a/ircbot/Documentation/Doxygen/html/doxygen.png b/ircbot/Documentation/Doxygen/html/doxygen.png new file mode 100644 index 0000000000000000000000000000000000000000..635ed52fce7057ac24df92ec7664088a881fa5d0 GIT binary patch literal 3942 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 A+yDRo literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/files.html b/ircbot/Documentation/Doxygen/html/files.html new file mode 100644 index 0000000..c440b8f --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/files.html @@ -0,0 +1,86 @@ + + + + +ircbot: Datei-Verzeichnis + + + + + + + + + +
+
+

Auflistung der Dateien

+
+
+Hier folgt die Aufzählung aller dokumentierten Dateien mit einer Kurzbeschreibung: + + + + + + + + + + + + + +
AutoLoader.php [code]
Main.php [code]
Classes/Client/AbstractClient.php [code]
Classes/Client/BotClient.php [code]
Classes/Client/ClientManager.php [code]
Classes/Client/IrcClient.php [code]
Classes/Connection/ConnectionHandler.php [code]
Classes/Connection/ConnectionPool.php [code]
Classes/Exception/GeneralException.php [code]
Classes/Exception/SocketException.php [code]
Classes/Misc/Buffer.php [code]
Classes/Socket/SocketHandler.php [code]
Classes/Socket/SocketPool.php [code]
+
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/functions.html b/ircbot/Documentation/Doxygen/html/functions.html new file mode 100644 index 0000000..35714d3 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/functions.html @@ -0,0 +1,359 @@ + + + + +ircbot: Klassen-Elemente + + + + + + + + + +
+Hier folgt die Aufzählung aller dokumentierten Klassenelemente mit Verweisen auf die Klassendokumentation zu jedem Element: + +

- _ -

+ + +

- a -

+ + +

- b -

+ + +

- c -

+ + +

- e -

+ + +

- g -

+ + +

- h -

+ + +

- i -

+ + +

- l -

+ + +

- p -

+ + +

- r -

+ + +

- s -

+ + +

- u -

+ + +

- w -

+
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/functions_func.html b/ircbot/Documentation/Doxygen/html/functions_func.html new file mode 100644 index 0000000..cf11459 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/functions_func.html @@ -0,0 +1,359 @@ + + + + +ircbot: Klassen-Elemente - Funktionen + + + + + + + + + +
+  + +

- _ -

+ + +

- a -

+ + +

- b -

+ + +

- c -

+ + +

- e -

+ + +

- g -

+ + +

- h -

+ + +

- i -

+ + +

- l -

+ + +

- p -

+ + +

- r -

+ + +

- s -

+ + +

- u -

+ + +

- w -

+
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/graph_legend.html b/ircbot/Documentation/Doxygen/html/graph_legend.html new file mode 100644 index 0000000..634cc06 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/graph_legend.html @@ -0,0 +1,130 @@ + + + + +ircbot: Erklärung des Graphen + + + + + + + + + +
+
+

Erklärung des Graphen

+
+
+

Diese Seite erklärt die Interpretation der von doxygen erzeugten Graphen.

+

Beispiel:

+
/*! Wegen Verkürzung unsichtbare Klasse */
+class Invisible { };
+
+/*! Klasse verkürzt dargestellt, Vererbungsbeziehung ist versteckt */
+class Truncated : public Invisible { };
+
+/* Nicht mit doxygen-Kommentaren dokumentierte Klasse */
+class Undocumented { };
+
+/*! Mithilfe öffentlicher Vererbung vererbte Klasse */
+class PublicBase : public Truncated { };
+
+/*! Eine Template-Klasse */
+template<class T> class Templ { };
+
+/*! Mithilfe geschützter Vererbung vererbte Klasse */
+class ProtectedBase { };
+
+/*! Mithilfe privater Vererbung vererbte Klasse */
+class PrivateBase { };
+
+/*! Von der Klasse Inherited benutzte Klasse */
+class Used { };
+
+/*! Superklasse, die von mehreren anderen Klassen erbt */
+class Inherited : public PublicBase,
+                  protected ProtectedBase,
+                  private PrivateBase,
+                  public Undocumented,
+                  public Templ<int>
+{
+  private:
+    Used *m_usedClass;
+};
+

Dies liefert den folgenden Graphen:

+
+graph_legend.png +
+

Die Rechtecke in obigem Graphen bedeuten:

+
    +
  • +Ein grau gefülltes Rechteck stellt die Struktur oder Klasse dar, für die der Graph erzeugt wurde.
  • +
  • +Ein Rechteck mit schwarzem Rahmen kennzeichnet eine dokumentierte Struktur oder Klasse.
  • +
  • +Ein Rechteck mit grauem Rahmen kennzeichnet eine undokumentierte Struktur oder Klasse.
  • +
  • +Ein Rechteck mit rotem Rahmen kennzeichnet eine dokumentierte Struktur oder Klasse, für die nicht alle Vererbungs-/Enthaltenseinsbeziehungen dargestellt werden. Ein Graph wird gekürzt, wenn er nicht in die angegebenen Schranken passt.
  • +
+

Die Pfeile bedeuten:

+
    +
  • +Ein dunkelblauer Pfeil stellt eine öffentliche Vererbungsbeziehung zwischen zwei Klassen dar.
  • +
  • +Ein dunkelgrüner Pfeil stellt geschützte Vererbung dar.
  • +
  • +Ein dunkelroter Pfeil stellt private Vererbung dar.
  • +
  • +Ein gestrichelter violetter Pfeil bedeutet, dass eine Klasse in einer anderen enthalten ist oder von einer anderen benutzt wird. Am Pfeil stehen die Variable(n), mit deren Hilfe auf die Struktur oder Klasse an der Pfeilspitze zugegriffen werden kann.
  • +
  • +Ein gestrichelter gelber Pfeil kennzeichnet eine Verknüpfung zwischen einer Template Instanz und der Template Klasse von welcher es abstammt. Neben dem Pfeil sind die Template Parameter aufgeführt.
  • +
+
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/graph_legend.md5 b/ircbot/Documentation/Doxygen/html/graph_legend.md5 new file mode 100644 index 0000000..3b3ad51 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/graph_legend.md5 @@ -0,0 +1 @@ +4705be6b54053b6cc0680f86fd287f13 \ No newline at end of file diff --git a/ircbot/Documentation/Doxygen/html/graph_legend.png b/ircbot/Documentation/Doxygen/html/graph_legend.png new file mode 100644 index 0000000000000000000000000000000000000000..0fc17f87f5c15c06a81c3be5a970ad2e03f21b67 GIT binary patch literal 15335 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 OoEJ|ul&T(^zxjVltNwEU literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/hierarchy.html b/ircbot/Documentation/Doxygen/html/hierarchy.html new file mode 100644 index 0000000..c0d5963 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/hierarchy.html @@ -0,0 +1,96 @@ + + + + +ircbot: Hierarchie-Verzeichnis + + + + + + + + + +
+
+

Klassenhierarchie

+
+ + + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/index.html b/ircbot/Documentation/Doxygen/html/index.html new file mode 100644 index 0000000..cc894f3 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/index.html @@ -0,0 +1,66 @@ + + + + +ircbot: Hauptseite + + + + + + + + + +
+
+

ircbot Dokumentation

+
+
+
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/inherits.html b/ircbot/Documentation/Doxygen/html/inherits.html new file mode 100644 index 0000000..01ae589 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/inherits.html @@ -0,0 +1,110 @@ + + + + +ircbot: Grafische Darstellung der Klassenhierarchie + + + + + + + + + +
+
+

Grafische Darstellung der Klassenhierarchie

+
+
+ +

gehe zur textbasierten Darstellung der Klassenhierarchie

+ + + + + + + + + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/installdox b/ircbot/Documentation/Doxygen/html/installdox new file mode 100755 index 0000000..2697a81 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/installdox @@ -0,0 +1,117 @@ +#!/usr/bin/perl + +%subst = ( ); +$quiet = 0; + +if (open(F,"search.cfg")) +{ + $_= ; s/[ \t\n]*$//g ; $subst{"_doc"} = $_; + $_= ; s/[ \t\n]*$//g ; $subst{"_cgi"} = $_; +} + +while ( @ARGV ) { + $_ = shift @ARGV; + if ( s/^-// ) { + if ( /^l(.*)/ ) { + $v = ($1 eq "") ? shift @ARGV : $1; + ($v =~ /\/$/) || ($v .= "/"); + $_ = $v; + if ( /(.+)\@(.+)/ ) { + if ( exists $subst{$1} ) { + $subst{$1} = $2; + } else { + print STDERR "Unknown tag file $1 given with option -l\n"; + &usage(); + } + } else { + print STDERR "Argument $_ is invalid for option -l\n"; + &usage(); + } + } + elsif ( /^q/ ) { + $quiet = 1; + } + elsif ( /^\?|^h/ ) { + &usage(); + } + else { + print STDERR "Illegal option -$_\n"; + &usage(); + } + } + else { + push (@files, $_ ); + } +} + +foreach $sub (keys %subst) +{ + if ( $subst{$sub} eq "" ) + { + print STDERR "No substitute given for tag file `$sub'\n"; + &usage(); + } + elsif ( ! $quiet && $sub ne "_doc" && $sub ne "_cgi" ) + { + print "Substituting $subst{$sub} for each occurrence of tag file $sub\n"; + } +} + +if ( ! @files ) { + if (opendir(D,".")) { + foreach $file ( readdir(D) ) { + $match = ".html"; + next if ( $file =~ /^\.\.?$/ ); + ($file =~ /$match/) && (push @files, $file); + ($file =~ "tree.js") && (push @files, $file); + } + closedir(D); + } +} + +if ( ! @files ) { + print STDERR "Warning: No input files given and none found!\n"; +} + +foreach $f (@files) +{ + if ( ! $quiet ) { + print "Editing: $f...\n"; + } + $oldf = $f; + $f .= ".bak"; + unless (rename $oldf,$f) { + print STDERR "Error: cannot rename file $oldf\n"; + exit 1; + } + if (open(F,"<$f")) { + unless (open(G,">$oldf")) { + print STDERR "Error: opening file $oldf for writing\n"; + exit 1; + } + if ($oldf ne "tree.js") { + while () { + s/doxygen\=\"([^ \"\:\t\>\<]*)\:([^ \"\t\>\<]*)\" (href|src)=\"\2/doxygen\=\"$1:$subst{$1}\" \3=\"$subst{$1}/g; + print G "$_"; + } + } + else { + while () { + s/\"([^ \"\:\t\>\<]*)\:([^ \"\t\>\<]*)\", \"\2/\"$1:$subst{$1}\" ,\"$subst{$1}/g; + print G "$_"; + } + } + } + else { + print STDERR "Warning file $f does not exist\n"; + } + unlink $f; +} + +sub usage { + print STDERR "Usage: installdox [options] [html-file [html-file ...]]\n"; + print STDERR "Options:\n"; + print STDERR " -l tagfile\@linkName tag file + URL or directory \n"; + print STDERR " -q Quiet mode\n\n"; + exit 1; +} diff --git a/ircbot/Documentation/Doxygen/html/namespaceClient.html b/ircbot/Documentation/Doxygen/html/namespaceClient.html new file mode 100644 index 0000000..388f099 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/namespaceClient.html @@ -0,0 +1,82 @@ + + + + +ircbot: Paket Client + + + + + + + + + +
+
+

Paket Client

+
+
+ +
+

Ausführliche Beschreibung

+

Abstract class that implements the basic api for any client.

+
Autor:
jpt
+

IrcClient class that contains all the Plugins

+
Autor:
jpt
+

Client_AbstractClient

+

This class contains the connection handler. It handles all the incoming and outgoing data by forwarding it to the clients for the specific connection.

+
Autor:
jpt
+

Connection

+
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/namespaceConnection.html b/ircbot/Documentation/Doxygen/html/namespaceConnection.html new file mode 100644 index 0000000..f608f87 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/namespaceConnection.html @@ -0,0 +1,80 @@ + + + + +ircbot: Paket Connection + + + + + + + + + +
+
+

Paket Connection

+
+
+ +
+

Ausführliche Beschreibung

+

This class is a decorator for the class SocketHandler. It provides a buffer for the SocketHandler, so reading and writing a full line won't be that much pain.

+
Autor:
jpt
+

Socket Misc

+

Connection pool class. Contains the SocketPool.

+
Autor:
jpt
+

Socket

+
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/namespaceException.html b/ircbot/Documentation/Doxygen/html/namespaceException.html new file mode 100644 index 0000000..978cca6 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/namespaceException.html @@ -0,0 +1,89 @@ + + + + +ircbot: Paket Exception + + + + + + + + + +
+
+

Paket Exception

+
+
+ +
+

Ausführliche Beschreibung

+

General exception class.

+
Autor:
jpt
+
Ausnahmebehandlung:
+ + +
 SocketException
+
+
+
Autor:
jpt
+
Ausnahmebehandlung:
+ + +
 
+
+
+
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/namespaceMisc.html b/ircbot/Documentation/Doxygen/html/namespaceMisc.html new file mode 100644 index 0000000..92a539e --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/namespaceMisc.html @@ -0,0 +1,76 @@ + + + + +ircbot: Paket Misc + + + + + + + + + +
+
+

Paket Misc

+
+
+ +
+

Ausführliche Beschreibung

+

Buffer class for a string. Will fix issues with sockets that don't care about linebreaks. Can also be used for all kinds of purpose.

+
Autor:
jpt
+
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/namespaceSocket.html b/ircbot/Documentation/Doxygen/html/namespaceSocket.html new file mode 100644 index 0000000..dca44b9 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/namespaceSocket.html @@ -0,0 +1,78 @@ + + + + +ircbot: Paket Socket + + + + + + + + + +
+
+

Paket Socket

+
+
+ +
+

Ausführliche Beschreibung

+

Socket handler class

+
Autor:
jpt
+

Socket pool class Manages a pool of socket ressources with socket_select()

+
Autor:
jpt
+
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/namespaces.html b/ircbot/Documentation/Doxygen/html/namespaces.html new file mode 100644 index 0000000..34de053 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/namespaces.html @@ -0,0 +1,78 @@ + + + + +ircbot: Paketliste + + + + + + + + + +
+
+

Paketliste

+
+
+Hier folgen die Pakete mit einer Kurzbeschreibung (wenn verfügbar): + + + + + +
ClientAbstract class that implements the basic api for any client
ConnectionThis class is a decorator for the class SocketHandler
ExceptionGeneral exception class
MiscBuffer class for a string
SocketThe SocketHandler class will handle a single socket
+
+ + + + +
+ +
+ + + + diff --git a/ircbot/Documentation/Doxygen/html/nav_f.png b/ircbot/Documentation/Doxygen/html/nav_f.png new file mode 100644 index 0000000000000000000000000000000000000000..1b07a16207e67c95fe2ee17e7016e6d08ac7ac99 GIT binary patch literal 159 zcmeAS@N?(olHy`uVBq!ia0vp^j6iI`!2~2XGqLUlQfZzpjv*C{Z|{2YIT`Y>1X`Eg z-tTbne1`SITM8Q!Pb(<)UFZ(m>wMzvKZQqKM~~GcZ=A7j<~E6K62>ozFS=cD3)mf8 z9WX0+R&m(l9KUsLdTx4?9~({T__KA%`}olPJ^N;y|F^pHgs_K%!rj~{8>RwnWbkzL Kb6Mw<&;$VTdq1fF literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/nav_h.png b/ircbot/Documentation/Doxygen/html/nav_h.png new file mode 100644 index 0000000000000000000000000000000000000000..01f5fa6a596e36bd12c2d6ceff1b0169fda7e699 GIT binary patch literal 97 zcmeAS@N?(olHy`uVBq!ia0vp^j6lr8!2~3AUOE6t1`SUa$B+ufw|6&kG8phMJMJ~w va4>Y+bZ&9QY?(VEUPY_cGd9nQ`um^ZSUyYpAAuKhL7F^W{an^LB{Ts5DmojT literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/open.png b/ircbot/Documentation/Doxygen/html/open.png new file mode 100644 index 0000000000000000000000000000000000000000..7b35d2c2c389743089632fe24c3104f2173d97af GIT binary patch literal 118 zcmeAS@N?(olHy`uVBq!ia0vp^oFL4>1|%O$WD@{Vww^AIAr*{o=Nbw!DDW^(zOibV zl!F8B0?t?i!vld4k#$~0_AX3zElaokn + + + + + + +
+
Lade ...
+ + +
+
+ __toString + Exception_GeneralException +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/all_61.html b/ircbot/Documentation/Doxygen/html/search/all_61.html new file mode 100644 index 0000000..1a2fe8c --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/all_61.html @@ -0,0 +1,65 @@ + + + + + + + +
+
Lade ...
+ +
+
+ addClientForConnectionHandler + Client_ClientManager +
+
+
+
+ addConnectionHandler + Connection_ConnectionPool +
+
+
+
+ addData + Misc_Buffer +
+
+
+
+ addRawRouting + Client_ClientManager +
+
+
+
+ addSocket + Socket_SocketPool +
+
+
+
+ attachConfig + Client_ClientManager +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/all_62.html b/ircbot/Documentation/Doxygen/html/search/all_62.html new file mode 100644 index 0000000..675bf85 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/all_62.html @@ -0,0 +1,29 @@ + + + + + + + +
+
Lade ...
+ +
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/all_63.html b/ircbot/Documentation/Doxygen/html/search/all_63.html new file mode 100644 index 0000000..9719dea --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/all_63.html @@ -0,0 +1,126 @@ + + + + + + + +
+
Lade ...
+
+
+ canRead + Connection_ConnectionHandler +
+
+
+
+ canWrite + Connection_ConnectionHandler +
+
+
+
+ Client +
+
+ + + + + + +
+ +
+ + + +
+
+ countSockets + Socket_SocketPool +
+
+
+
+ createClientForProtocol + Client_ClientManager +
+
+ +
+
+ createTcpSocket + Socket_SocketPool +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/all_65.html b/ircbot/Documentation/Doxygen/html/search/all_65.html new file mode 100644 index 0000000..f44cb00 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/all_65.html @@ -0,0 +1,45 @@ + + + + + + + +
+
Lade ...
+
+
+ error + Socket_SocketHandler +
+
+
+ +
+ + +
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/all_66.html b/ircbot/Documentation/Doxygen/html/search/all_66.html new file mode 100644 index 0000000..6a4813b --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/all_66.html @@ -0,0 +1,25 @@ + + + + + + + +
+
Lade ...
+
+
+ Foo +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/all_67.html b/ircbot/Documentation/Doxygen/html/search/all_67.html new file mode 100644 index 0000000..1dba1a4 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/all_67.html @@ -0,0 +1,83 @@ + + + + + + + +
+
Lade ...
+
+
+ getConnectionHandlerForSocketRessource + Connection_ConnectionPool +
+
+
+
+ getGroup + Connection_ConnectionHandler +
+
+
+
+ getID + Connection_ConnectionHandler +
+
+ +
+
+ getNextLine + Misc_Buffer +
+
+
+
+ getProtocol + Connection_ConnectionHandler +
+
+ + +
+
+ getSocketHandler + Connection_ConnectionHandler +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/all_68.html b/ircbot/Documentation/Doxygen/html/search/all_68.html new file mode 100644 index 0000000..b35cf87 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/all_68.html @@ -0,0 +1,41 @@ + + + + + + + +
+
Lade ...
+
+
+ handleSocketError + Connection_ConnectionHandler +
+
+ +
+
+ hasLines + Misc_Buffer +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/all_69.html b/ircbot/Documentation/Doxygen/html/search/all_69.html new file mode 100644 index 0000000..882f485 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/all_69.html @@ -0,0 +1,50 @@ + + + + + + + +
+
Lade ...
+
+
+ injectClientManager + Client_AbstractClient +
+
+ + +
+
+ isServer + Connection_ConnectionHandler +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/all_6c.html b/ircbot/Documentation/Doxygen/html/search/all_6c.html new file mode 100644 index 0000000..082ab8f --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/all_6c.html @@ -0,0 +1,39 @@ + + + + + + + +
+
Lade ...
+ + +
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/all_6d.html b/ircbot/Documentation/Doxygen/html/search/all_6d.html new file mode 100644 index 0000000..506f4fe --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/all_6d.html @@ -0,0 +1,30 @@ + + + + + + + +
+
Lade ...
+
+
+ Misc +
+
+
+ +
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/all_70.html b/ircbot/Documentation/Doxygen/html/search/all_70.html new file mode 100644 index 0000000..111cc50 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/all_70.html @@ -0,0 +1,36 @@ + + + + + + + +
+
Lade ...
+ +
+
+ pruneEmptyLines + Misc_Buffer +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/all_72.html b/ircbot/Documentation/Doxygen/html/search/all_72.html new file mode 100644 index 0000000..cb948c6 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/all_72.html @@ -0,0 +1,65 @@ + + + + + + + +
+
Lade ...
+ +
+
+ readToBuffer + Connection_ConnectionHandler +
+
+
+
+ registerProtocol + Client_ClientManager +
+
+
+
+ removeClientForConnectionHandler + Client_ClientManager +
+
+
+
+ removeConnection + Client_ClientManager +
+
+
+
+ removeConnectionHandler + Connection_ConnectionPool +
+
+
+
+ removeSocket + Socket_SocketPool +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/all_73.html b/ircbot/Documentation/Doxygen/html/search/all_73.html new file mode 100644 index 0000000..3b9fdaa --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/all_73.html @@ -0,0 +1,68 @@ + + + + + + + +
+
Lade ...
+ +
+
+ sendToGroup + Client_ClientManager +
+
+
+
+ sendToID + Client_ClientManager +
+
+
+
+ setGroup + Client_AbstractClient +
+
+
+
+ setID + Client_AbstractClient +
+
+
+
+ Socket +
+
+ + +
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/all_74.html b/ircbot/Documentation/Doxygen/html/search/all_74.html new file mode 100644 index 0000000..21c1a57 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/all_74.html @@ -0,0 +1,41 @@ + + + + + + + +
+
Lade ...
+ +
+ +
+ +
+
+ testfunctionWithCamelCase + TestClassForTestsWithReflection +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/all_75.html b/ircbot/Documentation/Doxygen/html/search/all_75.html new file mode 100644 index 0000000..5bffed5 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/all_75.html @@ -0,0 +1,26 @@ + + + + + + + +
+
Lade ...
+
+
+ unregisterProtocol + Client_ClientManager +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/all_77.html b/ircbot/Documentation/Doxygen/html/search/all_77.html new file mode 100644 index 0000000..a4ab7d0 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/all_77.html @@ -0,0 +1,53 @@ + + + + + + + +
+
Lade ...
+
+
+ work + Client_ClientManager +
+
+ +
+
+ writeFromBuffer + Connection_ConnectionHandler +
+
+
+
+ writeToGroup + Connection_ConnectionPool +
+
+
+
+ writeToID + Connection_ConnectionPool +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/classes_62.html b/ircbot/Documentation/Doxygen/html/search/classes_62.html new file mode 100644 index 0000000..dd8ae01 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/classes_62.html @@ -0,0 +1,25 @@ + + + + + + + +
+
Lade ...
+
+
+ Bar +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/classes_63.html b/ircbot/Documentation/Doxygen/html/search/classes_63.html new file mode 100644 index 0000000..c5d6a57 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/classes_63.html @@ -0,0 +1,50 @@ + + + + + + + +
+
Lade ...
+ + + + + + +
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/classes_65.html b/ircbot/Documentation/Doxygen/html/search/classes_65.html new file mode 100644 index 0000000..5353068 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/classes_65.html @@ -0,0 +1,35 @@ + + + + + + + +
+
Lade ...
+
+
+ Exception +
+
+ + +
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/classes_66.html b/ircbot/Documentation/Doxygen/html/search/classes_66.html new file mode 100644 index 0000000..6a4813b --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/classes_66.html @@ -0,0 +1,25 @@ + + + + + + + +
+
Lade ...
+
+
+ Foo +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/classes_6d.html b/ircbot/Documentation/Doxygen/html/search/classes_6d.html new file mode 100644 index 0000000..ff7f9d1 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/classes_6d.html @@ -0,0 +1,25 @@ + + + + + + + +
+
Lade ...
+
+ +
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/classes_73.html b/ircbot/Documentation/Doxygen/html/search/classes_73.html new file mode 100644 index 0000000..9d920ec --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/classes_73.html @@ -0,0 +1,30 @@ + + + + + + + +
+
Lade ...
+ + +
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/classes_74.html b/ircbot/Documentation/Doxygen/html/search/classes_74.html new file mode 100644 index 0000000..c82939d --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/classes_74.html @@ -0,0 +1,35 @@ + + + + + + + +
+
Lade ...
+ +
+ +
+ +
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/close.png b/ircbot/Documentation/Doxygen/html/search/close.png new file mode 100644 index 0000000000000000000000000000000000000000..9342d3dfeea7b7c4ee610987e717804b5a42ceb9 GIT binary patch literal 273 zcmV+s0q*{ZP)4(RlMby96)VwnbG{ zbe&}^BDn7x>$<{ck4zAK-=nT;=hHG)kmplIF${xqm8db3oX6wT3bvp`TE@m0cg;b) zBuSL}5?N7O(iZLdAlz@)b)Rd~DnSsSX&P5qC`XwuFwcAYLC+d2>+1(8on;wpt8QIC X2MT$R4iQDd00000NkvXXu0mjfia~GN literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/search/functions_5f.html b/ircbot/Documentation/Doxygen/html/search/functions_5f.html new file mode 100644 index 0000000..303d895 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/functions_5f.html @@ -0,0 +1,54 @@ + + + + + + + +
+
Lade ...
+ + +
+
+ __toString + Exception_GeneralException +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/functions_61.html b/ircbot/Documentation/Doxygen/html/search/functions_61.html new file mode 100644 index 0000000..1a2fe8c --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/functions_61.html @@ -0,0 +1,65 @@ + + + + + + + +
+
Lade ...
+ +
+
+ addClientForConnectionHandler + Client_ClientManager +
+
+
+
+ addConnectionHandler + Connection_ConnectionPool +
+
+
+
+ addData + Misc_Buffer +
+
+
+
+ addRawRouting + Client_ClientManager +
+
+
+
+ addSocket + Socket_SocketPool +
+
+
+
+ attachConfig + Client_ClientManager +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/functions_62.html b/ircbot/Documentation/Doxygen/html/search/functions_62.html new file mode 100644 index 0000000..675bf85 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/functions_62.html @@ -0,0 +1,29 @@ + + + + + + + +
+
Lade ...
+ +
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/functions_63.html b/ircbot/Documentation/Doxygen/html/search/functions_63.html new file mode 100644 index 0000000..0bb4ac2 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/functions_63.html @@ -0,0 +1,86 @@ + + + + + + + +
+
Lade ...
+
+
+ canRead + Connection_ConnectionHandler +
+
+
+
+ canWrite + Connection_ConnectionHandler +
+
+ + + +
+
+ countSockets + Socket_SocketPool +
+
+
+
+ createClientForProtocol + Client_ClientManager +
+
+ +
+
+ createTcpSocket + Socket_SocketPool +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/functions_65.html b/ircbot/Documentation/Doxygen/html/search/functions_65.html new file mode 100644 index 0000000..2c54f44 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/functions_65.html @@ -0,0 +1,26 @@ + + + + + + + +
+
Lade ...
+
+
+ error + Socket_SocketHandler +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/functions_67.html b/ircbot/Documentation/Doxygen/html/search/functions_67.html new file mode 100644 index 0000000..1dba1a4 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/functions_67.html @@ -0,0 +1,83 @@ + + + + + + + +
+
Lade ...
+
+
+ getConnectionHandlerForSocketRessource + Connection_ConnectionPool +
+
+
+
+ getGroup + Connection_ConnectionHandler +
+
+
+
+ getID + Connection_ConnectionHandler +
+
+ +
+
+ getNextLine + Misc_Buffer +
+
+
+
+ getProtocol + Connection_ConnectionHandler +
+
+ + +
+
+ getSocketHandler + Connection_ConnectionHandler +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/functions_68.html b/ircbot/Documentation/Doxygen/html/search/functions_68.html new file mode 100644 index 0000000..b35cf87 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/functions_68.html @@ -0,0 +1,41 @@ + + + + + + + +
+
Lade ...
+
+
+ handleSocketError + Connection_ConnectionHandler +
+
+ +
+
+ hasLines + Misc_Buffer +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/functions_69.html b/ircbot/Documentation/Doxygen/html/search/functions_69.html new file mode 100644 index 0000000..882f485 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/functions_69.html @@ -0,0 +1,50 @@ + + + + + + + +
+
Lade ...
+
+
+ injectClientManager + Client_AbstractClient +
+
+ + +
+
+ isServer + Connection_ConnectionHandler +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/functions_6c.html b/ircbot/Documentation/Doxygen/html/search/functions_6c.html new file mode 100644 index 0000000..082ab8f --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/functions_6c.html @@ -0,0 +1,39 @@ + + + + + + + +
+
Lade ...
+ + +
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/functions_70.html b/ircbot/Documentation/Doxygen/html/search/functions_70.html new file mode 100644 index 0000000..111cc50 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/functions_70.html @@ -0,0 +1,36 @@ + + + + + + + +
+
Lade ...
+ +
+
+ pruneEmptyLines + Misc_Buffer +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/functions_72.html b/ircbot/Documentation/Doxygen/html/search/functions_72.html new file mode 100644 index 0000000..cb948c6 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/functions_72.html @@ -0,0 +1,65 @@ + + + + + + + +
+
Lade ...
+ +
+
+ readToBuffer + Connection_ConnectionHandler +
+
+
+
+ registerProtocol + Client_ClientManager +
+
+
+
+ removeClientForConnectionHandler + Client_ClientManager +
+
+
+
+ removeConnection + Client_ClientManager +
+
+
+
+ removeConnectionHandler + Connection_ConnectionPool +
+
+
+
+ removeSocket + Socket_SocketPool +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/functions_73.html b/ircbot/Documentation/Doxygen/html/search/functions_73.html new file mode 100644 index 0000000..60bfb59 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/functions_73.html @@ -0,0 +1,53 @@ + + + + + + + +
+
Lade ...
+ +
+
+ sendToGroup + Client_ClientManager +
+
+
+
+ sendToID + Client_ClientManager +
+
+
+
+ setGroup + Client_AbstractClient +
+
+
+
+ setID + Client_AbstractClient +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/functions_74.html b/ircbot/Documentation/Doxygen/html/search/functions_74.html new file mode 100644 index 0000000..94a4832 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/functions_74.html @@ -0,0 +1,26 @@ + + + + + + + +
+
Lade ...
+
+
+ testfunctionWithCamelCase + TestClassForTestsWithReflection +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/functions_75.html b/ircbot/Documentation/Doxygen/html/search/functions_75.html new file mode 100644 index 0000000..5bffed5 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/functions_75.html @@ -0,0 +1,26 @@ + + + + + + + +
+
Lade ...
+
+
+ unregisterProtocol + Client_ClientManager +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/functions_77.html b/ircbot/Documentation/Doxygen/html/search/functions_77.html new file mode 100644 index 0000000..a4ab7d0 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/functions_77.html @@ -0,0 +1,53 @@ + + + + + + + +
+
Lade ...
+
+
+ work + Client_ClientManager +
+
+ +
+
+ writeFromBuffer + Connection_ConnectionHandler +
+
+
+
+ writeToGroup + Connection_ConnectionPool +
+
+
+
+ writeToID + Connection_ConnectionPool +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/mag_sel.png b/ircbot/Documentation/Doxygen/html/search/mag_sel.png new file mode 100644 index 0000000000000000000000000000000000000000..81f6040a2092402b4d98f9ffa8855d12a0d4ca17 GIT binary patch literal 563 zcmV-30?hr1P)zxx&tqG15pu7)IiiXFflOc2k;dXd>%13GZAy? zRz!q0=|E6a6vV)&ZBS~G9oe0kbqyw1*gvY`{Pop2oKq#FlzgXt@Xh-7fxh>}`Fxg> z$%N%{$!4=5nM{(;=c!aG1Ofr^Do{u%Ih{^&Fc@H2)+a-?TBXrw5DW&z%Nb6mQ!L9O zl}b@6mB?f=tX3;#vl)}ggh(Vpyh(IK z(Mb0D{l{U$FsRjP;!{($+bsaaVi8T#1c0V#qEIOCYa9@UVLV`f__E81L;?WEaRA;Y zUH;rZ;vb;mk7JX|$=i3O~&If0O@oZfLg8gfIjW=dcBsz;gI=!{-r4# z4%6v$&~;q^j7Fo67yJ(NJWuX+I~I!tj^nW3?}^9bq|<3^+vapS5sgM^x7!cs(+mMT z&y%j};&~po+YO)3hoUH4E*E;e9>?R6SS&`X)p`njycAVcg{rEb41T{~Hk(bl-7eSb zmFxA2uIqo#@R?lKm50ND`~6Nfn|-b1|L6O98vt3Tx@gKz#isxO002ovPDHLkV1kyW B_l^Jn literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/search/namespaces_63.html b/ircbot/Documentation/Doxygen/html/search/namespaces_63.html new file mode 100644 index 0000000..b2c6bd5 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/namespaces_63.html @@ -0,0 +1,30 @@ + + + + + + + +
+
Lade ...
+
+
+ Client +
+
+
+ +
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/namespaces_65.html b/ircbot/Documentation/Doxygen/html/search/namespaces_65.html new file mode 100644 index 0000000..f5004d8 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/namespaces_65.html @@ -0,0 +1,25 @@ + + + + + + + +
+
Lade ...
+
+
+ Exception +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/namespaces_6d.html b/ircbot/Documentation/Doxygen/html/search/namespaces_6d.html new file mode 100644 index 0000000..84630a8 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/namespaces_6d.html @@ -0,0 +1,25 @@ + + + + + + + +
+
Lade ...
+
+
+ Misc +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/namespaces_73.html b/ircbot/Documentation/Doxygen/html/search/namespaces_73.html new file mode 100644 index 0000000..bcea1fb --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/namespaces_73.html @@ -0,0 +1,25 @@ + + + + + + + +
+
Lade ...
+
+
+ Socket +
+
+
Suche ...
+
Keine Treffer
+ +
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/nomatches.html b/ircbot/Documentation/Doxygen/html/search/nomatches.html new file mode 100644 index 0000000..91f177d --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/nomatches.html @@ -0,0 +1,12 @@ + + + + + + + +
+
Keine Treffer
+
+ + diff --git a/ircbot/Documentation/Doxygen/html/search/search.css b/ircbot/Documentation/Doxygen/html/search/search.css new file mode 100644 index 0000000..50249e5 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/search.css @@ -0,0 +1,240 @@ +/*---------------- Search Box */ + +#FSearchBox { + float: left; +} + +#searchli { + float: right; + display: block; + width: 170px; + height: 36px; +} + +#MSearchBox { + white-space : nowrap; + position: absolute; + float: none; + display: inline; + margin-top: 8px; + right: 0px; + width: 170px; + z-index: 102; +} + +#MSearchBox .left +{ + display:block; + position:absolute; + left:10px; + width:20px; + height:19px; + background:url('search_l.png') no-repeat; + background-position:right; +} + +#MSearchSelect { + display:block; + position:absolute; + width:20px; + height:19px; +} + +.left #MSearchSelect { + left:4px; +} + +.right #MSearchSelect { + right:5px; +} + +#MSearchField { + display:block; + position:absolute; + height:19px; + background:url('search_m.png') repeat-x; + border:none; + width:116px; + margin-left:20px; + padding-left:4px; + color: #909090; + outline: none; + font: 9pt Arial, Verdana, sans-serif; +} + +#FSearchBox #MSearchField { + margin-left:15px; +} + +#MSearchBox .right { + display:block; + position:absolute; + right:10px; + top:0px; + width:20px; + height:19px; + background:url('search_r.png') no-repeat; + background-position:left; +} + +#MSearchClose { + display: none; + position: absolute; + top: 4px; + background : none; + border: none; + margin: 0px 4px 0px 0px; + padding: 0px 0px; + outline: none; +} + +.left #MSearchClose { + left: 6px; +} + +.right #MSearchClose { + right: 2px; +} + +.MSearchBoxActive #MSearchField { + color: #000000; +} + +/*---------------- Search filter selection */ + +#MSearchSelectWindow { + display: none; + position: absolute; + left: 0; top: 0; + border: 1px solid #90A5CE; + background-color: #F9FAFC; + z-index: 1; + padding-top: 4px; + padding-bottom: 4px; + -moz-border-radius: 4px; + -webkit-border-top-left-radius: 4px; + -webkit-border-top-right-radius: 4px; + -webkit-border-bottom-left-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); +} + +.SelectItem { + font: 8pt Arial, Verdana, sans-serif; + padding-left: 2px; + padding-right: 12px; + border: 0px; +} + +span.SelectionMark { + margin-right: 4px; + font-family: monospace; + outline-style: none; + text-decoration: none; +} + +a.SelectItem { + display: block; + outline-style: none; + color: #000000; + text-decoration: none; + padding-left: 6px; + padding-right: 12px; +} + +a.SelectItem:focus, +a.SelectItem:active { + color: #000000; + outline-style: none; + text-decoration: none; +} + +a.SelectItem:hover { + color: #FFFFFF; + background-color: #3D578C; + outline-style: none; + text-decoration: none; + cursor: pointer; + display: block; +} + +/*---------------- Search results window */ + +iframe#MSearchResults { + width: 60ex; + height: 15em; +} + +#MSearchResultsWindow { + display: none; + position: absolute; + left: 0; top: 0; + border: 1px solid #000; + background-color: #EEF1F7; +} + +/* ----------------------------------- */ + + +#SRIndex { + clear:both; + padding-bottom: 15px; +} + +.SREntry { + font-size: 10pt; + padding-left: 1ex; +} + +.SRPage .SREntry { + font-size: 8pt; + padding: 1px 5px; +} + +body.SRPage { + margin: 5px 2px; +} + +.SRChildren { + padding-left: 3ex; padding-bottom: .5em +} + +.SRPage .SRChildren { + display: none; +} + +.SRSymbol { + font-weight: bold; + color: #425E97; + font-family: Arial, Verdana, sans-serif; + text-decoration: none; + outline: none; +} + +a.SRScope { + display: block; + color: #425E97; + font-family: Arial, Verdana, sans-serif; + text-decoration: none; + outline: none; +} + +a.SRSymbol:focus, a.SRSymbol:active, +a.SRScope:focus, a.SRScope:active { + text-decoration: underline; +} + +.SRPage .SRStatus { + padding: 2px 5px; + font-size: 8pt; + font-style: italic; +} + +.SRResult { + display: none; +} + +DIV.searchresults { + margin-left: 10px; + margin-right: 10px; +} diff --git a/ircbot/Documentation/Doxygen/html/search/search.js b/ircbot/Documentation/Doxygen/html/search/search.js new file mode 100644 index 0000000..f6ffb5b --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/search/search.js @@ -0,0 +1,732 @@ +// Search script generated by doxygen +// Copyright (C) 2009 by Dimitri van Heesch. + +// The code in this file is loosly based on main.js, part of Natural Docs, +// which is Copyright (C) 2003-2008 Greg Valure +// Natural Docs is licensed under the GPL. + +var indexSectionsWithContent = +{ + 0: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010111010111001100101101010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + 1: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001010000000100000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + 2: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001010000000100000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + 3: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010111010111001000101101010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" +}; + +var indexSectionNames = +{ + 0: "all", + 1: "classes", + 2: "namespaces", + 3: "functions" +}; + +function convertToId(search) +{ + var result = ''; + for (i=0;i do a search + { + this.Search(); + } + } + + this.OnSearchSelectKey = function(evt) + { + var e = (evt) ? evt : window.event; // for IE + if (e.keyCode==40 && this.searchIndex0) // Up + { + this.searchIndex--; + this.OnSelectItem(this.searchIndex); + } + else if (e.keyCode==13 || e.keyCode==27) + { + this.OnSelectItem(this.searchIndex); + this.CloseSelectionWindow(); + this.DOMSearchField().focus(); + } + return false; + } + + // --------- Actions + + // Closes the results window. + this.CloseResultsWindow = function() + { + this.DOMPopupSearchResultsWindow().style.display = 'none'; + this.DOMSearchClose().style.display = 'none'; + this.Activate(false); + } + + this.CloseSelectionWindow = function() + { + this.DOMSearchSelectWindow().style.display = 'none'; + } + + // Performs a search. + this.Search = function() + { + this.keyTimeout = 0; + + // strip leading whitespace + var searchValue = this.DOMSearchField().value.replace(/^ +/, ""); + + var code = searchValue.toLowerCase().charCodeAt(0); + var hexCode; + if (code<16) + { + hexCode="0"+code.toString(16); + } + else + { + hexCode=code.toString(16); + } + + var resultsPage; + var resultsPageWithSearch; + var hasResultsPage; + + if (indexSectionsWithContent[this.searchIndex].charAt(code) == '1') + { + resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + '.html'; + resultsPageWithSearch = resultsPage+'?'+escape(searchValue); + hasResultsPage = true; + } + else // nothing available for this search term + { + resultsPage = this.resultsPath + '/nomatches.html'; + resultsPageWithSearch = resultsPage; + hasResultsPage = false; + } + + window.frames.MSearchResults.location.href = resultsPageWithSearch; + var domPopupSearchResultsWindow = this.DOMPopupSearchResultsWindow(); + + if (domPopupSearchResultsWindow.style.display!='block') + { + var domSearchBox = this.DOMSearchBox(); + this.DOMSearchClose().style.display = 'inline'; + if (this.insideFrame) + { + var domPopupSearchResults = this.DOMPopupSearchResults(); + domPopupSearchResultsWindow.style.position = 'relative'; + domPopupSearchResultsWindow.style.display = 'block'; + var width = document.body.clientWidth - 8; // the -8 is for IE :-( + domPopupSearchResultsWindow.style.width = width + 'px'; + domPopupSearchResults.style.width = width + 'px'; + } + else + { + var domPopupSearchResults = this.DOMPopupSearchResults(); + var left = getXPos(domSearchBox) + 150; // domSearchBox.offsetWidth; + var top = getYPos(domSearchBox) + 20; // domSearchBox.offsetHeight + 1; + domPopupSearchResultsWindow.style.display = 'block'; + left -= domPopupSearchResults.offsetWidth; + domPopupSearchResultsWindow.style.top = top + 'px'; + domPopupSearchResultsWindow.style.left = left + 'px'; + } + } + + this.lastSearchValue = searchValue; + this.lastResultsPage = resultsPage; + } + + // -------- Activation Functions + + // Activates or deactivates the search panel, resetting things to + // their default values if necessary. + this.Activate = function(isActive) + { + if (isActive || // open it + this.DOMPopupSearchResultsWindow().style.display == 'block' + ) + { + this.DOMSearchBox().className = 'MSearchBoxActive'; + + var searchField = this.DOMSearchField(); + + if (searchField.value == this.searchLabel) // clear "Search" term upon entry + { + searchField.value = ''; + this.searchActive = true; + } + } + else if (!isActive) // directly remove the panel + { + this.DOMSearchBox().className = 'MSearchBoxInactive'; + this.DOMSearchField().value = this.searchLabel; + this.searchActive = false; + this.lastSearchValue = '' + this.lastResultsPage = ''; + } + } +} + +// ----------------------------------------------------------------------- + +// The class that handles everything on the search results page. +function SearchResults(name) +{ + // The number of matches from the last run of . + this.lastMatchCount = 0; + this.lastKey = 0; + this.repeatOn = false; + + // Toggles the visibility of the passed element ID. + this.FindChildElement = function(id) + { + var parentElement = document.getElementById(id); + var element = parentElement.firstChild; + + while (element && element!=parentElement) + { + if (element.nodeName == 'DIV' && element.className == 'SRChildren') + { + return element; + } + + if (element.nodeName == 'DIV' && element.hasChildNodes()) + { + element = element.firstChild; + } + else if (element.nextSibling) + { + element = element.nextSibling; + } + else + { + do + { + element = element.parentNode; + } + while (element && element!=parentElement && !element.nextSibling); + + if (element && element!=parentElement) + { + element = element.nextSibling; + } + } + } + } + + this.Toggle = function(id) + { + var element = this.FindChildElement(id); + if (element) + { + if (element.style.display == 'block') + { + element.style.display = 'none'; + } + else + { + element.style.display = 'block'; + } + } + } + + // Searches for the passed string. If there is no parameter, + // it takes it from the URL query. + // + // Always returns true, since other documents may try to call it + // and that may or may not be possible. + this.Search = function(search) + { + if (!search) // get search word from URL + { + search = window.location.search; + search = search.substring(1); // Remove the leading '?' + search = unescape(search); + } + + search = search.replace(/^ +/, ""); // strip leading spaces + search = search.replace(/ +$/, ""); // strip trailing spaces + search = search.toLowerCase(); + search = convertToId(search); + + var resultRows = document.getElementsByTagName("div"); + var matches = 0; + + var i = 0; + while (i < resultRows.length) + { + var row = resultRows.item(i); + if (row.className == "SRResult") + { + var rowMatchName = row.id.toLowerCase(); + rowMatchName = rowMatchName.replace(/^sr\d*_/, ''); // strip 'sr123_' + + if (search.length<=rowMatchName.length && + rowMatchName.substr(0, search.length)==search) + { + row.style.display = 'block'; + matches++; + } + else + { + row.style.display = 'none'; + } + } + i++; + } + document.getElementById("Searching").style.display='none'; + if (matches == 0) // no results + { + document.getElementById("NoMatches").style.display='block'; + } + else // at least one result + { + document.getElementById("NoMatches").style.display='none'; + } + this.lastMatchCount = matches; + return true; + } + + // return the first item with index index or higher that is visible + this.NavNext = function(index) + { + var focusItem; + while (1) + { + var focusName = 'Item'+index; + focusItem = document.getElementById(focusName); + if (focusItem && focusItem.parentNode.parentNode.style.display=='block') + { + break; + } + else if (!focusItem) // last element + { + break; + } + focusItem=null; + index++; + } + return focusItem; + } + + this.NavPrev = function(index) + { + var focusItem; + while (1) + { + var focusName = 'Item'+index; + focusItem = document.getElementById(focusName); + if (focusItem && focusItem.parentNode.parentNode.style.display=='block') + { + break; + } + else if (!focusItem) // last element + { + break; + } + focusItem=null; + index--; + } + return focusItem; + } + + this.ProcessKeys = function(e) + { + if (e.type == "keydown") + { + this.repeatOn = false; + this.lastKey = e.keyCode; + } + else if (e.type == "keypress") + { + if (!this.repeatOn) + { + if (this.lastKey) this.repeatOn = true; + return false; // ignore first keypress after keydown + } + } + else if (e.type == "keyup") + { + this.lastKey = 0; + this.repeatOn = false; + } + return this.lastKey!=0; + } + + this.Nav = function(evt,itemIndex) + { + var e = (evt) ? evt : window.event; // for IE + if (e.keyCode==13) return true; + if (!this.ProcessKeys(e)) return false; + + if (this.lastKey==38) // Up + { + var newIndex = itemIndex-1; + var focusItem = this.NavPrev(newIndex); + if (focusItem) + { + var child = this.FindChildElement(focusItem.parentNode.parentNode.id); + if (child && child.style.display == 'block') // children visible + { + var n=0; + var tmpElem; + while (1) // search for last child + { + tmpElem = document.getElementById('Item'+newIndex+'_c'+n); + if (tmpElem) + { + focusItem = tmpElem; + } + else // found it! + { + break; + } + n++; + } + } + } + if (focusItem) + { + focusItem.focus(); + } + else // return focus to search field + { + parent.document.getElementById("MSearchField").focus(); + } + } + else if (this.lastKey==40) // Down + { + var newIndex = itemIndex+1; + var focusItem; + var item = document.getElementById('Item'+itemIndex); + var elem = this.FindChildElement(item.parentNode.parentNode.id); + if (elem && elem.style.display == 'block') // children visible + { + focusItem = document.getElementById('Item'+itemIndex+'_c0'); + } + if (!focusItem) focusItem = this.NavNext(newIndex); + if (focusItem) focusItem.focus(); + } + else if (this.lastKey==39) // Right + { + var item = document.getElementById('Item'+itemIndex); + var elem = this.FindChildElement(item.parentNode.parentNode.id); + if (elem) elem.style.display = 'block'; + } + else if (this.lastKey==37) // Left + { + var item = document.getElementById('Item'+itemIndex); + var elem = this.FindChildElement(item.parentNode.parentNode.id); + if (elem) elem.style.display = 'none'; + } + else if (this.lastKey==27) // Escape + { + parent.searchBox.CloseResultsWindow(); + parent.document.getElementById("MSearchField").focus(); + } + else if (this.lastKey==13) // Enter + { + return true; + } + return false; + } + + this.NavChild = function(evt,itemIndex,childIndex) + { + var e = (evt) ? evt : window.event; // for IE + if (e.keyCode==13) return true; + if (!this.ProcessKeys(e)) return false; + + if (this.lastKey==38) // Up + { + if (childIndex>0) + { + var newIndex = childIndex-1; + document.getElementById('Item'+itemIndex+'_c'+newIndex).focus(); + } + else // already at first child, jump to parent + { + document.getElementById('Item'+itemIndex).focus(); + } + } + else if (this.lastKey==40) // Down + { + var newIndex = childIndex+1; + var elem = document.getElementById('Item'+itemIndex+'_c'+newIndex); + if (!elem) // last child, jump to parent next parent + { + elem = this.NavNext(itemIndex+1); + } + if (elem) + { + elem.focus(); + } + } + else if (this.lastKey==27) // Escape + { + parent.searchBox.CloseResultsWindow(); + parent.document.getElementById("MSearchField").focus(); + } + else if (this.lastKey==13) // Enter + { + return true; + } + return false; + } +} diff --git a/ircbot/Documentation/Doxygen/html/search/search_l.png b/ircbot/Documentation/Doxygen/html/search/search_l.png new file mode 100644 index 0000000000000000000000000000000000000000..c872f4da4a01d0754f923e6c94fd8159c0621bd1 GIT binary patch literal 604 zcmV-i0;BzjP)k7RCwB~R6VQOP#AvB$vH7i{6H{96zot$7cZT<7246EF5Np6N}+$IbiG6W zg#87A+NFaX+=_^xM1#gCtshC=E{%9^uQX_%?YwXvo{#q&MnpJ8uh(O?ZRc&~_1%^SsPxG@rfElJg-?U zm!Cz-IOn(qJP3kDp-^~qt+FGbl=5jNli^Wj_xIBG{Rc0en{!oFvyoNC7{V~T8}b>| z=jL2WIReZzX(YN(_9fV;BBD$VXQIxNasAL8ATvEu822WQ%mvv4FO#qs` BFGc_W literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/search/search_r.png b/ircbot/Documentation/Doxygen/html/search/search_r.png new file mode 100644 index 0000000000000000000000000000000000000000..97ee8b439687084201b79c6f776a41f495c6392a GIT binary patch literal 612 zcmV-q0-ODbP)PbXFRCwB?)W514K@j&X?z2*SxFI6-@HT2E2K=9X9%Pb zEK*!TBw&g(DMC;|A)uGlRkOS9vd-?zNs%bR4d$w+ox_iFnE8fvIvv7^5<(>Te12Li z7C)9srCzmK{ZcNM{YIl9j{DePFgOWiS%xG@5CnnnJa4nvY<^glbz7^|-ZY!dUkAwd z{gaTC@_>b5h~;ug#R0wRL0>o5!hxm*s0VW?8dr}O#zXTRTnrQm_Z7z1Mrnx>&p zD4qifUjzLvbVVWi?l?rUzwt^sdb~d!f_LEhsRVIXZtQ=qSxuxqm zEX#tf>$?M_Y1-LSDT)HqG?`%-%ZpY!#{N!rcNIiL;G7F0`l?)mNGTD9;f9F5Up3Kg zw}a<-JylhG&;=!>B+fZaCX+?C+kHYrP%c?X2!Zu_olK|GcS4A70HEy;vn)I0>0kLH z`jc(WIaaHc7!HS@f*^R^Znx8W=_jIl2oWJoQ*h1^$FX!>*PqR1J8k|fw}w_y}TpE>7m8DqDO<3z`OzXt$ccSejbEZCg@0000au9@iXhZTrl-TjWj9jM#?{xt`6uU{<)jb9Suc^QnbhJ(o{ib8=j9u0_mE8M7kgF7f<7W7IEf=8(L_qx|g0H;V7iPxm&Q@G7p8W2Kx&iT|YUM=ITC zY<0Qbr;u&AtXD{o@41wH=7&d8=2Z_{M9Tsa=g*t*@A3H$UOlxZk7?f6RUWpx>Fc_L s#LQ{edY3MpIXkMeV^&YV=9fR%8Jv|Kya=#u06K}m)78&qol`;+0RKEt)&Kwi literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/tab_s.png b/ircbot/Documentation/Doxygen/html/tab_s.png new file mode 100644 index 0000000000000000000000000000000000000000..978943ac807718de0e69e5a585a8f0a1e5999285 GIT binary patch literal 189 zcmeAS@N?(olHy`uVBq!ia0vp^j6kfy!2~3aiye;!QZ1e?jv*C{Z|}b5Yzkm-c<7z3 zq^cq0=~}Z;b(!Zvb5Z%sTRFKGlz1=qOFg;myyu?$r`wZb^irPsN1a)6)TwB0r+)wb zPL25;=adu89?fTK`qDR>$D*)b_WOmdKI;Vst02j(hg8%>k literal 0 HcmV?d00001 diff --git a/ircbot/Documentation/Doxygen/html/tabs.css b/ircbot/Documentation/Doxygen/html/tabs.css new file mode 100644 index 0000000..2192056 --- /dev/null +++ b/ircbot/Documentation/Doxygen/html/tabs.css @@ -0,0 +1,59 @@ +.tabs, .tabs2, .tabs3 { + background-image: url('tab_b.png'); + width: 100%; + z-index: 101; + font-size: 13px; +} + +.tabs2 { + font-size: 10px; +} +.tabs3 { + font-size: 9px; +} + +.tablist { + margin: 0; + padding: 0; + display: table; +} + +.tablist li { + float: left; + display: table-cell; + background-image: url('tab_b.png'); + line-height: 36px; + list-style: none; +} + +.tablist a { + display: block; + padding: 0 20px; + font-weight: bold; + background-image:url('tab_s.png'); + background-repeat:no-repeat; + background-position:right; + color: #283A5D; + text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); + text-decoration: none; + outline: none; +} + +.tabs3 .tablist a { + padding: 0 10px; +} + +.tablist a:hover { + background-image: url('tab_h.png'); + background-repeat:repeat-x; + color: #fff; + text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0); + text-decoration: none; +} + +.tablist li.current a { + background-image: url('tab_a.png'); + background-repeat:repeat-x; + color: #fff; + text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0); +} diff --git a/ircbot/Doxyfile b/ircbot/Doxyfile new file mode 100644 index 0000000..db660a3 --- /dev/null +++ b/ircbot/Doxyfile @@ -0,0 +1,1630 @@ +# Doxyfile 1.7.1 + +# This file describes the settings to be used by the documentation system +# doxygen (www.doxygen.org) for a project +# +# All text after a hash (#) is considered a comment and will be ignored +# The format is: +# TAG = value [value, ...] +# For lists items can also be appended using: +# TAG += value [value, ...] +# Values that contain spaces should be placed between quotes (" ") + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- + +# This tag specifies the encoding used for all characters in the config file +# that follow. The default is UTF-8 which is also the encoding used for all +# text before the first occurrence of this tag. Doxygen uses libiconv (or the +# iconv built into libc) for the transcoding. See +# http://www.gnu.org/software/libiconv for the list of possible encodings. + +DOXYFILE_ENCODING = UTF-8 + +# The PROJECT_NAME tag is a single word (or a sequence of words surrounded +# by quotes) that should identify the project. + +PROJECT_NAME = ircbot + +# The PROJECT_NUMBER tag can be used to enter a project or revision number. +# This could be handy for archiving the generated documentation or +# if some version control system is used. + +PROJECT_NUMBER = + +# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) +# base path where the generated documentation will be put. +# If a relative path is entered, it will be relative to the location +# where doxygen was started. If left blank the current directory will be used. + +OUTPUT_DIRECTORY = Documentation/Doxygen/ + +# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create +# 4096 sub-directories (in 2 levels) under the output directory of each output +# format and will distribute the generated files over these directories. +# Enabling this option can be useful when feeding doxygen a huge amount of +# source files, where putting all generated files in the same directory would +# otherwise cause performance problems for the file system. + +CREATE_SUBDIRS = YES + +# The OUTPUT_LANGUAGE tag is used to specify the language in which all +# documentation generated by doxygen is written. Doxygen will use this +# information to generate all constant output in the proper language. +# The default language is English, other supported languages are: +# Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional, +# Croatian, Czech, Danish, Dutch, Esperanto, Farsi, Finnish, French, German, +# Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English +# messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian, +# Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrilic, Slovak, +# Slovene, Spanish, Swedish, Ukrainian, and Vietnamese. + +OUTPUT_LANGUAGE = German + +# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will +# include brief member descriptions after the members that are listed in +# the file and class documentation (similar to JavaDoc). +# Set to NO to disable this. + +BRIEF_MEMBER_DESC = YES + +# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend +# the brief description of a member or function before the detailed description. +# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the +# brief descriptions will be completely suppressed. + +REPEAT_BRIEF = YES + +# This tag implements a quasi-intelligent brief description abbreviator +# that is used to form the text in various listings. Each string +# in this list, if found as the leading text of the brief description, will be +# stripped from the text and the result after processing the whole list, is +# used as the annotated text. Otherwise, the brief description is used as-is. +# If left blank, the following values are used ("$name" is automatically +# replaced with the name of the entity): "The $name class" "The $name widget" +# "The $name file" "is" "provides" "specifies" "contains" +# "represents" "a" "an" "the" + +ABBREVIATE_BRIEF = + +# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then +# Doxygen will generate a detailed section even if there is only a brief +# description. + +ALWAYS_DETAILED_SEC = YES + +# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all +# inherited members of a class in the documentation of that class as if those +# members were ordinary class members. Constructors, destructors and assignment +# operators of the base classes will not be shown. + +INLINE_INHERITED_MEMB = YES + +# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full +# path before files name in the file list and in the header files. If set +# to NO the shortest path that makes the file name unique will be used. + +FULL_PATH_NAMES = YES + +# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag +# can be used to strip a user-defined part of the path. Stripping is +# only done if one of the specified strings matches the left-hand part of +# the path. The tag can be used to show relative paths in the file list. +# If left blank the directory from which doxygen is run is used as the +# path to strip. + +STRIP_FROM_PATH = + +# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of +# the path mentioned in the documentation of a class, which tells +# the reader which header file to include in order to use a class. +# If left blank only the name of the header file containing the class +# definition is used. Otherwise one should specify the include paths that +# are normally passed to the compiler using the -I flag. + +STRIP_FROM_INC_PATH = + +# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter +# (but less readable) file names. This can be useful is your file systems +# doesn't support long names like on DOS, Mac, or CD-ROM. + +SHORT_NAMES = NO + +# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen +# will interpret the first line (until the first dot) of a JavaDoc-style +# comment as the brief description. If set to NO, the JavaDoc +# comments will behave just like regular Qt-style comments +# (thus requiring an explicit @brief command for a brief description.) + +JAVADOC_AUTOBRIEF = YES + +# If the QT_AUTOBRIEF tag is set to YES then Doxygen will +# interpret the first line (until the first dot) of a Qt-style +# comment as the brief description. If set to NO, the comments +# will behave just like regular Qt-style comments (thus requiring +# an explicit \brief command for a brief description.) + +QT_AUTOBRIEF = NO + +# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen +# treat a multi-line C++ special comment block (i.e. a block of //! or /// +# comments) as a brief description. This used to be the default behaviour. +# The new default is to treat a multi-line C++ comment block as a detailed +# description. Set this tag to YES if you prefer the old behaviour instead. + +MULTILINE_CPP_IS_BRIEF = NO + +# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented +# member inherits the documentation from any documented member that it +# re-implements. + +INHERIT_DOCS = YES + +# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce +# a new page for each member. If set to NO, the documentation of a member will +# be part of the file/class/namespace that contains it. + +SEPARATE_MEMBER_PAGES = NO + +# The TAB_SIZE tag can be used to set the number of spaces in a tab. +# Doxygen uses this value to replace tabs by spaces in code fragments. + +TAB_SIZE = 8 + +# This tag can be used to specify a number of aliases that acts +# as commands in the documentation. An alias has the form "name=value". +# For example adding "sideeffect=\par Side Effects:\n" will allow you to +# put the command \sideeffect (or @sideeffect) in the documentation, which +# will result in a user-defined paragraph with heading "Side Effects:". +# You can put \n's in the value part of an alias to insert newlines. + +ALIASES = + +# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C +# sources only. Doxygen will then generate output that is more tailored for C. +# For instance, some of the names that are used will be different. The list +# of all members will be omitted, etc. + +OPTIMIZE_OUTPUT_FOR_C = NO + +# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java +# sources only. Doxygen will then generate output that is more tailored for +# Java. For instance, namespaces will be presented as packages, qualified +# scopes will look different, etc. + +OPTIMIZE_OUTPUT_JAVA = YES + +# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran +# sources only. Doxygen will then generate output that is more tailored for +# Fortran. + +OPTIMIZE_FOR_FORTRAN = NO + +# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL +# sources. Doxygen will then generate output that is tailored for +# VHDL. + +OPTIMIZE_OUTPUT_VHDL = NO + +# Doxygen selects the parser to use depending on the extension of the files it +# parses. With this tag you can assign which parser to use for a given extension. +# Doxygen has a built-in mapping, but you can override or extend it using this +# tag. The format is ext=language, where ext is a file extension, and language +# is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C, +# C++, D, PHP, Objective-C, Python, Fortran, VHDL, C, C++. For instance to make +# doxygen treat .inc files as Fortran files (default is PHP), and .f files as C +# (default is Fortran), use: inc=Fortran f=C. Note that for custom extensions +# you also need to set FILE_PATTERNS otherwise the files are not read by doxygen. + +EXTENSION_MAPPING = + +# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want +# to include (a tag file for) the STL sources as input, then you should +# set this tag to YES in order to let doxygen match functions declarations and +# definitions whose arguments contain STL classes (e.g. func(std::string); v.s. +# func(std::string) {}). This also make the inheritance and collaboration +# diagrams that involve STL classes more complete and accurate. + +BUILTIN_STL_SUPPORT = NO + +# If you use Microsoft's C++/CLI language, you should set this option to YES to +# enable parsing support. + +CPP_CLI_SUPPORT = NO + +# Set the SIP_SUPPORT tag to YES if your project consists of sip sources only. +# Doxygen will parse them like normal C++ but will assume all classes use public +# instead of private inheritance when no explicit protection keyword is present. + +SIP_SUPPORT = NO + +# For Microsoft's IDL there are propget and propput attributes to indicate getter +# and setter methods for a property. Setting this option to YES (the default) +# will make doxygen to replace the get and set methods by a property in the +# documentation. This will only work if the methods are indeed getting or +# setting a simple type. If this is not the case, or you want to show the +# methods anyway, you should set this option to NO. + +IDL_PROPERTY_SUPPORT = YES + +# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC +# tag is set to YES, then doxygen will reuse the documentation of the first +# member in the group (if any) for the other members of the group. By default +# all members of a group must be documented explicitly. + +DISTRIBUTE_GROUP_DOC = NO + +# Set the SUBGROUPING tag to YES (the default) to allow class member groups of +# the same type (for instance a group of public functions) to be put as a +# subgroup of that type (e.g. under the Public Functions section). Set it to +# NO to prevent subgrouping. Alternatively, this can be done per class using +# the \nosubgrouping command. + +SUBGROUPING = YES + +# When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum +# is documented as struct, union, or enum with the name of the typedef. So +# typedef struct TypeS {} TypeT, will appear in the documentation as a struct +# with name TypeT. When disabled the typedef will appear as a member of a file, +# namespace, or class. And the struct will be named TypeS. This can typically +# be useful for C code in case the coding convention dictates that all compound +# types are typedef'ed and only the typedef is referenced, never the tag name. + +TYPEDEF_HIDES_STRUCT = NO + +# The SYMBOL_CACHE_SIZE determines the size of the internal cache use to +# determine which symbols to keep in memory and which to flush to disk. +# When the cache is full, less often used symbols will be written to disk. +# For small to medium size projects (<1000 input files) the default value is +# probably good enough. For larger projects a too small cache size can cause +# doxygen to be busy swapping symbols to and from disk most of the time +# causing a significant performance penality. +# If the system has enough physical memory increasing the cache will improve the +# performance by keeping more symbols in memory. Note that the value works on +# a logarithmic scale so increasing the size by one will rougly double the +# memory usage. The cache size is given by this formula: +# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0, +# corresponding to a cache size of 2^16 = 65536 symbols + +SYMBOL_CACHE_SIZE = 0 + +#--------------------------------------------------------------------------- +# Build related configuration options +#--------------------------------------------------------------------------- + +# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in +# documentation are documented, even if no documentation was available. +# Private class members and static file members will be hidden unless +# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES + +EXTRACT_ALL = NO + +# If the EXTRACT_PRIVATE tag is set to YES all private members of a class +# will be included in the documentation. + +EXTRACT_PRIVATE = NO + +# If the EXTRACT_STATIC tag is set to YES all static members of a file +# will be included in the documentation. + +EXTRACT_STATIC = NO + +# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) +# defined locally in source files will be included in the documentation. +# If set to NO only classes defined in header files are included. + +EXTRACT_LOCAL_CLASSES = YES + +# This flag is only useful for Objective-C code. When set to YES local +# methods, which are defined in the implementation section but not in +# the interface are included in the documentation. +# If set to NO (the default) only methods in the interface are included. + +EXTRACT_LOCAL_METHODS = NO + +# If this flag is set to YES, the members of anonymous namespaces will be +# extracted and appear in the documentation as a namespace called +# 'anonymous_namespace{file}', where file will be replaced with the base +# name of the file that contains the anonymous namespace. By default +# anonymous namespace are hidden. + +EXTRACT_ANON_NSPACES = NO + +# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all +# undocumented members of documented classes, files or namespaces. +# If set to NO (the default) these members will be included in the +# various overviews, but no documentation section is generated. +# This option has no effect if EXTRACT_ALL is enabled. + +HIDE_UNDOC_MEMBERS = NO + +# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all +# undocumented classes that are normally visible in the class hierarchy. +# If set to NO (the default) these classes will be included in the various +# overviews. This option has no effect if EXTRACT_ALL is enabled. + +HIDE_UNDOC_CLASSES = NO + +# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all +# friend (class|struct|union) declarations. +# If set to NO (the default) these declarations will be included in the +# documentation. + +HIDE_FRIEND_COMPOUNDS = NO + +# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any +# documentation blocks found inside the body of a function. +# If set to NO (the default) these blocks will be appended to the +# function's detailed documentation block. + +HIDE_IN_BODY_DOCS = NO + +# The INTERNAL_DOCS tag determines if documentation +# that is typed after a \internal command is included. If the tag is set +# to NO (the default) then the documentation will be excluded. +# Set it to YES to include the internal documentation. + +INTERNAL_DOCS = NO + +# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate +# file names in lower-case letters. If set to YES upper-case letters are also +# allowed. This is useful if you have classes or files whose names only differ +# in case and if your file system supports case sensitive file names. Windows +# and Mac users are advised to set this option to NO. + +CASE_SENSE_NAMES = YES + +# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen +# will show members with their full class and namespace scopes in the +# documentation. If set to YES the scope will be hidden. + +HIDE_SCOPE_NAMES = NO + +# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen +# will put a list of the files that are included by a file in the documentation +# of that file. + +SHOW_INCLUDE_FILES = YES + +# If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen +# will list include files with double quotes in the documentation +# rather than with sharp brackets. + +FORCE_LOCAL_INCLUDES = NO + +# If the INLINE_INFO tag is set to YES (the default) then a tag [inline] +# is inserted in the documentation for inline members. + +INLINE_INFO = YES + +# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen +# will sort the (detailed) documentation of file and class members +# alphabetically by member name. If set to NO the members will appear in +# declaration order. + +SORT_MEMBER_DOCS = YES + +# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the +# brief documentation of file, namespace and class members alphabetically +# by member name. If set to NO (the default) the members will appear in +# declaration order. + +SORT_BRIEF_DOCS = NO + +# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen +# will sort the (brief and detailed) documentation of class members so that +# constructors and destructors are listed first. If set to NO (the default) +# the constructors will appear in the respective orders defined by +# SORT_MEMBER_DOCS and SORT_BRIEF_DOCS. +# This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO +# and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO. + +SORT_MEMBERS_CTORS_1ST = NO + +# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the +# hierarchy of group names into alphabetical order. If set to NO (the default) +# the group names will appear in their defined order. + +SORT_GROUP_NAMES = NO + +# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be +# sorted by fully-qualified names, including namespaces. If set to +# NO (the default), the class list will be sorted only by class name, +# not including the namespace part. +# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. +# Note: This option applies only to the class list, not to the +# alphabetical list. + +SORT_BY_SCOPE_NAME = NO + +# The GENERATE_TODOLIST tag can be used to enable (YES) or +# disable (NO) the todo list. This list is created by putting \todo +# commands in the documentation. + +GENERATE_TODOLIST = YES + +# The GENERATE_TESTLIST tag can be used to enable (YES) or +# disable (NO) the test list. This list is created by putting \test +# commands in the documentation. + +GENERATE_TESTLIST = YES + +# The GENERATE_BUGLIST tag can be used to enable (YES) or +# disable (NO) the bug list. This list is created by putting \bug +# commands in the documentation. + +GENERATE_BUGLIST = YES + +# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or +# disable (NO) the deprecated list. This list is created by putting +# \deprecated commands in the documentation. + +GENERATE_DEPRECATEDLIST= YES + +# The ENABLED_SECTIONS tag can be used to enable conditional +# documentation sections, marked by \if sectionname ... \endif. + +ENABLED_SECTIONS = + +# The MAX_INITIALIZER_LINES tag determines the maximum number of lines +# the initial value of a variable or define consists of for it to appear in +# the documentation. If the initializer consists of more lines than specified +# here it will be hidden. Use a value of 0 to hide initializers completely. +# The appearance of the initializer of individual variables and defines in the +# documentation can be controlled using \showinitializer or \hideinitializer +# command in the documentation regardless of this setting. + +MAX_INITIALIZER_LINES = 30 + +# Set the SHOW_USED_FILES tag to NO to disable the list of files generated +# at the bottom of the documentation of classes and structs. If set to YES the +# list will mention the files that were used to generate the documentation. + +SHOW_USED_FILES = YES + +# If the sources in your project are distributed over multiple directories +# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy +# in the documentation. The default is NO. + +SHOW_DIRECTORIES = NO + +# Set the SHOW_FILES tag to NO to disable the generation of the Files page. +# This will remove the Files entry from the Quick Index and from the +# Folder Tree View (if specified). The default is YES. + +SHOW_FILES = YES + +# Set the SHOW_NAMESPACES tag to NO to disable the generation of the +# Namespaces page. +# This will remove the Namespaces entry from the Quick Index +# and from the Folder Tree View (if specified). The default is YES. + +SHOW_NAMESPACES = YES + +# The FILE_VERSION_FILTER tag can be used to specify a program or script that +# doxygen should invoke to get the current version for each file (typically from +# the version control system). Doxygen will invoke the program by executing (via +# popen()) the command , where is the value of +# the FILE_VERSION_FILTER tag, and is the name of an input file +# provided by doxygen. Whatever the program writes to standard output +# is used as the file version. See the manual for examples. + +FILE_VERSION_FILTER = + +# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed +# by doxygen. The layout file controls the global structure of the generated +# output files in an output format independent way. The create the layout file +# that represents doxygen's defaults, run doxygen with the -l option. +# You can optionally specify a file name after the option, if omitted +# DoxygenLayout.xml will be used as the name of the layout file. + +LAYOUT_FILE = + +#--------------------------------------------------------------------------- +# configuration options related to warning and progress messages +#--------------------------------------------------------------------------- + +# The QUIET tag can be used to turn on/off the messages that are generated +# by doxygen. Possible values are YES and NO. If left blank NO is used. + +QUIET = NO + +# The WARNINGS tag can be used to turn on/off the warning messages that are +# generated by doxygen. Possible values are YES and NO. If left blank +# NO is used. + +WARNINGS = YES + +# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings +# for undocumented members. If EXTRACT_ALL is set to YES then this flag will +# automatically be disabled. + +WARN_IF_UNDOCUMENTED = YES + +# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for +# potential errors in the documentation, such as not documenting some +# parameters in a documented function, or documenting parameters that +# don't exist or using markup commands wrongly. + +WARN_IF_DOC_ERROR = YES + +# This WARN_NO_PARAMDOC option can be abled to get warnings for +# functions that are documented, but have no documentation for their parameters +# or return value. If set to NO (the default) doxygen will only warn about +# wrong or incomplete parameter documentation, but not about the absence of +# documentation. + +WARN_NO_PARAMDOC = NO + +# The WARN_FORMAT tag determines the format of the warning messages that +# doxygen can produce. The string should contain the $file, $line, and $text +# tags, which will be replaced by the file and line number from which the +# warning originated and the warning text. Optionally the format may contain +# $version, which will be replaced by the version of the file (if it could +# be obtained via FILE_VERSION_FILTER) + +WARN_FORMAT = "$file:$line: $text" + +# The WARN_LOGFILE tag can be used to specify a file to which warning +# and error messages should be written. If left blank the output is written +# to stderr. + +WARN_LOGFILE = + +#--------------------------------------------------------------------------- +# configuration options related to the input files +#--------------------------------------------------------------------------- + +# The INPUT tag can be used to specify the files and/or directories that contain +# documented source files. You may enter file names like "myfile.cpp" or +# directories like "/usr/src/myproject". Separate the files or directories +# with spaces. + +INPUT = + +# This tag can be used to specify the character encoding of the source files +# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is +# also the default input encoding. Doxygen uses libiconv (or the iconv built +# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for +# the list of possible encodings. + +INPUT_ENCODING = UTF-8 + +# If the value of the INPUT tag contains directories, you can use the +# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp +# and *.h) to filter out the source-files in the directories. If left +# blank the following patterns are tested: +# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx +# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 + +FILE_PATTERNS = + +# The RECURSIVE tag can be used to turn specify whether or not subdirectories +# should be searched for input files as well. Possible values are YES and NO. +# If left blank NO is used. + +RECURSIVE = YES + +# The EXCLUDE tag can be used to specify files and/or directories that should +# excluded from the INPUT source files. This way you can easily exclude a +# subdirectory from a directory tree whose root is specified with the INPUT tag. + +EXCLUDE = + +# The EXCLUDE_SYMLINKS tag can be used select whether or not files or +# directories that are symbolic links (a Unix filesystem feature) are excluded +# from the input. + +EXCLUDE_SYMLINKS = NO + +# If the value of the INPUT tag contains directories, you can use the +# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude +# certain files from those directories. Note that the wildcards are matched +# against the file with absolute path, so to exclude all test directories +# for example use the pattern */test/* + +EXCLUDE_PATTERNS = */Testcode/* + +# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names +# (namespaces, classes, functions, etc.) that should be excluded from the +# output. The symbol name can be a fully qualified name, a word, or if the +# wildcard * is used, a substring. Examples: ANamespace, AClass, +# AClass::ANamespace, ANamespace::*Test + +EXCLUDE_SYMBOLS = + +# The EXAMPLE_PATH tag can be used to specify one or more files or +# directories that contain example code fragments that are included (see +# the \include command). + +EXAMPLE_PATH = + +# If the value of the EXAMPLE_PATH tag contains directories, you can use the +# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp +# and *.h) to filter out the source-files in the directories. If left +# blank all files are included. + +EXAMPLE_PATTERNS = + +# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be +# searched for input files to be used with the \include or \dontinclude +# commands irrespective of the value of the RECURSIVE tag. +# Possible values are YES and NO. If left blank NO is used. + +EXAMPLE_RECURSIVE = NO + +# The IMAGE_PATH tag can be used to specify one or more files or +# directories that contain image that are included in the documentation (see +# the \image command). + +IMAGE_PATH = + +# The INPUT_FILTER tag can be used to specify a program that doxygen should +# invoke to filter for each input file. Doxygen will invoke the filter program +# by executing (via popen()) the command , where +# is the value of the INPUT_FILTER tag, and is the name of an +# input file. Doxygen will then use the output that the filter program writes +# to standard output. +# If FILTER_PATTERNS is specified, this tag will be +# ignored. + +INPUT_FILTER = + +# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern +# basis. +# Doxygen will compare the file name with each pattern and apply the +# filter if there is a match. +# The filters are a list of the form: +# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further +# info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER +# is applied to all files. + +FILTER_PATTERNS = + +# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using +# INPUT_FILTER) will be used to filter the input files when producing source +# files to browse (i.e. when SOURCE_BROWSER is set to YES). + +FILTER_SOURCE_FILES = NO + +#--------------------------------------------------------------------------- +# configuration options related to source browsing +#--------------------------------------------------------------------------- + +# If the SOURCE_BROWSER tag is set to YES then a list of source files will +# be generated. Documented entities will be cross-referenced with these sources. +# Note: To get rid of all source code in the generated output, make sure also +# VERBATIM_HEADERS is set to NO. + +SOURCE_BROWSER = YES + +# Setting the INLINE_SOURCES tag to YES will include the body +# of functions and classes directly in the documentation. + +INLINE_SOURCES = NO + +# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct +# doxygen to hide any special comment blocks from generated source code +# fragments. Normal C and C++ comments will always remain visible. + +STRIP_CODE_COMMENTS = NO + +# If the REFERENCED_BY_RELATION tag is set to YES +# then for each documented function all documented +# functions referencing it will be listed. + +REFERENCED_BY_RELATION = YES + +# If the REFERENCES_RELATION tag is set to YES +# then for each documented function all documented entities +# called/used by that function will be listed. + +REFERENCES_RELATION = YES + +# If the REFERENCES_LINK_SOURCE tag is set to YES (the default) +# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from +# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will +# link to the source code. +# Otherwise they will link to the documentation. + +REFERENCES_LINK_SOURCE = YES + +# If the USE_HTAGS tag is set to YES then the references to source code +# will point to the HTML generated by the htags(1) tool instead of doxygen +# built-in source browser. The htags tool is part of GNU's global source +# tagging system (see http://www.gnu.org/software/global/global.html). You +# will need version 4.8.6 or higher. + +USE_HTAGS = NO + +# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen +# will generate a verbatim copy of the header file for each class for +# which an include is specified. Set to NO to disable this. + +VERBATIM_HEADERS = YES + +#--------------------------------------------------------------------------- +# configuration options related to the alphabetical class index +#--------------------------------------------------------------------------- + +# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index +# of all compounds will be generated. Enable this if the project +# contains a lot of classes, structs, unions or interfaces. + +ALPHABETICAL_INDEX = YES + +# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then +# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns +# in which this list will be split (can be a number in the range [1..20]) + +COLS_IN_ALPHA_INDEX = 5 + +# In case all classes in a project start with a common prefix, all +# classes will be put under the same header in the alphabetical index. +# The IGNORE_PREFIX tag can be used to specify one or more prefixes that +# should be ignored while generating the index headers. + +IGNORE_PREFIX = + +#--------------------------------------------------------------------------- +# configuration options related to the HTML output +#--------------------------------------------------------------------------- + +# If the GENERATE_HTML tag is set to YES (the default) Doxygen will +# generate HTML output. + +GENERATE_HTML = YES + +# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# put in front of it. If left blank `html' will be used as the default path. + +HTML_OUTPUT = html + +# The HTML_FILE_EXTENSION tag can be used to specify the file extension for +# each generated HTML page (for example: .htm,.php,.asp). If it is left blank +# doxygen will generate files with .html extension. + +HTML_FILE_EXTENSION = .html + +# The HTML_HEADER tag can be used to specify a personal HTML header for +# each generated HTML page. If it is left blank doxygen will generate a +# standard header. + +HTML_HEADER = + +# The HTML_FOOTER tag can be used to specify a personal HTML footer for +# each generated HTML page. If it is left blank doxygen will generate a +# standard footer. + +HTML_FOOTER = + +# The HTML_STYLESHEET tag can be used to specify a user-defined cascading +# style sheet that is used by each HTML page. It can be used to +# fine-tune the look of the HTML output. If the tag is left blank doxygen +# will generate a default style sheet. Note that doxygen will try to copy +# the style sheet file to the HTML output directory, so don't put your own +# stylesheet in the HTML output directory as well, or it will be erased! + +HTML_STYLESHEET = + +# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. +# Doxygen will adjust the colors in the stylesheet and background images +# according to this color. Hue is specified as an angle on a colorwheel, +# see http://en.wikipedia.org/wiki/Hue for more information. +# For instance the value 0 represents red, 60 is yellow, 120 is green, +# 180 is cyan, 240 is blue, 300 purple, and 360 is red again. +# The allowed range is 0 to 359. + +HTML_COLORSTYLE_HUE = 220 + +# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of +# the colors in the HTML output. For a value of 0 the output will use +# grayscales only. A value of 255 will produce the most vivid colors. + +HTML_COLORSTYLE_SAT = 100 + +# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to +# the luminance component of the colors in the HTML output. Values below +# 100 gradually make the output lighter, whereas values above 100 make +# the output darker. The value divided by 100 is the actual gamma applied, +# so 80 represents a gamma of 0.8, The value 220 represents a gamma of 2.2, +# and 100 does not change the gamma. + +HTML_COLORSTYLE_GAMMA = 80 + +# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML +# page will contain the date and time when the page was generated. Setting +# this to NO can help when comparing the output of multiple runs. + +HTML_TIMESTAMP = YES + +# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, +# files or namespaces will be aligned in HTML using tables. If set to +# NO a bullet list will be used. + +HTML_ALIGN_MEMBERS = YES + +# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML +# documentation will contain sections that can be hidden and shown after the +# page has loaded. For this to work a browser that supports +# JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox +# Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari). + +HTML_DYNAMIC_SECTIONS = NO + +# If the GENERATE_DOCSET tag is set to YES, additional index files +# will be generated that can be used as input for Apple's Xcode 3 +# integrated development environment, introduced with OSX 10.5 (Leopard). +# To create a documentation set, doxygen will generate a Makefile in the +# HTML output directory. Running make will produce the docset in that +# directory and running "make install" will install the docset in +# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find +# it at startup. +# See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html +# for more information. + +GENERATE_DOCSET = NO + +# When GENERATE_DOCSET tag is set to YES, this tag determines the name of the +# feed. A documentation feed provides an umbrella under which multiple +# documentation sets from a single provider (such as a company or product suite) +# can be grouped. + +DOCSET_FEEDNAME = "Doxygen generated docs" + +# When GENERATE_DOCSET tag is set to YES, this tag specifies a string that +# should uniquely identify the documentation set bundle. This should be a +# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen +# will append .docset to the name. + +DOCSET_BUNDLE_ID = org.doxygen.Project + +# When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely identify +# the documentation publisher. This should be a reverse domain-name style +# string, e.g. com.mycompany.MyDocSet.documentation. + +DOCSET_PUBLISHER_ID = org.doxygen.Publisher + +# The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher. + +DOCSET_PUBLISHER_NAME = Publisher + +# If the GENERATE_HTMLHELP tag is set to YES, additional index files +# will be generated that can be used as input for tools like the +# Microsoft HTML help workshop to generate a compiled HTML help file (.chm) +# of the generated HTML documentation. + +GENERATE_HTMLHELP = NO + +# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can +# be used to specify the file name of the resulting .chm file. You +# can add a path in front of the file if the result should not be +# written to the html output directory. + +CHM_FILE = + +# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can +# be used to specify the location (absolute path including file name) of +# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run +# the HTML help compiler on the generated index.hhp. + +HHC_LOCATION = + +# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag +# controls if a separate .chi index file is generated (YES) or that +# it should be included in the master .chm file (NO). + +GENERATE_CHI = NO + +# If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING +# is used to encode HtmlHelp index (hhk), content (hhc) and project file +# content. + +CHM_INDEX_ENCODING = + +# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag +# controls whether a binary table of contents is generated (YES) or a +# normal table of contents (NO) in the .chm file. + +BINARY_TOC = NO + +# The TOC_EXPAND flag can be set to YES to add extra items for group members +# to the contents of the HTML help documentation and to the tree view. + +TOC_EXPAND = NO + +# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and +# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated +# that can be used as input for Qt's qhelpgenerator to generate a +# Qt Compressed Help (.qch) of the generated HTML documentation. + +GENERATE_QHP = NO + +# If the QHG_LOCATION tag is specified, the QCH_FILE tag can +# be used to specify the file name of the resulting .qch file. +# The path specified is relative to the HTML output folder. + +QCH_FILE = + +# The QHP_NAMESPACE tag specifies the namespace to use when generating +# Qt Help Project output. For more information please see +# http://doc.trolltech.com/qthelpproject.html#namespace + +QHP_NAMESPACE = org.doxygen.Project + +# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating +# Qt Help Project output. For more information please see +# http://doc.trolltech.com/qthelpproject.html#virtual-folders + +QHP_VIRTUAL_FOLDER = doc + +# If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to +# add. For more information please see +# http://doc.trolltech.com/qthelpproject.html#custom-filters + +QHP_CUST_FILTER_NAME = + +# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the +# custom filter to add. For more information please see +# +# Qt Help Project / Custom Filters. + +QHP_CUST_FILTER_ATTRS = + +# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this +# project's +# filter section matches. +# +# Qt Help Project / Filter Attributes. + +QHP_SECT_FILTER_ATTRS = + +# If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can +# be used to specify the location of Qt's qhelpgenerator. +# If non-empty doxygen will try to run qhelpgenerator on the generated +# .qhp file. + +QHG_LOCATION = + +# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files +# will be generated, which together with the HTML files, form an Eclipse help +# plugin. To install this plugin and make it available under the help contents +# menu in Eclipse, the contents of the directory containing the HTML and XML +# files needs to be copied into the plugins directory of eclipse. The name of +# the directory within the plugins directory should be the same as +# the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before +# the help appears. + +GENERATE_ECLIPSEHELP = NO + +# A unique identifier for the eclipse help plugin. When installing the plugin +# the directory name containing the HTML and XML files should also have +# this name. + +ECLIPSE_DOC_ID = org.doxygen.Project + +# The DISABLE_INDEX tag can be used to turn on/off the condensed index at +# top of each HTML page. The value NO (the default) enables the index and +# the value YES disables it. + +DISABLE_INDEX = NO + +# This tag can be used to set the number of enum values (range [1..20]) +# that doxygen will group on one line in the generated HTML documentation. + +ENUM_VALUES_PER_LINE = 4 + +# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index +# structure should be generated to display hierarchical information. +# If the tag value is set to YES, a side panel will be generated +# containing a tree-like index structure (just like the one that +# is generated for HTML Help). For this to work a browser that supports +# JavaScript, DHTML, CSS and frames is required (i.e. any modern browser). +# Windows users are probably better off using the HTML help feature. + +GENERATE_TREEVIEW = NO + +# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories, +# and Class Hierarchy pages using a tree view instead of an ordered list. + +USE_INLINE_TREES = NO + +# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be +# used to set the initial width (in pixels) of the frame in which the tree +# is shown. + +TREEVIEW_WIDTH = 250 + +# When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open +# links to external symbols imported via tag files in a separate window. + +EXT_LINKS_IN_WINDOW = NO + +# Use this tag to change the font size of Latex formulas included +# as images in the HTML documentation. The default is 10. Note that +# when you change the font size after a successful doxygen run you need +# to manually remove any form_*.png images from the HTML output directory +# to force them to be regenerated. + +FORMULA_FONTSIZE = 10 + +# Use the FORMULA_TRANPARENT tag to determine whether or not the images +# generated for formulas are transparent PNGs. Transparent PNGs are +# not supported properly for IE 6.0, but are supported on all modern browsers. +# Note that when changing this option you need to delete any form_*.png files +# in the HTML output before the changes have effect. + +FORMULA_TRANSPARENT = YES + +# When the SEARCHENGINE tag is enabled doxygen will generate a search box +# for the HTML output. The underlying search engine uses javascript +# and DHTML and should work on any modern browser. Note that when using +# HTML help (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets +# (GENERATE_DOCSET) there is already a search function so this one should +# typically be disabled. For large projects the javascript based search engine +# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution. + +SEARCHENGINE = YES + +# When the SERVER_BASED_SEARCH tag is enabled the search engine will be +# implemented using a PHP enabled web server instead of at the web client +# using Javascript. Doxygen will generate the search PHP script and index +# file to put on the web server. The advantage of the server +# based approach is that it scales better to large projects and allows +# full text search. The disadvances is that it is more difficult to setup +# and does not have live searching capabilities. + +SERVER_BASED_SEARCH = NO + +#--------------------------------------------------------------------------- +# configuration options related to the LaTeX output +#--------------------------------------------------------------------------- + +# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will +# generate Latex output. + +GENERATE_LATEX = NO + +# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# put in front of it. If left blank `latex' will be used as the default path. + +LATEX_OUTPUT = latex + +# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be +# invoked. If left blank `latex' will be used as the default command name. +# Note that when enabling USE_PDFLATEX this option is only used for +# generating bitmaps for formulas in the HTML output, but not in the +# Makefile that is written to the output directory. + +LATEX_CMD_NAME = latex + +# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to +# generate index for LaTeX. If left blank `makeindex' will be used as the +# default command name. + +MAKEINDEX_CMD_NAME = makeindex + +# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact +# LaTeX documents. This may be useful for small projects and may help to +# save some trees in general. + +COMPACT_LATEX = NO + +# The PAPER_TYPE tag can be used to set the paper type that is used +# by the printer. Possible values are: a4, a4wide, letter, legal and +# executive. If left blank a4wide will be used. + +PAPER_TYPE = a4wide + +# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX +# packages that should be included in the LaTeX output. + +EXTRA_PACKAGES = + +# The LATEX_HEADER tag can be used to specify a personal LaTeX header for +# the generated latex document. The header should contain everything until +# the first chapter. If it is left blank doxygen will generate a +# standard header. Notice: only use this tag if you know what you are doing! + +LATEX_HEADER = + +# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated +# is prepared for conversion to pdf (using ps2pdf). The pdf file will +# contain links (just like the HTML output) instead of page references +# This makes the output suitable for online browsing using a pdf viewer. + +PDF_HYPERLINKS = YES + +# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of +# plain latex in the generated Makefile. Set this option to YES to get a +# higher quality PDF documentation. + +USE_PDFLATEX = YES + +# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. +# command to the generated LaTeX files. This will instruct LaTeX to keep +# running if errors occur, instead of asking the user for help. +# This option is also used when generating formulas in HTML. + +LATEX_BATCHMODE = NO + +# If LATEX_HIDE_INDICES is set to YES then doxygen will not +# include the index chapters (such as File Index, Compound Index, etc.) +# in the output. + +LATEX_HIDE_INDICES = NO + +# If LATEX_SOURCE_CODE is set to YES then doxygen will include +# source code with syntax highlighting in the LaTeX output. +# Note that which sources are shown also depends on other settings +# such as SOURCE_BROWSER. + +LATEX_SOURCE_CODE = NO + +#--------------------------------------------------------------------------- +# configuration options related to the RTF output +#--------------------------------------------------------------------------- + +# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output +# The RTF output is optimized for Word 97 and may not look very pretty with +# other RTF readers or editors. + +GENERATE_RTF = NO + +# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# put in front of it. If left blank `rtf' will be used as the default path. + +RTF_OUTPUT = rtf + +# If the COMPACT_RTF tag is set to YES Doxygen generates more compact +# RTF documents. This may be useful for small projects and may help to +# save some trees in general. + +COMPACT_RTF = NO + +# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated +# will contain hyperlink fields. The RTF file will +# contain links (just like the HTML output) instead of page references. +# This makes the output suitable for online browsing using WORD or other +# programs which support those fields. +# Note: wordpad (write) and others do not support links. + +RTF_HYPERLINKS = NO + +# Load stylesheet definitions from file. Syntax is similar to doxygen's +# config file, i.e. a series of assignments. You only have to provide +# replacements, missing definitions are set to their default value. + +RTF_STYLESHEET_FILE = + +# Set optional variables used in the generation of an rtf document. +# Syntax is similar to doxygen's config file. + +RTF_EXTENSIONS_FILE = + +#--------------------------------------------------------------------------- +# configuration options related to the man page output +#--------------------------------------------------------------------------- + +# If the GENERATE_MAN tag is set to YES (the default) Doxygen will +# generate man pages + +GENERATE_MAN = NO + +# The MAN_OUTPUT tag is used to specify where the man pages will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# put in front of it. If left blank `man' will be used as the default path. + +MAN_OUTPUT = man + +# The MAN_EXTENSION tag determines the extension that is added to +# the generated man pages (default is the subroutine's section .3) + +MAN_EXTENSION = .3 + +# If the MAN_LINKS tag is set to YES and Doxygen generates man output, +# then it will generate one additional man file for each entity +# documented in the real man page(s). These additional files +# only source the real man page, but without them the man command +# would be unable to find the correct page. The default is NO. + +MAN_LINKS = NO + +#--------------------------------------------------------------------------- +# configuration options related to the XML output +#--------------------------------------------------------------------------- + +# If the GENERATE_XML tag is set to YES Doxygen will +# generate an XML file that captures the structure of +# the code including all documentation. + +GENERATE_XML = NO + +# The XML_OUTPUT tag is used to specify where the XML pages will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# put in front of it. If left blank `xml' will be used as the default path. + +XML_OUTPUT = xml + +# The XML_SCHEMA tag can be used to specify an XML schema, +# which can be used by a validating XML parser to check the +# syntax of the XML files. + +XML_SCHEMA = + +# The XML_DTD tag can be used to specify an XML DTD, +# which can be used by a validating XML parser to check the +# syntax of the XML files. + +XML_DTD = + +# If the XML_PROGRAMLISTING tag is set to YES Doxygen will +# dump the program listings (including syntax highlighting +# and cross-referencing information) to the XML output. Note that +# enabling this will significantly increase the size of the XML output. + +XML_PROGRAMLISTING = YES + +#--------------------------------------------------------------------------- +# configuration options for the AutoGen Definitions output +#--------------------------------------------------------------------------- + +# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will +# generate an AutoGen Definitions (see autogen.sf.net) file +# that captures the structure of the code including all +# documentation. Note that this feature is still experimental +# and incomplete at the moment. + +GENERATE_AUTOGEN_DEF = NO + +#--------------------------------------------------------------------------- +# configuration options related to the Perl module output +#--------------------------------------------------------------------------- + +# If the GENERATE_PERLMOD tag is set to YES Doxygen will +# generate a Perl module file that captures the structure of +# the code including all documentation. Note that this +# feature is still experimental and incomplete at the +# moment. + +GENERATE_PERLMOD = NO + +# If the PERLMOD_LATEX tag is set to YES Doxygen will generate +# the necessary Makefile rules, Perl scripts and LaTeX code to be able +# to generate PDF and DVI output from the Perl module output. + +PERLMOD_LATEX = NO + +# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be +# nicely formatted so it can be parsed by a human reader. +# This is useful +# if you want to understand what is going on. +# On the other hand, if this +# tag is set to NO the size of the Perl module output will be much smaller +# and Perl will parse it just the same. + +PERLMOD_PRETTY = YES + +# The names of the make variables in the generated doxyrules.make file +# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. +# This is useful so different doxyrules.make files included by the same +# Makefile don't overwrite each other's variables. + +PERLMOD_MAKEVAR_PREFIX = + +#--------------------------------------------------------------------------- +# Configuration options related to the preprocessor +#--------------------------------------------------------------------------- + +# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will +# evaluate all C-preprocessor directives found in the sources and include +# files. + +ENABLE_PREPROCESSING = YES + +# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro +# names in the source code. If set to NO (the default) only conditional +# compilation will be performed. Macro expansion can be done in a controlled +# way by setting EXPAND_ONLY_PREDEF to YES. + +MACRO_EXPANSION = NO + +# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES +# then the macro expansion is limited to the macros specified with the +# PREDEFINED and EXPAND_AS_DEFINED tags. + +EXPAND_ONLY_PREDEF = NO + +# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files +# in the INCLUDE_PATH (see below) will be search if a #include is found. + +SEARCH_INCLUDES = YES + +# The INCLUDE_PATH tag can be used to specify one or more directories that +# contain include files that are not input files but should be processed by +# the preprocessor. + +INCLUDE_PATH = + +# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard +# patterns (like *.h and *.hpp) to filter out the header-files in the +# directories. If left blank, the patterns specified with FILE_PATTERNS will +# be used. + +INCLUDE_FILE_PATTERNS = + +# The PREDEFINED tag can be used to specify one or more macro names that +# are defined before the preprocessor is started (similar to the -D option of +# gcc). The argument of the tag is a list of macros of the form: name +# or name=definition (no spaces). If the definition and the = are +# omitted =1 is assumed. To prevent a macro definition from being +# undefined via #undef or recursively expanded use the := operator +# instead of the = operator. + +PREDEFINED = + +# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then +# this tag can be used to specify a list of macro names that should be expanded. +# The macro definition that is found in the sources will be used. +# Use the PREDEFINED tag if you want to use a different macro definition. + +EXPAND_AS_DEFINED = + +# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then +# doxygen's preprocessor will remove all function-like macros that are alone +# on a line, have an all uppercase name, and do not end with a semicolon. Such +# function macros are typically used for boiler-plate code, and will confuse +# the parser if not removed. + +SKIP_FUNCTION_MACROS = YES + +#--------------------------------------------------------------------------- +# Configuration::additions related to external references +#--------------------------------------------------------------------------- + +# The TAGFILES option can be used to specify one or more tagfiles. +# Optionally an initial location of the external documentation +# can be added for each tagfile. The format of a tag file without +# this location is as follows: +# +# TAGFILES = file1 file2 ... +# Adding location for the tag files is done as follows: +# +# TAGFILES = file1=loc1 "file2 = loc2" ... +# where "loc1" and "loc2" can be relative or absolute paths or +# URLs. If a location is present for each tag, the installdox tool +# does not have to be run to correct the links. +# Note that each tag file must have a unique name +# (where the name does NOT include the path) +# If a tag file is not located in the directory in which doxygen +# is run, you must also specify the path to the tagfile here. + +TAGFILES = + +# When a file name is specified after GENERATE_TAGFILE, doxygen will create +# a tag file that is based on the input files it reads. + +GENERATE_TAGFILE = + +# If the ALLEXTERNALS tag is set to YES all external classes will be listed +# in the class index. If set to NO only the inherited external classes +# will be listed. + +ALLEXTERNALS = NO + +# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed +# in the modules index. If set to NO, only the current project's groups will +# be listed. + +EXTERNAL_GROUPS = YES + +# The PERL_PATH should be the absolute path and name of the perl script +# interpreter (i.e. the result of `which perl'). + +PERL_PATH = /usr/bin/perl + +#--------------------------------------------------------------------------- +# Configuration options related to the dot tool +#--------------------------------------------------------------------------- + +# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will +# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base +# or super classes. Setting the tag to NO turns the diagrams off. Note that +# this option is superseded by the HAVE_DOT option below. This is only a +# fallback. It is recommended to install and use dot, since it yields more +# powerful graphs. + +CLASS_DIAGRAMS = YES + +# You can define message sequence charts within doxygen comments using the \msc +# command. Doxygen will then run the mscgen tool (see +# http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the +# documentation. The MSCGEN_PATH tag allows you to specify the directory where +# the mscgen tool resides. If left empty the tool is assumed to be found in the +# default search path. + +MSCGEN_PATH = + +# If set to YES, the inheritance and collaboration graphs will hide +# inheritance and usage relations if the target is undocumented +# or is not a class. + +HIDE_UNDOC_RELATIONS = NO + +# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is +# available from the path. This tool is part of Graphviz, a graph visualization +# toolkit from AT&T and Lucent Bell Labs. The other options in this section +# have no effect if this option is set to NO (the default) + +HAVE_DOT = YES + +# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is +# allowed to run in parallel. When set to 0 (the default) doxygen will +# base this on the number of processors available in the system. You can set it +# explicitly to a value larger than 0 to get control over the balance +# between CPU load and processing speed. + +DOT_NUM_THREADS = 0 + +# By default doxygen will write a font called FreeSans.ttf to the output +# directory and reference it in all dot files that doxygen generates. This +# font does not include all possible unicode characters however, so when you need +# these (or just want a differently looking font) you can specify the font name +# using DOT_FONTNAME. You need need to make sure dot is able to find the font, +# which can be done by putting it in a standard location or by setting the +# DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory +# containing the font. + +DOT_FONTNAME = FreeSans.ttf + +# The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. +# The default size is 10pt. + +DOT_FONTSIZE = 10 + +# By default doxygen will tell dot to use the output directory to look for the +# FreeSans.ttf font (which doxygen will put there itself). If you specify a +# different font using DOT_FONTNAME you can set the path where dot +# can find it using this tag. + +DOT_FONTPATH = + +# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen +# will generate a graph for each documented class showing the direct and +# indirect inheritance relations. Setting this tag to YES will force the +# the CLASS_DIAGRAMS tag to NO. + +CLASS_GRAPH = NO + +# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen +# will generate a graph for each documented class showing the direct and +# indirect implementation dependencies (inheritance, containment, and +# class references variables) of the class with other documented classes. + +COLLABORATION_GRAPH = YES + +# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen +# will generate a graph for groups, showing the direct groups dependencies + +GROUP_GRAPHS = YES + +# If the UML_LOOK tag is set to YES doxygen will generate inheritance and +# collaboration diagrams in a style similar to the OMG's Unified Modeling +# Language. + +UML_LOOK = YES + +# If set to YES, the inheritance and collaboration graphs will show the +# relations between templates and their instances. + +TEMPLATE_RELATIONS = YES + +# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT +# tags are set to YES then doxygen will generate a graph for each documented +# file showing the direct and indirect include dependencies of the file with +# other documented files. + +INCLUDE_GRAPH = YES + +# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and +# HAVE_DOT tags are set to YES then doxygen will generate a graph for each +# documented header file showing the documented files that directly or +# indirectly include this file. + +INCLUDED_BY_GRAPH = YES + +# If the CALL_GRAPH and HAVE_DOT options are set to YES then +# doxygen will generate a call dependency graph for every global function +# or class method. Note that enabling this option will significantly increase +# the time of a run. So in most cases it will be better to enable call graphs +# for selected functions only using the \callgraph command. + +CALL_GRAPH = YES + +# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then +# doxygen will generate a caller dependency graph for every global function +# or class method. Note that enabling this option will significantly increase +# the time of a run. So in most cases it will be better to enable caller +# graphs for selected functions only using the \callergraph command. + +CALLER_GRAPH = YES + +# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen +# will graphical hierarchy of all classes instead of a textual one. + +GRAPHICAL_HIERARCHY = YES + +# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES +# then doxygen will show the dependencies a directory has on other directories +# in a graphical way. The dependency relations are determined by the #include +# relations between the files in the directories. + +DIRECTORY_GRAPH = YES + +# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images +# generated by dot. Possible values are png, jpg, or gif +# If left blank png will be used. + +DOT_IMAGE_FORMAT = png + +# The tag DOT_PATH can be used to specify the path where the dot tool can be +# found. If left blank, it is assumed the dot tool can be found in the path. + +DOT_PATH = + +# The DOTFILE_DIRS tag can be used to specify one or more directories that +# contain dot files that are included in the documentation (see the +# \dotfile command). + +DOTFILE_DIRS = + +# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of +# nodes that will be shown in the graph. If the number of nodes in a graph +# becomes larger than this value, doxygen will truncate the graph, which is +# visualized by representing a node as a red box. Note that doxygen if the +# number of direct children of the root node in a graph is already larger than +# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note +# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. + +DOT_GRAPH_MAX_NODES = 50 + +# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the +# graphs generated by dot. A depth value of 3 means that only nodes reachable +# from the root by following a path via at most 3 edges will be shown. Nodes +# that lay further from the root node will be omitted. Note that setting this +# option to 1 or 2 may greatly reduce the computation time needed for large +# code bases. Also note that the size of a graph can be further restricted by +# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction. + +MAX_DOT_GRAPH_DEPTH = 0 + +# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent +# background. This is disabled by default, because dot on Windows does not +# seem to support this out of the box. Warning: Depending on the platform used, +# enabling this option may lead to badly anti-aliased labels on the edges of +# a graph (i.e. they become hard to read). + +DOT_TRANSPARENT = YES + +# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output +# files in one run (i.e. multiple -o and -T options on the command line). This +# makes dot run faster, but since only newer versions of dot (>1.8.10) +# support this, this feature is disabled by default. + +DOT_MULTI_TARGETS = YES + +# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will +# generate a legend page explaining the meaning of the various boxes and +# arrows in the dot generated graphs. + +GENERATE_LEGEND = YES + +# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will +# remove the intermediate dot files that are used to generate +# the various graphs. + +DOT_CLEANUP = YES diff --git a/ircbot/Main.php b/ircbot/Main.php new file mode 100644 index 0000000..8f3723d --- /dev/null +++ b/ircbot/Main.php @@ -0,0 +1,12 @@ + \ No newline at end of file diff --git a/ircbot/TODO b/ircbot/TODO new file mode 100644 index 0000000..e92d6a7 --- /dev/null +++ b/ircbot/TODO @@ -0,0 +1,18 @@ +################################### +# Geplant sind folgende Konzepte: # +################################### +- eval("class foobar {}") in einem funktions-kontext +- Plugins via foreach($plugins AS $plugin) { $plugin->work(); } laufen lassen +- +- Logging auf Verbindungs/Channel und Verbindung/Query-Basis für IRC. +- RAW-Logging für den Rest? + +- Settings?! + +" I'll ask Lucene about that ;-)" + + +- Logging mit Timestamp für: +- Sollte das Teil mal abkacken, so will ich zumindest über Verbindungsabbrüche, + Disconnects und Protokollseitige Quits, X-Lines und Errors einen Nachweis haben. +- Auch php-errors sollten in einem logfile landen. \ No newline at end of file diff --git a/ircbot/Testcode/Client/ClientManagerTest.php b/ircbot/Testcode/Client/ClientManagerTest.php new file mode 100644 index 0000000..44dde73 --- /dev/null +++ b/ircbot/Testcode/Client/ClientManagerTest.php @@ -0,0 +1,40 @@ +registerProtocol("irc", "Client_IrcClient"); +$clientManager->registerProtocol("jpt", "Client_BotClient"); + +$freenode = $clientManager->createTcpConnection("freenode", "irc"); +$clientManager->attachConfig(array( + "nick" => "Testinstanz", + "userident" => "uzuguck", + "channels" => array("#mstasty") +), $freenode); +$freenode->connect("irc.freenode.net", 6667); + +$freenode = $clientManager->createTcpConnection("freenode", "irc"); +$clientManager->attachConfig(array( + "nick" => "Testinstanz2", + "userident" => "uzuguck", + "channels" => array("#mstasty") +), $freenode); +$freenode->connect("irc.freenode.net", 6667); + + +/*$config_eloxoph = array( + "nick" => "Frischmilch", + "userident" => "olefolol", + "channels" => array("#eloxoph") +); + +$eloxoph = $clientManager->createTcpConnection("eloxoph", "irc"); +$clientManager->attachConfig($config_eloxoph, $eloxoph); +$eloxoph->connect("irc.eloxoph.com", 6667);*/ + +$srv = $clientManager->createTcpConnection("srv", "jpt"); +$srv->bind("localhost", 7777); +$srv->listen(); + +while($clientManager->countConnections() > 0) { + $clientManager->work(); +} +?> \ No newline at end of file diff --git a/ircbot/Testcode/Connection/IrcClientTest.php b/ircbot/Testcode/Connection/IrcClientTest.php new file mode 100644 index 0000000..9c640da --- /dev/null +++ b/ircbot/Testcode/Connection/IrcClientTest.php @@ -0,0 +1,39 @@ +createTcpConnection("raw_input"); +$srv->bind("localhost", 7777); +$srv->listen(); + +$sock = $pool->createTcpConnection("freenode"); +$sock->bind("192.168.0.101", 5456); +$sock->connect("irc.freenode.net", 6667); +$got_001 = FALSE; +$lines = 0; +$i = 0; +$authed = FALSE; +$joined = FALSE; +while(TRUE) { + $select = $pool->select(); + + while($read = $sock->read()) { + $pool->writeToGroup("raw_input", $read); + if(preg_match("/001/", $read)) $got_001 = TRUE; + $lines++; + } + + if(!$authed && $lines > 1) { + $sock->write("USER as as as :Asdfg\r\n"); + $sock->write("NICK :phptbt42\r\n"); + $authed = TRUE; + } + if($got_001 && !$joined) { + $joined = TRUE; + $sock->write("JOIN #mstasty\r\n"); + //$sock->write("PRIVMSG #mstasty :SocketTest abgeschlossen!\r\n"); + } + + echo $i++ . " ---\n"; +} + +?> \ No newline at end of file diff --git a/ircbot/Testcode/Misc/Exceptions.php b/ircbot/Testcode/Misc/Exceptions.php new file mode 100644 index 0000000..30c4f9c --- /dev/null +++ b/ircbot/Testcode/Misc/Exceptions.php @@ -0,0 +1,61 @@ +message = $message; + } + +} + +class TestFailException extends Exception { + + function __construct($msg) { + $this->message = "Error: ".$msg; + } + +} + +class Service_ExceptionTest { + + function __construct() { + + } + + public function TestTheFail() { + $this->failAtThis(); + } + + public function CatchAndThrow() { + try { + $this->failAtThis(); + } + catch (Exception $e) { + throw new TestFailException("moep:D"); + } + } + + + public function internalCatch() { + try { + $this->failAtThis(); + } + catch (Exception $e) { + var_dump($e); + } + } + + function failAtThis() { + throw new TestException("I had to do this. Please forgive me :/"); + } + +} + + +try { + $ExceptionTest = new Service_ExceptionTest; + $ExceptionTest->CatchAndThrow(); +} catch (Exception $e){ + var_dump($e); +} +?> \ No newline at end of file diff --git a/ircbot/Testcode/Misc/ReferenceTest.php b/ircbot/Testcode/Misc/ReferenceTest.php new file mode 100644 index 0000000..bcd4be4 --- /dev/null +++ b/ircbot/Testcode/Misc/ReferenceTest.php @@ -0,0 +1,79 @@ +pool = array(); + } + + /** + * Adds an Instance of Bar to the Pool. + * @param Bar $bar + * @return void + */ + public function addBar($bar) { + array_push($this->pool, $bar); + } + + /** + * Returns the internal instance of Bar for the specific ID. + * @param int $id + * @return Bar + */ + public function getBar($id) { + return $this->pool[$id]; + } + + + + /** + * Outputs the current state of the bars in the pool. + * @return void + */ + public function getTestResult() { + foreach($this->pool AS $id=>$bar) { + echo "ID: " . $id . ", Test: " . $bar->test . "\n"; + } + } +} + +/** + * Testclass #2 + * @author jpt + */ +class Bar { + /** + * @var string Teststring. + */ + public $test; + + /** + * Default constructor. Initializes test variable. + * @return void + */ + function __construct() { + $this->test = "failed"; + } +} + + +$f = new Foo(); + +$f->addBar(new Bar()); +$f->addBar(new Bar()); +$f->addBar(new Bar()); +$f->addBar(new Bar()); + +$f->getBar(1)->test = "success"; + +$f->getTestResult(); + + +?> \ No newline at end of file diff --git a/ircbot/Testcode/Misc/Reflection.php b/ircbot/Testcode/Misc/Reflection.php new file mode 100644 index 0000000..9fb1d9f --- /dev/null +++ b/ircbot/Testcode/Misc/Reflection.php @@ -0,0 +1,67 @@ +getName(); + } + + /** + * Tests the getDocComment() method + * + * @param array $ray + * @param int $zero + * @return string + * @specialtag + */ + protected function testfunctionWithCamelCase(array $ray, $zero = 0) { + return "bla"; + } +} + +//TestClassForTestsWithReflection ends here. + + //create ReflectionClass +$class = new ReflectionClass("TestClassForTestsWithReflection"); + + //print class name +echo "Information about: " . $class->name . "\n"; + + //getDocs for all methods +foreach($class->getMethods() as $key=>$method) { + var_dump($method->name, $method->getDocComment()); + echo "\n"; +} + + //getDocs for all properties +foreach($class->getProperties() as $key=>$property) { + var_dump($property->name, $property->getDocComment()); + echo "\n"; +} + +?> \ No newline at end of file diff --git a/ircbot/Testcode/WHATS_THIS b/ircbot/Testcode/WHATS_THIS new file mode 100644 index 0000000..066a917 --- /dev/null +++ b/ircbot/Testcode/WHATS_THIS @@ -0,0 +1,2 @@ +All the code in this directory is for testing only. +Just to make that clear ;-) \ No newline at end of file diff --git a/ircbot/start.sh b/ircbot/start.sh new file mode 100755 index 0000000..396eb9e --- /dev/null +++ b/ircbot/start.sh @@ -0,0 +1 @@ +clear && php Main.php \ No newline at end of file diff --git a/ircbot/update-docs.sh b/ircbot/update-docs.sh new file mode 100755 index 0000000..a761032 --- /dev/null +++ b/ircbot/update-docs.sh @@ -0,0 +1 @@ +doxygen \ No newline at end of file