Age | Commit message (Expand) | Author | Files | Lines |
2006-08-26 | Read game and chat server addresses to send to the client from the configurat... | Bjørn Lindeijer | 1 | -2/+4 |
2006-08-25 | Applied patch by Rogier, addressing TODOs in MessageOut and NetComputer. | Bjørn Lindeijer | 1 | -5/+8 |
2006-08-20 | Handle character create message in separate funcion. | Bjørn Lindeijer | 1 | -156/+162 |
2006-08-20 | Do not send map name and send token before game and chat server information, | Bjørn Lindeijer | 1 | -6/+12 |
2006-08-19 | Renamed Genders to Gender and AccountLevels to AccountLevel. | Bjørn Lindeijer | 1 | -1/+1 |
2006-08-14 | Removed Packet class and the UNKNOWN gender. | Bjørn Lindeijer | 1 | -13/+13 |
2006-08-14 | Changed protocol so that server information are sent on character selection. | Guillaume Melquiond | 1 | -106/+14 |
2006-08-13 | Changed character list to a sequence of packets and fixed a db issue. | Eugenio Favalli | 1 | -10/+33 |
2006-08-06 | Implemented crude handling of being movements. | Guillaume Melquiond | 1 | -3/+8 |
2006-08-04 | Generalized the properties functionality as was done in the client before. | Bjørn Lindeijer | 1 | -1/+4 |
2006-08-04 | Strengthened checks for already existing character name or email address. | Guillaume Melquiond | 1 | -5/+5 |
2006-08-03 | Simplified and sped up account flushing: only modified accounts are flushed. | Guillaume Melquiond | 1 | -5/+3 |
2006-08-02 | Put handling of logout, unregister and password change messages into separate | Bjørn Lindeijer | 1 | -94/+117 |
2006-08-01 | Put handling of registrations in a separate method and cleaned it up a bit. | Bjørn Lindeijer | 1 | -76/+84 |
2006-08-01 | Some messing about towards making cleaner code. | Bjørn Lindeijer | 1 | -156/+78 |
2006-07-27 | Client version is being sent also during registration. | Eugenio Favalli | 1 | -2/+2 |
2006-07-27 | Modified client version to be an int. | Eugenio Favalli | 1 | -2/+2 |
2006-07-27 | First step toward a restructured class hierarchy for world actors: add | Guillaume Melquiond | 1 | -67/+32 |
2006-07-26 | Send some character's infos after a successful login, removed a useless byte,... | Eugenio Favalli | 1 | -10/+9 |
2006-06-11 | Sanitized message packets and errors to take server split into account. | Guillaume Melquiond | 1 | -154/+111 |
2006-05-23 | Split server into three logical servers: an account server, a chat | Guillaume Melquiond | 1 | -57/+158 |
2006-05-20 | Changed ConnectionHandler and NetComputer into low-level base classes; | Guillaume Melquiond | 1 | -70/+71 |
2006-05-14 | Prevent account from being created when an error is detected. | Guillaume Melquiond | 1 | -1/+1 |
2006-03-06 | Cleaned up unnecessary header dependencies and fixed some indentations. | Björn Steinbrink | 1 | -2/+6 |
2006-02-18 | Updated server packets documentation. Some minor updates. | Yohann Ferreira | 1 | -1/+1 |
2006-01-24 | Chat Channeling Commit part 4. Renamed the slang filter into StringFilter and... | Yohann Ferreira | 1 | -55/+24 |
2006-01-21 | Corrected a mistake. and made a simple way to avoid crashing sql queries. Nee... | Yohann Ferreira | 1 | -1/+57 |
2006-01-21 | Very little corrections. | Yohann Ferreira | 1 | -3/+6 |
2006-01-14 | Sever returns infos about position of the selected character (map name, coord... | Eugenio Favalli | 1 | -4/+11 |
2006-01-13 | Made minimum client version and default map id configurable, set/getMapId are... | Eugenio Favalli | 1 | -11/+3 |
2006-01-12 | Fixed default map definition for a new created character, enabled loading of ... | Eugenio Favalli | 1 | -0/+1 |
2006-01-08 | Added customization of created character. (That makes previously created db i... | Yohann Ferreira | 1 | -13/+112 |
2006-01-05 | Added a standard version check. | Yohann Ferreira | 1 | -0/+24 |
2006-01-04 | Added default behaviour to protocol. Added a client login limitation check. S... | Yohann Ferreira | 1 | -1/+10 |
2006-01-04 | Implemented server response handling to the test client. Fixed a bug that mad... | Yohann Ferreira | 1 | -47/+28 |
2005-12-31 | Adding the possibility to change Email, and password. Turned Slangs Filter in... | Yohann Ferreira | 1 | -30/+135 |
2005-12-29 | Fixing a bug in the Storage::getAccount() function that made the server crash... | Yohann Ferreira | 1 | -6/+6 |
2005-12-27 | Implemented common chat handling, except for chatting in channels. Also the C... | Yohann Ferreira | 1 | -2/+10 |
2005-12-20 | Adding command line argument parsing and log verbosity level handling. | Yohann Ferreira | 1 | -51/+55 |
2005-12-18 | Made use of AccountPtr instead of Account*. | Yohann Ferreira | 1 | -9/+9 |
2005-12-18 | Made the handlers use the countedPtr for Beings as they should. Fixed a segfa... | Yohann Ferreira | 1 | -2/+2 |
2005-12-12 | Use setCharacter() and unsetcharacter() to deal with addBeing() and removeBei... | Yohann Ferreira | 1 | -19/+59 |
2005-12-11 | Added logout and character deletion support. Changed the response code as try... | Yohann Ferreira | 1 | -2/+79 |
2005-12-11 | Added unregistering, checking on character's name and email length support. A... | Yohann Ferreira | 1 | -2/+62 |
2005-12-09 | Should correct the character's loading at login. Also made the server be more... | Yohann Ferreira | 1 | -1/+8 |
2005-12-07 | Improved the getEmailList() function again using an optimized SQL Query. | Yohann Ferreira | 1 | -23/+8 |
2005-12-06 | Improved the getEmailList() function. Now the file used as db or the db name ... | Yohann Ferreira | 1 | -12/+30 |
2005-12-05 | Made the getEmailList() work. Now the accounthandler tests if the mail alread... | Yohann Ferreira | 1 | -4/+24 |
2005-12-05 | Strengthened the way email addresses are checked. Added a good response when ... | Yohann Ferreira | 1 | -3/+21 |
2005-12-03 | Handling good conditions to register. Still lacks checking if the Email alrea... | Yohann Ferreira | 1 | -11/+50 |