-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    LinuxDaily.com    Linux42.org    OpenSkillz.com    Open-PC.com   
Apps
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


Sponsoring


-
- Content .- Fans  .- Knowledge Base  . 

mobloquer

   0.5  

Qt Security

mobloquer
zoom


Link:  Link
Depends on:  Qt 4.x
Downloads:  477
Submitted:  Jan 14 2008
Updated:  Apr 24 2008
Score: 
score67%67%score
 67% good
bad   good

Description:

Mobloquer is a graphical user interface for MoBlock, developed in C++ and Qt4.

Features:
* View the IPs which MoBlock blocks in realtime as well as some information about each one.
* Easily view whois information for each IP blocked.
* Easily configure moblock to stop blocking an IP.
* Add/Remove/Enable/Disable blocklists and tweak their settings.
* Quickly tweak moblock's settings such as automatic startup, blocklist format, automatic updates etc.
* Whitelist specific ports.
* Whitelist IPs/hostnames.
* Remove entries from the blocklists.
* View the state of moblock daemon.
* View some information about moblock such as the number of the loaded ranges, the last time the blocklists were updated etc.
* View the log produced by the moblock-control script in real time.
* View the current iptables rules to determine if moblock is working.
* Start/Restart/Stop/Reload/Update MoBlock with just one click.

