summaryrefslogtreecommitdiff
path: root/src/map/clan.c
AgeCommit message (Collapse)AuthorFilesLines
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-28/+28
This fixes issues with plugins defining symbols with the same names Signed-off-by: Haru <haru@dotalux.com>
2018-03-04Fixes crash on DB2SQL Plugin.Dastgir Pojee1-1/+2
ClanDB was uninitialized when minimal configuration was required. Fixes #1984
2018-02-10Clean up trailing whitespace and non-indent tabsHaru1-42/+42
Signed-off-by: Haru <haru@dotalux.com>
2018-02-10Fix some minor issues in the clan system, as reported by coverityHaru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2018-02-08Fix different clan issues.Andrei Karas1-1/+4
Add missing online check for clan members. Clean sd pointer after clan member went offline.
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares1-0/+1071
All official features work including the autokick for inactive members And the system is completely customizable.