cobramush.git
13 years agoPennMUSH 1.8.3p11
Rick L Bird [Fri, 6 May 2011 22:01:59 +0000 (18:01 -0400)]
PennMUSH 1.8.3p11
Author: captdeaf@gmail.com
<captdeaf@gmail.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Tue Dec 22 21:41:11 2009 +0000

    Fixed a crashbug in unparse_number reported by Ghost@M*U*S*H.
Fixes #154

13 years agoPennMUSH 1.8.3p11
Rick L Bird [Fri, 6 May 2011 21:58:47 +0000 (17:58 -0400)]
PennMUSH 1.8.3p11
Author: captdeaf@gmail.com <captdeaf@gmail.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Sat Dec 19 00:09:27 2009 +0000

    die() now does up to 700 rolls. Help fixes.

Fixes #134

13 years agoPennMUSH 1.8.3p11
Rick L Bird [Fri, 6 May 2011 21:46:02 +0000 (17:46 -0400)]
PennMUSH 1.8.3p11
Author: talvo@talvo.com <talvo@talvo.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Fri Dec 4 06:16:53 2009 +0000

    Woops. Missed a bit of the u*() refactor.

Author: talvo@talvo.com <talvo@talvo.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Fri Dec 4 06:04:53 2009 +0000

        Fix typo in function.c, some refactoring of u*() function code.
Fixes #168
Fixes #167
Fixes #159

13 years agoPennMUSH 1.8.3p11
Rick L Bird [Fri, 6 May 2011 21:28:05 +0000 (17:28 -0400)]
PennMUSH 1.8.3p11
Author: talvo@talvo.com <talvo@talvo.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Mon Nov 30 02:51:16 2009 +0000

    Issue 29, multiple class/restrictions for @search. Hopefully.

Author: talvo@talvo.com <talvo@talvo.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Mon Nov 30 01:34:58 2009 +0000

        Minor bugfix in @search.

Fixes #131
Fixes #166

13 years agoPennMUSH 1.8.3p11 Enhancement
Rick L Bird [Fri, 6 May 2011 21:12:52 +0000 (17:12 -0400)]
PennMUSH 1.8.3p11 Enhancement
Author: talvo@talvo.com <talvo@talvo.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Sun Nov 29 22:16:35 2009 +0000

    Issue 35, @hook/list without a command shows all cmds with hooks

Author: talvo@talvo.com <talvo@talvo.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Sun Nov 29 23:01:53 2009 +0000

    Fix bug in @hook/list

CobraMUSH Related Adjustments:
   * Added Hook power as a self-checking power. CanHook() HC Macro

Fixes #130

13 years agoPennMUSH 1.8.3p11
Rick L Bird [Fri, 6 May 2011 21:03:25 +0000 (17:03 -0400)]
PennMUSH 1.8.3p11
Author: talvo@talvo.com <talvo@talvo.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Sun Nov 29 20:40:15 2009 +0000

    Issue 41, namelist() now takes an optional obj/attr for error
    reporting

Fixes #145

13 years agoPennMUSH 1.8.3p11
Rick L Bird [Fri, 6 May 2011 20:59:35 +0000 (16:59 -0400)]
PennMUSH 1.8.3p11
Author: talvo@talvo.com <talvo@talvo.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Sun Nov 29 00:04:09 2009 +0000

    Issue 136, allow ANSI in connect screen.

Fixes #165

13 years agoThis pertains to
Rick L Bird [Fri, 6 May 2011 20:53:08 +0000 (16:53 -0400)]
This pertains to
Author: talvo@talvo.com <talvo@talvo.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Sat Nov 28 23:46:41 2009 +0000

    Issue 92, make WHO, DOING and SESSION standard commands

However all the code is my own except for dump_users.  I basically
renamed the old dump_users to cmd_dump_users and we're differiating
whats being called from teh command parser using cmd->name as a
reference.

All queue_string, called_by, and other references change tot he
appropriate things for command parser level execution.

IssueID #124

