aboutsummaryrefslogtreecommitdiff
path: root/src/server.c (follow)
Commit message (Collapse)AuthorAge
* implements aliases and other assorted features/enhancementsFranklin Wei2016-02-28
|
* refactor client_ moduleFranklin Wei2016-02-16
|
* support multiple objects sharing the same nameFranklin Wei2016-02-16
|
* better command parsingFranklin Wei2016-02-01
|
* bump version to 0.5.0-rc10.5.0-rc1Franklin Wei2016-01-31
| | | | | | | * implements objects using reference counts rather than copying * implements both room-local and global verbs * refactors the world_* functions into a separate module * numerous other changes
* add some very basic command-line parsingFranklin Wei2016-01-26
|
* fix some memory leaks and a serialization bugFranklin Wei2016-01-26
|
* inventory worksFranklin Wei2016-01-25
|
* some more work on objects, still can't serializeFranklin Wei2016-01-24
|
* objects partially implemented, fixes some bugsFranklin Wei2016-01-24
|
* PuTTY compatibility, lots of other stuffFranklin Wei2016-01-22
|
* drop libgcrypt because of all its memory leaks; openssl is used insteadFranklin Wei2016-01-18
|
* minor polishingFranklin Wei2016-01-18
|
* remove sig_debugf as it's no longer neededFranklin Wei2016-01-18
|
* remember last loginFranklin Wei2016-01-17
|
* better synchronization, less weird behaviorFranklin Wei2016-01-17
|
* rewrite message-passing, no signals needed!Franklin Wei2016-01-17
|
* packetized requestsFranklin Wei2016-01-16
|
* refactor headersFranklin Wei2016-01-15
|
* WIP on master: d274aa8 rewrite everything to use libevFranklin Wei2016-01-13
|
* rewrite everything to use libevFranklin Wei2016-01-13
|
* some stuffFranklin Wei2016-01-08
|
* preliminary refactor of user data managementFranklin Wei2016-01-02
|
* docs and stuffFranklin Wei2015-12-30
|
* fix an annoying bugFranklin Wei2015-12-28
|
* optimizeFranklin Wei2015-12-28
|
* fix thingsFranklin Wei2015-12-28
|
* fix things, mostly works nowFranklin Wei2015-12-27
|
* fix some thingsFranklin Wei2015-12-27
|
* stuff mostly works, need to fix error on client exitFranklin Wei2015-12-26
|
* implement child lookup via hash tableFranklin Wei2015-12-25
|
* tons of stuffFranklin Wei2015-12-25
|
* stuffFranklin Wei2015-12-24
|
* movementFranklin Wei2015-12-24
|
* rooms work nowFranklin Wei2015-12-24
|
* stuffFranklin Wei2015-12-24
|
* kickingFranklin Wei2015-12-10
|
* refactorFranklin Wei2015-12-07
|
* child-parent communicationFranklin Wei2015-12-07
|
* fix auth againFranklin Wei2015-12-05
|
* fix bugsFranklin Wei2015-12-04
|
* better authFranklin Wei2015-12-03
|
* initial commitFranklin Wei2015-12-03