Commit Graph

26 Commits

Author SHA1 Message Date
Jan Philipp Timme c32487ee91 [TASK] Establish a basic python package. 2015-12-12 13:51:46 +01:00
Jan Philipp Timme b32ae49953 [TASK] Add requirements.txt.
Contains nose for nosetests for now.
2015-12-12 13:21:45 +01:00
Jan Philipp Timme c9b93b82c5 [TASK] Add support for numeric classes. 2015-10-25 21:41:41 +01:00
Jan Philipp Timme 1c99d74f02 [TASK] Add Quit message. 2015-10-25 20:52:09 +01:00
Jan Philipp Timme 35f358cccf [TASK] Tests for topic, TODO: refactor irc.Mode. 2015-10-25 20:46:29 +01:00
Jan Philipp Timme ee804eeeb7 [TASK] Add tests for join,part,kick. 2015-10-25 20:08:09 +01:00
Jan Philipp Timme b8e65a8e71 [TASK] Add lots of tests, more to come. 2015-10-25 19:42:45 +01:00
Jan Philipp Timme 7dd600d1b3 [TASK] Add tests with travis-ci. 2015-10-25 15:07:10 +01:00
Jan Philipp Timme 84da8cae8f Create README.md 2015-10-25 15:06:09 +01:00
Jan Philipp Timme 36225fc55b [TASK] Add logging for coroutine-related things. 2015-10-25 14:23:05 +01:00
Jan Philipp Timme 73d3fba8f4 [TASK] Add second connection. 2015-10-25 13:10:21 +01:00
Jan Philipp Timme b5ff903d64 [TASK] Beautify representation for base Message class. 2015-10-25 13:00:40 +01:00
Jan Philipp Timme 82dcbed476 [TASK] Add single quotes to Message representation. 2015-10-25 12:56:07 +01:00
Jan Philipp Timme 906f2a6fa5 [TASK] Beautify log, add __repr__ to Message, parse Nick. 2015-10-25 12:51:17 +01:00
Jan Philipp Timme b34817331e [TASK] Implement rejoin on kick; improve Kick message implementation. 2015-10-25 12:21:47 +01:00
Jan Philipp Timme f5dba3f6ef [TASK] Implement Mode,Topic and restructure the way parsing works. 2015-10-25 12:12:11 +01:00
Jan Philipp Timme 7b08f9512b [TASK] Almost complete ident parsing. 2015-10-25 01:13:15 +02:00
Jan Philipp Timme 83f953aaa8 [TASK] Disable noisy logging, begin parsing Messages. 2015-10-25 00:51:57 +02:00
Jan Philipp Timme aed245779f [TASK] Begin implementing actual irc commands. 2015-10-24 23:55:08 +02:00
Jan Philipp Timme ae23383e15 [TASK] Add __pycache__ to .gitignore. 2015-10-24 23:06:49 +02:00
Jan Philipp Timme d2db65266d [TASK] Implement weird Message-inheriting classes. 2015-10-24 23:05:55 +02:00
Jan Philipp Timme bd825fe160 [TASK] Make parsing work, single to doublequotes. 2015-10-24 22:27:08 +02:00
Jan Philipp Timme 9b04262445 [TASK] Begin implementing line parsing, restructuring. 2015-10-24 22:20:20 +02:00
Jan Philipp Timme b688092b74 [TASK] Kickstart IrcProtocol, use double quotes for everything. 2015-10-24 19:16:08 +02:00
Jan Philipp Timme e31bd1700b [TASK] Rethrow unhandled exceptions properly. 2015-10-24 18:40:52 +02:00
Jan Philipp Timme 5c53fd79df [TASK] Initial import. 2015-10-24 18:12:02 +02:00