]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
12 years agoFS-6491 --resolve
Anthony Minessale [Mon, 28 Apr 2014 16:16:52 +0000 (21:16 +0500)] 
FS-6491 --resolve

This seems to be a paradox when running a perl script from a session then executing perl again on the same session from a different thread.
I fixed it by converting any execution of perl in the execute_on_* family of operators to only run background mode which is to store the command in the session stack to be executed only by the session thread instead of on the spot by the outide thread.  changing the execute_on_answer to perl::/path/to/script.pl would also eliminate the crash in code that has not been updated with this patch.

This is just a limitation of embedded perl we have to live with.

12 years agofixing commit a7108411233058511c59227617e446f28384dbd0 in switch_config
William King [Mon, 28 Apr 2014 15:46:48 +0000 (08:46 -0700)] 
fixing commit a7108411233058511c59227617e446f28384dbd0 in switch_config

Previous commit actually broke the functionality since it was now returning if cfg->path[0] was not null.
Also since cfg->path can never be null, this check can be simplified to only check the first index.

12 years agocheck return value of switch_vasprintf
Michael Jerris [Mon, 28 Apr 2014 13:54:20 +0000 (09:54 -0400)] 
check return value of switch_vasprintf

12 years agofix assigned but never used issue and code cleanup for readability
Michael Jerris [Mon, 28 Apr 2014 13:47:30 +0000 (09:47 -0400)] 
fix assigned but never used issue and code cleanup for readability

12 years agowe only call this with values, and it would crash if you passed it null anyways,...
Michael Jerris [Sat, 26 Apr 2014 19:41:34 +0000 (15:41 -0400)] 
we only call this with values, and it would crash if you passed it null anyways, just assert to make it 100% clear

12 years agocontact->m_url is an array, don't check array for zero as its useless
Michael Jerris [Sat, 26 Apr 2014 19:35:27 +0000 (15:35 -0400)] 
contact->m_url is an array, don't check array for zero as its useless

12 years agoFix buffer overrun that could have been exploited with a crafted skinny packet design...
Michael Jerris [Sat, 26 Apr 2014 19:29:01 +0000 (15:29 -0400)] 
Fix buffer overrun that could have been exploited with a crafted skinny packet designed to exploit this mistake in bounds checking.

12 years agofix memory leaks, tanks to Sharath from packetizer forum.
Georgiewskiy Yuriy [Sat, 26 Apr 2014 00:49:35 +0000 (04:49 +0400)] 
fix memory leaks, tanks to Sharath from packetizer forum.

12 years agoFS-3332 --resolve
Brian West [Fri, 25 Apr 2014 20:53:11 +0000 (15:53 -0500)] 
FS-3332 --resolve

12 years agoExpanding on 052638186b2784c4142089008adf4289d40c80bc to support boolean tel url...
William King [Fri, 25 Apr 2014 20:49:59 +0000 (13:49 -0700)] 
Expanding on 052638186b2784c4142089008adf4289d40c80bc to support boolean tel url params in mod_sofia

12 years agoBNPH-6470 follow up to commit 68d863a179c90d2524f8e761dedb3aebd09c3e75 removing the...
William King [Fri, 25 Apr 2014 19:11:09 +0000 (12:11 -0700)] 
BNPH-6470 follow up to commit 68d863a179c90d2524f8e761dedb3aebd09c3e75 removing the original line that performed the curl request to avoid a double request in mod_xml_curl

12 years agoFS-6470
Brian West [Fri, 25 Apr 2014 16:50:06 +0000 (11:50 -0500)] 
FS-6470

12 years agoFS-6482 --resolve
Brian West [Thu, 24 Apr 2014 19:05:15 +0000 (14:05 -0500)] 
FS-6482 --resolve

12 years agofix issues with heartbeat in bypass media mode
Anthony Minessale [Thu, 24 Apr 2014 18:21:15 +0000 (23:21 +0500)] 
fix issues with heartbeat in bypass media mode

