Changeset 1025
- Timestamp:
- 07/08/07 19:39:56 (1 year ago)
- Files:
-
- 1.8.3/branches/devel/game/txt/hlp/pennv182.hlp (modified) (2 diffs)
- 1.8.3/branches/devel/game/txt/hlp/pennv183.hlp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/branches/devel/game/txt/hlp/pennv182.hlp
r986 r1025 1 1 & 1.8.2p6 2 Version 1.8.2 patchlevel 6 ??? ??, 20072 Version 1.8.2 patchlevel 6 July 9, 2007 3 3 4 4 Development team changes: 5 * After many years, Talek has retired from development. 5 * After many years of valuable work, Talek has retired from 6 development. 6 7 7 8 Minor changes: … … 13 14 * Fixed assorted small memory leaks. [SW] 14 15 * Fixed handling of telnet NOPs sent by clients. [SW] 16 * The OpenSSL random number pool wasn't getting adequately 17 initialized on systems without /dev/urandom [SW] 18 * Infinite loop in math code. Reported by Ashen-Sugar. [GM] 15 19 16 20 & 1.8.2p5 1.8.3/branches/devel/game/txt/hlp/pennv183.hlp
r997 r1025 29 29 connections in bigger chunks instead of using multiple send()s of 30 30 smaller chunks. 31 * New lock types can be added via src/local.c instead of having to 32 alter the table in src/locks.c. Based on patch by Talvo. 33 * Builtin lock names and default flags are stored in a hash table 34 instead of a list. [SW] 31 35 32 36 Attributes: … … 39 43 * @search (and by relation search()) now has an 'elock' 40 44 search class, permitting boolean expression searches. [GM] 41 45 * @channel/recall extended to support recalling by time. Example: 46 '@chan/recall Foo=1h' will recall lines only from the past 47 hour. Patch by Talvo. 48 42 49 Functions: 43 50 * cond() works like an if, else if, else if ... ncond(), … … 49 56 * lmath() accepts dist2d and dist3d. Suggested by Jess. 50 57 * functions(local) returns just local @functions. [SW] 51 58 * New encode64() and decode64() functions convert between 59 normal text and base64 encoded text on games that have 60 SSL support compiled in. [SW] 61 * encrypt() and decrypt() now take an optional 3rd argument 62 to control using base 64 encoding. Suggested by Noltar. 63 52 64 Fixes: 53 65 * Compile fixes for some linux (And other?) systems that expect
