Commit Graph

14 Commits

Author SHA1 Message Date
Jan Philipp Timme d0de3823a9 [TASK] Added an outputBuffer to the AbstractClientDispatcher.
[TASK] Added support for the new outputBuffer - it can be used in addition to the default behaviour "return a string on processRawData()".
2011-12-04 14:31:18 +01:00
Jan Philipp Timme e702124895 [TASK] Finalized modifications on ClientManager.
[TASK] Added support for further class paths to ClassLoader.
[TASK] Started to implement the irc client dispatcher. (partially works now)
2011-12-03 20:58:08 +01:00
Jan Philipp Timme 16ff75eb1d [TASK] Moved the project to namespaces.
[TASK] Removed all the protocol handlers.
[TASK] Clients are no longer part of the SocketFramework itself.
[TASK] The Framework provides an "interface" to external clients - the ClientDispatcher.
[TASK] Added the Core package and added a better ClassLoader.
[TASK] Created a bootstrap module to include in other projects.
[TASK] Cleaned up comments, reformatted them.
2011-12-03 12:43:43 +01:00
Jan Philipp Timme f9beef4c81 [TASK] Now using DIRECTORY_SEPERATOR for the few paths we have. 2011-06-26 15:26:01 +00:00
Jan Philipp Timme 8e32f35edf [TASK] Introduced addLine() to the buffer class.
[TASK] Made createBuffer function protected in ProtocolHandler classes.
2011-06-26 14:03:32 +00:00
Jan Philipp Timme 2c5e520c9f [TASK] Added function for clients, so they're able to send initial data right after connecting to a server.
[TASK] Restructured parts of the core to support sending data right after connecting.
[TASK] Adapted core part for automatic reconnect to support sending initial data, too.
2011-06-25 22:13:53 +00:00
Jan Philipp Timme 03a4dfff71 [TASK] Added the ProtocolHandlerException
[TASK] Started to implement the IRC-Protocol
2010-12-12 21:44:19 +00:00
Jan Philipp Timme b1a7ac5fdb [TASK] Implemented countActiveConnections(). 2010-12-08 16:54:08 +00:00
Jan Philipp Timme dee3333578 [TASK] Implemented the ProtocolHandler things so it works again.
[TASK] Added some comments.
[TASK] Added TODOs concerning refactoring and more functions that are needed.
2010-12-08 16:47:04 +00:00
Jan Philipp Timme a20a91bf12 [TASK] Added the reconnect-flag that works now. 2010-11-28 16:38:03 +00:00
Jan Philipp Timme b318595783 [TASK] Changed behaviour of protocol register. 2010-11-28 02:45:25 +00:00
Jan Philipp Timme 4bbb9bf548 [TASK] Code working again. Introduced basic protocol handler structures. 2010-11-28 01:24:16 +00:00
Jan Philipp Timme 3bd7a6e0f9 [TASK] Some Bugfixes. 2010-11-28 01:15:20 +00:00
Jan Philipp Timme 952af43b97 2010-11-21 22:48:11 +00:00