12 years agoFixing memory leak that would occur when reloading mod_xml_curl
William King [Thu, 24 Apr 2014 16:13:00 +0000 (09:13 -0700)] 
Fixing memory leak that would occur when reloading mod_xml_curl

12 years agorevert
Anthony Minessale [Thu, 24 Apr 2014 15:58:23 +0000 (20:58 +0500)] 
revert

12 years agoFS-6477 --resolve
Anthony Minessale [Tue, 22 Apr 2014 18:51:44 +0000 (23:51 +0500)] 
FS-6477 --resolve

12 years agoFS-6476 --resolve
Anthony Minessale [Tue, 22 Apr 2014 18:25:34 +0000 (23:25 +0500)] 
FS-6476 --resolve

12 years agomod_rayo: preserve old caller ID behavior if display name is not given
Chris Rienzo [Tue, 22 Apr 2014 17:29:43 +0000 (13:29 -0400)] 
mod_rayo: preserve old caller ID behavior if display name is not given

12 years agomod_rayo: relax recent caller ID restrictions a bit
Chris Rienzo [Tue, 22 Apr 2014 12:50:25 +0000 (08:50 -0400)] 
mod_rayo: relax recent caller ID restrictions a bit

12 years agoESL-91: --resolve bigger buffer for args
Michael Jerris [Mon, 21 Apr 2014 17:33:41 +0000 (13:33 -0400)] 
ESL-91: --resolve bigger buffer for args

12 years agoRemove extraneous abort(3) when sending chat
Travis Cross [Sat, 19 Apr 2014 19:26:27 +0000 (19:26 +0000)] 
Remove extraneous abort(3) when sending chat

This appears to have been accidentally added in commit
79ebcb104b92fa37ed291e96ab2d611f297e6078 which sought to provide a
mechanism for disabling Sofia's chat interface.  The abort(3) here
achieved that a bit too well.

12 years agoadd enable-chat sofia profile param which defaults to true when not present, set...
Anthony Minessale [Sat, 19 Apr 2014 17:29:00 +0000 (12:29 -0500)] 
add enable-chat sofia profile param which defaults to true when not present, set to false to turn off the chat interface in sofia

12 years agoDrop pinned memcached file download from debian
Travis Cross [Sat, 19 Apr 2014 06:29:24 +0000 (06:29 +0000)] 
Drop pinned memcached file download from debian

12 years agoCorrect display of last write timestamp
Travis Cross [Sat, 19 Apr 2014 01:44:40 +0000 (01:44 +0000)] 
Correct display of last write timestamp

On start DTMF packets we were showing the last write timestamp as a
signed value when it's an unsigned value, which could result in it
appearing incongruous with later packets where the value was displayed
correctly.

12 years agoOPENZAP-222 --resolve
Brian West [Fri, 18 Apr 2014 20:18:41 +0000 (15:18 -0500)] 
OPENZAP-222 --resolve

12 years agoFS-6082 --resolve
Brian West [Fri, 18 Apr 2014 20:17:23 +0000 (15:17 -0500)] 
FS-6082 --resolve

12 years agoDispatch will call you on register, and call you back if you hangup on next register
Brian West [Fri, 18 Apr 2014 01:35:57 +0000 (20:35 -0500)] 
Dispatch will call you on register, and call you back if you hangup on next register

12 years agofix bug in dispatch
Brian West [Fri, 18 Apr 2014 01:19:39 +0000 (20:19 -0500)] 
fix bug in dispatch

12 years agoFS-6452 mod_spy doesn't react on events without variable_domain_name
Brian West [Fri, 18 Apr 2014 01:12:27 +0000 (20:12 -0500)] 
FS-6452 mod_spy doesn't react on events without variable_domain_name

12 years agodon't send heartbeat until the first timeout has elapsed rather than instantly
Anthony Minessale [Thu, 17 Apr 2014 19:06:24 +0000 (00:06 +0500)] 
don't send heartbeat until the first timeout has elapsed rather than instantly

