fox.cpp
80328b8dee
Fix a few linter warnings + gofmt + goimports
2022-06-23 14:34:57 +03:00
fox.cpp
75ac2a6f20
table/file: Reimplement conditional reloads
2022-06-23 14:04:51 +03:00
angelnu
7df6b03fe6
use camelCase
2022-02-03 22:56:30 +00:00
angelnu
995e4e0bca
review feedback
2022-01-31 22:07:20 +00:00
angelnu
db569891a5
go fmt
2022-01-31 21:59:27 +00:00
angelnu
ca3f746184
extend to multi
2022-01-30 03:30:46 +00:00
angelnu
639f1a609d
add test for 1-N
2022-01-28 02:08:37 +00:00
angelnu
f44b57351f
add LookupMulti to table.static
2022-01-27 23:35:59 +00:00
fox.cpp
cbb64b6127
table/sql_table: Fix incorrect for PostgreSQL type being used in table creation
...
See #386 .
2021-08-21 09:23:29 +03:00
Gusted
c6d060908b
refactor(unused): remove unused paramaters
2021-08-10 19:33:54 +03:00
Gusted
32b75262ad
refactor(ifelse): shorten logic where possible
2021-08-10 19:33:54 +03:00
fox.cpp
61e6e73910
Merge branch 'dev'
2021-08-09 13:01:18 +03:00
fox.cpp
4e9a1258dc
Implement table.email_localpart to strip domain from emails
2021-08-09 11:43:20 +03:00
fox.cpp
956e9ed65f
Remove deprecated 0.3 module name aliases
2021-07-15 16:27:15 +03:00
fox.cpp
6c5c5d10c4
table: Implement module.MultiTable for file, sql_query, sql_table and static
2021-07-11 19:45:16 +03:00
fox.cpp
e041a786a0
table/sql_query: Allow to use numbered parameters in queries
...
See #371 . This is a holy mess of two broken drivers we depend on.
2021-07-10 23:25:15 +03:00
fox.cpp
6d44617840
Use context.Context in module.Table
...
Closes #366 .
2021-07-10 14:56:43 +03:00
fox.cpp
147af77cb9
table/chain: Fix table.chain not being usable as a top-level config
2021-07-10 00:07:13 +03:00
fox.cpp
f38fabb1c8
table/file: Allow table to be created without specifying files in inline args
2021-07-09 23:35:31 +03:00
fox.cpp
38cfb981ec
table/chain: Add optional_step
...
Seems to be useful for integration of aliases matching into #268 .
2021-07-09 22:49:14 +03:00
fox.cpp
a8826f1cad
table: Add table.chain module
2020-09-19 18:05:01 +03:00
fox.cpp
2d18ff5a30
MIT => GPLv3; Add license/copyright notices everywhere
2020-07-22 16:12:26 +03:00
fox.cpp
d6105aed26
table: Allow using regexp table without replacement specified
2020-07-18 11:30:42 +03:00
fox.cpp
bcceec4fe4
Extract several packages to form a public API
2020-07-15 01:31:06 +03:00
fox.cpp
03d9e52627
Rename modules and introduce namespace-aware module name lookups
...
See #248 .
2020-07-15 01:31:05 +03:00
fox.cpp
071d06dbff
table: Fix use of numbered argument placeholders
...
go-sqlite3 does not implement them properly (in fact, the proper support
was just removed, wtf, mattn). Additionally, go-sqlite3 does not handle
$name or @name properly despite these being supported by SQLite, only
:name works.
Closes #241 .
2020-06-19 14:09:48 +03:00
fox.cpp
e19d21dfcb
Fully separate authentication from IMAP access
...
Now imapsql module does not handle authentication. (it was not doing it so well
anyway)
sql_table module was introduced and used in the default configuration as
a replacement for functionality that was implemented by imapsql before.
Parts of maddyctl code were rewritten to make it work transparently with
any IMAP backend or credentials store.
Closes #212 .
2020-04-14 00:06:47 +03:00
fox.cpp
a5288aa27a
table: Add identity, static and regexp table modules
2020-03-06 02:28:31 +03:00
fox.cpp
9b279735e8
Address several TODO comments
...
Several comments were removed since they are not worth the trouble.
A few minor issues were addressed.
Most of remaining comments got corresponding GitHub issues assigned.
2020-03-05 02:26:30 +03:00
fox.cpp
1579ea10b2
Use config.Node instead of *config.Node everywhere
...
Closes #197 .
2020-03-05 02:26:29 +03:00
fox.cpp
8b7577697b
table: Fix-up log message about missing file
2020-03-01 02:36:54 +03:00
fox.cpp
a91d8c2334
table: Fix race in file_table reload test
...
O_SYNC should be used to make sure other thread running concurrently
will see the change.
2020-02-29 22:44:32 +03:00
fox.cpp
ae36536d93
table: Implement SQL query-based table
...
Closes #82 .
2020-02-29 19:23:28 +03:00
fox.cpp
9012d346ac
table: Fix-up file reload test
2020-02-28 02:35:26 +03:00
fox.cpp
744dd3e10d
Implement separate lookups for username and password in authentication
...
Closes #56 .
2020-02-28 00:29:41 +03:00