13 years agoMade Chat into a levchk power as it was referenced that way several
Rick L Bird [Fri, 6 May 2011 19:38:45 +0000 (15:38 -0400)]
Made Chat into a levchk power as it was referenced that way several
places in the code.  Also Made it so you have to be Prived + Site power
in order to delete a power, as well as if you add a power you
automatically get the power.

13 years agoVarious chat system fixes. A bug in present day penn that yes..
Rick L Bird [Fri, 6 May 2011 19:15:42 +0000 (15:15 -0400)]
Various chat system fixes.  A bug in present day penn that yes..
We fixed again! If your not on a channel and you use the

@chat <chan>=message command

It now returns either that your not allowed to speak on the channel,
because your not on it.  Or if its open or you have chat powers over
the channel creator you can speak on it.

13 years agoRemoved TODO message in funlist.c
Rick L Bird [Fri, 6 May 2011 19:04:06 +0000 (15:04 -0400)]
Removed TODO message in funlist.c

13 years agoFixed Several Inherit & <x>who() function related calls.
Rick L Bird [Fri, 6 May 2011 17:49:03 +0000 (13:49 -0400)]
Fixed Several Inherit & <x>who() function related calls.

13 years agoBad Channel Message on @chan/join leftover %s
Rick L Bird [Fri, 6 May 2011 06:14:18 +0000 (02:14 -0400)]
Bad Channel Message on @chan/join leftover %s

13 years agoChat System not saving dbflags
Rick L Bird [Fri, 6 May 2011 06:11:34 +0000 (02:11 -0400)]
Chat System not saving dbflags

13 years agoCrash in attribute tree code fixed when updating last modified
Rick L Bird [Fri, 6 May 2011 05:51:32 +0000 (01:51 -0400)]
Crash in attribute tree code fixed when updating last modified
information.

13 years agoMerge branch 'master' of cobramush.org:cobramush
Rick L Bird [Fri, 6 May 2011 04:54:01 +0000 (00:54 -0400)]
Merge branch 'master' of cobramush.org:cobramush

Conflicts:
hdrs/extchat.h

13 years agoRe-enabled chat system equivalent with features of PennMUSH 1.8.3p12..
Rick L Bird [Fri, 6 May 2011 04:40:52 +0000 (00:40 -0400)]
Re-enabled chat system equivalent with features of PennMUSH 1.8.3p12..

The standard CobraMUSH channel object features are not back yet, but at
least we have a chat system while we're in the testing phase.

13 years agoRe-enabled chat system equivalent with features of PennMUSH 1.8.3p12..
Rick L Bird [Fri, 6 May 2011 04:40:52 +0000 (00:40 -0400)]
Re-enabled chat system equivalent with features of PennMUSH 1.8.3p12..

The standard CobraMUSH channel object features are not back yet, but at
least we have a chat system while we're in the testing phase.

13 years agoNo issue referenced with this.
Rick L Bird [Fri, 6 May 2011 04:39:30 +0000 (00:39 -0400)]
No issue referenced with this.

This covers the prototypes for messageformat in externs.h
                        and
The Admin() macro which wasn't used much needed parenthesis around
the level checks to suppress certain warnings.

13 years agoAuthor: talvo@talvo.com
Rick L Bird [Fri, 6 May 2011 01:43:18 +0000 (21:43 -0400)]
Author: talvo@talvo.com
<talvo@talvo.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Fri Nov 27 21:47:37 2009 +0000

    Issue 147, lwho() and lports() can include unconnected ports

Also updated all functions appropriately to handle Inherit_Powers

Fixes #144

13 years agoPennMUSH 1.8.3p11
Rick L Bird [Fri, 6 May 2011 00:53:22 +0000 (20:53 -0400)]
PennMUSH 1.8.3p11

Author: talvo@talvo.com
<talvo@talvo.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Fri Nov 27 00:01:23 2009 +0000

    Issue 140, @pemit <name>= would show nospoof info to <name>

Author: talvo@talvo.com
<talvo@talvo.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Thu Nov 26 23:53:54 2009 +0000

    Issue 142, @pemit/port and pemit(<port>, <msg>).

