Page MenuHomePhorge
Feed Advanced Search

Apr 8 2020

mollekopf committed rG3322866185fa: test cleanup (authored by mollekopf).
test cleanup
Apr 8 2020, 3:45 PM
mollekopf committed rG6ece9bc7e890: Full protocol dumps in debug output (authored by mollekopf).
Full protocol dumps in debug output
Apr 8 2020, 3:45 PM
mollekopf committed rGc3a3e0d8b8cf: Check current_command_split in tests (authored by mollekopf).
Check current_command_split in tests
Apr 8 2020, 3:45 PM
mollekopf committed rGfa2df8729fbb: Process client-data line by line to deal multiple commands arriving in the same… (authored by mollekopf).
Process client-data line by line to deal multiple commands arriving in the same…
Apr 8 2020, 3:45 PM
mollekopf committed rG0f620068f5f7: Split out rule application into a seprate function. (authored by mollekopf).
Split out rule application into a seprate function.
Apr 8 2020, 3:45 PM
mollekopf committed rG2d421059db3a: kolab_guam_session_SUITE (authored by mollekopf).
kolab_guam_session_SUITE
Apr 8 2020, 3:45 PM
mollekopf committed rG1e627052fab9: Moved record to separate file so it can be reused from tests (authored by mollekopf).
Moved record to separate file so it can be reused from tests
Apr 8 2020, 3:45 PM
mollekopf committed rG7dc2e1ba57ec: The extra case is not necessary to deal with empty lines (authored by mollekopf).
The extra case is not necessary to deal with empty lines
Apr 8 2020, 3:45 PM
mollekopf committed rG366e18153cc8: Avoid unnecessary explicit cast (authored by mollekopf).
Avoid unnecessary explicit cast
Apr 8 2020, 3:45 PM
mollekopf committed rG1e2b6740c3d7: set the incoming socket to be a keep-alive socket (authored by Aaron Seigo <seigo@kolabsystems.com>).
set the incoming socket to be a keep-alive socket
Apr 8 2020, 3:45 PM

Mar 31 2020

mollekopf claimed T1634: "IMAP Idle" through guam connections are dropped after 300 seconds.

Unfortunately missed this for 0.9.6, so I'll pick it up in the next release.

Mar 31 2020, 3:29 PM · Guam, Bug Reports
mollekopf abandoned D714: LIST-EXTENDED/LIST-STATUS support.

This has already been merged.

Mar 31 2020, 3:27 PM
mollekopf moved T2660: Missing package dependancies and packaging issues with guam from Backlog to Done on the Guam board.
Mar 31 2020, 3:16 PM · Guam, Bug Reports
mollekopf closed T2660: Missing package dependancies and packaging issues with guam as Resolved.

This has been resolved in packaging as far as I know.

Mar 31 2020, 3:16 PM · Guam, Bug Reports
mollekopf moved T5791: Guam crash: "in state passthrough terminated with reason: bad argument in call to erlang:bit_size( ..." from Backlog to Done on the Guam board.
Mar 31 2020, 3:15 PM · Guam
mollekopf moved T3257: guam workaround for stalling client buffer (not fixing split and buffer handling) from Backlog to Done on the Guam board.
Mar 31 2020, 3:15 PM · Restricted Project, Guam
mollekopf closed T3257: guam workaround for stalling client buffer (not fixing split and buffer handling) as Resolved.

Available since 0.9.5.

Mar 31 2020, 3:14 PM · Restricted Project, Guam
mollekopf closed T5791: Guam crash: "in state passthrough terminated with reason: bad argument in call to erlang:bit_size( ..." as Resolved.

Now available in 0.9.6

