| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure .disconnect() is issued in order to prevent connections stacking up | Jeroen van Meeuwen (Kolab Systems) | 2013-05-07 | 1 | -0/+7 |
* | Replace the blob null bytes we're getting (#1627, #1631) | Jeroen van Meeuwen (Kolab Systems) | 2013-05-03 | 1 | -4/+15 |
* | Throttle the number of connections | Jeroen van Meeuwen (Kolab Systems) | 2013-05-03 | 1 | -1/+14 |
* | Update copyright | Jeroen van Meeuwen (Kolab Systems) | 2013-04-17 | 5 | -5/+5 |
* | Sending out the message requires nul characters (where do they come from?) be... | Jeroen van Meeuwen (Kolab Systems) | 2013-02-08 | 1 | -2/+8 |
* | If we ensure it is stored as ascii, anything non-ascii gets written out as th... | Jeroen van Meeuwen (Kolab Systems) | 2013-02-08 | 1 | -1/+3 |
* | Add a Wallace module that can add footers to messages | Jeroen van Meeuwen (Kolab Systems) | 2012-12-29 | 1 | -0/+172 |
* | Use the original SMTP communication exchange for recipients and senders (#1469) | Jeroen van Meeuwen (Kolab Systems) | 2012-12-24 | 1 | -10/+19 |
* | Adjust the resources module to match the new format in which files are writte... | Jeroen van Meeuwen (Kolab Systems) | 2012-12-24 | 1 | -13/+10 |
* | Write out messages received to the spool as a JSON object that preserves the ... | Jeroen van Meeuwen (Kolab Systems) | 2012-12-24 | 1 | -0/+9 |
* | Include tmpfiles.d in dist tarball | Jeroen van Meeuwen (Kolab Systems) | 2012-11-25 | 1 | -1/+2 |
* | Add tmpfiles.d configuration files | Jeroen van Meeuwen (Kolab Systems) | 2012-10-01 | 1 | -0/+2 |
* | Revert "List Default-Start runlevels explicitly, and start the services on ru... | Jeroen van Meeuwen (Kolab Systems) | 2012-09-12 | 1 | -2/+2 |
* | List Default-Start runlevels explicitly, and start the services on runlevel 2... | Jeroen van Meeuwen (Kolab Systems) | 2012-09-12 | 1 | -2/+2 |
* | Correctly pass on the original recipients to the SMTP forwarding | Jeroen van Meeuwen (Kolab Systems) | 2012-09-04 | 1 | -3/+4 |
* | Clause the inclusion of /etc/init.d/functions (it should exist) | Jeroen van Meeuwen (Kolab Systems) | 2012-08-23 | 1 | -3/+9 |
* | Update translations | Jeroen van Meeuwen (Kolab Systems) | 2012-08-14 | 1 | -4/+2 |
* | Fix #916 (iTip messages w/o resources getting stuck) | Jeroen van Meeuwen (Kolab Systems) | 2012-08-04 | 1 | -5/+5 |
* | Fully implement delegation | Jeroen van Meeuwen (Kolab Systems) | 2012-07-17 | 1 | -5/+39 |
* | Reduce code footprint for itip/resource detection, | Jeroen van Meeuwen (Kolab Systems) | 2012-07-17 | 1 | -52/+162 |
* | Merge branch 'master' of ssh://git.kolabsys.com/git/pykolab | Jeroen van Meeuwen (Kolab Systems) | 2012-07-13 | 1 | -23/+8 |
|\ |
|
| * | Use utility function to_dt() before comparing es/is/ee/es, greatly simplifyin... | Jeroen van Meeuwen (Kolab Systems) | 2012-07-13 | 1 | -23/+8 |
* | | This error should actually just be a debug message | Jeroen van Meeuwen (Kolab Systems) | 2012-07-13 | 1 | -1/+1 |
|/ |
|
* | Fix $prog variable so the service manages to stop when requested | Jeroen van Meeuwen (Kolab Systems) | 2012-07-13 | 1 | -1/+1 |
* | from distutils import version | Jeroen van Meeuwen (Kolab Systems) | 2012-07-13 | 1 | -0/+1 |
* | Provide Python 2.6 compatibility in multiprocessing.Pool class arguments | Jeroen van Meeuwen (Kolab Systems) | 2012-07-12 | 1 | -6/+10 |
* | Prevent failure from writing the pidfile from stopping the process from runni... | Jeroen van Meeuwen (Kolab Systems) | 2012-07-12 | 1 | -3/+6 |
* | Correct permission problem on the pidfile directory (#877) | Jeroen van Meeuwen (Kolab Systems) | 2012-07-12 | 1 | -1/+6 |
* | Import the required utils | Jeroen van Meeuwen (Kolab Systems) | 2012-06-13 | 1 | -0/+1 |
* | Make use of the new ensure_directory() function (#840) | Jeroen van Meeuwen (Kolab Systems) | 2012-06-13 | 1 | -0/+6 |
* | Include LSB headers for default-start and default-stop | Jeroen van Meeuwen (Kolab Systems) | 2012-06-06 | 1 | -0/+2 |
* | Make sure we use no functions that have been introduced in Python > 2.6 (#803) | Jeroen van Meeuwen (Kolab Systems) | 2012-05-29 | 1 | -6/+10 |
* | - Use pools instead of the less subtle threading, as threading would | Jeroen van Meeuwen (Kolab Systems) | 2012-05-24 | 1 | -307/+132 |
* | Remove extraordinary debug logging statements and conform to the general <= 8... | Jeroen van Meeuwen (Kolab Systems) | 2012-05-24 | 1 | -46/+154 |
* | Rebase on top of python-icalendar 3.0 | Jeroen van Meeuwen (Kolab Systems) | 2012-05-22 | 1 | -33/+38 |
* | Update Wallace resource module to send iTip responses to the organizer | Jeroen van Meeuwen (Kolab Systems) | 2012-05-22 | 1 | -25/+175 |
* | Create the necessary directories way after init | Jeroen van Meeuwen (Kolab Systems) | 2012-05-22 | 1 | -3/+7 |
* | Initial, rough version of resource handling | Jeroen van Meeuwen (Kolab Systems) | 2012-05-21 | 1 | -0/+367 |
* | If possible, switch user/groups when starting | Jeroen van Meeuwen (Kolab Systems) | 2012-05-21 | 1 | -1/+94 |
* | Start wallace as non-root | Jeroen van Meeuwen (Kolab Systems) | 2012-05-21 | 2 | -0/+3 |
* | Correct command name | Jeroen van Meeuwen (Kolab Systems) | 2012-05-18 | 1 | -1/+1 |
* | Rename wallace system files back to the intended names | Jeroen van Meeuwen (Kolab Systems) | 2012-04-20 | 4 | -3/+3 |
* | Wallace: Add pid file option and make sure we write it out and handle signals | Jeroen van Meeuwen (Kolab Systems) | 2012-04-19 | 1 | -1/+30 |
* | Add the sources for Wallace | Jeroen van Meeuwen (Kolab Systems) | 2012-04-19 | 1 | -1/+12 |
* | Add sysconfig, systemd and sysvinit files for Wallace | Jeroen van Meeuwen (Kolab Systems) | 2012-04-19 | 3 | -0/+128 |
* | Update wallace to comply with some pylint warnings/errors | Jeroen van Meeuwen (Kolab Systems) | 2012-03-20 | 1 | -12/+12 |
* | Correct the use of envelope_sender (this is a list??) | Jeroen van Meeuwen (Kolab Systems) | 2012-03-09 | 1 | -5/+15 |
* | Simplify the use of email here as well | Jeroen van Meeuwen (Kolab Systems) | 2012-03-09 | 1 | -8/+12 |
* | Simplify the use of the email library by importing only the correct things | Jeroen van Meeuwen (Kolab Systems) | 2012-03-09 | 1 | -16/+20 |
* | Correct the port to be 10026 | Jeroen van Meeuwen (Kolab Systems) | 2012-03-09 | 1 | -1/+1 |