12 years agofix compiler warning
Seven Du [Thu, 17 Apr 2014 06:58:18 +0000 (14:58 +0800)] 
fix compiler warning

12 years agoupdate
Anthony Minessale [Wed, 16 Apr 2014 23:33:02 +0000 (04:33 +0500)] 
update

12 years agoFS-6462 --resolve
Anthony Minessale [Wed, 16 Apr 2014 23:26:43 +0000 (04:26 +0500)] 
FS-6462 --resolve

I found a problem here but it may not completely match your expectations.
I reviewed the RFC 4028 and checked against the code and I discovered we should not be putting a Min-SE in any response at all besides a 422:

section 5:

   The Min-SE header field MUST NOT be used in responses except for
   those with a 422 response code.  It indicates the minimum value of
   the session interval that the server is willing to accept.

I corrected this problem and implemented the 422 response so if you request a value lower than the minimum specified for the profile.
If the value is equal or higher to the minimum, it will be reflected in the Session-Expires header in the response and no Min-SE will be present.

12 years agoFS-5997 regression from commit 70accd9f272472ac2081283f1927d901b409acb6 this caused...
Anthony Minessale [Wed, 16 Apr 2014 21:41:40 +0000 (02:41 +0500)] 
FS-5997 regression from commit 70accd9f272472ac2081283f1927d901b409acb6 this caused some attended transfers to calls with multiple targets to get the abondoned channels to be stuck on write lock

12 years agoGet rid of a small memory leak when the configs are reloaded in mod_enum
William King [Wed, 16 Apr 2014 16:27:34 +0000 (09:27 -0700)] 
Get rid of a small memory leak when the configs are reloaded in mod_enum

12 years agoadd generic keepalive system and implement it in sofia to send MESSAGE or INFO packet...
Anthony Minessale [Wed, 16 Apr 2014 01:02:44 +0000 (06:02 +0500)] 
add generic keepalive system and implement it in sofia to send MESSAGE or INFO packets in-dialog at specified interval.

Adds app: enable_keepalive 0|<seconds>
This app can be run in the dialplan or with execute_on_* type variables for B-legs.

Adds sofia param: keepalive-method  : defaults to MESSAGE can also be "INFO"
This param sets which SIP method to use.

12 years agoFS-6407 --resolve mod_rayo: support SIP URI caller ID w/ display name
Chris Rienzo [Tue, 15 Apr 2014 18:27:49 +0000 (14:27 -0400)] 
FS-6407 --resolve mod_rayo: support SIP URI caller ID w/ display name

12 years agoadd parsing of user params on invite
Raymond Chandler [Tue, 15 Apr 2014 16:47:48 +0000 (12:47 -0400)] 
add parsing of user params on invite

12 years agoadd SWITCH_MESSAGE_HEARTBEAT_EVENT indication to execute on a session when session...
Anthony Minessale [Tue, 15 Apr 2014 16:22:36 +0000 (21:22 +0500)] 
add SWITCH_MESSAGE_HEARTBEAT_EVENT indication to execute on a session when session heartbeat fires

12 years agomod_skinny: fix leak
Nathan Neulinger [Mon, 14 Apr 2014 20:04:06 +0000 (15:04 -0500)] 
mod_skinny: fix leak

12 years agoFS-6460 --resolve fix leaked RTP ports that cause mod_skinny to fail after N calls
Nathan Neulinger [Mon, 14 Apr 2014 18:22:24 +0000 (13:22 -0500)] 
FS-6460 --resolve fix leaked RTP ports that cause mod_skinny to fail after N calls

12 years agomod_rayo: clean up module hashes on shutdown
Chris Rienzo [Mon, 14 Apr 2014 16:01:31 +0000 (12:01 -0400)] 
mod_rayo: clean up module hashes on shutdown