Mar 31 2020, 3:12 PM · Guam
mollekopf committed rG0005a4d8aaca: 0.9.6 (authored by mollekopf).
0.9.6
Mar 31 2020, 2:08 PM
mollekopf committed rG1401c6833a10: List all dependencies in app.src (authored by mollekopf).
List all dependencies in app.src
Mar 31 2020, 2:08 PM
mollekopf committed rG8c73d84ffc15: Don't delete priv/ (authored by mollekopf).
Don't delete priv/
Mar 31 2020, 2:08 PM
mollekopf committed rG5313e5cca5f0: Updated rebar from the pre-built version (authored by mollekopf).
Updated rebar from the pre-built version
Mar 31 2020, 2:08 PM
mollekopf committed rEIc5abc01db1fd: Merge branch 'develop' (authored by mollekopf).
Merge branch 'develop'
Mar 31 2020, 2:07 PM
mollekopf committed rEI3f790daf5f02: goldrush doesn't seem to be actually required (authored by mollekopf).
goldrush doesn't seem to be actually required
Mar 31 2020, 2:06 PM
mollekopf committed rEI001a16a62433: Added relx section (authored by mollekopf).
Added relx section
Mar 31 2020, 2:06 PM
mollekopf committed rEIec86a8bfc5c6: 0.4.1 (authored by mollekopf).
0.4.1
Mar 31 2020, 2:06 PM
mollekopf committed rEId8d4c8067802: Updated rebar3 copy (authored by mollekopf).
Updated rebar3 copy
Mar 31 2020, 2:06 PM

Mar 28 2020

mollekopf committed rEIe71f580d89e2: remove warnings_as_errors to avoid gen_fsm warning from OTP 20 (authored by mollekopf).
remove warnings_as_errors to avoid gen_fsm warning from OTP 20
Mar 28 2020, 11:10 AM
mollekopf committed rEIbc8cf24de05d: Support untagged commands (authored by mollekopf).
Support untagged commands
Mar 28 2020, 11:10 AM
mollekopf closed D83: Add build/ to .gitignore.
Mar 28 2020, 10:40 AM
mollekopf committed rGae6f2abb47a3: Instead of converting the values from zlib:deflate to binary by hand we can use… (authored by mollekopf).
Instead of converting the values from zlib:deflate to binary by hand we can use…
Mar 28 2020, 10:36 AM
mollekopf closed D1090: Instead of converting the values from zlib:deflate to binary by hand we can use the iolist_to_binary() function from erlang; this allows us to convert also nested iolists..
Mar 28 2020, 10:36 AM
mollekopf committed rEI516ed474dc97: Instead of converting the values from zlib:deflate to binary by hand we can use… (authored by mollekopf).
Instead of converting the values from zlib:deflate to binary by hand we can use…
Mar 28 2020, 10:32 AM
mollekopf closed D1081: Instead of converting the values from zlib:deflate to binary by hand we can use the iolist_to_binary() function from erlang; this allows us to convert also nested iolists..
Mar 28 2020, 10:32 AM
mollekopf committed rEI10069830bcb9: Added .arcconfig (authored by mollekopf).
Added .arcconfig
Mar 28 2020, 10:32 AM
mollekopf abandoned D196: A new libmessageparser interface.
Mar 28 2020, 8:35 AM · Kube
mollekopf added a task to D1081: Instead of converting the values from zlib:deflate to binary by hand we can use the iolist_to_binary() function from erlang; this allows us to convert also nested iolists.: T5791: Guam crash: "in state passthrough terminated with reason: bad argument in call to erlang:bit_size( ...".
Mar 28 2020, 8:21 AM
mollekopf added a revision to T5791: Guam crash: "in state passthrough terminated with reason: bad argument in call to erlang:bit_size( ...": D1081: Instead of converting the values from zlib:deflate to binary by hand we can use the iolist_to_binary() function from erlang; this allows us to convert also nested iolists..
Mar 28 2020, 8:21 AM · Guam
mollekopf updated the diff for D1081: Instead of converting the values from zlib:deflate to binary by hand we can use the iolist_to_binary() function from erlang; this allows us to convert also nested iolists..

