summaryrefslogtreecommitdiff
path: root/src/net/eathena/network.cpp
AgeCommit message (Collapse)AuthorFilesLines
2025-05-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader1-3/+3
.. instead of manaplus's header. & update copyrights to 2025. Open problem: should it be "The ManaVerse Client", "the ManaVerse client" or something in between in "This file is part of ..." line? All caps is current situation. Squashed with: * update copyright dates for 2025 * Revert "Switch to branch of mplint that checks for manaverse copyright headers" * Change back to uppercase The Why? This line was changed 3 times in history and all had an uppercase The. PS: ManaVerse has no endorsment from the parent project, ManaPlus. * Change to "This file is part of the ManaVerse Client" poppet says 'the' instead of 'The' find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e 's/This file is part of The ManaPlus Client/This file is part of the ManaVerse Client/' {} \+ * Change 'The ManaPlus Client' to 'The ManaVerse Client' in headers find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e '2s/ManaPlus/ManaVerse/' {} \+ * Switch to branch of mplint that checks for manaverse copyright headers .. instead of manaplus's **** mana/plus!179
2025-04-03Fix wrong read of clif_GM_kickack packetFedja Beader1-1/+0
2024-08/01/#Debug.log:[14:25:43] Wrong actual or planned inbound packet size!. Packet id: 205(0xcd), Planned size: 3, Actual size: 6 2 bytes packet id + 1 byte flag = 3 2 bytes packet id + 4 byte flag (wrong) = 6 Squashed with: * Separate processKickAck handler for eathena * Move ea's adminrecv and its sole handler processKickAck into TMWA namespace * Revert "Fix wrong read of clif_GM_kickack packet" This would break TMWA packet processing, as @thorbjorn pointed out. This reverts commit efe43bac4de90b3e427d985b77cb3dd3206bcf9d. **** mana/plus!148
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-05-14Add packet SMSG_REFINE_WINDOW_OPEN 0x0aa0Andrei Karas1-0/+1
2019-01-26Add packet SMSG_NPC_BARTER_OPEN 0x0b0eAndrei Karas1-0/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-2/+2
2018-09-26Add packet SMSG_ACHIEVEMENT_LIST 0x0a23.Andrei Karas1-0/+1
2018-05-04Update packet SMSG_OPEN_WINDOW2 for zero protocol.Andrei Karas1-0/+1
2018-04-17Add packet SMSG_OPEN_WINDOW2 0x0ae2.s20180419Andrei Karas1-0/+1
2018-04-07Update packet SMSG_FRIENDS_PLAYER_ONLINE for new packet versions.Andrei Karas1-0/+2
2018-04-06Add packet SMSG_SOLVE_CHAR_NAME 0x0af7.Andrei Karas1-0/+2
2018-02-08Add packet SMSG_CLAN_INFO 0x098a.Andrei Karas1-0/+1
2018-01-16Add packet SMSG_ITEM_DROPPED 0x0add for zero clients.s20180116Andrei Karas1-0/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-13Add offset for all defined evol packets.Andrei Karas1-0/+1
For now offset always 0.
2017-08-11Add packet SMSG_MAIL2_ICON 0x09e7.Andrei Karas1-0/+1
2017-06-30Remove extra includes from headers.Andrei Karas1-0/+1
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-17Remove ea/guildhandler and ea/guildrecv. Because guilds not works in legacy ↵Andrei Karas1-1/+0
server anymore.
2016-09-14Remove extra include.Andrei Karas1-2/+0
2016-09-13Add support for removepacket tag in network.xmlAndrei Karas1-2/+26
2016-09-13Add fake packets from network.xml if packet unused.Andrei Karas1-0/+32
2016-06-03Fix code style.Andrei Karas1-1/+1
2016-05-31Fix different include issues.Andrei Karas1-0/+1
2016-05-14Add into tmwa packet SMSG_MAP_SET_TILES_TYPE. Change protocol version to 7.Andrei Karas1-0/+1
2016-04-01Set packet version based on packet id and current packet version into ↵Andrei Karas1-1/+4
version in MessageIn. Only for hercules.
2016-03-31Add version field in each receive packet define.Andrei Karas1-0/+1
2016-02-20Add missing const in net directory.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-09-23Add support for packet version 20150226 (hercules)Andrei Karas1-0/+3
2015-09-22add way for reload packets db. For now it useless.Andrei Karas1-0/+6
2015-09-04Remove some useless includes.Andrei Karas1-3/+0
2015-09-02Remove MessageHandler classAndrei Karas1-17/+0
2015-09-02Remove variable mMessageHandlers from network code.Andrei Karas1-19/+6
2015-09-02Use packet handlers from packet defines.Andrei Karas1-3/+54
2015-09-01Remove packets.hAndrei Karas1-1/+0
2015-09-01Use packet sizes from packetsin.incAndrei Karas1-11/+5
2015-09-01Change extension in some internals includes from h to inc.Andrei Karas1-1/+1
2015-09-01Add ability to log received packet names to log file.Andrei Karas1-1/+5
Also add arrays with id to package info mapping for inbound packets.
2015-06-20Fix code style.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-11-08Fix code style.Andrei Karas1-1/+1
2014-11-06eathena: add packets SMSG_SERVER_VERSION_RESPONSE 0x7531Andrei Karas1-1/+6
and CMSG_SERVER_VERSION_REQUEST 0x7530
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-15eathena: remove some tmw/evol related packets.Andrei Karas1-19/+5
2014-09-10Improve logging for unknown and unsupported packets.Andrei Karas1-3/+4