summaryrefslogtreecommitdiff
path: root/classes/Local_group.php
AgeCommit message (Collapse)Author
2010-02-25modify group actions so they use Local_group to look up by nicknameEvan Prodromou
2010-02-24fixup exe bitsEvan Prodromou
2010-02-24Make user_group able to handle remote groupsEvan Prodromou
We add a local_group table to store data about local groups. It has the unique key for nickname, so /group/<nickname> looks up here. Updated DB data object classes and data files.