Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-18 | removed unusable console outputjak1/remove_unusable_console_output | jak1 | 1 | -10/+10 | |
2020-07-21 | Fix dnsbl vector cleanup on exit | Andrei Karas | 1 | -1/+1 | |
2020-05-04 | Dont validate packet in login_char_server_connection_status | Andrei Karas | 1 | -4/+4 | |
This will hide packet error on wrong password between login and char servers. | |||||
2020-01-13 | Update copyright headers for year 2020 | Haru | 1 | -2/+2 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-02-01 | Merge pull request #2151 from dastgirp/login/message | Haru | 1 | -7/+8 | |
Updated message on char-server | |||||
2019-02-01 | Updated login-server to give appropriate response code to char-server when ↵ | Dastgir | 1 | -7/+8 | |
IP is not allowed Updated char-server to show proper error message. Fixes #737 Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-12-12 | Update packet AC_LOGIN_OTP. | Andrei Karas | 1 | -27/+16 | |
2018-12-12 | Move packets struct in login server into separate files for AC and CA packets. | Andrei Karas | 1 | -8/+1 | |
2018-12-12 | Rename defines PACKET_ID_* to HEADER_* | Andrei Karas | 1 | -1/+1 | |
2018-11-27 | Add packet AC_REQ_MOBILE_OTP | Andrei Karas | 1 | -0/+22 | |
2018-11-14 | Add send packet validation for connections between server and clients. | Andrei Karas | 1 | -0/+2 | |
2018-07-01 | Change functions to static where possible (Part 2 - login) | Haru | 1 | -78/+84 | |
This fixes issues with plugins defining symbols with the same names Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-05-31 | 2012-2018 ! | Maytichai Saowa | 1 | -1/+1 | |
2018-02-27 | fix null pointer in login.c in login->accounts. | Andrei Karas | 1 | -1/+3 | |
This affect only plugins. | |||||
2018-02-09 | Add account_engine into login interface. | Andrei Karas | 1 | -11/+12 | |
2018-02-09 | Add interface into loginlog.c. | Andrei Karas | 1 | -9/+10 | |
2018-02-09 | Create lchrif interface in login.c | Andrei Karas | 1 | -8/+21 | |
2018-02-09 | Rename in login.c methods chrif_* into lchrif_*. | Andrei Karas | 1 | -11/+11 | |
2018-02-09 | Add interface into ipban.c. | Andrei Karas | 1 | -4/+4 | |
2018-02-09 | Add interface into account.c. | Andrei Karas | 1 | -3/+7 | |
2018-02-09 | Add server[MAX_SERVERS] into login interface. | Andrei Karas | 1 | -56/+57 | |
2018-02-09 | Add loginlog_ prefix to all functions in loginlog.c | Andrei Karas | 1 | -6/+6 | |
2018-02-09 | Add account_ prefix to all functions in account.c | Andrei Karas | 1 | -2/+2 | |
2017-12-08 | Update 0x0ae3 packet for new zero clients. | Andrei Karas | 1 | -1/+9 | |
Old packet look like worked too, because this is fake packet, but better send it in correct way. | |||||
2017-12-02 | Add support for OTP login packet. | Andrei Karas | 1 | -0/+28 | |
This packet totally ignored and for now need only for zero clients. | |||||
2017-10-29 | Add configurable way to show char servers with color in list in client. | Andrei Karas | 1 | -0/+60 | |
Options configurable in login-server.conf in users_count section. | |||||
2017-10-27 | Add missing interface members in login.c. | Andrei Karas | 1 | -16/+28 | |
2016-08-20 | Re-added HPM support for configuration settings | Haru | 1 | -1/+2 | |
Plugin settings should be relative to the the libconfig file root. For example, a configuration setting of type HPCT_CHAR will be relative to the root of conf/char/char-server.conf. In order to add a configuration entry inside the char_configuration block, the full configuration path (slash-delimited) should be passed to addCharConf(), as in the following example: `addCharConf("char_configuration/my_setting", my_parser_function);` Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-08-19 | Ported socket.conf (was packet.conf) to libconfig | Haru | 1 | -0/+1 | |
Ported to modern Hercules and cleaned up from Panikon's commits: b10f2a88073882bea812c6278fdec7848102ab87, bc5007299a92898ea4630f2a977d9a1b42b6c145 Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-08-19 | Ported login-server.conf to libconfig | Haru | 1 | -122/+425 | |
Ported to modern Hercules and cleaned up from Panikon's commits: ceb8a486ac47c2ed9aae4baa1ec39a11f31e9368, c1049123a4ea6ae6f0992ffe766db8aed7435ab5, 6feb097046355610d2288670a569ccc175358580, 9f6e27a96d655f2b4555310786d9d10898754404, 21fa5d24255ba026f96b1dbedf74ac5ef831d3ae, e22a56ad4def8ca22e94d44377a5364b9db1a425, f753a754923140bfec02057c16e6e8429b863d0e, 25dde7e46524ace330b83cb4bf0255cc4d796792 Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-08-10 | Fix login and char servers null pointer access if packet handler in plugin ↵ | Andrei Karas | 1 | -1/+4 | |
initiate server termination. | |||||
2016-07-12 | Interface md5calc.c | hemagx | 1 | -7/+7 | |
2016-07-10 | Fixed some issues with NULL dates in the login table | Haru | 1 | -1/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-07-03 | Add --run-once flag into login server. | Andrei Karas | 1 | -0/+14 | |
2016-04-16 | Added missing documentation | Haru | 1 | -0/+4 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-04-16 | Rewrite client interface for login server (part 6) | hemagx | 1 | -714/+18 | |
Moved login clif code to lclif.c/lclif.h Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-04-16 | Rewrite client interface for login server (part 5) | hemagx | 1 | -15/+24 | |
Renamed login->connection_problem() to login->connection_error() Split login->send_auth_failed() out of login->auth_failed() Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-04-16 | Rewrite client interface for login server (part 4) | hemagx | 1 | -3/+7 | |
Changed login server packet processing so that no more than 3 packets are processed at once (same as the map server's clif processing) Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-04-16 | Rewrite client interface for login server (part 3) | hemagx | 1 | -213/+294 | |
Rewritten login clif parser, using a packet db Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-04-16 | Rewrite client interface for login server (part 2) | hemagx | 1 | -159/+203 | |
Split login packet-related code into functions Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-04-16 | Rewrite client interface for login server (part 1) | hemagx | 1 | -168/+445 | |
Rewritten incoming/outgoing packet handlers to use structs instead of manipulating the WFIFO buffer bytes directly Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-03-20 | Dropped typedefs from union DBKey and struct DBData | Haru | 1 | -3/+3 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-02-24 | Removed various redundant typecasts | Haru | 1 | -6/+6 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-02-24 | Removed several unnecessary explicit casts of the WFIFOP result | Haru | 1 | -15/+15 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-02-24 | Removed several unnecessary RFIFOP typecasts | Haru | 1 | -11/+11 | |
- While this is arguable, those explicit typecasts are potentially dangerous/misleading (for example, a const specifier might get accidentally dropped without even generating a compiler warning, or a variable type might change during code changes, and any related warning would get silenced by the explicit typecast). - As a reminder Hercules is written in C, and not in C++ (and there's no such thing as "compiling in C++ mode" - they're two different languages.) As such, it is legal to let the compiler automatically promote void* from/to any non-const pointer type, as well as const void* from/to any const pointer type. Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-02-24 | Added const qualifier to several variable/argument pointers | Haru | 1 | -2/+2 | |
- This is necessary for compatibility with a const RFIFOP. Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-02-19 | Fix all known warnings from compiler flags -Wformat* | Andrei Karas | 1 | -5/+5 | |
Add all missing -Wformat flags into configure. | |||||
2016-02-17 | Replaced some now unnecessary includes with forward declarations in header files | Haru | 1 | -1/+0 | |
Added some forgotten <stdio.h> and "common/conf.h" includes to .c files, that were previously masked by the above. Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-01-25 | Fix packet id being sent encrypted to Hercules Plugin Manager. | hemagx | 1 | -6/+6 | |
Now packet id will be passed to Hercules Plugin Manager instead of let it figure it on itself | |||||
2016-01-10 | Move declaration of login config struct to login interface | hemagx | 1 | -89/+89 | |
Closes #1030 as merged Signed-off-by: Haru <haru@dotalux.com> |