121 Commits

Author SHA1 Message Date
Sergey Safarov
df1ab07ca4 FS-9924: Removed extra space in source files 2017-02-09 23:59:49 -05:00
Michael Jerris
bcd9f49fbe move applications to use automake 2014-03-07 18:36:12 -05:00
Ken Rice
6e7d5d0897 update copyright header for 2014 2014-02-12 12:08:56 -06:00
Nathan Neulinger
32adc789f6 make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
Ken Rice
c5554eb939 Copyright date update. 2012-04-18 11:52:02 -05:00
Ken Rice
cac6c262bb conf: add config files to module directories
The idea here is that the config files in the module directories will
serve as the canonical documentation of all module configuration
options.
2012-03-24 04:51:08 +00:00
Brian West
3734f4cd44 bump copyright date and fix some email and typos from diego. 2011-01-05 10:09:04 -06:00
Rupa Schomaker
cb6f978d93 mod_limit is now a backwards compatible shim 2010-06-20 19:03:38 -05:00
Rupa Schomaker
ea71a2401e backward compat mod_limit.c 2010-06-20 19:03:38 -05:00
Rupa Schomaker
0e8a26f840 sync changes in branch rupa_limit 2010-06-19 07:49:34 -05:00
Rupa Schomaker
256274ac33 MODAPP-412 - improve rate limit support
add switch_core_hash_delete_multi


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17085 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-24 16:11:24 +00:00
Mathieu Rene
4ba5ad3d26 MODAPP-407
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16957 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-03-09 19:16:10 +00:00
Mathieu Rene
07045091b6 try that Kristian
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16586 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-08 22:26:54 +00:00
Anthony Minessale
886e1ddb4d run indent on the whole tree and update copyright dates in prep for 1.0.5
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16579 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-02-06 03:38:24 +00:00
Anthony Minessale
e5cadc5196 MODAPP-387
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16278 d0543943-73ff-0310-b7d9-9358b9ac24b2
2010-01-13 18:02:42 +00:00
Jeff Lenk
dc5d69c104 FSBUILD-221 fix several trivial warnings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16041 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-23 03:44:42 +00:00
Mathieu Rene
e36b47cbc3 mod_limit: use = instead of like
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16020 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-22 18:06:23 +00:00
Rupa Schomaker
b78a8b3236 remove memcache version, it never worked right and is unworkable w/out a lot
of effort.  will revisit when pluggable limit implemented


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15908 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-12-11 16:14:52 +00:00
Anthony Minessale
36689432e0 move mod_limit to cache_db and clean up vm legacy code
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15677 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-26 00:07:24 +00:00
Anthony Minessale
5d815cfdfe add support for running core-db over odbc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15487 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-11-17 00:12:54 +00:00
Anthony Minessale
df7637f687 change switch_strlen_zero to zstr
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15211 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-23 16:03:42 +00:00
Rupa Schomaker
89e6324c17 make limit work with neg count like limit_hash
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14920 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-18 20:01:30 +00:00
Rupa Schomaker
25585417ab don't use callback for delete stmt
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14879 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-15 22:06:36 +00:00
Rupa Schomaker
e4258a83a9 add limit_execute (like limit_hash_execute)
allow -#s to act as counter only
add INFO level logs to limit similar to limit_hash


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14870 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-15 18:13:25 +00:00
Mathieu Rene
9e8848e3d5 MODAPP-334
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14830 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-11 16:10:29 +00:00
Mathieu Rene
a75c525dcc mod_limit: fix counter-only mode in limit_hash_execute
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14829 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-11 16:03:52 +00:00
Mathieu Rene
9e485b505c mod_limit: set more chan vars in limit_function
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14733 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-09-02 15:01:09 +00:00
Rupa Schomaker
c37fb4f068 add memcache support (limit_memcache and friends)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14665 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-08-28 16:18:51 +00:00
Mathieu Rene
5acb8ad899 Per-call logging, part two
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14510 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-08-13 21:24:51 +00:00
Mathieu Rene
14fda9d617 mod_limit: Avoiding segfault
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14403 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-28 20:43:45 +00:00
Mathieu Rene
91726e3a76 mod_limit: fix usage and argument list length
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14402 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-28 20:31:36 +00:00
Mathieu Rene
16e4f259c2 mod_limit: Refactor and add limit_hash_execute application (see wiki)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14401 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-28 20:19:01 +00:00
Mathieu Rene
21af72d3ea mod_limit: Move over-limit messages down to INFO (MODAPP-308)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14275 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-07-16 17:57:56 +00:00
Michael Jerris
6348359d95 change odbc handling in code to be runtime instead of build time
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13936 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-24 16:02:43 +00:00
Mathieu Rene
ca5bc07f48 Implement new config parser in mod_voicemail
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13878 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-20 03:32:29 +00:00
Brian West
4bdd55dd0b fix Makefile
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13699 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-08 22:06:52 +00:00
Anthony Minessale
ab568f3589 patch
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13694 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-06-08 21:52:50 +00:00
Anthony Minessale
dd61d20987 MODAPP-264 prevent multiple bindings of the same event_hooks to make code simpler in mod_limit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13113 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-22 15:02:32 +00:00
Mathieu Rene
432ef52ce9 mod_limit: Add more error checking to hash api/app
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13007 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-12 18:35:09 +00:00
Mathieu Rene
78f74328e2 Remove old commented-out code (Im still not a janitor... please)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12893 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-02 18:49:00 +00:00
Brian West
33e5985835 This is way more bettah!
/b



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12880 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-01 23:38:04 +00:00
Mathieu Rene
2ccace5a41 Attempt to fix limit counter bug
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12879 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-04-01 23:28:29 +00:00
Mathieu Rene
8ed510458f mod_limit: close odbc handle
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12632 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-16 22:44:14 +00:00
Mathieu Rene
90db12c814 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12581 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-12 14:59:51 +00:00
Mathieu Rene
3e7a746201 tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12536 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-09 17:25:52 +00:00
Mathieu Rene
56293b490f why didnt that work
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12532 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-09 15:25:05 +00:00
Mathieu Rene
97412d0e13 Add events and a shutdown function to mod_limit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12497 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-07 04:56:07 +00:00
Mathieu Rene
bbf213de0a update regex
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12496 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-07 02:55:52 +00:00
Mathieu Rene
ec60a3ae0b Implement new config parser in mod_limit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12494 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-07 02:13:32 +00:00
Michael Jerris
4212af498b build: build path cleanups (FSBUILD-130)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12490 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-03-06 19:27:14 +00:00