Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-11 | Implementing show IP for game masters | Stefan Dombrowski | 1 | -0/+5 | |
As an upcoming feature the TMW-Athena server sends IP addresses or IP hashes to game masters. The current client freezes if it receives such a packet, therefor the game masters need to use a new client before the server can use it. Normal players are not affected, because they do not get this packet. Showing the IP is optional and can be enable with the chat command "/showip 1". The IP is then shown behind the players name. Reviewed-by: Bertram | |||||
2010-04-19 | Add afk mode for player. | Andrei Karas | 1 | -0/+5 | |
Add variable cur_time for current time. Add command /away [text] Reviewed by: Bertram | |||||
2010-02-22 | Modify copyright headers | Freeyorp | 1 | -1/+2 | |
2010-02-20 | License header update for The Mana Client | Thorbjørn Lindeijer | 1 | -4/+3 | |
2010-02-08 | Move party creation command from eA's PartyTab to CommandHandler | Jared Adams | 1 | -0/+5 | |
Also fix party invite by name when you aren't in a party. | |||||
2010-02-07 | Updated Copyright year to 2010! | Bertram | 1 | -1/+1 | |
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P ) | |||||
2009-05-28 | Add /ignore and /unignore commands | Jared Adams | 1 | -1/+14 | |
These make it easy to ignore/unignore other players that aren't visible. Special versions are also available in WhisperTabs that don't need a name given. | |||||
2009-04-19 | Flesh out eAtehan party handling | Jared Adams | 1 | -0/+5 | |
2009-04-16 | Rehash CommandHandler a bit, it's now fully merged | Jared Adams | 1 | -25/+0 | |
Tabs can now interract with CommandHandler and define their own commands in a seemless way. Most channel-related commands have been moved into ChannelTab, the close command is now in the WhisperTab, and eAthena's party tab now shows all standard commands. | |||||
2009-04-15 | Rename the whisper tab creation commands | Jared Adams | 1 | -1/+1 | |
2009-04-15 | Make whisper tabs optional | Jared Adams | 1 | -0/+5 | |
2009-03-28 | Fix output location for CommandHandler | Jared Adams | 1 | -19/+23 | |
2009-03-27 | Clean up of most of the Network pointers | Bjørn Lindeijer | 1 | -12/+0 | |
Now that messages can be sent without requiring a pointer to the Network instance, a lot of cleanup was possible. | |||||
2009-03-26 | Fixes to file headers and header guards | Bjørn Lindeijer | 1 | -7/+7 | |
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before. | |||||
2009-03-23 | Merge eA's command handling into CommandHandler | Jared Adams | 1 | -1/+32 | |
Also drop Aethyra's custom magic code | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2008-08-13 | Added permission levels to guilds, and operator permissions to channels. | David Athay | 1 | -0/+10 | |
2008-07-07 | get rid of channel registering related code | Roderic Morris | 1 | -5/+0 | |
2008-07-07 | Added /party command. | David Athay | 1 | -0/+5 | |
2008-07-07 | Added help for each command based on mantis bug #359, thanks to Scraggy | David Athay | 1 | -15/+15 | |
2008-06-25 | handle topic changes and guild events | Roderic Morris | 1 | -0/+6 | |
2008-06-10 | add commandhandler class and fix / add some commands | Roderic Morris | 1 | -0/+109 | |