SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

AntiDialer

AntiDialer is a QT3 based GUI broadband dialer program for Sify Broadband users in India.

Changes: Version 0.2:

NOTE: To activate the new Mac Address spoofing, simply edit the configuration file. In the config file at $HOME/.antidialer/antidialerrc, which is an XML file, you will find an element by the name of "MacAddress". You simply have to change the value fo the "value" attribute from "" to your mac address. An example:

<MacAddress value="ae a8 50 e0" />

Following is the full list of changes:

  • Version number bump. Only those downloading from CVS will have noticed this. I'm doing this since there have eventually been large changes in the plugin framework and the configuration options module. I'd say more than enough to increment a point release ;-)
  • Feature Request #1530816: MAC Address spoofing is now part of the dialer To activate, simply edit the configuraton file $HOME/.antidialer/antidialerrc and enter the desired MAC address in the ""value property of the "MacAddress" element.
  • Bug Fix: The dialer now adds missing configuration elements into the config file. Thanks to Tathagata Banerjee for sending this report in.
  • Redesign of the plugin framework. The pguin framework is now cleaner and hence faster. This also fixed some obscure bug by which the dialer crashed when exactly one config element was missing. Fret not, this bug was only in the 0.1.1 CVS and not in the older releases.

Changes (0.1):

  • AntiDialer now has a default console interface
  • GUI implemented as a plugin, giving flexibility to console users
  • Commandline invokation that can simply be put into an init file to login at system startup
  • Plugin interface, allowing development for plugins for various purposes like download meters, tray icon, alternate toolkit interfaces (GTK for e.g.) and much more.

Older features:

  • XML based configuration (options file in ~/.antidialer/antidialerrc)
  • AutoLogin
  • Password Saving (with encryption)
  • Account Details/ Signup/ Renew/ Password changing buttons
  • HeartBeat

Build Requirements:

  • g++
  • QT development tools (uic, moc, qmake)
  • qt3 development libraries (libqt3-mt-dev)
  • x11 development libraries
  • libmcrypt development libraries (libmcrypt-dev)
  • LibXML development libraries (libxml2-dev)

NOTE - The project may not build with QT4 as there are many incompatible changes since QT3.

Installation

The new sources have been autotooled. So now you may install by just doing

./configure && make && make install

Configuration

The configuration file antidialerrc is located in ~/.antidialer and is created on the first run of the program. It is a simple XML based file containing basic configuration details such as SAM IP (defaults to 202.144.65.70), SAM port (8090), etc. You can also change your default browser, autologin features, password saving, HeartBeat settings, etc in the file. Just be careful as the yes and no settings need to be strictly upper case.

Bugs/Feature Requests:

You may send in bug fixes/reports and feature requests to me at siddhesh.poyarekar@gmail.com.

Copyrights and Licenses:

Copyright (c) 2006, Siddhesh Poyarekar
All Rights Reserved

AntiDialer is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

AntiDialer is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.