Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-22 | Fix an overzealous warning on 32-bit systems | Ben Longbons | 1 | -1/+1 | |
2013-08-05 | Use attoconf and proper versionsv13.8.5 | Ben Longbons | 1 | -12/+6 | |
2013-08-01 | Poison std::string and use the various string classes | Ben Longbons | 1 | -509/+339 | |
2013-06-25 | Fix bugs | Ben Longbons | 1 | -1/+1 | |
2013-06-23 | add new stuff stuff (with tests!), poison memcmp and strncpy | Ben Longbons | 1 | -73/+91 | |
2013-06-18 | Also poison memcpy, memmove, and memset | Ben Longbons | 1 | -166/+132 | |
2013-06-11 | Allegedly remove all manual memory management | Ben Longbons | 1 | -73/+72 | |
2013-05-22 | Don't crash when creating a new account | Ben Longbons | 1 | -0/+1 | |
2013-05-18 | Tweak a little memory management in char-server | Ben Longbons | 1 | -15/+16 | |
2013-05-15 | Alter memory management in login server | Ben Longbons | 1 | -654/+526 | |
2013-04-28 | Fix some oversized writes | Ben Longbons | 1 | -2/+2 | |
2013-04-27 | Fix size of packet sent on IP bans | Ben Longbons | 1 | -1/+2 | |
Also fixed in eAthena r5860. | |||||
2013-04-27 | Force timers to be managed | Ben Longbons | 1 | -3/+11 | |
2013-04-11 | Also implement x32 support | Ben Longbons | 1 | -212/+177 | |
2013-04-09 | Native amd64 support | Ben Longbons | 1 | -10/+10 | |
2013-02-23 | Replace struct dbt with typesafe std::map wrappers | Ben Longbons | 1 | -23/+19 | |
Also fix broken save/accreg.txt reading. | |||||
2013-02-12 | Replace mt_rand with <random> | Ben Longbons | 1 | -5/+5 | |
Also add some utility methods and classes. | |||||
2013-02-12 | Strictify timers | Ben Longbons | 1 | -49/+31 | |
2013-02-07 | Remove some macros | Ben Longbons | 1 | -11/+20 | |
2013-02-01 | Remove unnecessary includes, speeding up recompilation | Ben Longbons | 2 | -50/+34 | |
2013-02-01 | Fix build with clang against libstdc++ 4.6 | Ben Longbons | 1 | -1/+1 | |
2013-01-17 | Clean up some things after declassization | Ben Longbons | 1 | -0/+2 | |
2013-01-09 | Make incoming packets read-only | Ben Longbons | 2 | -148/+92 | |
2013-01-08 | Improve warning management more | Ben Longbons | 1 | -6/+46 | |
2013-01-08 | Improve warnings; fix const_db.txt bug. | Ben Longbons | 1 | -20/+14 | |
2013-01-07 | Add warning newlines; fix crash on exit. | Ben Longbons | 1 | -2/+2 | |
2013-01-07 | Use cxxstdio | Ben Longbons | 1 | -1131/+794 | |
2012-12-24 | Cleanup headers and remove all uses of va_list except logging | Ben Longbons | 2 | -105/+32 | |
2012-12-14 | Some formatting fixes before I go insane | Ben Longbons | 2 | -1815/+1581 | |
Also delete the French translation from ladmin. | |||||
2012-09-03 | Fix compiler errors of C++ conversion | Ben Longbons | 2 | -158/+103 | |
2012-08-30 | Rename files for C++ conversion. Does not compile. | Ben Longbons | 2 | -14/+14 | |
After updating, you can remove these files, as shown in 'git status': Untracked files: (use "git add <file>..." to include in what will be committed) src/map/magic-interpreter-lexer.c src/map/magic-interpreter-parser.c src/map/magic-interpreter-parser.h | |||||
2012-07-19 | Hopefully make shutdown more clean. | Ben Longbons | 1 | -8/+1 | |
2011-04-04 | Get rid of RETCODE | Ben Longbons | 1 | -434/+391 | |
2011-04-03 | Fix some more compiler warnings | Ben Longbons | 2 | -12/+10 | |
2011-04-03 | Rewrite make system to be optimal | Ben Longbons | 2 | -12/+7 | |
2011-03-24 | Optimize common objects, and adjust other objects accordingly. | Ben Longbons | 2 | -183/+157 | |
Major changes still need to be made to each of the servers. | |||||
2011-03-18 | Changes that should have been caught earlier | Ben Longbons | 1 | -2/+1 | |
2011-03-16 | Use makefiles correctly and expand include dirs | Ben Longbons | 2 | -14/+13 | |
2011-03-02 | convert from SHIFT-JIS files with errors | Ben Longbons | 1 | -1/+1 | |
2010-10-08 | Moved md5calc.c from login-server to the common library | MadCamel | 3 | -350/+5 | |
2010-08-25 | Revert "Fixed leaking of file descriptors in login and map server when their ↵ | MadCamel | 1 | -1/+2 | |
logfiles are too large." This reverts commit 819525a030a1e66c9de6fe67b15f4f57ff932651. | |||||
2010-08-22 | Fixed leaking of file descriptors in login and map server when their ↵ | MadCamel | 1 | -2/+1 | |
logfiles are too large. | |||||
2010-05-05 | Fixed up and slightly simplified the build system | MadCamel | 1 | -1/+3 | |
It's now possible to run 'make' in any of the src/ subdirs and have it build properly. Moved some tools including eathena-monitor to src/tools - run 'make tools' to build. CFLAGS, etc are now in the 'make.defs' file. Requires GNU make. | |||||
2010-04-09 | Change the server version response packet to include flags | Jared Adams | 1 | -3/+1 | |
Only flag used at the moment is registration enabled/disabled (bit 0x00000001). | |||||
2010-02-18 | make login-server child REALLY exit when done writing DB | MadCamel | 1 | -1/+1 | |
2010-02-18 | make login-server exit after DB write is finished | MadCamel | 1 | -0/+5 | |
2010-02-12 | Login-server now does forked writes of accounts DB | MadCamel | 1 | -17/+21 | |
2010-02-04 | Write the accounts DB on a timer instead of player triggered events | MadCamel | 1 | -45/+7 | |
Writing the DB is resource intensive and should be done as little as possible. Putting it on a timer is intended to prevent buggy/malicious clients from consuming large amounts of resources. This patch may cause minor inconsistancies between the login and character server databases, as they are both doing delayed writes, probably on different schedules. I'm unable to see any huge consequences to this. | |||||
2010-01-26 | Added password encryption to the accounts database, removed logging of ↵ | MadCamel | 4 | -53/+98 | |
plaintext passwords Will auto-convert accounts DB to new format. | |||||
2009-12-26 | Used the "indent" C formatting program from GNU to do some clean ups | Chuck Miller | 4 | -3741/+5119 | |
The command options used was: -nbad -bap -sc -bl -blf -bli0 -cli4 -cbi0 -di5 -nbc -bls -ip2 -nut -ts4 -bap -i4 -sob -npsl |