README
USERGUIDE
INSTALL
NEWS
CREDITS
CODE
Current development version:
- Support for Python 2.4
- Send MOTD when welcoming user, as some clients and scripts expect MOTD to be
always present
- Bugs fixed:
- issue #76: handle windows-1252 chars
- issue #83: support Python 2.4
- issue #82: unicode handling on
!rt
- issue #84: feeds still running after disconnect
- issue #30: don't show every friend from a user on #@user channel
- issue #55: send MOTD when user connects
- issue #71: don't flood the user with error messages
Passerd 0.1.0 - 24 Jan 2010
- Add a simple scheduling algorithm that will make sure Passerd don't kill the
Twitter API rate-limit if the user joins too many Passerd channels.
- Fix auto-
@ of nickname replies when nicknames have digits on it
- Set timeout on API calls to avoid getting stuck if HTTP requests take too
long to reply
- Retweets are shown as messages from the original poster, with a note
by passerd-bot
(configurable by
!be concise option)
- Multi-line tweets aren't shown as multiple lines anymore
(configurable by
!be verbose option)
- Lower-level
!config command to set specific configuration variables
- Support for running Passerd in daemon mode
- Retweet support using
!rt command
Passerd 0.0.5 - 6 Jan 2010
- Don't continue refreshing feeds if rate-limit is hit. This is a temporary
solution until a true rate-limit-adjusting scheduler is written
- Unify
passerd-bot commands and implementation of !command on #twitter
- Add a
!post command (aliases: !tw, !twit, !update)
- Paranoid mode: if you are afraid of posting by mistake when typing on
your IRC client, you can enable a "paranoid" mode using the
!be paranoid
command.
When in this mode, you can only post to twitter using !post (or the aliases
above)
Passerd 0.0.4.2 - 28 Dec 2009
- Updated twitty-twister version. On 0.0.4, I forgot to update the
twitty-twister git commit reference, and broke twitter posting.
Passerd 0.0.4.1 - 28 Dec 2009
- Fix a problem on the OAuth access token request method. A POST
request with no Content-Length may case a 411 Length Required
error (probably on some proxy servers).
- Thanks to Bogdano Arendartchuk for the fix.
Passerd 0.0.4 - 27 Dec 2009
- Ability to follow lists using
#@username/list channels
- Ability to get updates from a single user using
#@username channels
- Implement #mentions channel, for mentions of
@username
- OAuth support! Now you don't need to give your Twitter password to
Passerd (and you'll get a nice "from Passerd" note on your Twits. :)
- Optional nickserv-style authentication support
- Better error messages (using a
passerd-bot IRC user)
- Now with a real (but still a bit ugly) web page at passerd.raisama.net
Passerd 0.0.3 - 18 Dec 2009
- Ability to send updates to Twitter
- Fetch detailed user info from Twitter on-demand, only if necessary
- Basic command-line option support
- Implement Twitter follow/unfollow as IRCK KICK/INVITE
Passerd 0.0.2 - 15 Dec 2009
- List Twitter friends as IRC contacts
Passerd 0.0.1 - 14 Dec 2009
- Basic Twitter reading ability