summaryrefslogtreecommitdiffstats
path: root/weblog-model.lua
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaceHEADmasterTed Trask2016-08-101-5/+5
|
* Change ACF list to structure for accuracyTed Trask2016-02-241-5/+5
|
* Change listfiles filesize to size, size and mtime not user-friendly, use ↵Ted Trask2015-12-301-3/+3
| | | | posix.stat over fs.stat, use new format functions
* Revert change that disabled purge mistakenly included in 0.10.4 version bumpTed Trask2015-12-301-8/+6
|
* Fix typo causing exception in goodwords checkTed Trask2015-11-261-1/+1
|
* Bump version to 0.10.4v0.10.4Ted Trask2015-10-041-6/+8
|
* Fix typo resulting in exception in weblog-model.getweblogparameters when ↵Ted Trask2015-10-031-1/+1
| | | | database does not exist
* Bug fix to ignore blank lines in word listsTed Trask2014-07-041-19/+30
|
* Fix http(s) getlogcandidates to work with acf-alpine-baselayout-0.12.0Ted Trask2014-05-301-0/+9
|
* Fixed adhocquery to return columns in proper orderTed Trask2013-11-191-0/+4
|
* Fix broken calls to logevent due to module definition change (in unused code)Ted Trask2013-11-091-2/+2
|
* Add sourcename to viewweblog and ability to filter on sourcenameTed Trask2013-10-291-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.2Ted Trask2013-10-211-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.2Ted Trask2013-10-091-4/+4
|
* Fix logon failure string and return test results on failureTed Trask2013-05-311-6/+2
|
* Change the search string for logon failureTed Trask2013-05-311-2/+2
|
* Modified escape function and used it in more placesTed Trask2013-05-131-14/+10
|
* Fixed bug where user words not properly escapedTed Trask2013-04-201-5/+5
|
* Replace io.popen with modelfunctions.run_executable and subprocess.popen. ↵Ted Trask2013-01-081-58/+97
| | | | Also make work with remote ACF running acf-core-0.15 or later.
* Remove references to APPTed Trask2012-11-261-2/+2
|
* Put squark category into block reasonTed Trask2012-11-201-1/+7
|
* Removed unneeded views by updating CFE for autoviewTed Trask2012-10-271-9/+10
|
* Fixed typoTed Trask2012-08-151-1/+1
|
* Removed calls to redirect_to_referrerTed Trask2012-08-151-39/+70
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-10/+10
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-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 linesNatanael Copa2012-01-171-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 Trask2012-01-031-5/+4
|
* Fixed bug with no user authentication by removing bad checkTed Trask2011-10-201-5/+3
|
* Changed minimumscore to score and added validationv0.6.0Ted Trask2011-09-121-3/+11
|
* Changed viewweblog to a form, reworked handling of config and weblog ↵Ted Trask2011-09-121-100/+80
| | | | parameters, and added deniedyesno and bypassyesno config options.
* No need for selected or id fields in weblog staging tableTed Trask2011-09-101-1/+1
|
* Made groupby work againTed Trask2011-09-091-5/+6
|
* Purge the pubweblog_history table after one yearTed Trask2011-09-091-2/+6
|
* Removed watchlist functionalityTed Trask2011-09-081-154/+0
|
* Change editconfig to use seq fieldTed Trask2011-09-081-14/+15
|
* Cleaned up clearselected even though not usedTed Trask2011-09-081-9/+13
|
* Changed checkselected to be a formTed Trask2011-09-081-13/+22
|
* Cleaned up javascript and used ajax for select actionTed Trask2011-09-071-26/+0
|
* Whitespace cleanupTed Trask2011-09-071-48/+42
|
* Fixed DG score, record selection, url escape sequences in squark clientuseridLuke Stuart2011-09-071-9/+11
|
* Added audit fields for total requests, flagged, blocks, overrides, max ↵Luke Stuart2011-09-061-7/+27
| | | | score, also checking squid access.log for squark annotations
* Removed historydays, since now unusedTed Trask2011-09-051-23/+0
|
* Added audit functions back in and cleaned up importingTed Trask2011-09-051-38/+73
|
* Removed unused libraryTed Trask2011-09-051-1/+0
|
* Cleaned up parsing and removed unused parsing of squark and dump logsTed Trask2011-09-011-370/+79
|
* Make two-step import using weblog table so can calculate usage and watch usersTed Trask2011-08-291-8/+25
|
* No need to have four duplicate importlogentry functionsTed Trask2011-08-291-38/+11
|
* Only read word lists once for speed improvement and to avoid exception if ↵Ted Trask2011-08-261-12/+20
| | | | missing
* Change database name back to webproxylog so upgrades are easierTed Trask2011-08-261-2/+2
|