Unreal3.2.8 uzun bir aradan sonra yayinlandi.
Bu sürümde toplam 70 değişiklikler yapilmiştir. Birçok hatalar bug’lar giderilmiştir. Spamfilter geç algılama agır kaldirmalar gibi sorunlar da giderilmiştir. Isterseniz aşagidaki resimden indirebilirsiniz.

Sorunlari buradan inceleyebilirsiniz. Ingilizce’dir.
==[ NEW ]==
- set::level-on-join: this defines which privileges a user receives when creating a
channel, default is 'chanop', the only other available setting is 'none' (opless).
- Away notification through WATCH: This allows clients to receive a notification
when someone goes away or comes back, along with a reason, a bit like IM's.
There's probably no current client supporting this but it would be a nice feature
in notify lists. Client developers: see Changes file for full protocol details.
This feature can be disabled by setting set::watch-away-notification to 'no'.
- Spamfilter: Slow spamfilter detection: For each spamfilter, Unreal will check,
each time it executes, how long it takes to execute. When a certain threshold is
reached the IRCd will warn or even remove the spamfilter. This could prevent a
spamfilter from completely stalling the IRCd. Warning is configured through
set::spamfilter::slowdetect-warn (default: 250ms) and automatic deletion is
configured by set::spamfilter::slowdetect-fatal (default: 500ms).
You can set both settings to 0 (zero) to disable slow spamfilter