12 years agoFS-6447 --resolve return subscriber-absent platform-code 20 if <dial> is attempted...
Chris Rienzo [Mon, 14 Apr 2014 13:47:41 +0000 (09:47 -0400)] 
FS-6447 --resolve return subscriber-absent platform-code 20 if <dial> is attempted to user that is not registered

12 years agoFS-6459: --resolve fix srcdir build running modcheck
Michael Jerris [Mon, 14 Apr 2014 12:50:15 +0000 (08:50 -0400)] 
FS-6459: --resolve fix srcdir build running modcheck

12 years agoFS-6457 --resolve
Peter Olsson [Fri, 11 Apr 2014 14:49:30 +0000 (16:49 +0200)] 
FS-6457 --resolve
Upgrade to OpenSSL 1.0.1g in Windows build (Visual Studio 2010 and 2012)

12 years agoAvoid leaking memory on mod_cdr_sqlite unload
Travis Cross [Sat, 12 Apr 2014 06:57:59 +0000 (06:57 +0000)] 
Avoid leaking memory on mod_cdr_sqlite unload

12 years agoAvoid leaking memory on mod_voicemail unload
Travis Cross [Sat, 12 Apr 2014 06:48:36 +0000 (06:48 +0000)] 
Avoid leaking memory on mod_voicemail unload

12 years agoAvoid leaking memory on mod_hash unload
Travis Cross [Sat, 12 Apr 2014 06:43:11 +0000 (06:43 +0000)] 
Avoid leaking memory on mod_hash unload

12 years agoAvoid leaking memory on unload of mod_dptools
Travis Cross [Sat, 12 Apr 2014 06:31:31 +0000 (06:31 +0000)] 
Avoid leaking memory on unload of mod_dptools

Automated leak detectors find leaked memory on shutdown.  Cleaning up
after ourselves on shutdown eliminates noise from these reports.

12 years agoCondense styling a bit
Travis Cross [Sat, 12 Apr 2014 05:06:51 +0000 (05:06 +0000)] 
Condense styling a bit

12 years agoHide warning about sometimes initialized variable
Travis Cross [Sat, 12 Apr 2014 04:44:45 +0000 (04:44 +0000)] 
Hide warning about sometimes initialized variable

The rc variable here was always initialized but the compiler couldn't
see that because of the lack of an unconditional else clause.

12 years agoFix memory leak in subscription handling
Travis Cross [Sat, 12 Apr 2014 04:30:19 +0000 (04:30 +0000)] 
Fix memory leak in subscription handling

We were leaking one event (~539 bytes) for every subscribe packet
received with both an "event: as-feature-event" and an authorization
header.

12 years agoMerge in change to use system libmemcached
Travis Cross [Fri, 11 Apr 2014 23:00:35 +0000 (23:00 +0000)] 
Merge in change to use system libmemcached

FS-353

12 years agoDepend on system libmemcached-dev on Debian
Travis Cross [Fri, 11 Apr 2014 22:58:43 +0000 (22:58 +0000)] 
Depend on system libmemcached-dev on Debian

12 years agoUngetlib libmemcached
James Le Cuirot [Fri, 11 Apr 2014 21:23:22 +0000 (22:23 +0100)] 
Ungetlib libmemcached

Tested with several libmemcached versions between 0.31 and
1.0.18. Unfortunately the API is extremely volatile and awkward to
use. Packaging scripts still need addressing.

FS-353

12 years agoAdd libyaml pkg-config LIBS to LIBADD not LDFLAGS
James Le Cuirot [Mon, 7 Apr 2014 21:46:47 +0000 (22:46 +0100)] 
Add libyaml pkg-config LIBS to LIBADD not LDFLAGS

Per the automake manual these should go in LIBADD.

http://www.gnu.org/software/automake/manual/html_node/Program-and-Library-Variables.html

FS-353

