Changes between Version 9 and Version 10 of TwistedWords
- Timestamp:
- 03/10/2010 03:30:10 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TwistedWords
v9 v10 8 8 * a multiprotocol instant messaging client 9 9 10 These are both still in the early stages of development and are not expected to work flawlessly in all configurations, however each is quite usable for a limited set of functionality. A Twisted Words server can be created with just a couple commands:10 These are both still in the early stages of development and are not expected to work flawlessly in all configurations, however each is quite usable for a limited set of functionality. A Twisted Words server can be created with just one command: 11 11 12 12 {{{ 13 13 #!sh 14 $ mktap words --irc-port 6667 --pb-port 8787 --passwd password_file --group somegroup 15 $ twistd -f words.tap 14 $ twistd words --irc-port 6667 --pb-port 8787 --passwd password_file --group somegroup 16 15 }}} 17 16