Fixes #164
Fixes #129

13 years agoPennMUSH 1.8.3p11
Rick L Bird [Fri, 6 May 2011 00:41:31 +0000 (20:41 -0400)]
PennMUSH 1.8.3p11
Author: captdeaf@gmail.com
<captdeaf@gmail.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Wed Nov 25 00:39:23 2009 +0000

    lsearch() now reports invalid syntax. Discovered while investigating
    143.
Fixes #151

13 years agoPennMUSH 1.8.3p11
Rick L Bird [Fri, 6 May 2011 00:38:48 +0000 (20:38 -0400)]
PennMUSH 1.8.3p11
Author: talvo@talvo.com
<talvo@talvo.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Tue Nov 24 23:50:39 2009 +0000

    Issue 7, align() strips too many spaces when wrapping

Fixes #142

13 years agoPennMUSH 1.8.3p11
Rick L Bird [Thu, 5 May 2011 23:47:46 +0000 (19:47 -0400)]
PennMUSH 1.8.3p11
Author: captdeaf@gmail.com
<captdeaf@gmail.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Mon Nov 23 23:25:48 2009 +0000

    Added a <step> argument to lnum()
Fixes #138

13 years agoPennMUSH 1.8.3p11
Rick L Bird [Thu, 5 May 2011 23:40:47 +0000 (19:40 -0400)]
PennMUSH 1.8.3p11
Author: talvo@talvo.com
<talvo@talvo.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Sat Nov 21 22:22:03 2009 +0000

    Issue 139, make room() work on rooms.

Note: this was not mentioned in changes file or anywhere else.. This
commit also changes how do_lemit works.

Fixes #140