Signed-off-by: Travis Cross <tc@traviscross.com>
12 years agoShow message in configure when YAML isn't there
James Le Cuirot [Mon, 7 Apr 2014 21:46:47 +0000 (22:46 +0100)] 
Show message in configure when YAML isn't there

FS-353

Signed-off-by: Travis Cross <tc@traviscross.com>
12 years agoMake sure to copy pcre.h to library path, when building Win32/Debug in VS2012.
Peter Olsson [Fri, 11 Apr 2014 14:35:19 +0000 (16:35 +0200)] 
Make sure to copy pcre.h to library path, when building Win32/Debug in VS2012.

12 years agoremove SSML from mod_rss
Anthony Minessale [Thu, 10 Apr 2014 22:33:57 +0000 (03:33 +0500)] 
remove SSML from mod_rss

12 years agoFS-6453 --resolve
Anthony Minessale [Thu, 10 Apr 2014 22:24:14 +0000 (03:24 +0500)] 
FS-6453 --resolve

12 years agoavoid recomputing hash
Anthony Minessale [Thu, 10 Apr 2014 22:08:27 +0000 (03:08 +0500)] 
avoid recomputing hash

12 years agoFS-6448 --resolve revert string func patch cos some things free it
Anthony Minessale [Thu, 10 Apr 2014 21:36:13 +0000 (02:36 +0500)] 
FS-6448 --resolve revert string func patch cos some things free it

12 years agomod_rayo: fixed input crash introduced in 2014-04-07 commit
Chris Rienzo [Thu, 10 Apr 2014 14:20:47 +0000 (10:20 -0400)] 
mod_rayo: fixed input crash introduced in 2014-04-07 commit

12 years agoMove loop exit conditionals
Travis Cross [Wed, 9 Apr 2014 07:40:18 +0000 (07:40 +0000)] 
Move loop exit conditionals

The net effect here is the code looks more "regular" and reads more
linearly.

12 years agoAvoid considering more phrase actions after break
Travis Cross [Wed, 9 Apr 2014 07:35:38 +0000 (07:35 +0000)] 
Avoid considering more phrase actions after break

Previously we would continue considering phrase actions even after
receiving a break action; we would only break on the next input
clause.  It appears the intent here was to break before the next
action.

12 years agoImprove comment
Travis Cross [Wed, 9 Apr 2014 07:35:15 +0000 (07:35 +0000)] 
Improve comment

12 years agoConsolidate two conditionals
Travis Cross [Wed, 9 Apr 2014 07:30:14 +0000 (07:30 +0000)] 
Consolidate two conditionals

If we get SWITCH_STATUS_BREAK then we didn't get
SWITCH_STATUS_SUCCESS.

12 years agoRemove variable assignment without effect
Travis Cross [Wed, 9 Apr 2014 07:28:25 +0000 (07:28 +0000)] 
Remove variable assignment without effect

We're breaking out of the loop here anyway, so setting done to true is
useless.

12 years agoFix memory leak in phrase macro playback
Travis Cross [Wed, 9 Apr 2014 07:26:36 +0000 (07:26 +0000)] 
Fix memory leak in phrase macro playback

We were leaking memory when break_on_match was set or when we received
back SWITCH_STATUS_BREAK from a callee as we were failing to free
field_expanded_alloc.

12 years agoRemove tautological conditional
Travis Cross [Wed, 9 Apr 2014 07:23:48 +0000 (07:23 +0000)] 
Remove tautological conditional

If pattern is null we're setting it to a non-null value, so this
branch will always be taken.

Use `git diff -w` or `git log -p -w` to see what's going on in this
commit.

12 years agoFix memory leak on memory error
Travis Cross [Wed, 9 Apr 2014 07:14:59 +0000 (07:14 +0000)] 
Fix memory leak on memory error

In the event of a memory error, we were trying to free a null pointer
while leaking the allocation for field_expanded_alloc.

12 years agoMove variables down into loop where they're used
Travis Cross [Wed, 9 Apr 2014 07:11:15 +0000 (07:11 +0000)] 
Move variables down into loop where they're used

