ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/login.C
Revision 1.44
Sun Jan 7 02:39:14 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.43: +0 -0 lines
FILE REMOVED
""

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sat Jan 6 14:42:30 2007 UTC (17 years, 4 months ago) by pippijn
Branch: MAIN
Changes since 1.42: +1 -0 lines
Diff to previous 1.42
added some copyrights

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Thu Jan 4 19:28:38 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: last_stable
Changes since 1.41: +4 -12 lines
Diff to previous 1.41
fix quit to actually delete the directory, should all be moved to perl

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Wed Jan 3 01:06:56 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.40: +4 -1 lines
Diff to previous 1.40
skip unknown values in player header

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Tue Jan 2 11:08:36 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.39: +8 -5 lines
Diff to previous 1.39
add some robustness checks, add map find/load locking

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Mon Jan 1 00:41:03 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.38: +36 -39 lines
Diff to previous 1.38
use freezer api for saving players, too

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Sun Dec 31 21:26:19 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.37: +78 -108 lines
Diff to previous 1.37
use thawer for player loading: all objects are now being loaded through the thawer,
although not everything uses the kv syntax.

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Sun Dec 31 21:02:05 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.36: +14 -4 lines
Diff to previous 1.36
more use of shstr where it makes sense naturally

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sat Dec 30 10:16:11 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.35: +1 -56 lines
Diff to previous 1.35
preliminary snapshot check-in, DO NOT USE IN PRODUCTION SYSTEMS
See the Changes file for details

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Mon Dec 25 17:11:17 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.34: +1 -1 lines
Diff to previous 1.34
- some fixes
- disable some refcounting again, not ready yet
- simplify save_object

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Sat Dec 23 13:56:25 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.33: +1 -3 lines
Diff to previous 1.33
an experiment

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Dec 23 06:41:39 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32
- rename flags => flag (because its rpedominantly used singular),
- remove remaining use of the flags array semantics

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sat Dec 23 06:21:02 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.31: +0 -3 lines
Diff to previous 1.31
- improved login code
- removed some cruft code and (finally), the player_pod hack

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sat Dec 23 03:38:43 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.30: +2 -4 lines
Diff to previous 1.30
- surprisingly, there were some bugs. in Event, too :(
- dieing and food checking are now only done in ST_PLAYING state.
  this might, but should not be, exploitable, in serious ways.

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Fri Dec 22 16:34:00 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.29: +102 -436 lines
Diff to previous 1.29
- preliminary check in, stuff is rudimentarily working
- moved most of the player creation process into a perl coroutine
- changed internal design of player management to not reuse
  and morph the object in funny ways. should be safer and much
  nicer to handle.
- got rid of some annoying hacks, such as clear()
  (TODO: get rid of player_pod and other stuff now unnecessary?)

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Thu Dec 21 23:37:06 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.28: +9 -9 lines
Diff to previous 1.28
- made state a per-client variable
  (that does not magically make state a per-client thing!)
- rename player->socket to player->ns. its not a good name for "client",
  but it is an historical artifact, and better than "socket".

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Thu Dec 21 06:12:37 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.27: +4 -2 lines
Diff to previous 1.27
- made client a first-class crossfire-perl object
  (its attachable), but perl support is missing.
- added some client events
- fixed reply not working after logout

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Tue Dec 19 05:12:52 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
- hide floorbox implementation details
- use meaning (hopefully) names

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon Dec 18 04:07:31 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.25: +7 -8 lines
Diff to previous 1.25
- check for in-memory map headers on login, so players
  end up on their random map (which has no file) again.
  (this is more efficient in the general case anyways
- in case the temp map does not exist, the emergency position is used.
  (an alternative that avoids this is to make the file some real
  map (like per-player maps))

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Sat Dec 16 17:16:52 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.24: +0 -3 lines
Diff to previous 1.24
- remove no_shout
- serialise command execution somewhat again :(
- avoid exceptions

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 04:30:32 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.23: +8 -6 lines
Diff to previous 1.23
- rewrote most of the socket loop code
- moved connection accept into tcp.ext
- no evil socket copying anymore,
  needs more cleanups

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Wed Dec 13 03:28:42 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
further cleanups and oofication

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue Dec 12 21:39:57 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.21: +1 -14 lines
Diff to previous 1.21
- more ooficiation
- removed now superfluous remove calls

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Dec 12 20:53:03 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
replace some function- by method-calls

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 02:41:26 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.19: +1 -0 lines
Diff to previous 1.19
*** empty log message ***

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Fri Sep 15 00:55:08 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
Changes since 1.18: +2 -0 lines
Diff to previous 1.18
*** empty log message ***

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 22:34:04 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
indent

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Sep 12 19:20:08 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.16: +1 -8 lines
Diff to previous 1.16
- improve assign to prepend "..."
- make more use of assign
- implement op->debug_desc() and make some more use of it

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 16:56:22 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15
*** empty log message ***

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 15:59:27 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.14: +531 -460 lines
Diff to previous 1.14
indent

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat Sep 9 21:48:29 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.13: +2 -3 lines
Diff to previous 1.13
fix a few ugly pod-constructs on non-pod objects, and a few newly introduced bugs

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Sep 7 10:01:58 2006 UTC (17 years, 8 months ago) by pippijn
Branch: MAIN
Changes since 1.12: +10 -18 lines
Diff to previous 1.12
Some cleanups.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Sep 4 11:08:00 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.11: +8 -5 lines
Diff to previous 1.11
Changes...

- alternative shstr representation, saves code
- use glibs splice memory allocator (seems slower)
- use simpler memory/lifetime management for objects, no recycling

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 22:45:57 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.10: +9 -11 lines
Diff to previous 1.10
string scanning (e.g. for patch) is not implemented ATM but should be easy
to add with an alternative constructor for object_thawer.

Rewrote flex scanner to be simpler, faster and more modularised.

Initial speedup: 16%

(ah well)

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 00:18:42 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +7 -8 lines
Diff to previous 1.9
THIS CODE WILL NOT COMPILE
use the STABLE tag instead.

- major changes in object lifetime and memory management
- replaced manual refcounting by shstr class
- removed quest system
- many optimisations
- major changes

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Aug 31 06:23:20 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +52 -57 lines
Diff to previous 1.8
*** empty log message ***

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Aug 30 16:30:37 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7
remove compression support, intiialise perl earlier etc. etc.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Aug 30 06:06:27 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.6: +9 -33 lines
Diff to previous 1.6
improve thawer interface, implement some monster event support

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 08:01:37 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.5: +189 -189 lines
Diff to previous 1.5
expand initial tabs to spaces

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Mon Aug 28 14:05:24 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.4: +23 -83 lines
Diff to previous 1.4
improved,more automatic freezer

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Aug 28 07:07:42 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.3: +6 -5 lines
Diff to previous 1.3
better but more wasteful serialisation support, perl can invoke events, fixes

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Aug 27 16:15:13 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.2: +14 -4 lines
Diff to previous 1.2
first, untested persistent objetc storage for players and objects, not yte for maps

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Aug 25 13:24:50 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.1: +4 -5 lines
Diff to previous 1.1
Implemented a rough outline of the new event system and made use of it
for a number of events. The corresponding plugin-events have been disabled.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Aug 13 17:16:04 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Made server compile with C++.
Removed cfanim plugin and crossedit.
C++ here we come.

Convenience Links

Links to HEAD: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a