13 years agoTo start off.. besides changes this is also an indent run on bsd.c
Rick L Bird [Thu, 5 May 2011 23:28:09 +0000 (19:28 -0400)]
To start off.. besides changes this is also an indent run on bsd.c
(my bad.. didn't separate it before the add --patch)

PennMUSH 1.8.3p11
Author: talvo@talvo.com
<talvo@talvo.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Sat Nov 14 17:50:02 2009 +0000

    Fix bug in the softcode fcache code, and make it a little smarter
when looking for a dbref.

Author: talvo@talvo.com
<talvo@talvo.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Fri Nov 13 17:59:46 2009 +0000

    Fix typo. Must pay more attention when copy-and-pasting.

Author: talvo@talvo.com
<talvo@talvo.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Fri Nov 13 17:37:07 2009 +0000

    Fix bug found by Merc in softcoded fcache.

Author: talvo@talvo.com
<talvo@talvo.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Thu Nov 12 05:02:51 2009 +0000

    Issue 31, the *_file options (connect_file, motd_file, etc) can now
be an obj/attr, to show the evaluated result, instead of a text file.

Fixes #165

13 years agoPennMUSH 1.8.3p11
Rick L Bird [Thu, 5 May 2011 23:11:42 +0000 (19:11 -0400)]
PennMUSH 1.8.3p11
commit 4319b29f0850305e33469a404b2501b836980de8
Author: talvo@talvo.com
<talvo@talvo.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Sun Nov 1 03:15:33 2009 +0000

    PennIssue 129, carry over ANSI in @listens

   PennIssue 130, fix executor and nospoof when using the /spoof switch
   for @message, @pemit, etc. Hopefully.

Fixes #162
Fixes #157

13 years agoPennMUSH 1.8.3p11
Rick L Bird [Thu, 5 May 2011 22:35:43 +0000 (18:35 -0400)]
PennMUSH 1.8.3p11
Author: allthecoolkidshaveone
<allthecoolkidshaveone@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Fri Oct 30 06:30:38 2009 +0000

    Issue 114: randword() funkiness part 2.

Author: allthecoolkidshaveone
<allthecoolkidshaveone@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Fri Oct 30 06:29:54 2009 +0000
    Issue 114: randword() funkiness.

Fixes #156

13 years agoAdded in missing features in @decompile noticed within this PennMUSH 1.8.3p11 commit
Rick L Bird [Thu, 5 May 2011 22:30:02 +0000 (18:30 -0400)]
Added in missing features in @decompile noticed within this PennMUSH 1.8.3p11 commit

Author: captdeaf@gmail.com
<captdeaf@gmail.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Wed Oct 28 06:16:06 2009 +0000

    Fixed a warning caused by using assignment in a while statement.

No CobraMUSH Issue related to this.

13 years agoPennMUSH 1.8.3p11
Rick L Bird [Thu, 5 May 2011 22:21:13 +0000 (18:21 -0400)]
PennMUSH 1.8.3p11
Author: captdeaf@gmail.com <captdeaf@gmail.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Mon Oct 26 17:02:18 2009 +0000

    PennBug 127 - merge() eating characters.

Fixes #152

13 years agoPennMUSH 1.8.3p11
Rick L Bird [Thu, 5 May 2011 22:17:57 +0000 (18:17 -0400)]
PennMUSH 1.8.3p11
Author: captdeaf@gmail.com
<captdeaf@gmail.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Mon Oct 26 16:19:43 2009 +0000

    Fixed error reporting for testlock().

Refs #137

13 years agoPennMUSH 1.8.3p11
Rick L Bird [Thu, 5 May 2011 22:12:07 +0000 (18:12 -0400)]
PennMUSH 1.8.3p11

Author: captdeaf@gmail.com
<captdeaf@gmail.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Mon Oct 26 16:05:34 2009 +0000

    Added testlock(<lock>, <victim>)

Fixes #137

13 years agoPennMUSH 1.8.3p11
Rick L Bird [Thu, 5 May 2011 22:07:26 +0000 (18:07 -0400)]
PennMUSH 1.8.3p11
Author: captdeaf@gmail.com
<captdeaf@gmail.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Fri Oct 16 02:38:04 2009 +0000

    lmath()-able versions of lt, gt, lte, gte, eq and neq. And
    similarly, they can now accept more than 2 args.

Fixes #146

13 years agoForgot to add cause argument to do_page_port
Rick L Bird [Thu, 5 May 2011 21:58:51 +0000 (17:58 -0400)]
Forgot to add cause argument to do_page_port

13 years agoPennMUSH 1.8.3p11
Rick L Bird [Thu, 5 May 2011 21:53:43 +0000 (17:53 -0400)]
PennMUSH 1.8.3p11
Author: allthecoolkidshaveone
<allthecoolkidshaveone@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Tue Oct 6 11:14:53 2009 +0000

    Issue 111: page/port not evaluating arguments.
Fixes #155

13 years agoPennMUSH 1.8.3p11
Rick L Bird [Thu, 5 May 2011 21:38:23 +0000 (17:38 -0400)]
PennMUSH 1.8.3p11
Author: allthecoolkidshaveone
<allthecoolkidshaveone@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Fri Sep 11 17:20:46 2009 +0000

    Raevnos can't spel gud.

Author: allthecoolkidshaveone
<allthecoolkidshaveone@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Fri Sep 11 17:17:41 2009 +0000

        Add script for grepping changelogs.
Fixes #170

13 years agoMinor fix on order of poll header
Rick L Bird [Thu, 5 May 2011 21:36:06 +0000 (17:36 -0400)]
Minor fix on order of poll header

13 years agoAuthor: captdeaf@gmail.com
Rick L Bird [Thu, 5 May 2011 21:28:08 +0000 (17:28 -0400)]
Author: captdeaf@gmail.com
<captdeaf@gmail.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Fri Dec 18 20:56:20 2009 +0000

    Fixing a WalkerBug: Forgot to null terminate a buffer.
IssueID #135

13 years agoPennMUSH 1.8.3p11
Rick L Bird [Thu, 5 May 2011 21:24:23 +0000 (17:24 -0400)]
PennMUSH 1.8.3p11
Author: captdeaf@gmail.com
<captdeaf@gmail.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Fri Dec 11 07:47:38 2009 +0000

    Made table() support <, > and - as alignment options for field
    width.

Fixes #136

13 years agoPennMUSH 1.8.3p11
Rick L Bird [Thu, 5 May 2011 21:20:42 +0000 (17:20 -0400)]
PennMUSH 1.8.3p11

Author: captdeaf@gmail.com
<captdeaf@gmail.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Wed Dec 16 05:26:17 2009 +0000

    Oops, forgot to change ' ' to sep in fun_remove.

Author: captdeaf@gmail.com
<captdeaf@gmail.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Wed Dec 16 05:24:48 2009 +0000

    remove() now takes a list of words to delete.

Fixes #135

13 years agoPennMUSH 1.8.3p10
Rick L Bird [Thu, 5 May 2011 21:11:54 +0000 (17:11 -0400)]
PennMUSH 1.8.3p10
Author: talvo@talvo.com
<talvo@talvo.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Thu Jun 18 01:54:12 2009 +0000

    Make member() ignore ansi
Fixes #115

13 years agoPennMUSH 1.8.3p11
Rick L Bird [Thu, 5 May 2011 20:55:48 +0000 (16:55 -0400)]
PennMUSH 1.8.3p11
Author: talvo@talvo.com
<talvo@talvo.com@ba372814-4f39-11de-9ad6-1127a62b9fcd>
Date:   Mon Dec 28 01:34:53 2009 +0000

    Fix bug in command parser

Fixes #161

13 years agoUpdate help file for @atrlock
Ari Johnson [Wed, 4 May 2011 14:56:14 +0000 (10:56 -0400)]
Update help file for @atrlock

fixes #29

13 years agoChange all references in the code to HAS_OPENSSL to HAVE_SSL to consolidate all SSL...
Ari Johnson [Fri, 29 Apr 2011 17:40:30 +0000 (13:40 -0400)]
Change all references in the code to HAS_OPENSSL to HAVE_SSL to consolidate all SSL-related #ifdefs to the same symbol

fixes #254

13 years agoUpdate .gitignore
Ari Johnson [Thu, 28 Apr 2011 20:41:14 +0000 (16:41 -0400)]
Update .gitignore

13 years agoUpdate .gitignore
Ari Johnson [Thu, 28 Apr 2011 20:39:10 +0000 (16:39 -0400)]
Update .gitignore

13 years agoUpdate .gitignore
Ari Johnson [Thu, 28 Apr 2011 20:37:33 +0000 (16:37 -0400)]
Update .gitignore

13 years agoAdd connect.txt to .gitignore
Ari Johnson [Thu, 28 Apr 2011 20:12:33 +0000 (16:12 -0400)]
Add connect.txt to .gitignore

13 years agoMove several function help files from cobramush.hlp to cobra_func.hlp and rewrite...
Ari Johnson [Thu, 28 Apr 2011 19:56:51 +0000 (15:56 -0400)]
Move several function help files from cobramush.hlp to cobra_func.hlp and rewrite the help file for signal()

fixes #232

13 years agoAdded lib checking for local directory lua checking
Rick L Bird [Thu, 28 Apr 2011 19:18:25 +0000 (15:18 -0400)]
Added lib checking for local directory lua checking
IssueID #240

13 years agoSimplify check for lua.h and -llua
Ari Johnson [Thu, 28 Apr 2011 19:07:22 +0000 (15:07 -0400)]
Simplify check for lua.h and -llua

13 years agoAdd m4/ax_find_common_prefixes.m4 to search for common places where libraries and...
Ari Johnson [Thu, 28 Apr 2011 19:03:31 +0000 (15:03 -0400)]
Add m4/ax_find_common_prefixes.m4 to search for common places where libraries and headers may be installed

13 years agoFix broken HAVE_SSL line in configure.ac
Ari Johnson [Thu, 28 Apr 2011 18:01:26 +0000 (14:01 -0400)]
Fix broken HAVE_SSL line in configure.ac

13 years agoFix typo in AC_MSG_NOTICE regarding other possible global locations for lua libraries
Ari Johnson [Thu, 28 Apr 2011 16:16:18 +0000 (11:16 -0500)]
Fix typo in AC_MSG_NOTICE regarding other possible global locations for lua libraries

13 years agoFix typo in AC_MSG_CHECKING message regarding lua header
Ari Johnson [Thu, 28 Apr 2011 16:15:30 +0000 (11:15 -0500)]
Fix typo in AC_MSG_CHECKING message regarding lua header

13 years agoCheck for lt_dlsym instead of lt_dladvise_init in -lltdl
Ari Johnson [Thu, 28 Apr 2011 16:15:05 +0000 (11:15 -0500)]
Check for lt_dlsym instead of lt_dladvise_init in -lltdl

13 years agoActually use fgets() return value in conf.c and silence warnings about ignoring it
Ari Johnson [Thu, 28 Apr 2011 16:05:55 +0000 (11:05 -0500)]
Actually use fgets() return value in conf.c and silence warnings about ignoring it

13 years agoLocal liblua is detected and picked right now.
Rick L Bird [Thu, 28 Apr 2011 07:40:29 +0000 (03:40 -0400)]
Local liblua is detected and picked right now.
IssueID #240

13 years agoRemoved predefined -I location for lua in Makefile.in now that autoconf
Rick Bird [Thu, 28 Apr 2011 01:00:19 +0000 (21:00 -0400)]
Removed predefined -I location for lua in Makefile.in now that autoconf
takes care of it.
IssueID #240

13 years agoAdded automatic lua detection.
Rick Bird [Thu, 28 Apr 2011 00:58:31 +0000 (20:58 -0400)]
Added automatic lua detection.
IssueID #240

13 years agoUpdate .gitignore
Ari Johnson [Wed, 27 Apr 2011 02:33:31 +0000 (22:33 -0400)]
Update .gitignore

13 years agoDetect whether to use const SSL_METHOD * in myssl.c
Ari Johnson [Wed, 27 Apr 2011 02:32:12 +0000 (22:32 -0400)]
Detect whether to use const SSL_METHOD * in myssl.c

13 years agoFix htmltab.gperf APPLE #ifdef
Ari Johnson [Wed, 27 Apr 2011 02:15:23 +0000 (21:15 -0500)]
Fix htmltab.gperf APPLE #ifdef

13 years agoFix lmathtab.gperf APPLE #ifdef location
Ari Johnson [Wed, 27 Apr 2011 02:13:58 +0000 (22:13 -0400)]
Fix lmathtab.gperf APPLE #ifdef location

13 years agoRemove htmltab.c and lmathtab.c from repository since they are auto-generated by...
Ari Johnson [Wed, 27 Apr 2011 02:09:47 +0000 (21:09 -0500)]
Remove htmltab.c and lmathtab.c from repository since they are auto-generated by the Makefile

13 years agoDo not inline gperf functions on Apple systems
Ari Johnson [Wed, 27 Apr 2011 02:09:20 +0000 (21:09 -0500)]
Do not inline gperf functions on Apple systems

13 years agoRemove alltests.sh from repository as it is auto-generated by configure
Ari Johnson [Wed, 27 Apr 2011 01:06:35 +0000 (20:06 -0500)]
Remove alltests.sh from repository as it is auto-generated by configure

fixes #249

13 years agoAdded OPENSSL_x variables to Makefile.in
Rick Bird [Tue, 26 Apr 2011 23:18:49 +0000 (19:18 -0400)]
Added OPENSSL_x variables to Makefile.in
IssueID #240

13 years agoSet minimum autoconf version to 2.65. Works fine on my machine.
Rick L Bird [Tue, 26 Apr 2011 21:50:34 +0000 (17:50 -0400)]
Set minimum autoconf version to 2.65.  Works fine on my machine.
IssueID #240

13 years agoUse proper allocation size in hash_flush call to mush_realloc()
Ari Johnson [Tue, 26 Apr 2011 17:26:13 +0000 (13:26 -0400)]
Use proper allocation size in hash_flush call to mush_realloc()

fixes #235

13 years agoNamed registers were being double-initialized (small memory leak)
Ari Johnson [Tue, 26 Apr 2011 17:26:01 +0000 (13:26 -0400)]
Named registers were being double-initialized (small memory leak)

13 years agoCheck for sed in configure.ac
Ari Johnson [Tue, 26 Apr 2011 16:48:44 +0000 (12:48 -0400)]
Check for sed in configure.ac

13 years agoAdded lua detection. configure now stops if it can't find system lua or
Rick Bird [Tue, 26 Apr 2011 06:49:28 +0000 (02:49 -0400)]
Added lua detection.  configure now stops if it can't find system lua or
ltdl... Next step, add an argument to look use local installations
IssueID #240

13 years agoMoved AH top & bottom templates to its own special m4 file so vim syntax
Rick Bird [Tue, 26 Apr 2011 05:52:49 +0000 (01:52 -0400)]
Moved AH top & bottom templates to its own special m4 file so vim syntax
formatting isn't all off.  Changed the way Makefile.in see's LIBLTDL
coming in as well.
IssueID #240

13 years agoSeveral build system fixes and removed the last surviving member of the
Rick Bird [Tue, 26 Apr 2011 05:26:52 +0000 (01:26 -0400)]
Several build system fixes and removed the last surviving member of the
RESTRICT define in use.
IssueID #240

13 years agoAdd aclocal.m4 to .gitignore
Ari Johnson [Tue, 26 Apr 2011 03:30:53 +0000 (22:30 -0500)]
Add aclocal.m4 to .gitignore

13 years agoUse quotation marks in case PCRE_LIBS is empty in configure.ac
Ari Johnson [Tue, 26 Apr 2011 03:30:27 +0000 (22:30 -0500)]
Use quotation marks in case PCRE_LIBS is empty in configure.ac

13 years agoOnly warn if pg_conf not found in m4/postgres.m4
Ari Johnson [Tue, 26 Apr 2011 03:29:51 +0000 (22:29 -0500)]
Only warn if pg_conf not found in m4/postgres.m4

13 years agoUse AC_LANG_SOURCE and AC_LANG_PROGRAM correctly where needed with newer autoconf...
Ari Johnson [Tue, 26 Apr 2011 03:20:07 +0000 (23:20 -0400)]
Use AC_LANG_SOURCE and AC_LANG_PROGRAM correctly where needed with newer autoconf versions

13 years agoAdded proper templates of all AC_DEFINES so autoreconf can rebuild
Rick Bird [Mon, 25 Apr 2011 22:54:27 +0000 (18:54 -0400)]
Added proper templates of all AC_DEFINES so autoreconf can rebuild
config.h.in
IssueID #240

13 years agoIssueID #240
Rick Bird [Mon, 25 Apr 2011 19:55:46 +0000 (15:55 -0400)]
IssueID #240
Replaced deprecated check_ssl method PennMUSH was using for
ax_check_openssl.m4

13 years agoRemoved autogenerated aclocal.m4 from repo
Rick Bird [Mon, 25 Apr 2011 18:03:29 +0000 (14:03 -0400)]
Removed autogenerated aclocal.m4 from repo

13 years agoLooks like this should be initialized to 1. As the first if statement
Rick Bird [Mon, 25 Apr 2011 17:57:52 +0000 (13:57 -0400)]
Looks like this should be initialized to 1. As the first if statement
that changes the item sets it to 0 if no arg2 exists(which makes sense).
Normal command operation is @atrlock obj=lock, or @atrlock obj.
Thus no arg2 would be unlocking, and with arg2 would be a lock
operation.

IssueID #246

13 years agoAdded m4 directory, and rebuilt aclocal.m4 to be built from acinclude.m4
Rick Bird [Mon, 25 Apr 2011 16:23:31 +0000 (12:23 -0400)]
Added m4 directory, and rebuilt aclocal.m4 to be built from acinclude.m4
and assosciated m4 macro files.
IssueID #240

13 years agoMATCH_EXACT seems like to may be a possible breaker. Changed to
Rick Bird [Mon, 25 Apr 2011 05:05:45 +0000 (01:05 -0400)]
MATCH_EXACT seems like to may be a possible breaker.  Changed to
MATCH_NONE.
IssueID #250

13 years agoRevert "Use more compatible libtool options for linking"
Ari Johnson [Mon, 25 Apr 2011 04:32:01 +0000 (00:32 -0400)]
Revert "Use more compatible libtool options for linking"

This reverts commit 4499c2ccd3c595e6868eb1cd6b86142e9a271814.

It didn't work on newer libtools.  We need to find a way to avoid this
problem.  refs #251

13 years agoUse more compatible libtool options for linking
Ari Johnson [Mon, 25 Apr 2011 04:30:54 +0000 (23:30 -0500)]
Use more compatible libtool options for linking

13 years agoAdd FIXME notes to point to the bugs worked around by recent commits
Ari Johnson [Mon, 25 Apr 2011 04:11:25 +0000 (23:11 -0500)]
Add FIXME notes to point to the bugs worked around by recent commits

refs #250
refs #247
refs #246

13 years agoInitialize mret in match_exit - temporary workaround
Ari Johnson [Mon, 25 Apr 2011 04:10:07 +0000 (23:10 -0500)]
Initialize mret in match_exit - temporary workaround

refs #250

13 years agoChanged connect.txt generation to only happen if no connect.txt exists.
Rick Bird [Mon, 25 Apr 2011 03:52:02 +0000 (23:52 -0400)]
Changed connect.txt generation to only happen if no connect.txt exists.
IssueID #240

13 years agoMerge branch 'master' of cobramush.org:cobramush
Ari Johnson [Mon, 25 Apr 2011 03:35:58 +0000 (22:35 -0500)]
Merge branch 'master' of cobramush.org:cobramush

13 years agoMerge branch 'master' of localhost:cobramush
Rick Bird [Mon, 25 Apr 2011 03:35:10 +0000 (23:35 -0400)]
Merge branch 'master' of localhost:cobramush

13 years agoFixed crash bug in @create and removed privileged ability of specifying
Rick Bird [Mon, 25 Apr 2011 03:34:23 +0000 (23:34 -0400)]
Fixed crash bug in @create and removed privileged ability of specifying
a dbref with @create.
Fixes #242

13 years agoInitialize i = 0 in fun_break - temporary workaround
Ari Johnson [Mon, 25 Apr 2011 03:33:30 +0000 (22:33 -0500)]
Initialize i = 0 in fun_break - temporary workaround

refs #247

13 years agoOnly define static reload_files() function if it will be used
Ari Johnson [Mon, 25 Apr 2011 03:33:22 +0000 (22:33 -0500)]
Only define static reload_files() function if it will be used

13 years agoInitialize status = 0 in do_atrlock - temporary workaround
Ari Johnson [Mon, 25 Apr 2011 03:32:05 +0000 (22:32 -0500)]
Initialize status = 0 in do_atrlock - temporary workaround

refs #246

13 years agoChange OUTDESC flag in reboot.db to CONSOLE to better reflect purpose; fix @shutdown...
Ari Johnson [Sat, 23 Apr 2011 18:36:31 +0000 (14:36 -0400)]
Change OUTDESC flag in reboot.db to CONSOLE to better reflect purpose; fix @shutdown/reboot in console mode

13 years agoUpdate .gitignore to leave out reboot.db and PANIC.db
Ari Johnson [Sat, 23 Apr 2011 18:35:59 +0000 (14:35 -0400)]
Update .gitignore to leave out reboot.db and PANIC.db

13 years agoAdd reboot database flag for outdesc
Ari Johnson [Sat, 23 Apr 2011 17:58:11 +0000 (13:58 -0400)]
Add reboot database flag for outdesc

13 years agoFixed display of created & modified in examine.
Rick L Bird [Sat, 23 Apr 2011 06:13:11 +0000 (02:13 -0400)]
Fixed display of created & modified in examine.