umurmur.git
2011-03-29 Antoine BertinMerge branch 'autotools'
2011-03-26 Martin JohanssonUpdated copyright year.
2011-03-26 Martin JohanssonAdded license file.
2011-03-22 fatbob313Add own test cert and key since there seem to be a...
2011-02-26 fatbob313Set log file output as line-buffered
2011-02-13 fatbob313Add logging to file
2011-02-10 fatbob313Fix codec alpha/beta in message to client. Copied chang...
2011-02-09 fatbob313Add 0.2.6 changes
2011-02-08 fatbob313Update version to 0.2.6
2011-02-08 fatbob313Add new parameters with some comments
2011-01-23 fatbob313Issue 19 - patch by tilman2: Fix PID-file support again
2011-01-23 fatbob313Issue 17 - patch by tilman2: Always pass a format strin...
2011-01-23 fatbob313Issue 16 - patch by tilman2: No need to end syslog...
2011-01-23 fatbob313Issue 15 - Patch by tilman2: Drop privileges optionally
2011-01-20 fatbob313Make configuration file errors print the error via...
2011-01-20 fatbob313Patch from tilman2: Don't print null config file name
2011-01-20 fatbob313Patch from tilman2: Close PID-file
2011-01-20 fatbob313Patch from tilman2: Open PID file with O_EXCL
2011-01-08 fatbob313Fix issue 11: Typo
2011-01-01 fatbob313Patch by J Sisson: sprintf -> snprintf
2010-12-21 fatbob313Patch by J Sisson: Conditionally compile with scheduler...
2010-12-18 fatbob313CELT default version/bitstream version updated.
2010-12-18 fatbob313libconfig.h moved to include/ in OpenWRT, so no fix...
2010-12-06 fatbob313Add functions for sending messages to clients with...
2010-12-06 fatbob313Add support for UserStats message.
2010-12-06 fatbob313Update Mumble protocol to 1.2.3
2010-11-13 fatbob313Update version to 0.2.5
2010-11-07 fatbob313Add bind address and port to cmdline arguments. Add...
2010-11-05 fatbob313Update comment and always add extra certificate to...
2010-11-03 fatbob313Fix potential segfault at checking server password...
2010-11-02 fatbob313Update Protobuf-C to 0.14
2010-11-02 fatbob313Update Protobuf-C to 0.14
2010-11-02 fatbob313Fix local mute/unmute not showing up in other users...
2010-11-01 fatbob313Just warn, not abort, when setting TOS on UDP socket...
2010-03-24 fatbob313Release 0.2.4
2010-03-24 fatbob313Revert bad checkin.
2010-03-24 fatbob313Update to version 0.2.3
2010-03-23 fatbob313Fix byte order confusion which broke on big endian...
2010-03-07 fatbob313Update version to 0.2.2
2010-03-07 fatbob313Fixed server crash when setting Access token while...
2010-02-27 fatbob313Fix crash when entering a temporary channel when alread...
2010-02-17 fatbob313Note to self: Remember to update version string when...
2010-02-17 fatbob313Update info
2010-02-17 fatbob313Try to clear up Makefile
2010-02-17 fatbob313Fallback to test certificate and key if certificate...
2010-02-17 fatbob313Fix Makefiles for OpenWRT.
2010-02-14 fatbob313Try to clean up. Really need an Autoconf to create...
2010-02-14 fatbob313Makefiles for both OpenSSL and PolarSSL support
2010-02-14 fatbob313Remove unused function
2010-02-14 fatbob313Fix memory leaks when using PolarSSL. Valgrind says...
2010-02-13 fatbob313Merge of r85:88 from branch polarssl into trunk.
2010-02-09 fatbob313Step version
2010-02-09 fatbob313Send channel links info at client connect
2010-02-07 fatbob313Must enable UDP when receiving ping packets too.
2010-02-07 fatbob313Fix for:
2010-02-07 fatbob313Fix a bug in Pds_skip()
2010-02-01 fatbob313Handle protobuf unpacking errors. Unhandled errors...
2010-02-01 fatbob313Remove drain of large messages since it isn't reliable...
2010-01-31 fatbob313(no commit message)
2010-01-31 fatbob313Remove buffer zeroing since it's not neccesary.
2010-01-31 fatbob313UDPTunnel message tx handling didn't set len parameter...
2010-01-31 fatbob313Adjust log output
2010-01-31 fatbob313Use a dynamic list for codecs instead of arrays.
2010-01-31 fatbob313rename player -> user
2010-01-31 fatbob313Use a function to find a free Session ID instead of...
2010-01-30 fatbob313playerName can be NULL. Check if it is before logging
2010-01-30 fatbob313Fix null string compare causing crash
2010-01-29 fatbob313Logging fixes
2010-01-28 fatbob313Leave channel when disconnecting and remove channel...
2010-01-27 fatbob313Update version and package name
2010-01-24 fatbob313Get rid of character arrays.
2010-01-24 fatbob313Fix compiler warning
2010-01-24 fatbob313Add option 'noenter' to channel configuration and imple...
2010-01-24 fatbob313Added creation of temporary channels.
2010-01-21 fatbob313Decided to call the Mumble-1.2.0 compatible release...
2010-01-19 fatbob313Add OS and machine info retrieval via uname
2010-01-16 fatbob313Make logging more uniform. Fix copyright year
2010-01-14 fatbob313Fix pointer dereferencing to unaligned data. Many platf...
2010-01-14 fatbob313Add support for plugin contexts and strip positional...
2010-01-07 fatbob313Add patch found here: code.google.com/p/protobuf-c...
2010-01-06 fatbob313Add example configuration file
2010-01-06 fatbob313Changed default values for bandwidth.
2010-01-06 fatbob313(no commit message)
2010-01-06 fatbob313Reorganization
2010-01-06 fatbob313Update copyright year. Fix a typo in logging.
2010-01-06 fatbob313Protobuf definitions file from Mumble sources.
2010-01-06 fatbob313Makefile with new voicetarget files too...
2010-01-06 fatbob313Add channel links.
2010-01-06 fatbob313Added voice target (whisper) functionality.
2010-01-05 fatbob313Fix confusion regarding message creation from net and...
2010-01-04 fatbob313Use defines for version info. uint32_t should be byte...
2010-01-04 fatbob313Fix TCP mode
2010-01-03 fatbob313More work toward 1.2.0:
2009-12-30 fatbob313TextMessage handling added.
2009-12-23 fatbob313More work towards 1.2.0
2009-12-19 fatbob313Mumble 1.2.x compatible server. Kind of working, at...
2009-11-26 fatbob313Corrected a bug that causes segfaults if UDP packets...
2009-11-18 fatbob313Install umurmur.conf as config file.
2009-11-17 fatbob313Install umurmur.conf as configuration file so it won...
2009-11-17 fatbob313Use new swicth for enabling SCHED_RR
next