0.5.15d
When your reputation with a faction has hit rock bottom (-50) any reputation changes will be shown as reputation gains. This is because reputation_set() checks for a change of 0 before capping the incoming reputation at +-50, so the reputation change doesn't get ignored and since it's not negative the zero result gets interpreted as positive.