A Python IRC Console Client. I use it to tunnel irc through ssh when I'm at the university. It isn't finished yet, but works quite well for me. The base work is done, but I will revise most of the code soon, so it will be more structured hopefully.
Be the first to post a text review of VitharrIRC. Rate and review a project by clicking thumbs up or thumbs down in the right column.
June 20th 2007: - Version 0.6 released to the www on sourceforge. July 10th 2007: Version is now 0.7 - Added two configurable servermessages to the config file. More will follow. July 13th 2007: Version is now 0.8 - Added a few more servermessages. - The config file is now named vitharrirc.conf. - The already included servermessages are now being described in the README, also the exit states, which I changed a bit. - Further the behaviour for failed connections changed due to a possible endless loop with a corrupted config file. - Ability to set Modes added - Display of the MOTD changed (it isn't raw data anymore) - username and realname aren't hardcoded anymore and are now editable in the config file August 14th 2007: Version is now 0.9 - Added even more servermessages. Just a few more to do. - Reworked the code for reading the config file, so it gets more readable. - Added Color descriptions and lots of other stuff to the README. - Some socket errors are handled now (not tested). - The problem with quit messages being displayed in a new line is solved. - The serverlist got implemented finally. The servers are read from the config file now - Reworked the Code for the /connect command to match the serverlists needs and added some more errorhandling - Added a new command: /server. It displays the serverlist August 19th 2007: Version is now 0.10 - Added the buffer limitation. - Added all Messages to the config file except for the mode changes/ and mode names - Added a config option for the quitmessage to the config file - Added all command descriptions to the README file October 6th 2007: Version is now 0.11 - Added errorhandling on disconnect (untested) - Added errorhandling for failed connection attempts - Some non important servermessages don't get displayed as raw text anymore June 9th 2009: Version is now 0.12 - Added /help - Fixed a crash that happened when the /connect command was misused - Fixed an error in the /nick command - Added an errormessage for misuseage of /join - Added an errormessage for usage of unknown commands - Removed Ability to send messages without being in a channel (not tested) - cleaned up the sourcecode a bit
hi, if you know some python, want to extend the client or find an issue you want to get solved, feel free to mail me. Also do so, if you have a request for functionality that should be included... just anything helpful or even good wishes are welcome ;)
October 6th 2007: Version is now 0.11 - Added errorhandling on disconnect (untested) - Added errorhandling for failed connection attempts - Some non important servermessages don't get displayed as raw text anymore
August 19th 2007: - Added the buffer limitation. - Added all Messages to the config file except for the mode changes/ and mode names - Added a config option for the quitmessage to the config file - Added all command descriptions to the README file
August 14th 2007: Version is now 0.9 - Added even more servermessages. Just a few more to do. - Reworked the code for reading the config file, so it gets more readable. - Added Color descriptions and lots of other stuff to the README. - Some socket errors are handled now (not tested). - The problem with quit messages being displayed in a new line is solved. - The serverlist got implemented finally. The servers get read from the config file now - Reworked the Code for the /connect command to match the serverlists needs and added some more errorhandling
July 13th 2007: Version is now 0.8 - Added a few more servermessages. - The config file is now named vitharrirc.conf. - The already included servermessages are now being described in the README, also the exit states, which I changed a bit. - Further the behaviour for failed connections changed due to a possible endless loop with a corrupted config file. - Ability to set Modes added - Display of the MOTD changed (it isn't raw data anymore) - username and realname aren't hardcoded anymore and are now editable in the config file
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?