Age | Commit message (Expand) | Author | Files | Lines |
2015-06-19 | Cleaned up HPMDataCheck includes | Haru | 1 | -2/+14 |
2015-06-19 | Cleaned up some #includes | Haru | 6 | -16/+8 |
2015-06-19 | Removed ".." from include directives | Haru | 11 | -76/+78 |
2015-06-01 | Replaced some of the hardcoded values with constants (login) | Haru | 3 | -26/+31 |
2015-04-09 | Add checks to loginlog_sql.c | Andrei Karas | 1 | -0/+5 |
2015-04-09 | Add checks to login.c | Andrei Karas | 1 | -5/+31 |
2015-04-09 | Add checks to ipban_sql.c | Andrei Karas | 1 | -4/+9 |
2015-04-09 | Add checks to account_sql.c | Andrei Karas | 1 | -9/+38 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 2 | -12/+9 |
2015-01-18 | Command line arguments handling overhaul | Haru | 2 | -24/+49 |
2015-01-17 | 10 Distinct fixes | shennetsind | 1 | -1/+1 |
2015-01-12 | Blocked compilation of plugins that use unavailable functions | Haru | 5 | -3/+20 |
2014-12-31 | Improve performance a bit by removing strlen(str) > 0. | Andrei Karas | 1 | -3/+3 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 4 | -100/+95 |
2014-11-15 | In login server move config options handling by plugins after all other handl... | Andrei Karas | 1 | -3/+2 |
2014-11-15 | Add support for plugin options in login server config. | Andrei Karas | 1 | -0/+2 |
2014-11-11 | add AccountDB into login interface. | Andrei Karas | 2 | -2/+5 |
2014-11-09 | Fixed a compilation error in MSVC <= 2012 | Haru | 1 | -2/+4 |
2014-11-07 | Add login_config into login interface in login.c | Andrei Karas | 2 | -0/+3 |
2014-11-07 | Add missing interface member initialisation in login.c | Andrei Karas | 1 | -0/+1 |
2014-11-07 | Add login symbol in login server HPM. | Andrei Karas | 1 | -0/+1 |
2014-11-07 | fix plugins compilation. | Andrei Karas | 2 | -7/+7 |
2014-11-07 | Fix login_interface for allow generate hooks from it. | Andrei Karas | 1 | -11/+14 |
2014-11-07 | Move global variables to interfaces in login.c | Andrei Karas | 3 | -59/+62 |
2014-11-07 | Add most function to login interface in login.c | Andrei Karas | 2 | -111/+230 |
2014-11-07 | Split packet handling from login_parse to functions in login.c | Andrei Karas | 1 | -148/+187 |
2014-11-07 | Split packet handling from login_auth_ok to functions in login.c | Andrei Karas | 1 | -24/+22 |
2014-11-07 | Split packet handling from login_parse_fromchar to functions in login.c | Andrei Karas | 1 | -372/+534 |
2014-11-07 | Add prefix login_ to most functions in login.c | Andrei Karas | 1 | -55/+55 |
2014-10-31 | Merge pull request #378 from HerculesWS/hpmupdates | Haruna | 5 | -18/+119 |
2014-10-30 | Merge pull request #369 from 4144/sqlpasswordsize | Haruna | 3 | -6/+6 |
2014-10-28 | Added preliminary support for login and char server in the HPMDataCheck | Haru | 5 | -18/+119 |
2014-10-25 | Added some missing variable initializations | Haru | 1 | -0/+1 |
2014-10-23 | In configure add option --enable-static | Andrei Karas | 1 | -1/+1 |
2014-10-18 | Increase sql password field size from 32 to 100 chars. | Andrei Karas | 3 | -6/+6 |
2014-09-20 | Fixed Bug 7926 | shennetsind | 1 | -0/+5 |
2014-08-07 | Corrected several format-string errors through the code | Haru | 1 | -18/+15 |
2014-07-29 | Merge pull request #312 from vthibault/fix-argument-error | Kisuka | 1 | -1/+1 |
2014-07-28 | Fix argument error in Client Hash | Vincent Thibault | 1 | -1/+1 |
2014-07-11 | Fixed reserved __identifier violations | Haru | 4 | -12/+12 |
2014-07-09 | Fixed an issue in the 'Invalid client hash' console message | Haru | 1 | -1/+2 |
2014-06-06 | Fixed garbage memory in the accinfo packet | Ibrahim Hossam | 1 | -4/+6 |
2014-05-30 | Merge pull request #282 from MrKeiKun/fix_typo | Haruna | 5 | -12/+12 |
2014-05-30 | Fixed typos inside src/ | Shido | 5 | -12/+12 |
2014-05-30 | Removed CMakeLists.txt (Thanks to Haruna) | Shido | 2 | -51/+0 |
2014-05-25 | Improved CFLAGS/CPPFLAGS handling | Haru | 1 | -1/+3 |
2014-05-13 | Removed trailing whitespace (sources) | Haru | 1 | -3/+3 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 7 | -24/+42 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 7 | -42/+24 |
2014-05-09 | Fixed order of includes in all source files | Haru | 7 | -24/+42 |