Commit Graph

15 Commits

Author SHA1 Message Date
e17996d858 PEP8 clean 2014-11-10 13:02:13 +01:00
0731803550 Don't call _open if it is not defined 2014-11-03 10:09:38 +01:00
4776fbe931 Modify context reload for better maintainability 2014-10-09 07:39:38 +02:00
4dd837cf4b Change add_server behaviour, fix IRC parameters parsing, can use with Python statement for managing server scope 2014-10-09 07:37:52 +02:00
dfde4c5f49 New message processing 2014-10-07 00:21:14 +02:00
41da1c0780 Response class is now part of 'more' module.
This commit prepare the new message flow based on protocol independent messages.

	This commit changes the module API: you need to import the Response class manually at the begining of our module.
2014-09-27 12:39:44 +02:00
314d410789 Logger identifier for server now depends on server identifier and is not global 2014-09-21 19:46:18 +02:00
3ac40ac703 Handle fd/socket exception in select 2014-09-08 02:26:50 +02:00
3bc53bb4ef Introducing new hooks manager
Currently, the manager use a naive implementation, this is
	mainly for architectural testing purpose.
2014-09-01 19:21:54 +02:00
038590c659 Server disconnection works properly 2014-08-31 11:07:23 +02:00
81593a493b (wip) use select instead of a thread by server. Currently read and write seems to work properly, we lost some code (like more, next, ...) that never should be in server part 2014-08-30 20:20:47 +02:00
0a16321259 (wip) reworking of the Message class; backported from v4 2014-08-29 17:12:12 +02:00
e5ec487d29 Improve logging system 2014-08-27 07:57:00 +02:00
d0b1336d07 Use a logger 2014-08-14 12:50:19 +02:00
3839455f42 Prepare server to incoming split 2014-08-13 17:11:33 +02:00