Changes after July 2016 are currently not represented here. Please see Git commit history
[ r236 ] 17 Jun 2011, 01:55:01 UTC - eoserv - Normalize usage of yes/no and true/false in config.ini
- Normalize usage of yes/no and true/false in config.ini
[ r235 ] 16 Jun 2011, 12:15:19 UTC - eoserv - IgnoreHDID option
- IgnoreHDID option
[ r234 ] 02 Jun 2011, 21:10:29 UTC - eoserv/eoserv-sln2 - merge svn:eol-style changes from trunk
- merge svn:eol-style changes from trunk
[ r233 ] 02 Jun 2011, 20:56:44 UTC - eoserv - Fix and set svn:eol-style on files with inconsistent line endings
- Fix and set svn:eol-style on files with inconsistent line endings
[ r232 ] 02 Jun 2011, 12:49:39 UTC - eoserv/eoserv-sln2 - Set svn:eol-style on all files
- Set svn:eol-style on all files
[ r231 ] 02 Jun 2011, 12:42:54 UTC - eoserv - Set svn:eol-style on all files
- Set svn:eol-style on all files
[ r230 ] 28 May 2011, 15:59:08 UTC - eoserv/eoserv-sln2 - Create SLN2 branch of EOSERV
- Create SLN2 branch of EOSERV
[ r229 ] 17 Apr 2011, 03:33:25 UTC - eoserv - Add Spell.cpp to projects
- Add Spell.cpp to projects
[ r228 ] 15 Apr 2011, 23:31:57 UTC - eoserv - Spells!
- Spells!
[ r227 ] 15 Apr 2011, 19:35:42 UTC - eoserv - Fix arena spawning, Allow shooting 1 deep in to walls
- Fix arena spawning
- Allow shooting 1 deep in to walls
[ r226 ] 13 Apr 2011, 15:15:09 UTC - eoserv - Use anonymous namespace instead of static to work-around gcc problem, Fix handler regis ...
- Use anonymous namespace instead of static to work-around gcc problem
- Fix handler register helper instance name
- Retry SLN requests after failure
[ r225 ] 07 Apr 2011, 12:28:06 UTC - eoserv - Prevent blocking on accept() when reaching connection limit
- Prevent blocking on accept() when reaching connection limit
[ r224 ] 07 Apr 2011, 02:56:48 UTC - eoserv - Add missing skills.ini template
- Add missing skills.ini template
[ r223 ] 05 Apr 2011, 14:09:16 UTC - eoserv - Fake player id on PK attack
- Fake player id on PK attack
[ r222 ] 05 Apr 2011, 13:46:21 UTC - eoserv - $inventory admin command, $learn admin command, Limit max skill level
- $inventory admin command
- $learn admin command
- Limit max skill level
[ r221 ] 05 Apr 2011, 12:01:21 UTC - eoserv - Server-side whisper rejection, Respect GuildBankMax, EnforceWeight, MaxChest and MaxTra ...
- Server-side whisper rejection
- Respect GuildBankMax, EnforceWeight, MaxChest and MaxTrade config options
- Weight limit on bank locker withdrawls
- Fix disabling of WarpSuck
- Increased defaults for MaxTile and MaxMap
- Fix under-allocation on private messages
[ r220 ] 05 Apr 2011, 10:09:45 UTC - eoserv - Skill master and skill learning Added and updated packet IDs
- Skill master and skill learning
- Added and updated packet IDs
[ r219 ] 31 Mar 2011, 13:45:21 UTC - eoserv - Send paperdoll updates to the right characters
- Send paperdoll updates to the right characters
[ r218 ] 23 Mar 2011, 12:33:15 UTC - eoserv - Under-allocation on npc kill level up Spell load/save RecoverSpeed option (90s) NPCReco ...
- Under-allocation on npc kill level up
- Spell load/save
- RecoverSpeed option (90s)
- NPCRecoverSpeed option (105s)
- HPRecoverRate option (10%)
- SitHPRecoverRate option (20%)
- TPRecoverRate option (10%)
- SitTPRecoverRate option (20%)
- NPCRecoverRate option (10%)
- WarpSuck option (15s)
- LimitAttack option (251)
- Order characters by exp
- "only once" message only once
- Prevent wasting of usable items
[ r217 ] 19 Mar 2011, 16:43:06 UTC - eoserv - Limited ability to pick up large stacks of items
- Limited ability to pick up large stacks of items
[ r216 ] 18 Mar 2011, 12:47:44 UTC - eoserv - Fix broadcast of items/paperdoll packets Fix guild invites Block attacks when overweigh ...
- Fix broadcast of items/paperdoll packets
- Fix guild invites
- Block attacks when overweight
[ r215 ] 17 Mar 2011, 13:28:06 UTC - eoserv - Fix invalid iterator usage on delete character Fix under-allocation on character creati ...
- Fix invalid iterator usage on delete character
- Fix under-allocation on character creation and login failure
- Async file upload system
- Remove ProtectMaps config option
[ r214 ] 14 Mar 2011, 11:03:17 UTC - eoserv - Fix poll() socket code
- Fix poll() socket code
[ r213 ] 07 Mar 2011, 15:09:36 UTC - eoserv - Re-organize some socket code HTTP 1.1 and fail safes for nanohttp Terser UTIL_FOREACH m ...
- Re-organize some socket code
- HTTP 1.1 and fail safes for nanohttp
- Terser UTIL_FOREACH macro implementation
[ r212 ] 06 Mar 2011, 18:46:21 UTC - eoserv - Fixed-size circular packet buffers Default client buffer size reduced to 32KB API-level ...
- Fixed-size circular packet buffers
- Default client buffer size reduced to 32KB
- API-level buffers reduced to 8KB
- Fixed warnings in sha256.c
- Prevent duplicate CFLAGS in Makefile