Remove casts made unneeded by the previous changeset.
[umurmur.git] / src / channel.c
2017-12-28 Tilman SauerbeckRemove casts made unneeded by the previous changeset.
2017-12-27 Tilman SauerbeckUse Memory_safeCalloc() to allocate zeroed memory.
2015-09-22 Felix MorgnerMerge branch 'master' of github.com:fmorgner/umurmur
2015-08-04 Martin JohanssonMerge branch 'master' of github.com:fatbob313/umurmur
2015-07-13 Dan TurnerRemoved null-pointer dereference in low mem.
2015-07-06 Felix MorgnerFixed mutiple possible null-pointer derefences #63
2014-12-16 Martin JohanssonFix multiple channel links to one destination channel...
2014-03-12 Martin JohanssonMerge pull request #34 from fmorgner/master
2014-02-26 Felix MorgnerMerge branch 'master' of github.com:fmorgner/umurmur
2014-01-16 Felix Morgnerremoved trailing whitespaces
2014-01-01 Martin JohanssonUpdate copyright year
2013-12-29 TrivveAdd client indication of silent channels
2013-12-14 Martin JohanssonFix silent channel not working.
2013-11-13 Martin JohanssonAdd channel position.
2013-06-08 Martin JohanssonUpdate copyright year.
2012-02-25 Martin JohanssonUpdate copyright year.
2011-10-10 Martin JohanssonBetter logging during channel configuration.
2011-10-07 Martin JohanssonAdd support for channel passwords.
2011-03-26 Martin JohanssonUpdated copyright year.
2010-02-27 fatbob313Fix crash when entering a temporary channel when alread...
2010-02-13 fatbob313Merge of r85:88 from branch polarssl into trunk.
2010-02-09 fatbob313Send channel links info at client connect
2010-02-07 fatbob313Fix for:
2010-01-31 fatbob313rename player -> user
2010-01-29 fatbob313Logging fixes
2010-01-28 fatbob313Leave channel when disconnecting and remove channel...
2010-01-24 fatbob313Get rid of character arrays.
2010-01-24 fatbob313Add option 'noenter' to channel configuration and imple...
2010-01-24 fatbob313Added creation of temporary channels.
2010-01-16 fatbob313Make logging more uniform. Fix copyright year
2010-01-06 fatbob313Update copyright year. Fix a typo in logging.
2010-01-06 fatbob313Add channel links.
2009-08-26 fatbob313Initial import