Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespaceHEADmaster | Ted Trask | 2016-08-10 | 1 | -5/+5 |
| | |||||
* | Change ACF list to structure for accuracy | Ted Trask | 2016-02-24 | 1 | -5/+5 |
| | |||||
* | Change listfiles filesize to size, size and mtime not user-friendly, use ↵ | Ted Trask | 2015-12-30 | 1 | -3/+3 |
| | | | | posix.stat over fs.stat, use new format functions | ||||
* | Revert change that disabled purge mistakenly included in 0.10.4 version bump | Ted Trask | 2015-12-30 | 1 | -8/+6 |
| | |||||
* | Fix typo causing exception in goodwords check | Ted Trask | 2015-11-26 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.10.4v0.10.4 | Ted Trask | 2015-10-04 | 1 | -6/+8 |
| | |||||
* | Fix typo resulting in exception in weblog-model.getweblogparameters when ↵ | Ted Trask | 2015-10-03 | 1 | -1/+1 |
| | | | | database does not exist | ||||
* | Bug fix to ignore blank lines in word lists | Ted Trask | 2014-07-04 | 1 | -19/+30 |
| | |||||
* | Fix http(s) getlogcandidates to work with acf-alpine-baselayout-0.12.0 | Ted Trask | 2014-05-30 | 1 | -0/+9 |
| | |||||
* | Fixed adhocquery to return columns in proper order | Ted Trask | 2013-11-19 | 1 | -0/+4 |
| | |||||
* | Fix broken calls to logevent due to module definition change (in unused code) | Ted Trask | 2013-11-09 | 1 | -2/+2 |
| | |||||
* | Add sourcename to viewweblog and ability to filter on sourcename | Ted Trask | 2013-10-29 | 1 | -15/+39 |
| | | | | Also fix bug where boolean defaults were ignored in viewweblog, caused by using handle_clientdata | ||||
* | Remove all calls to 'module' in preparation for move to Lua 5.2 | Ted Trask | 2013-10-21 | 1 | -40/+42 |
| | | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment. | ||||
* | Change use of require to work with Lua 5.2 | Ted Trask | 2013-10-09 | 1 | -4/+4 |
| | |||||
* | Fix logon failure string and return test results on failure | Ted Trask | 2013-05-31 | 1 | -6/+2 |
| | |||||
* | Change the search string for logon failure | Ted Trask | 2013-05-31 | 1 | -2/+2 |
| | |||||
* | Modified escape function and used it in more places | Ted Trask | 2013-05-13 | 1 | -14/+10 |
| | |||||
* | Fixed bug where user words not properly escaped | Ted Trask | 2013-04-20 | 1 | -5/+5 |
| | |||||
* | Replace io.popen with modelfunctions.run_executable and subprocess.popen. ↵ | Ted Trask | 2013-01-08 | 1 | -58/+97 |
| | | | | Also make work with remote ACF running acf-core-0.15 or later. | ||||
* | Remove references to APP | Ted Trask | 2012-11-26 | 1 | -2/+2 |
| | |||||
* | Put squark category into block reason | Ted Trask | 2012-11-20 | 1 | -1/+7 |
| | |||||
* | Removed unneeded views by updating CFE for autoview | Ted Trask | 2012-10-27 | 1 | -9/+10 |
| | |||||
* | Fixed typo | Ted Trask | 2012-08-15 | 1 | -1/+1 |
| | |||||
* | Removed calls to redirect_to_referrer | Ted Trask | 2012-08-15 | 1 | -39/+70 |
| | |||||
* | Updated for handle_form now passing self to get and set functions | Ted Trask | 2012-04-28 | 1 | -10/+10 |
| | |||||
* | Started work on updating for acf-core-0.15 | Ted Trask | 2012-04-18 | 1 | -3/+3 |
| | | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries | ||||
* | Do not import TCP_DENIED lines | Natanael Copa | 2012-01-17 | 1 | -0/+6 |
| | | | | | | | Those pages were never showed to the client so there is no point in store those for analyzing. Some applications (like Nokia connection suite) will ignore an auth reject and will retry several times per second which will flood the logs. | ||||
* | Fixed escape function to not escape \ | Ted Trask | 2012-01-03 | 1 | -5/+4 |
| | |||||
* | Fixed bug with no user authentication by removing bad check | Ted Trask | 2011-10-20 | 1 | -5/+3 |
| | |||||
* | Changed minimumscore to score and added validationv0.6.0 | Ted Trask | 2011-09-12 | 1 | -3/+11 |
| | |||||
* | Changed viewweblog to a form, reworked handling of config and weblog ↵ | Ted Trask | 2011-09-12 | 1 | -100/+80 |
| | | | | parameters, and added deniedyesno and bypassyesno config options. | ||||
* | No need for selected or id fields in weblog staging table | Ted Trask | 2011-09-10 | 1 | -1/+1 |
| | |||||
* | Made groupby work again | Ted Trask | 2011-09-09 | 1 | -5/+6 |
| | |||||
* | Purge the pubweblog_history table after one year | Ted Trask | 2011-09-09 | 1 | -2/+6 |
| | |||||
* | Removed watchlist functionality | Ted Trask | 2011-09-08 | 1 | -154/+0 |
| | |||||
* | Change editconfig to use seq field | Ted Trask | 2011-09-08 | 1 | -14/+15 |
| | |||||
* | Cleaned up clearselected even though not used | Ted Trask | 2011-09-08 | 1 | -9/+13 |
| | |||||
* | Changed checkselected to be a form | Ted Trask | 2011-09-08 | 1 | -13/+22 |
| | |||||
* | Cleaned up javascript and used ajax for select action | Ted Trask | 2011-09-07 | 1 | -26/+0 |
| | |||||
* | Whitespace cleanup | Ted Trask | 2011-09-07 | 1 | -48/+42 |
| | |||||
* | Fixed DG score, record selection, url escape sequences in squark clientuserid | Luke Stuart | 2011-09-07 | 1 | -9/+11 |
| | |||||
* | Added audit fields for total requests, flagged, blocks, overrides, max ↵ | Luke Stuart | 2011-09-06 | 1 | -7/+27 |
| | | | | score, also checking squid access.log for squark annotations | ||||
* | Removed historydays, since now unused | Ted Trask | 2011-09-05 | 1 | -23/+0 |
| | |||||
* | Added audit functions back in and cleaned up importing | Ted Trask | 2011-09-05 | 1 | -38/+73 |
| | |||||
* | Removed unused library | Ted Trask | 2011-09-05 | 1 | -1/+0 |
| | |||||
* | Cleaned up parsing and removed unused parsing of squark and dump logs | Ted Trask | 2011-09-01 | 1 | -370/+79 |
| | |||||
* | Make two-step import using weblog table so can calculate usage and watch users | Ted Trask | 2011-08-29 | 1 | -8/+25 |
| | |||||
* | No need to have four duplicate importlogentry functions | Ted Trask | 2011-08-29 | 1 | -38/+11 |
| | |||||
* | Only read word lists once for speed improvement and to avoid exception if ↵ | Ted Trask | 2011-08-26 | 1 | -12/+20 |
| | | | | missing | ||||
* | Change database name back to webproxylog so upgrades are easier | Ted Trask | 2011-08-26 | 1 | -2/+2 |
| |