Commit Graph

31 Commits

Author SHA1 Message Date
Nedko Arnaudov 1fad8e8109 Add intreface config parameter and bind to 127.0.0.1 by default 2023-11-20 09:29:36 +01:00
Nedko Arnaudov ffd0978253 Python3 fixes 2023-11-20 09:29:36 +01:00
leamas ec9098d3bd Merge pull request #4 from ProgVal/python3
Add Python 3 support.
2017-05-29 17:51:45 +02:00
leamas 52cc61c222 Merge pull request #5 from ProgVal/multi-network
Add support for multiple networks.
2017-05-29 17:49:49 +02:00
Valentin Lorentz 57a1cc64b1 Fix file opening for unpickling. 2017-05-25 20:01:35 +02:00
Valentin Lorentz ac75dc7d19 Add support for multiple networks. 2017-05-25 11:18:41 +02:00
Valentin Lorentz 21e34db417 Add Python 3 support. 2017-05-25 09:55:13 +02:00
leamas 0d14a005fe Merge pull request #1 from coling/master
Add a little bit more flexibility on the msg format
2013-04-22 12:58:31 -07:00
Colin Guthrie 0ef4cb604f irccat: Add option to send privmsg rather than notice messages. 2013-04-22 19:44:01 +01:00
Alec Leamas ea64d2c448 Doc update 2013-03-29 04:13:43 +01:00
Alec Leamas 45803b0202 Adding separate license file 2013-03-19 11:31:47 +01:00
Alec Leamas fb87e082cd test: remove duplicate test 2013-03-19 11:10:13 +01:00
Alec Leamas d70083a558 irccat: handle bad options a little more gently 2013-03-19 11:07:01 +01:00
Alec Leamas 6cae3bbac9 Add irccat manpage 2013-03-19 10:54:35 +01:00
Alec Leamas 1575d9b7c1 Adding irccat companion script 2013-03-19 09:39:27 +01:00
Alec Leamas 224b541230 Doc update 2013-03-19 06:40:02 +01:00
Alec Leamas f5df68340b Adding pre-commit pep8/pylint hook 2013-03-19 06:25:52 +01:00
Alec Leamas 5c03d4b622 Auto-update the __version__ field from git 2013-03-19 05:56:10 +01:00
Alec Leamas 4438db4a16 Handle bad (not joined) channels better 2013-03-19 05:35:52 +01:00
Alec Leamas 5b8db6e49a __init__: update metadata 2013-03-19 05:15:00 +01:00
Alec Leamas 33194ba838 Adding .gitignore 2013-03-18 11:09:49 +01:00
Alec Leamas 5ba782a74a Don't store plaintext passwords.
Although this is not security-sensitive, storing plaintext passwords
is a bad habit. Hash them using standard Unix crypt(3). Clean up some
tests.
2013-03-18 11:09:49 +01:00
Alec Leamas bf1f2b2b71 Doc update 2013-03-18 11:09:37 +01:00
Alec Leamas b128e3bcc6 Refactor io to separate process. Add tests 2013-03-17 15:31:10 +01:00
Alec Leamas 5144523cfd Make blacklist inaccessible in main thread 2013-03-15 16:33:12 +01:00
Alec Leamas e042997034 Make capabilty required symbolic 2013-03-15 16:19:57 +01:00
Alec Leamas ad9e132c04 Add a sectionhelp command 2013-03-15 12:53:17 +01:00
Alec Leamas fd9ef42824 Adding a blacklist mechanism 2013-03-15 12:53:08 +01:00
Alec Leamas c10aa98810 Moving config to pickled file (security...) 2013-03-15 10:49:34 +01:00
Alec Leamas a6b6800465 Feature complete, no testing whatsoever 2013-03-14 22:42:44 +01:00
Alec Leamas 6662af0e9d Initial commit 2013-03-14 13:37:05 +01:00