Apply patch to the develop branch

Mar 28 2020, 8:20 AM
mollekopf abandoned D1087: Instead of converting the values from zlib:deflate to binary by hand we can use the iolist_to_binary() function from erlang; this allows us to convert also nested iolists..
Mar 28 2020, 8:19 AM
mollekopf added a task to D1090: Instead of converting the values from zlib:deflate to binary by hand we can use the iolist_to_binary() function from erlang; this allows us to convert also nested iolists.: T5791: Guam crash: "in state passthrough terminated with reason: bad argument in call to erlang:bit_size( ...".
Mar 28 2020, 8:16 AM
mollekopf added a revision to T5791: Guam crash: "in state passthrough terminated with reason: bad argument in call to erlang:bit_size( ...": D1090: Instead of converting the values from zlib:deflate to binary by hand we can use the iolist_to_binary() function from erlang; this allows us to convert also nested iolists..
Mar 28 2020, 8:16 AM · Guam
mollekopf requested review of D1090: Instead of converting the values from zlib:deflate to binary by hand we can use the iolist_to_binary() function from erlang; this allows us to convert also nested iolists..
Mar 28 2020, 8:15 AM
mollekopf requested review of D1087: Instead of converting the values from zlib:deflate to binary by hand we can use the iolist_to_binary() function from erlang; this allows us to convert also nested iolists..
Mar 28 2020, 8:11 AM

Mar 27 2020

mollekopf requested review of D1081: Instead of converting the values from zlib:deflate to binary by hand we can use the iolist_to_binary() function from erlang; this allows us to convert also nested iolists..
Mar 27 2020, 11:39 AM
mollekopf claimed T5791: Guam crash: "in state passthrough terminated with reason: bad argument in call to erlang:bit_size( ...".

I will look into integrating the patches.

Mar 27 2020, 11:00 AM · Guam
mollekopf created T5791: Guam crash: "in state passthrough terminated with reason: bad argument in call to erlang:bit_size( ...".
Mar 27 2020, 10:59 AM · Guam

Mar 9 2020

mollekopf added a comment to D1006: Use property_exists instead of array_key_exists on object.

Discovered here:
https://bifrost.kolabsystems.com/T333473

Mar 9 2020, 11:47 AM
mollekopf added reviewers for D1006: Use property_exists instead of array_key_exists on object: machniak, Syncroton Developers.
Mar 9 2020, 11:46 AM
mollekopf requested review of D1006: Use property_exists instead of array_key_exists on object.
Mar 9 2020, 11:45 AM

Feb 12 2020

mollekopf added a reviewer for D958: Better error message on wopi discovery failure: machniak.
Feb 12 2020, 2:49 PM
mollekopf accepted D955: log_error doesn't exist, use raise_error.
Feb 12 2020, 2:48 PM
mollekopf requested review of D958: Better error message on wopi discovery failure.
Feb 12 2020, 2:48 PM
mollekopf requested review of D955: log_error doesn't exist, use raise_error.
Feb 12 2020, 2:48 PM

Feb 5 2020

mollekopf committed rKP927c3d235d0c: kdepim-4.13.0.35 (authored by mollekopf).
kdepim-4.13.0.35
Feb 5 2020, 2:03 PM
mollekopf committed rKPcb8c6a10c37a: A development environment to build kdepim (authored by mollekopf).
A development environment to build kdepim
Feb 5 2020, 2:03 PM
mollekopf committed rKPcccf5b6ff0e8: There is no wallet anymore (authored by mollekopf).
There is no wallet anymore
Feb 5 2020, 2:03 PM

Dec 16 2019

mollekopf committed rLKX4a57610424c2: Fix zonetabconversion script for timezones with three name elements e.g. (authored by machniak).
Fix zonetabconversion script for timezones with three name elements e.g.
Dec 16 2019, 1:51 PM
mollekopf closed D829: Fix zonetabconversion script for timezones with three name elements e.g. America/Indiana/Indianapolis.
Dec 16 2019, 1:50 PM

