Commit Graph

112 Commits

Author SHA1 Message Date
stan 7433fed1ab Changed to use the correct DB user.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@622 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-07-10 10:06:19 +00:00
stan afb586fdbb Made archive method import runtime and not compiletime.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@618 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-07-09 08:24:09 +00:00
stan c90f7f0765 Removed dependency on zmu by accessing shared memory directly. Plus fixed a
couple of bugs.


git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@606 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-07-05 20:40:14 +00:00
stan a56865cf2e Removed dependency on zmu by accessed sharedmemory directly and improved debug.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@605 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-07-05 20:39:36 +00:00
stan 5a04fd6d33 Made shared memory read failure non-fatal.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@604 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-07-05 20:39:04 +00:00
stan 4b8c56dee6 Changed to write to shared memory directly and fixed pending task list bug.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@603 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-07-05 15:52:00 +00:00
stan dfef873c08 Removed dependancy on Term::Readkey
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@594 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-07-04 12:37:58 +00:00
stan 06c13211c7 Converted to use dynamic configuration.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@593 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-07-04 12:31:36 +00:00
stan e228d5ffbe Modified to correctly determine alarm state.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@590 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-07-04 08:11:28 +00:00
stan d543323c9a Added ability to control camera settings.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@576 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-06-25 09:47:09 +00:00
stan f20eeaa339 Made inability to find child non-fatal.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@575 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-06-25 09:43:16 +00:00
stan 28c310b2e0 Now tidies up shared memory on startup and shutdown.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@565 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-06-12 14:25:42 +00:00
stan 0ed0065964 Made location of socket file configurable.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@564 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-06-12 14:25:23 +00:00
stan c407cd5c65 Don't check if can't get image time.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@563 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-06-12 14:24:38 +00:00
stan ca8b49e1d4 Fixed filter bug with events not being checked unless filters have
been reloaded.


git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@544 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-05-29 16:07:42 +00:00
stan 4c01c874df Made FPS calculation based on whole event length.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@537 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-05-22 15:15:35 +00:00
stan 726e5049b6 Made connection to daemon more intelligent and not just dumb delay.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@528 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-05-02 10:24:10 +00:00
stan 46121b4d5d Added archive filter.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@517 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-22 15:47:57 +00:00
stan 227d922b33 Added support for frame server.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@515 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-22 14:18:20 +00:00
stan 725c22d027 Removed substution text for attachements and prevented the same image
being attached twice.


git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@495 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-16 13:01:05 +00:00
stan d29ccdcde7 Added support for ffmpeg.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@481 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-14 13:04:52 +00:00
stan e847a8b81f Added FORCE_ENCODE_LAST_FRAME option.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@479 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-14 11:33:11 +00:00
stan 0cd2cbcaf8 Further corrections.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@478 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-13 23:07:07 +00:00
stan 578673d4ea Corrections to videos and attachments.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@477 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-13 22:58:31 +00:00
stan 4b11794431 Added capability to send images and videos by mail.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@476 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-13 22:20:22 +00:00
stan 89541e2e4d Modified Zone Minder in header to ZoneMinder.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@475 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-13 17:29:12 +00:00
stan dceff4a919 Fixed last fix.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@458 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-07 14:35:41 +00:00
stan 4d9e2a7feb Don't always start zmfilter.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@457 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-04-07 14:28:06 +00:00
stan d10a858e46 Stopped short enquiries being logged.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@439 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-27 17:17:41 +00:00
stan ea0462fb2c Added support for remote cameras.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@407 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-26 11:41:22 +00:00
stan 990dc4e990 Updated with latest autoconf and automake.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@397 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-03-20 22:37:59 +00:00
stan ce533087bb Get fresh status for each command and change to the right directory first.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@363 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-20 22:25:19 +00:00
stan 182e18af90 Added include types and email and message file config.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@361 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-18 15:24:01 +00:00
stan e8e4dbf288 Added short pause before starting to allow shared memory to begin.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@356 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-17 10:34:12 +00:00
stan 259f6a5eb4 Retaint arguments before exec'ing.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@355 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-17 10:33:17 +00:00
stan ddab0f3311 Does a status check before anything else.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@348 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-16 14:54:33 +00:00
stan c6dfc16f12 Changes permissions on it's log if started by root.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@345 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-15 17:47:58 +00:00
stan fc015bbc45 Added configurable delay to kill_all and fixed signal names.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@344 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-15 17:31:20 +00:00
stan a3b0eaff26 Fixed missing quote.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@343 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-15 17:29:36 +00:00
stan 691a7c261f Added a couple of new path tags.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@341 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-15 16:00:26 +00:00
stan 7def2a9fd1 Added missing zm.z file.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@337 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-15 15:15:39 +00:00
stan 976213db77 Updated for different generated files and extra distribution files.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@336 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-15 15:12:40 +00:00
stan cf50f90110 Took all configure stuff out and replaced it with zmconfig tokens.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@335 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-15 15:06:15 +00:00
stan c74ab0cff0 Further improvements to mail filtering.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@327 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-15 13:49:16 +00:00
stan 68b39e1b49 Corrected definition of kill_all.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@326 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-15 13:48:55 +00:00
stan ac217055ef Added kill_all function.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@325 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-15 10:05:50 +00:00
stan aa5ef5d216 Fixed zma daemon activation on Active only.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@319 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-14 13:20:57 +00:00
stan 67d01d678d Fixed logging and running under different users.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@316 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-14 13:07:16 +00:00
stan 39b0076bf1 Improvements to service and package handling.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@315 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-14 12:37:47 +00:00
stan cfc1f30a5c Added zm service script to distribution.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@314 e3e1d417-86f3-4887-817a-d78f3d33393f
2003-01-14 12:36:01 +00:00