summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/traffic_shaper_wizard.xml
Commit message (Collapse)AuthorAgeFilesLines
* Ticket #1081. Fix header() function to do correct redirection. Also remove ↵Ermal2010-12-071-12/+0
| | | | bogus step9 in the wizards.
* Disable the bandwidth speed selection field also to avoid errors/problems ↵Ermal2010-10-181-1/+1
| | | | when the catch all is not activated.
* Ticket #733. Provide a description that custom bandwidths cannot exceed 30% ↵Ermal2010-08-311-1/+3
| | | | of entered bandwidths for interfaces/links.
* Add/Update copyrights where applicable. Mark copyright on XML as CDATA to ↵Ermal2010-08-191-3/+4
| | | | aviod any issues that might happen.
* Also do the wizard optimizations and user-friendliness to the ↵Ermal2010-08-181-1/+1
| | | | traffic_shaper_wizard.xml
* Fix problems with traffic shaper wizards not propperly handling the ↵Ermal Luçi2009-11-241-1/+2
| | | | parameter at first step.
* Change numberconnections to Enter number of XXX type connectionsScott Ullrich2009-09-031-5/+3
|
* game was canceled... no longer available...mfuchs2009-09-011-7/+1
|
* Set the penalty box color to red Resolves #25 on 2.0.Scott Ullrich2009-08-231-1/+1
|
* fix traffic_shaper_wizard.xml error in line 57Martin Fuchs2008-08-041-6/+6
|
* readd HBCI & ArchLord to the shaperMartin Fuchs2008-08-031-22/+48
|
* Fix typo noted in ticket #1657Bill Marquette2008-05-171-1/+1
| | | | MFC: for 1.2.1
* Temporarily change my name partially to unbreak the wizards of the shaper.Ermal Luçi2008-03-201-1/+1
| | | | XML parser does not like it for now..
* Remove ugly hacks from the shaper wizard and make it fully embedded compatible.Ermal Luçi2008-03-071-58/+2
|
* Add Slingbox to the raise/lower protocols screen.(requested by Scott)Ermal Luçi2008-02-031-1/+21
|
* Make the wizard more userfriendly.Ermal Luçi2008-01-311-6/+70
|
* Update the wizard.Ermal Luçi2008-01-271-13/+12
| | | | | | | This commit makes it capable of 1 LAN and multiple WAN's. Other wizards will come after this. Now you can specify per each link upload and download and the wizard will do its math accordingly. Also can specify per link guranteed VoIP bandwidth. Penalty and cattchall queue can only be specified with percentage for simplicity.
* * Correct cosmetic percentagesScott Ullrich2008-01-211-2/+2
| | | | * Add note of what percentages can be input for the p2p bandwidth
* Make the wizard generate safer rules.Ermal Luçi2008-01-171-0/+1
| | | | Now it presents the user an option to make us know what type the opt* interfaces are, external(wan like) or internal(lan like).
* * Fix many bugs itroduced with the new shaper code import.Ermal Luçi2008-01-161-1122/+1130
| | | | | | | * Introduce a new tab to the Firewall - Rules section called "floating rules" where you can create rules with direction/tag/tagged/quick keywords of PF. * Improve input validation on the shaper code and the wizard. * Change the logic in filter.inc by allowing the rules without the quick keyword to work propperly. * ALso begin changing the logic of filter.inc default rulesto not use the quick keyword so they can be overriden in the GUI.
* Bring in the new traffic shaper.Ermal Luçi2008-01-111-162/+20
| | | | | | It is capable of multi interface shaping. Also bring the wizard up-to-date. Now it is capable of doing multi interface too.
* touch up textChris Buechler2008-01-081-3/+3
| | | | Ticket #1569
* add HBCI to traffic shaperMartin Fuchs2007-11-271-4/+24
|
* Add Codemasters ArchLord MMORPG to traffic shaperMartin Fuchs2007-10-231-1/+7
|
* Add Xbox360 support in the gaming sectionScott Ullrich2007-01-141-1/+7
| | | | See http://support.microsoft.com/kb/908874
* Reintroduce the Penalty Box option. This one has reported succes fromSeth Mos2007-01-061-182/+254
| | | | | | forum users and has been out there for over 2 weeks now. This also allows you to set a upper limit to the p2p queues. Together with the p2pcatchall that makes for a reasonable p2p blocker.
* Backout penalty box option.Scott Ullrich2006-12-231-190/+137
| | | | Step 3 is supposed to be VOIP, and Seth forgot to rename all of the step ids in the .inc file leading to utter badness.
* Add Penalty box option to the RELENG_1 wizard. I've had no complaintsSeth Mos2006-12-141-137/+190
| | | | | | | and the tests work. It works quite similar to voip queue but with a upper limit. NOTE: This does not shape FTP traffic because of the FTP proxy.
* MFC 14296Scott Ullrich2006-11-191-2/+1
| | | | | | allow for the most stupid config ever if user selects nothing but p2pcatchall, allow them to be stupid and put all traffic in the p2p queue, effectively negating all benefits of shaping
* Note that the shaper is not compatible with bridging in the opening warningScott Ullrich2006-09-181-10/+10
|
* Fix descriptionScott Ullrich2006-07-011-1/+1
|
* Add Jabber IM. It is the standard on the internet so we should support it ↵Scott Ullrich2006-07-011-1/+21
| | | | out of the box if we do not support editing of the default generated traffic shaper configuration.
* Add back missing <option>Scott Ullrich2006-05-161-0/+1
|
* Remove duplicate <option> tagScott Ullrich2006-05-161-1/+0
|
* MFC 12255Scott Ullrich2006-05-161-99/+99
| | | | Make "Default" the default selected option MFC: possible MFC candidate
* Change Default queues to <value>D</value>Scott Ullrich2006-04-091-1/+1
|
* Change Default queues to <value>D</value>Scott Ullrich2006-04-091-1/+1
|
* MFC 11285Scott Ullrich2006-04-091-23/+23
| | | | Other Applications will now be in OtherH, OtherL, or default depending on setting. This is important if you don't want all your apps to hit the P2PCatchall rule if selected.
* Use complete path to .inc fileScott Ullrich2006-04-021-8/+8
|
* * Seperate out code from eval() blocks into a common include fileScott Ullrich2006-04-021-994/+17
| | | | * Add support for common include file
* anwhere -> anywhereScott Ullrich2006-04-021-3/+3
|
* Sepearte back out to tcp and undpScott Ullrich2006-04-021-1/+1
|
* Set interface variablesScott Ullrich2006-04-021-0/+5
|
* Do not add blank recordsScott Ullrich2006-04-021-1/+1
|
* Do not add blank recordsScott Ullrich2006-04-021-1/+2
|
* Add CVSUP to enablefieldsScott Ullrich2006-04-021-1/+1
|
* Add CVSUPScott Ullrich2006-04-021-1/+25
|
* Add p2p catch all rules *AFTER* sorting rules by priorityScott Ullrich2006-04-021-41/+40
|
* Remove LScott Ullrich2006-04-021-2/+2
|
* * Add new filter loading status page used after traffic shaper load screenScott Ullrich2006-04-021-13/+50
| | | | * Fix p2p queues
OpenPOWER on IntegriCloud