summaryrefslogtreecommitdiff
path: root/app-office/radicale/files/radicale.init.d
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2011-07-26 23:20:54 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2011-07-26 23:20:54 +0200
commit170b287049b19503d00cdf98e6a04ba65c60161e (patch)
tree821ae41dfefbd97e17d04d3b298cdf94cd5b88a0 /app-office/radicale/files/radicale.init.d
parent256abb028713a9abc4fbf692451905b6a1e42f02 (diff)
downloadoverlay-170b287049b19503d00cdf98e6a04ba65c60161e.tar.gz
overlay-170b287049b19503d00cdf98e6a04ba65c60161e.tar.bz2
overlay-170b287049b19503d00cdf98e6a04ba65c60161e.zip
Completely disable compiling this module
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
t/commit/main.go?h=v0.8.0&id=ed1e06e6d81645fb5fedd89018c30f95b7598f84&follow=1'>Rename package 'parse' to 'feed'René 'Necoro' Neumann2-3/+3 2020-04-19SELECT is not necessary for most operations -- skip itRené 'Necoro' Neumann2-12/+1 2020-04-19Store path as array -- the delimiter is not always '.'René 'Necoro' Neumann3-36/+44 2020-04-19Split client part to client.goRené 'Necoro' Neumann2-125/+137 2020-04-19IMAP: Create foldersRené 'Necoro' Neumann1-4/+38 2020-04-19Improved IMAPRené 'Necoro' Neumann1-3/+88 2020-04-19Started IMAP connectionRené 'Necoro' Neumann4-0/+152 2020-04-19Use our own logger for debug for convenience sakeRené 'Necoro' Neumann1-2/+3 2020-04-19Fix debug logging m(René 'Necoro' Neumann1-2/+2 2020-04-19Rename util.go to log.go. Add verbose modeRené 'Necoro' Neumann4-24/+54 2020-04-19Clean go.modRené 'Necoro' Neumann2-3/+0 2020-04-19Do not print the parsedCfg anymoreRené 'Necoro' Neumann1-1/+1 2020-04-19Increase go-version to 1.14René 'Necoro' Neumann1-2/+2 2020-04-19CI: go vetRené 'Necoro' Neumann1-0/+3 2020-04-19Fetching and parsing the feedsRené 'Necoro' Neumann5-4/+113 2020-04-19Ignore all config*.ymlRené 'Necoro' Neumann1-1/+1 /src/platform/darwin.sh?h=1.6.5&id=414bab7d973b50431854496811608c549fb541e1&follow=1'>clip: suppress kill errorJason A. Donenfeld2-3/+3 2014-03-22clip: do not race on osxJason A. Donenfeld1-5/+5 2014-03-22clip: use pkill instead of procJason A. Donenfeld1-1/+1 2014-03-20Keepass import should include root-level entriesErik Mackdanz1-0/+1 Repro steps: 1. In KeePass, add some entries as children of the root node 2. Export the KeePass to foo.xml 3. 'keepass2pass.py -f foo.xml' Expect: all entries imported Actual: root-level entries are skipped 2014-03-20keepassx2pass: friendly title fieldPhilip Chase1-1/+24 This patch removes several special characters while attempting to preserve as much meaning in the filename as possible. These changes are made to the KeepassX title before it is used as a file password store filename: - Spaces between words in file names are replaced with camelCasing. - The characters \ | ( ) are each replaced with a hyphen. - Trailing hypens are removed. - @ is replaced with "At" - ' is removed