summaryrefslogtreecommitdiff
path: root/src/net/eathena/guildhandler.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
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas1-0/+2
2017-06-09Fix code style.Andrei Karas1-1/+0
2017-06-08Remove useless extern declarations.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-11/+11
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-21Fix code style.Andrei Karas1-1/+1
2016-09-17Remove ea/guildhandler and ea/guildrecv. Because guilds not works in legacy ↵Andrei Karas1-3/+20
server anymore.
2016-09-16Impliment packet CMSG_GUILD_INVITE2 0x0916Andrei Karas1-0/+5
2016-05-17Fix sending packets for version 20151001 and bigger.Andrei Karas1-3/+12
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-4/+4
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-09-07Split protocol.h into protocolin.h and protocolout.hAndrei Karas1-1/+1
2015-09-04Remove some useless includes.Andrei Karas1-1/+0
2015-09-02Remove MessageHandler classAndrei Karas1-157/+1
2015-08-29Fix code style.Andrei Karas1-8/+0
2015-08-26Move receive code from guildhandler into separate file.Andrei Karas1-136/+34
2015-06-06Fix code style.Andrei Karas1-2/+2
2015-05-29Convert Gender enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Add strong typed int type BeingId.Andrei Karas1-10/+10
2015-05-24Add strong typed bool type Online.Andrei Karas1-1/+1
2015-05-20eathena: impliment packet CMSG_GUILD_REQUEST_EMBLEM.Andrei Karas1-0/+6
2015-05-20eathena: impliment packet CMSG_GUILD_CHANGE_EMBLEM.Andrei Karas1-0/+10
2015-05-20eathena: impliment packet CMSG_GUILD_BREAK.Andrei Karas1-0/+6
2015-05-20eathena: impliment packet CMSG_GUILD_OPPOSITION.Andrei Karas1-0/+9
2015-05-20eathena: impliment packet CMSG_GUILD_CHANGE_POS_INFO.Andrei Karas1-0/+15
2015-05-20eathena: impliment packet CMSG_GUILD_ALLIANCE_DELETE.Andrei Karas1-0/+8
2015-05-20eathena: impliment packet CMSG_GUILD_ALLIANCE_REPLY.Andrei Karas1-0/+8
2015-05-20eathena: impliment packet CMSG_GUILD_ALLIANCE_REQUEST.Andrei Karas1-0/+11
2015-03-29Remove unused guildid parameter from guild handler.Andrei Karas1-9/+6
2015-03-11eathena: add partial support for packet SMSG_GUILD_EMBLEM 0x01b4.Andrei Karas1-0/+13
2015-03-11Rename packet SMSG_GUILD_EMBLEM into SMSG_GUILD_EMBLEM_DATA.Andrei Karas1-3/+3
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-11Add missing check in guild handler.Andrei Karas1-2/+5
2014-11-12Add missing packet field comments.Andrei Karas1-1/+1
2014-10-23Add packet fields comments in guildhandler.Andrei Karas1-31/+31
2014-10-21Replace missing MessageOut creation to createOutPacket.Andrei Karas1-44/+44
2014-10-17Add static in guildhandler.Andrei Karas1-6/+6
2014-10-12Move GuildTab from net namespace into gui.Andrei Karas1-6/+6
2014-10-10Fix code style.Andrei Karas1-5/+0
2014-10-07eathena: fix packet SMSG_GUILD_EXPULSION_LIST 0x0163.Andrei Karas1-5/+4
2014-10-07Move processGuildExpulsionList from ea namespace into eathena and tmwa.Andrei Karas1-0/+16
2014-10-07eathena: fix packet SMSG_GUILD_EXPULSION 0x0839.Andrei Karas1-4/+2
2014-10-07Move processGuildExpulsion from ea namespace into eathena and tmwa.Andrei Karas1-0/+15
2014-10-07eathena: fix packet SMSG_GUILD_MEMBER_LOGIN 0x01f2.Andrei Karas1-0/+6