Dependencies:
*libc-dev/libc6-dev
*g++
*make
*libqt4-core (>=4.3.0)
*libqt4-gui (>=4.3.0)
*libqt4-dev (>=4.3.0)
*moblock-nfq( version 0.8/0.9 )
*moblock-control(http://moblock-deb.sourceforge.net/)

See INSTALL for installation instructions.

Common problems:
* If mobloquer stops working properly, the first thing you should try to do is delete its configuration file.
Just run "rm ~/.config/mobloquer/mobloquer.conf" in a terminal to do so.
* If you can not connect to the internet after starting moblock, it is probably blocking your LAN/router.
Use the "stop blocking this IP" button to whitelist your local network IP addresses which are being blocked.
* If you want to use mobloquer with moblock 0.8, and you have installed moblock through moblock-deb repo, run "sudo touch /etc/default/moblock" in a terminal before running the program.
* Launch Mobloquer with the argument --tray if you want it to start minimzed in the tray.




Changelog:

Version 0.5
----
ADDED: Multithreading support. From now on, when mobloquer executes a shell command it uses a separate thread to do so. As a result the GUI will no longer freeze when doing specific tasks such as saving the settings or resolving a host.
ADDED: "WhiteList IPs" dialog which allows the user to easily add IP addresses/ranges or hostnames into the whitelist or remove any whitelisted entry.
ADDED: "Remove IPs" dialog which allows the user remove IP ranges with specific names/addresses from the blocklist.
ADDED: The ability change the default front-end for sudo through the GUI.
FIXED: Improvements in the way the program reacts when various tasks are taking place. When moblock-control executes a task the widgets which allow the user to change settings will be temporarily disabled and vice versa.
FIXED: Improved documentation withing the program to help new users understand what each option does.
FIXED: Reduced CPU usage by changing the way mobloquer checks if the moblock daemon is running.
FIXED: Changed the date's format in the moblock-control log to be easier to read.
FIXED: A bug which caused moblock log entries containing the pipe character in their "name" section to be ignored.

Version 0.4.1
----
FIXED: A bug which caused invalid values to appear in the "Time" column of the "Logs" tab when using moblock 0.9.
FIXED: Improved the way the number of the currently loaded ranges is updated. Now, if the value does not exist in moblock's log, mobloquer will search for the value when moblock is started/restarted.
FIXED: A bug in the way moblock's settings were exported which caused the IP_REMOVE function of the moblock-control script not to work.
FIXED: Improved the mobloquer's behaviour when the temporary files used to store settings and lists are not writable by the program.

Version 0.4
----
ADDED: Settings now are saved in moblock's default configuration file(/etc/default/moblock) instead of moblock.conf. This way it is easier to keep special configurations after updating/restoring the original file.
ADDED: Moblock 0.9rc2 support.
ADDED: "Details" button next to moblock's status which shows the current iptables rules so that the user can easily check if they are correct.
FIXED: Changed the way the settings are applied. The new configuration files are applied every second if there are any changes and not exactly when those changes were made. This way only one kdesu/gksu window appears, no matter how many changes the user has made.
FIXED: Changed the information displayed in the "Manage" tab. Now the number of the blocked ranges, the number of the blocked connections, as well as the date and time of the last update are displayed.
FIXED: Mobloquer now works if it is started with super user rights. In that case it will just apply the changes without calling kdesu or gksu.
FIXED: Improved the way mobloquer searches for moblock's cron script so that the update frequency now works both with moblock 0.8(ipq/nfq) and 0.9.
FIXED: A bug when restoring column widths in the "Logs" tab which caused wrong column sizes to be applied.
FIXED: A bug which caused the last item in moblock.log to appear as a new item when "Clear Log" button was used.
FIXED: Use a message box instead of a status bar notification to tell the user when moblock needs to be restarted.
FIXED: Replaced tooltips with status tips in various parts of the program so the user can easily understand what each setting does.
FIXED: Fixed a bug which caused mobloquer to use too many resources when the "manage" tab was active.
FIXED: A bug due to which the moblock-control log would not appear at all in the "manage" tab.
FIXED: Improved the formating of the console output.
FIXED: Added the ability to change the default timers' intervals through mobloquer's configuration file(~/.config/mobloquer/mobloquer.conf").
REMOVED: The "Enable IPTABLES_SETTINGS" checkbox. The option is now silently enabled if the user wants to whitelist an IP.
REMOVED: The "Save changes" and the "automatically save changes" actions from the program's menus. The settings now are automatically saved by default.

Version 0.3
----
ADDED: Partial moblock 0.9 support.
ADDED: Replaced the "entry information" group box and the Log List Widget with a tree Widget, which provides a column based view. Now the user can easily review the latest blocked entries, their name, type, IP and time, without having to select each of them to get more information.
ADDED: "Clear Log" button in the "Logs" tab.
ADDED: "Add entry" button in the "Blocklists" tab which allows the user to easily add new blocklists.
ADDED: Session saving support. Window size, state and place are now saved. The width of each column in the "Logs" tab is also saved.
FIXED: Improved the behaviour of the "blocklists" tab when changing a blocklist's settings.
FIXED: Update frequency now automatically updates if the script is moved to another location from another program.
FIXED: A bug which caused changes to blocklists not to be saved at all.
FIXED: Window minimze/restore bug. Credit goes to Art_Fowl from e-pcmag.gr for submiting the patches. The window now is restored back to its original position every time.
FIXED: A bug due to which changes would not be reloaded at all if the moblock configuration/blocklists file was externally changed.
FIXED: A bug in the search algorithm for log items which caused problems when items with the same IP but different types appeared in the list.
FIXED: Many memory leaks from object pointers which were never deleted.


Version 0.2
----
ADDED: Mobloquer settings dialog.
ADDED: Whois dialog, which allows the user to easily learn more about the remote location which was blocked.
ADDED: A better way to check if backups were really created.
ADDED: Fully documented the code using doxygen.
FIXED: A bug due to which the actions in the tray context menu would not update in some cases.
FIXED: The "whitelist" button in the log tab now updates if the IP is blocked again due to an external change in moblock.conf.


Version 0.1
----
Initial release




LicenseGPL
Source(Mobloquer)
send to a friend
subscription
other apps from jimtb



-
.

 Nice!

 
 by CharlieW on: Feb 24 2008
 

Thanks a lot for this great app! Looking forward to the next release.


reply to this

add commentback




-
-
all messages
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Facebook App
Content RSS   
Events RSS   

Participate
Groups
Forum
Add App
Public API
About Qt-Apps.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2006-2010 Qt-Apps.org Team  
All rights reserved. Qt-Apps.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
Qt is a trademarks of Nokia