These variables aren't used outside of this for loop, so they should
be declared within it.

12 years agoadd switch_hashtable_insert_destructor so you can insert a pointer into a hash with...
Anthony Minessale [Wed, 9 Apr 2014 18:26:41 +0000 (23:26 +0500)] 
add switch_hashtable_insert_destructor so you can insert a pointer into a hash with a custom destructor and use it in spandsp to fix a leak on reloadxml with the tone_descriptor tables and fix a bunch of random tiny leaks etc

12 years agofree global pool on shutdown
Anthony Minessale [Tue, 8 Apr 2014 22:29:31 +0000 (03:29 +0500)] 
free global pool on shutdown

12 years agoclear event queue on shutdown
Anthony Minessale [Tue, 8 Apr 2014 22:23:13 +0000 (03:23 +0500)] 
clear event queue on shutdown

12 years agoSuppress spurious warning in phrase macro playback
Travis Cross [Wed, 9 Apr 2014 04:48:09 +0000 (04:48 +0000)] 
Suppress spurious warning in phrase macro playback

Prior to this commit, if anything at all went wrong in
switch_ivr_phrase_macro_event() we would generate a warning like this:

  [WARNING] switch_ivr_play_say.c:348 Macro [macro_name]: 'pattern_name' did not match any patterns

This is clearly misleading.  The natural thing to do on seeing that
message is to verify that the language files are there, and that the
pattern really does exist in that macro.  But none of that was usually
the problem.  The message would be generated if the language wasn't
found, or if the channel had gone away, for example.

With this commit, we verify that we actually tried looking for the
pattern before displaying the warning about the pattern not matching.

12 years agoAvoid playback on dead channels in voicemail
Travis Cross [Wed, 9 Apr 2014 04:36:52 +0000 (04:36 +0000)] 
Avoid playback on dead channels in voicemail

For years we've been generating spurious messages like:

  [WARNING] switch_ivr_play_say.c:348 Macro [voicemail_ack]: 'saved' did not match any patterns

This would happen when the caller hangs up during the playback of
certain prompts in the voicemail system where we weren't checking the
return value of vm_macro_get().  Looking closely at the log, it's
clear we were calling down into switch_ivr_phrase_macro() long after
the channel was gone.

The message above is also misleading -- switch_ivr_phrase_macro()
would have been able to find that pattern just fine, but it never
actually looked because the channel was gone.  We'll clean up that
message in a follow on commit.

12 years agoAvoid crash on event without content-type
Travis Cross [Wed, 9 Apr 2014 01:16:12 +0000 (01:16 +0000)] 
Avoid crash on event without content-type

If we received an event without a content-type header we were
dereferencing a null pointer leading to a seg fault.

Reported-by: Ico <ico@voip-io.org>
ESL-90 --resolve

12 years agoFix typo in comment
Travis Cross [Tue, 8 Apr 2014 23:16:39 +0000 (23:16 +0000)] 
Fix typo in comment

12 years agoremove unnecessary pool create
Anthony Minessale [Tue, 8 Apr 2014 22:18:21 +0000 (03:18 +0500)] 
remove unnecessary pool create

12 years agoforce srtp rebuild
Anthony Minessale [Tue, 8 Apr 2014 22:14:52 +0000 (03:14 +0500)] 
force srtp rebuild

12 years agoAdd immediate sanity check on untrusted length
Travis Cross [Tue, 8 Apr 2014 21:04:59 +0000 (21:04 +0000)] 
Add immediate sanity check on untrusted length

We were actually checking this indirectly in the loop that follows,
but it's more clear to check this immediately and directly.

12 years agoDon't leak these 4 hash tables when mod_fifo is reloaded
William King [Tue, 8 Apr 2014 18:18:23 +0000 (11:18 -0700)] 
Don't leak these 4 hash tables when mod_fifo is reloaded

