Fix deaf/mute issues. Fix channel moves by admin and admin enter channels with password.
[umurmur.git] / src /
2012-03-13 Martin JohanssonFix deaf/mute issues. Fix channel moves by admin and...
2012-03-12 Martin JohanssonEnlarge line size in banlist file. Add more error check...
2012-03-11 Martin JohanssonAdd banlist to file functions and configuration params.
2012-03-11 Martin JohanssonCalls to Ban_init() and Ban_deinit()
2012-03-06 Martin JohanssonAdd banlist message handling. Bans can now be edited...
2012-03-06 Martin JohanssonAdd ban enable switch. Default is disabled.
2012-03-06 Martin JohanssonAdd function hex2hash
2012-02-25 Martin JohanssonImprove logging for kick/ban
2012-02-25 Martin JohanssonAdd ban.c
2012-02-25 Martin JohanssonUpdate version
2012-02-25 Martin JohanssonUpdate copyright year.
2012-02-25 Martin JohanssonAdd option to disallow text messages.
2012-02-25 Martin JohanssonSome cleanup.
2012-02-25 Martin JohanssonFix hash functions.
2012-02-25 Martin JohanssonClose new connections that fail for e.g. ban reason.
2012-02-25 Martin JohanssonBetter logging when ban. Mute/deaf possibly correctly...
2012-02-25 Martin JohanssonAdmin user role first shot + ban and kick.
2012-02-25 Martin JohanssonMore hash stuff fixes
2012-02-24 Martin JohanssonHandle admin via token. Handle user mute/deafen. Handle...
2012-02-24 Martin JohanssonAdd UserRemove handling for kick and ban.
2012-02-24 Martin JohanssonAdded configuration params for admin and ban.
2012-02-23 Martin Johanssonadd hash retreival functions of client ceritificates
2012-02-18 Martin JohanssonAdd support for PolarSSL 1.1.1
2011-11-10 Martin JohanssonFix building on OSX.
2011-10-21 Martin JohanssonPatch from J Sisson. Fix compile on *BSD.
2011-10-11 Martin JohanssonUpdate to version 0.2.8.
2011-10-10 Martin JohanssonBetter logging during channel configuration.
2011-10-07 Martin JohanssonAdd support for channel passwords.
2011-10-06 Martin JohanssonAdd config file test flag to umurmurd.
2011-10-06 Martin JohanssonAdded channel password to config file.
2011-10-06 Martin JohanssonMerge remote-tracking branch 'phr0z3nt04st/master'
2011-10-06 Martin JohanssonRemove pointless CA cert handling with PolarSSL. Did...
2011-09-11 phr0z3nt04stChanged ssl.c to match the new API for polarssl
2011-09-07 Martin JohanssonFix for unneccesary fatal exit when client is disconnec...
2011-04-14 Martin JohanssonMerge branch 'master' of https://github.com/Diaoul...
2011-04-13 Martin JohanssonRevert "Add own test cert and key since there seem...
2011-04-13 Martin JohanssonMerge branch 'master' of git://github.com/Diaoul/umurmu...
2011-04-13 Martin JohanssonUpdate version to 0.2.7.
2011-04-11 Martin JohanssonClean up 'help'.
2011-04-11 Martin JohanssonRemove silly warning message that was triggered if...
2011-03-29 Martin JohanssonLowered reqired autotools version to 2.63.
2011-03-29 Martin JohanssonDeleted autotools generated files.
2011-03-29 Antoine BertinMerge branch 'autotools'
2011-03-26 Martin JohanssonUpdated copyright year.
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-08 fatbob313Update version to 0.2.6
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 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 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.
next