summaryrefslogtreecommitdiff
path: root/src/map/guild.c
AgeCommit message (Collapse)AuthorFilesLines
2010-10-03Do not allow empty/whitespace-only party/guild namesremoitnane1-11/+32
Also makes minor style adjustments and cleans up comments.
2010-10-02Limit most guild actions to Guild Master position.Andrei Karas1-2/+47
Also allow change guild positions to guild owner even without Guild Master position. Signed-off-by: Chuck Miller <shadowmil@gmail.com>
2009-12-26Used the "indent" C formatting program from GNU to do some clean upsChuck Miller1-1232/+1566
The command options used was: -nbad -bap -sc -bl -blf -bli0 -cli4 -cbi0 -di5 -nbc -bls -ip2 -nut -ts4 -bap -i4 -sob -npsl
2009-07-07Fixes to socket system to make it cope better with fd depletion.Dennis Friis1-2/+2
Also added timeout for fullconnect, secured map server from stateless connections.
2009-06-25Auto-cloe guild storage when member leaves. From ea stable.Dennis Friis1-0/+2
2009-06-25More fixes to storage derived from ea stable.Dennis Friis1-1/+1
2008-04-02initial checkinDennis Friis1-0/+1543