12 years agoFS-6442 --resolve
William King [Tue, 8 Apr 2014 17:36:20 +0000 (10:36 -0700)] 
FS-6442 --resolve

12 years ago- fixed read of memory out of 'seq' variable bounds
Dmitry Sobinov [Thu, 27 Mar 2014 15:36:32 +0000 (22:36 +0700)] 
- fixed read of memory out of 'seq' variable bounds
- fixed AEAD IV calculation for big-endian machines

12 years agoResolve key length issue with AES GCM 128/256
Brian West [Tue, 8 Apr 2014 16:04:41 +0000 (11:04 -0500)] 
Resolve key length issue with AES GCM 128/256

12 years agoFS-6436 test cimmit for git hooks
Ken Rice [Tue, 8 Apr 2014 15:50:15 +0000 (10:50 -0500)] 
FS-6436 test cimmit for git hooks

12 years agoFS-6436
Anthony Minessale [Tue, 8 Apr 2014 15:30:19 +0000 (20:30 +0500)] 
FS-6436

12 years agoThis commit resolves issue #46. The GCM mode was using the wrong master SALT length...
jfigus [Tue, 8 Apr 2014 13:15:49 +0000 (09:15 -0400)] 
This commit resolves issue #46.  The GCM mode was using the wrong master SALT length.  The master SALT should be 96 bits instead of 112 bits.  Note, GCM mode uses the legacy CTR mode for the KDF.  The legagacy CTR mode cipher implementations assume a 112 bit SALT.  Changes to the cipher abstraction layer API are required to provide the ability to specify the SALT length.  For now this commit modifies the SRTP layer to ensure the SALT is zero-appended before initializing the KDF.  This commit also provides public definitions for the GCM cipher suite master key sizes to avoid confusion for application developers.

12 years agoESL-89: fix install path and single_command require
Brian West [Mon, 7 Apr 2014 20:26:13 +0000 (15:26 -0500)] 
ESL-89: fix install path and single_command require

12 years agoESL-89: --resolve add rubymod-install and add ability to use a ruby not in your path...
Michael Jerris [Mon, 7 Apr 2014 19:27:24 +0000 (15:27 -0400)] 
ESL-89: --resolve add rubymod-install and add ability to use a ruby not in your path by setting RUBY env var

12 years agoReenable mod_v8 in debian package builds
Travis Cross [Mon, 7 Apr 2014 16:20:07 +0000 (16:20 +0000)] 
Reenable mod_v8 in debian package builds

The relevant v8 build issues are believed to be worked out at this
point.

12 years agomod_rayo: fix memory corruption in dial, input, output
Chris Rienzo [Mon, 7 Apr 2014 16:37:24 +0000 (12:37 -0400)] 
mod_rayo: fix memory corruption in dial, input, output

12 years agosend muted members as recvonly on RFC4575 data
Anthony Minessale [Mon, 7 Apr 2014 15:51:23 +0000 (20:51 +0500)] 
send muted members as recvonly on RFC4575 data

12 years agoUnused return value
William King [Sat, 5 Apr 2014 19:01:21 +0000 (12:01 -0700)] 
Unused return value

12 years agofix seg in complete del with no arg
Anthony Minessale [Sun, 6 Apr 2014 20:04:51 +0000 (01:04 +0500)] 
fix seg in complete del with no arg

12 years agoFS-5832 regression.... After this change the sticky completes were deleting. This...
Anthony Minessale [Sat, 5 Apr 2014 22:51:36 +0000 (03:51 +0500)] 
FS-5832  regression.... After this change the sticky completes were deleting.  This should correct it

12 years agofix seg in alias del
Anthony Minessale [Sat, 5 Apr 2014 16:09:23 +0000 (21:09 +0500)] 
fix seg in alias del

12 years agoUpdate gitignore
Travis Cross [Sat, 5 Apr 2014 07:57:05 +0000 (07:57 +0000)] 
Update gitignore