summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove ugly hacks from the shaper wizard and make it fully embedded compatible.Ermal Luçi2008-03-072-246/+182
|
* s/intval/floatval/Ermal Luçi2008-03-041-23/+23
| | | | fix settings for CBQ where setting of bandwidth was wrong in some places
* Fix validation during the wizard.Ermal Luçi2008-03-011-11/+4
|
* Fix 'slingbox' setting so the xml parser does not bail at it.Ermal Luçi2008-02-041-2/+2
|
* Add Slingbox to the raise/lower protocols screen.(requested by Scott)Ermal Luçi2008-02-031-1/+21
|
* * Add Slingbox to the raise/lower protocols screen.(requested by Scott)Ermal Luçi2008-02-031-3/+8
| | | | | * Fix a bug with the creation of rules for this section of the wizard. * Also set the qACK where it makes sense.
* Fix rule creation for prioritizing hosts/aliases specified during the wizardErmal Luçi2008-02-021-6/+6
|
* Make the wizard more userfriendly.Ermal Luçi2008-01-312-168/+290
|
* Fix bandwidth assignment on LAN qOthersLow queue.Ermal Luçi2008-01-291-1/+1
|
* Validate better some input. This avoids some empty javascript errors.Ermal Luçi2008-01-291-11/+34
|
* Fix a stale calculation. They are not yet safe(for now).Ermal Luçi2008-01-271-1/+1
|
* Update the wizard.Ermal Luçi2008-01-272-233/+856
| | | | | | | 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.
* Round up some values from divison calculations.Ermal Luçi2008-01-221-15/+15
|
* Make sure the 80% limit for linkshare is not passesd by qVoIP during wizard.Ermal Luçi2008-01-211-3/+3
|
* Only calculate a factor for HFSC scheduler.Ermal Luçi2008-01-211-6/+6
|
* * Insert a "Remove Shaper" button to the GUI.Ermal Luçi2008-01-211-60/+58
| | | | * Make the wizard gnerate a better policy for the shaper.
* * Correct cosmetic percentagesScott Ullrich2008-01-211-2/+2
| | | | * Add note of what percentages can be input for the p2p bandwidth
* Fix wrong check during the wizard.Ermal Luçi2008-01-201-5/+1
| | | | | | If you didn't enable the Games prioritizing you would not have queues created. Found by: Scott
* Fix an error on the wizard.Ermal Luçi2008-01-201-1/+2
|
* Clean up from some leftovers that are not needed anymore.Ermal Luçi2008-01-201-32/+4
|
* An attempt to fix some issues discovered with outgoing traffic with the ↵Ermal Luçi2008-01-181-14/+14
| | | | wzard generated rules.
* Revert back rules direction on the wizard wipped by previous commit ↵Ermal Luçi2008-01-181-1/+8
| | | | accidentally.
* Unbreak traffic shaper wizard incidentally i used explode instead of implode.Ermal Luçi2008-01-181-12/+5
|
* Make the wizard generate safer rules.Ermal Luçi2008-01-172-9/+34
| | | | 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-162-1715/+1868
| | | | | | | * 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-112-1233/+814
| | | | | | 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-082-7/+7
| | | | Ticket #1569
* add HBCI to traffic shaperMartin Fuchs2007-11-272-5/+30
|
* Add Codemasters ArchLord MMORPG to traffic shaperMartin Fuchs2007-10-232-1/+15
|
* global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427Bill Marquette2007-10-171-2/+2
|
* Add UDP bit torrent traffic rule to wizardScott Ullrich2007-04-051-1/+3
|
* Do not encode & as & ... This is not a XML document.Scott Ullrich2007-02-061-5/+5
|
* Do not encode & as & ... This is not a XML document.Scott Ullrich2007-02-061-2/+2
|
* Beef up error messageScott Ullrich2007-02-061-1/+1
|
* Add Xbox360 support in the gaming sectionScott Ullrich2007-01-142-1/+21
| | | | See http://support.microsoft.com/kb/908874
* Reintroduce the Penalty Box option. This one has reported succes fromSeth Mos2007-01-062-190/+375
| | | | | | 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-232-292/+145
| | | | 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-142-144/+291
| | | | | | | 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-192-3/+5
| | | | | | 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
* We no longer have a update time intervalScott Ullrich2006-10-181-13/+7
| | | | Ticket #1139
* Note that the shaper is not compatible with bridging in the opening warningScott Ullrich2006-09-181-10/+10
|
* * Whitespace cleanupScott Ullrich2006-09-101-33/+35
| | | | | * Add missing counter strike ports * Shift default queues to 1, instead of 3
* Reset RRD queues after configuring Traffic ShaperScott Ullrich2006-08-161-0/+4
|
* Increaase ACK queues. Lower Game queues a bit.Scott Ullrich2006-08-101-4/+4
|
* Increase game queues bandwidth.Scott Ullrich2006-08-101-2/+2
| | | | Tested with all options enabled.
* Increase default bandwidth for ACKS, voIP and Gaming queues.Scott Ullrich2006-08-101-81/+81
| | | | Tested by enabling all options to make sure the percentages did not add up more than the available bandwidth. We still have plenty of room to spare.
* MFCScott Ullrich2006-07-081-3/+3
| | | | | Fix jabber on TS. http://www.pfsense.org/~billm/patches/ticket-1042.patch
* * Add port 5223Scott Ullrich2006-07-011-2/+8
| | | | * Make sure upload and download values are numeric
* 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-012-1/+27
| | | | out of the box if we do not support editing of the default generated traffic shaper configuration.
OpenPOWER on IntegriCloud