Dec 4 2019

mollekopf committed rFKUBE177c7de5c255: Lock kasync version (authored by mollekopf).
Lock kasync version
Dec 4 2019, 10:20 AM

Nov 18 2019

mollekopf committed rG3d1fc7327a47: Merge branch 'develop' (authored by mollekopf).
Merge branch 'develop'
Nov 18 2019, 12:05 PM
mollekopf committed rG11b5f6d6cca2: Release of 0.9.5 (authored by mollekopf).
Release of 0.9.5
Nov 18 2019, 12:04 PM

Nov 14 2019

mollekopf committed rG8dd174db900d: Factor out foldername extraction (authored by mollekopf).
Factor out foldername extraction
Nov 14 2019, 4:43 PM
mollekopf committed rGbe2c6543eb62: String literal test (authored by mollekopf).
String literal test
Nov 14 2019, 3:12 PM
mollekopf committed rGd081b813b57c: Fixed tuple format description (authored by mollekopf).
Fixed tuple format description
Nov 14 2019, 3:12 PM
mollekopf committed rG5fb59623d06c: Test LIST-STATUS as well (authored by mollekopf).
Test LIST-STATUS as well
Nov 14 2019, 3:12 PM
mollekopf committed rGdda2cac6e5b3: Fixed crash with folder names containing a [ (authored by mollekopf).
Fixed crash with folder names containing a [
Nov 14 2019, 3:12 PM
mollekopf committed rG288988bed685: Add missing space in testcase (authored by mollekopf).
Add missing space in testcase
Nov 14 2019, 3:12 PM
mollekopf committed rG7781b3e02579: Testcase for LIST-EXTENDED response (authored by mollekopf).
Testcase for LIST-EXTENDED response
Nov 14 2019, 3:12 PM
mollekopf committed rG5dbd36c3a720: Testcase for numeric folders (authored by mollekopf).
Testcase for numeric folders
Nov 14 2019, 3:12 PM
mollekopf committed rGcb4bad8500cf: guam-0.9.4-D714-for-T160184.patch (authored by mollekopf).
guam-0.9.4-D714-for-T160184.patch
Nov 14 2019, 3:12 PM
mollekopf committed rG9cec357257e5: guam-0.9.2-stalling-client-buffer-and-split-command-handling.patch (authored by mollekopf).
guam-0.9.2-stalling-client-buffer-and-split-command-handling.patch
Nov 14 2019, 3:12 PM
mollekopf committed rGbfe358de6dc4: Test splitting CR and LF (authored by mollekopf).
Test splitting CR and LF
Nov 14 2019, 3:12 PM
mollekopf committed rG9dcbd1c75496: Reproduced crash with square brackets in foldernames (authored by mollekopf).
Reproduced crash with square brackets in foldernames
Nov 14 2019, 3:12 PM
mollekopf committed rG0d3fd56445f1: Fixed tuple format description (authored by mollekopf).
Fixed tuple format description
Nov 14 2019, 1:44 PM
mollekopf committed rGf96cb4507c36: Test LIST-STATUS as well (authored by mollekopf).
Test LIST-STATUS as well
Nov 14 2019, 1:44 PM
mollekopf committed rG7eefaceadc39: Fixed guam with folder names containing a [ (authored by mollekopf).
Fixed guam with folder names containing a [
Nov 14 2019, 1:44 PM
mollekopf committed rG4cd00c7887ac: Add missing space in testcase (authored by mollekopf).
Add missing space in testcase
Nov 14 2019, 1:44 PM
mollekopf committed rGf480fb5e15de: Testcase for LIST-EXTENDED response (authored by mollekopf).
Testcase for LIST-EXTENDED response
Nov 14 2019, 1:44 PM
mollekopf committed rG0cf350de34e4: Testcase for numeric folders (authored by mollekopf).
Testcase for numeric folders
Nov 14 2019, 1:44 PM
mollekopf committed rG733a0eb44c10: guam-0.9.4-D714-for-T160184.patch (authored by mollekopf).
guam-0.9.4-D714-for-T160184.patch
Nov 14 2019, 1:44 PM
mollekopf committed rG4e8ef8a51a42: guam-0.9.2-stalling-client-buffer-and-split-command-handling.patch (authored by mollekopf).
guam-0.9.2-stalling-client-buffer-and-split-command-handling.patch
Nov 14 2019, 1:44 PM
mollekopf committed rG0bc199581185: Test splitting CR and LF (authored by Christian Mollekopf <chrigi_1@fastmail.fm>).
Test splitting CR and LF
Nov 14 2019, 1:44 PM
mollekopf committed rG1c19032947a9: Attempt to reproduce the witnessed crash (authored by mollekopf).
Attempt to reproduce the witnessed crash
Nov 14 2019, 1:44 PM
mollekopf committed rGc10e73979584: Fixed rebar usage according to error messages (authored by mollekopf).
Fixed rebar usage according to error messages
Nov 14 2019, 1:44 PM

Nov 3 2019

mollekopf committed rFKUBEf4514747ff31: Enabled journald support (authored by mollekopf).
Enabled journald support
Nov 3 2019, 3:51 PM
mollekopf committed rFKUBE5caf48f39f31: Adapt to noto repostiory changes (authored by mollekopf).
Adapt to noto repostiory changes
Nov 3 2019, 3:51 PM
mollekopf committed rFKUBE3c4dc3b397b9: Adapt to repository rename (authored by mollekopf).
Adapt to repository rename
Nov 3 2019, 3:51 PM
mollekopf committed rFKUBE7b39ea2bd342: Updated to 5.12.5 and removed unused qtlocation (authored by mollekopf).
Updated to 5.12.5 and removed unused qtlocation
Nov 3 2019, 3:51 PM

Aug 5 2019

mollekopf added a reviewer for D779: Also unflag messages again.: Syncroton Developers.
Aug 5 2019, 10:44 AM

Jul 29 2019

mollekopf requested review of D779: Also unflag messages again..
Jul 29 2019, 12:07 PM

Jun 29 2019

mollekopf committed rFKUBEf1dcda07df3f: Looks like harfbuzz is part of the runtime now (authored by mollekopf).
Looks like harfbuzz is part of the runtime now
Jun 29 2019, 12:24 AM
mollekopf committed rFKUBE63c0aa79c5a6: qt 5.12 (authored by mollekopf).
qt 5.12
Jun 29 2019, 12:24 AM
mollekopf committed rFKUBE92bd77de160b: Adjust prefix since we're not building a runtime (authored by mollekopf).
Adjust prefix since we're not building a runtime
Jun 29 2019, 12:24 AM

Apr 23 2019

mollekopf committed rLKXa2b576cf602a: Updated tztable.h (authored by mollekopf).
Updated tztable.h
Apr 23 2019, 7:57 PM

Apr 17 2019

mollekopf committed rI51ba8a44fbe9: Support shortlogins via the username_domain configuration option. (authored by mollekopf).
Support shortlogins via the username_domain configuration option.
Apr 17 2019, 12:58 PM
mollekopf closed D755: Support shortlogins via the username_domain configuration option..
Apr 17 2019, 12:58 PM
mollekopf updated the summary of D755: Support shortlogins via the username_domain configuration option..
Apr 17 2019, 12:19 PM
mollekopf added reviewers for D755: Support shortlogins via the username_domain configuration option.: iRony Developers, machniak, vanmeeuwen.
Apr 17 2019, 12:19 PM
mollekopf requested review of D755: Support shortlogins via the username_domain configuration option..
Apr 17 2019, 12:17 PM