about summary refs log tree commit diff
path: root/unscoop.c (follow)
Commit message (Collapse)AuthorAge
* Match weechat query noticesJune McEnroe2021-05-18
|
* Interpret weechat and znc timestamps as local timeJune McEnroe2021-05-18
|
* Add weechat format to unscoopJune McEnroe2021-05-18
|
* Add znc format to unscoopJune McEnroe2021-05-17
|
* Print paths to stdout and progress to stderrJune McEnroe2021-05-17
|
* Allocate 1 + ParamCap matches in unscoopJune McEnroe2021-05-17
| | | | | The IRC KICK matcher uses all 8 params, but there is always an extra match for the whole thing.
* Avoid VLAsJune McEnroe2021-05-17
| | | | | People don't like them. I'm still not sold on their dangers or whatever, but they're easy enough to avoid anyway.
* Get list of formats to test from unscoop itselfJune McEnroe2021-05-02
|
* Rename unscoop test flag to -!June McEnroe2020-09-30
|
* Use dataPath for dbFindJune McEnroe2020-08-20
|
* Say "OpenSSL" in additional permission noticesJune McEnroe2020-08-10
| | | | | | | LibreSSL is "a modified version of that library". Oops, should've done this before tagging, but I don't think it matters much. They're both versions of the same library, right?
* Convert timestamps to unix epoch timeJune McEnroe2020-07-08
| | | | This saves 125 MB on my own database after VACUUM.
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
| | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs
* Add unscoop matchers for ban/unban eventsJune McEnroe2020-04-05
| | | | | The IRC and Textual matchers miss bans mixed with other mode changes, but those are rare.
* Add unscoop -n flag for checking regexpsJune McEnroe2020-04-05
|
* Update styleJune McEnroe2020-04-02
| | | | | Replacing declarations followed by while loops with for loops and generating the short option string from the long options.
* Update unscoop catgirl matchersJune McEnroe2020-03-31
| | | | | | I'm not concerned about keeping the old matchers since I'm almost entirely certain I was the only one who ever used the old version of catgirl, and I already imported those logs.
* Fix unscoop dedup window syntaxJune McEnroe2020-01-11
|
* Rename unscoop -C to -cJune McEnroe2020-01-04
| | | | For consistency with scoop.
* It's The Big RefactorJune McEnroe2019-12-24
|
* Take optional explicit path in dbFindJune McEnroe2019-12-23
|
* Factour out verbose, dbStep+resetJune McEnroe2019-12-23
|
* Rewrite litterbox statements with functionsJune McEnroe2019-12-18
|
* Separate dbBindText wrappers to allow for transientJune McEnroe2019-12-17
|
* Use parameter names for all bindsJune McEnroe2019-12-17
|
* Move ARRAY_LEN to database.hJune McEnroe2019-12-16
|
* Style cleanupJune McEnroe2019-12-13
|
* Compact matcher arrays a littleJune McEnroe2019-12-13
|
* Use a macro to write SQL as C tokens without quotesJune McEnroe2019-12-13
| | | | | | | | | | This switches to using :params rather than $params only because $ is allowed in identifiers as an extension, whereas : is always a separate preprocessor token. This has the advantage that # collapses excessive whitespace but otherwise preserves formatting, so the resulting SQL query strings look pretty normal.
* Infer context from input pathsJune McEnroe2019-12-12
| | | | | | | | This could probably use some cleanup, but it's been in-progress for a week already. Also missing documentation and examples. But this did let me import 3.5 million events from Textual logs in about 6 minutes, so that's cool.
* Match missing final parameters in irc formatJune McEnroe2019-12-08
|
* Add irc formatJune McEnroe2019-12-07
|
* Stop after the first matcher to matchJune McEnroe2019-12-07
|
* Use named parameters in unscoop matchersJune McEnroe2019-12-06
|
* Fold networks into contextsJune McEnroe2019-12-06
|
* Rename IDs to nouns and join with USINGJune McEnroe2019-12-06
|
* Add deduplication function to unscoopJune McEnroe2019-12-06
|
* Add catgirl formatJune McEnroe2019-12-06
|
* Handle optional regex groupsJune McEnroe2019-12-06
|
* Add textual format to unscoopJune McEnroe2019-12-05
|
* Include network/context in progress outputJune McEnroe2019-12-05
|
* Import in one transaction per fileJune McEnroe2019-12-05
|
* Insert colons into timezonesJune McEnroe2019-12-05
|
* Add basic unscoop import toolJune McEnroe2019-12-05
class='logheader'>2018-09-11ui-ssdiff: ban strncpy()Christian Hesse Git upstream bans strncpy() with commit: banned.h: mark strncpy() as banned e488b7aba743d23b830d239dcc33d9ca0745a9ad Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11ui-shared: ban strcat()Christian Hesse Git upstream bans strcat() with commit: banned.h: mark strcat() as banned 1b11b64b815db62f93a04242e4aed5687a448748 To avoid compiler warnings from gcc 8.1.x we get the hard way. Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11ui-patch: ban sprintf()Christian Hesse Git upstream bans sprintf() with commit: banned.h: mark sprintf() as banned cc8fdaee1eeaf05d8dd55ff11f111b815f673c58 Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11ui-log: ban strncpy()Christian Hesse Git upstream bans strncpy() with commit: banned.h: mark strncpy() as banned e488b7aba743d23b830d239dcc33d9ca0745a9ad Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11ui-log: ban strcpy()Christian Hesse Git upstream bans strcpy() with commit: automatically ban strcpy() c8af66ab8ad7cd78557f0f9f5ef6a52fd46ee6dd Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11parsing: ban sprintf()Christian Hesse Git upstream bans sprintf() with commit: banned.h: mark sprintf() as banned cc8fdaee1eeaf05d8dd55ff11f111b815f673c58 Signed-off-by: Christian Hesse <mail@eworm.de> 2018-09-11parsing: ban strncpy()Christian Hesse Git upstream bans strncpy() with commit: banned.h: mark strncpy() as banned e488b7aba743d23b830d239dcc33d9ca0745a9ad Signed-off-by: Christian Hesse <mail@eworm.de> 2018-08-28filters: generate anchor links from markdownChristian Hesse This makes the markdown filter generate anchor links for headings. Signed-off-by: Christian Hesse <mail@eworm.de> Tested-by: jean-christophe manciot <actionmystique@gmail.com> 2018-08-03Bump version.Jason A. Donenfeld Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2018-08-03clone: fix directory traversalJason A. Donenfeld This was introduced in the initial version of this code, way back when in 2008. $ curl http://127.0.0.1/cgit/repo/objects/?path=../../../../../../../../../etc/passwd root:x:0:0:root:/root:/bin/sh ... Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Reported-by: Jann Horn <jannh@google.com> 2018-08-03config: record repo.snapshot-prefix in the per-repo configKonstantin Ryabitsev