Hydrar's mistserver dev branch
Find a file
2012-08-13 09:45:59 +02:00
src Migrate some older code to new style, reducing linecount quite a bit. Moved all non-main() code to a proper namespace. Removed log messages for non-encrypted auth attempts as well as missing-password auth. Update MistBuffer calling with the new -s commandline option. Check files for existance before catting them to buffers, added an error message in case this is not possible. Fixed statistics and logs being wiped for no reason. Set limits to stats/logs stored to limit memory and disk usage to sane amounts. Added new commandline option to turn on uplink, defaulting to off for now. 2012-08-13 09:45:59 +02:00
.gitignore Added createhooks shell script that will install git hooks for auto-rebuilding on checkout/commit, make main binaries depend on VERSION file for rebuilding (otherwise version in -v is not updated). 2012-06-17 14:39:35 +02:00
AUTHORS Fixed documentation, removed a few useless files, changed MD5 implementation to use openssl. 2012-05-11 16:50:30 +02:00
ChangeLog Further tweaks to autotools config. 2012-05-11 15:33:09 +02:00
configure.ac Restructuring so our libraries can go into a separate libmist project. 2012-07-10 00:39:31 +02:00
COPYING Further tweaks to autotools config. 2012-05-11 15:33:09 +02:00
createhooks.sh Added createhooks shell script that will install git hooks for auto-rebuilding on checkout/commit, make main binaries depend on VERSION file for rebuilding (otherwise version in -v is not updated). 2012-06-17 14:39:35 +02:00
Doxyfile Even more documentation, RTMP Connector compiles again, but still extremely buggy. Will create RTMP debugging tool soon. Something wrong with RTMP Connector reading FLV::Tags... needs more investigation. 2011-04-11 17:05:36 +02:00
Makefile.am Restructuring so our libraries can go into a separate libmist project. 2012-07-10 00:39:31 +02:00
NEWS Further tweaks to autotools config. 2012-05-11 15:33:09 +02:00
README Fixed initialization issue in Buffer. 2012-05-14 17:38:31 +02:00
server.html Change server.html to display errors if any are available (unused for now, but will be used shortly) 2012-08-13 09:23:56 +02:00

For full documentation as well as background information, visit our wiki at:
http://wiki.mistserver.com/

Code contributions and bug reports are welcomed through:
https://github.com/DDVTECH/DMS

The following configure options are possible:
--enable-verbose  = Compiles all applications in verbose mode, printing a lot more information to the screen than normally.
--disable-verbose = The opposite of above (default).