Commit graph

493 commits

Author SHA1 Message Date
Jo-Philipp Wich
b910def5ac contrib/package/olsrd-luci: re-add nameservice plugin functionalities, refresh patches 2009-05-24 20:11:41 +00:00
Jo-Philipp Wich
1ff74a66f6 themes: add freifunk hannover theme 2009-05-24 13:59:42 +00:00
Jo-Philipp Wich
e7f9911ba2 contrib/package/olsrd-luci: bump to hg rev 54e88033741d and enable mintcvtime workarounds 2009-05-24 01:10:13 +00:00
Jo-Philipp Wich
6a9d7ac70c contrib/package/freifunk-watchdog: reset hysteresis counter if test condition is normal 2009-05-16 17:59:30 +00:00
Jo-Philipp Wich
dc4b478e7b contrib/package/freifunk-watchdog: nuke cronjob if wd is disabled and stop is invoked 2009-05-16 17:30:01 +00:00
Jo-Philipp Wich
07b6a704c4 merge r4529 to trunk 2009-05-16 17:19:06 +00:00
Jo-Philipp Wich
81a3c7b2d2 contrib/package/freifunk-watchdog: add sysupgrade hook to terminate ffwatchd before system upgrade 2009-05-13 00:44:27 +00:00
Jo-Philipp Wich
2399dafe57 contrib/package/freifunk-watchdog: workaround CONFIG_WATCHDOG_NOWAYOUT, trap signals 2009-05-13 00:19:03 +00:00
Jo-Philipp Wich
89afc3a1d5 contrib/package/freifunk-watchdog:
- poll /dev/watchdog if available
	- also monitor dropbear
2009-05-12 22:16:24 +00:00
Jo-Philipp Wich
153d287298 contrib/package: make luci-app-splash depend on iptables-mod-nat-extra 2009-05-09 22:20:58 +00:00
Jo-Philipp Wich
011a89028c contrib/package: unmask openvpn app, is not broken anymore 2009-05-09 16:23:39 +00:00
Jo-Philipp Wich
512dee5264 contrib/package: make watchdog dependency conditional 2009-05-09 16:20:54 +00:00
Jo-Philipp Wich
f9228e93e5 contrib/package: make freifunk-community depend on freifunk-watchdog 2009-05-09 16:19:09 +00:00
Jo-Philipp Wich
95814fcd1a contrib/package/freifunk-watchdog: better handle checking for uci updates 2009-05-09 15:28:37 +00:00
Jo-Philipp Wich
d99ce2f89a contrib/package/olsrd-luci: disable icmp redirects on startup and re-enable on stop 2009-05-07 17:23:25 +00:00
Jo-Philipp Wich
f48b4a3744 contrib/package/freifunk-watchdog: fixup build and package dependencies, fix hysteresis counter if both bssid and channel are wrong 2009-05-06 18:24:03 +00:00
Jo-Philipp Wich
34f8367c78 contrib/package: introduce hysteresis in watchdog 2009-05-04 20:02:47 +00:00
Jo-Philipp Wich
970fe52726 contrib/package: fix running check 2009-05-04 17:21:46 +00:00
Jo-Philipp Wich
214511aafc contrib/package: add freifunk watchdog daemon 2009-05-04 16:54:45 +00:00
Steven Barth
67fbe1b33c Remove Luasocket - obsoleted by nixio
Remove old luasocket based LuCI Httpd - obsoleted by lucittpd
Remove lpeg - not in use
Rewrite luci-splashd using nixio
2009-05-01 11:28:34 +00:00
Jo-Philipp Wich
7a3715c5c5 trunk/contrib: use local checkout in Makefile to determine latest revision 2009-04-29 06:25:56 +00:00
Jo-Philipp Wich
76a6ffc9cf luci: add greek translation, thanks Vasilis Tsiligiannis! 2009-04-27 21:36:41 +00:00
Jo-Philipp Wich
61d6197be8 contrib: remove userspace-nvram, went upstream 2009-04-27 00:33:43 +00:00
Jo-Philipp Wich
a8da3a09a3 contrib/userspace-nvram:
- fix checksum calculation
	- better handle invalid cli invokation
	- get rid of hard coded erase size
	- fix data type of crc8 function
2009-04-24 23:38:45 +00:00
Jo-Philipp Wich
18193fa5e9 contrib: add a userspace port of the Broadcom NVRAM kernel api, allows NVRAM manipulation on bcm47xx 2009-04-21 21:59:59 +00:00
Markus Wigge
085a0a9ec0 removed dependancy to openwrt.org theme.
Now it is possible to select a different (custom) theme as the only
available theme on the router.
2009-04-16 16:37:51 +00:00
Jo-Philipp Wich
df11154ba3 contrib/lar: get rid of hardcoded buffer size in larlib 2009-04-13 15:32:04 +00:00
Jo-Philipp Wich
15798344bf contrib/lar: refresh openwrt patch 2009-04-13 15:18:34 +00:00
Jo-Philipp Wich
78d14512ab contrib/lar: remove bitrot from lar.h 2009-04-13 15:18:12 +00:00
Jo-Philipp Wich
eb4a870be6 contrib/lar:
- add lua binding for lar library
	- introduce mmap() support for lua
2009-04-13 15:10:01 +00:00
Jo-Philipp Wich
725b3862ca contrib/package/olsrd-luci: remove hostname from default config 2009-04-12 22:13:29 +00:00
Jo-Philipp Wich
b848def429 contrib/lar:
- unify code style and data types
	- optimizations for string operations
2009-04-07 02:02:15 +00:00
Jo-Philipp Wich
598e9ef533 contrib/lar: add lar support patch for openwrt lua 2009-04-07 00:03:17 +00:00
Jo-Philipp Wich
acf5ea72c7 contrib/lar:
- fix short read of index table
	- properly handle errno by using errno.h
	- extend lar_find_archive() to take a base search path a second argument
	- extend cli.c to allow specifing the base search path
	- print index number in lar.pl
2009-04-06 22:58:44 +00:00
Jo-Philipp Wich
bf1cbdd838 contrib/lar: fix buffer overflow check, define os dir seperator 2009-04-06 18:16:04 +00:00
Jo-Philipp Wich
bfa91018ac contrib/lar: check for buffer overflows in lar_find_archive() and lar_find_member() 2009-04-06 17:54:55 +00:00
Jo-Philipp Wich
50ccdfccce contrib/lar:
- add lar_find_archive() and lar_find_member() to get a member handle from a packagename
	- extend cli to cover new operations
2009-04-06 14:28:17 +00:00
Jo-Philipp Wich
1744f962b0 contrib/lar: small fixes in cli.c 2009-04-06 02:50:29 +00:00
Jo-Philipp Wich
36a9415469 contrib: add "lar" - initial work on lua archive format 2009-04-06 02:35:34 +00:00
Jo-Philipp Wich
baa3404ab3 trunk: add gzip build target 2009-04-05 01:05:01 +00:00
Michael Geddes
baab33794b Add mailformat - which format to use for email 2009-03-31 05:13:38 +00:00
Steven Barth
0ef46dc967 Import luanet library
Relicensed with author's permission
Thanks John
2009-03-30 11:27:43 +00:00
Michael Geddes
5396d3115e Move to 2009c 2009-03-30 07:00:01 +00:00
Michael Geddes
63a2723de7 Can't have globals in includes 2009-03-30 05:07:34 +00:00
Michael Geddes
333458f06c Support voicegeneral 'format' section as list 2009-03-30 05:07:10 +00:00
Michael Geddes
9bc7c1dded Update documentation 2009-03-30 05:06:37 +00:00
Michael Geddes
c6ec0a8f10 Support for zones required for asterisk 2009-03-30 04:02:13 +00:00
Jo-Philipp Wich
275470fe63 contrib/package/olsrd-luci: remove useless menu definitions 2009-03-28 19:38:49 +00:00
Jo-Philipp Wich
5fbbf06611 i18n/japanese: enable in feed 2009-03-28 19:09:55 +00:00
Jo-Philipp Wich
3df2864e13 contrib/package/olsrd-luci: bump to 0.5.6-r4, rebase unbloat patch 2009-03-27 17:46:56 +00:00
Jo-Philipp Wich
a5ffc64063 contrib/package/olsrd-luci: remove garbage from 140-olsrd-optimize-size.patch 2009-03-25 23:47:34 +00:00
Jo-Philipp Wich
88bb3caa5c contrib/package/olsrd-luci: bump to hg rev 1785 2009-03-25 20:48:30 +00:00
Jo-Philipp Wich
928711067a contrib/package/olsrd-luci: bump PKG_RELEASE 2009-03-25 16:55:29 +00:00
Jo-Philipp Wich
d674c54fac contrib/package/olsrd-luci: add mdns plugin 2009-03-25 12:53:08 +00:00
Jo-Philipp Wich
bebcaaf727 contrib/package/olsrd-luci: reset PKG_REVISION 2009-03-18 22:24:46 +00:00
Jo-Philipp Wich
c8fba2cccb contrib/package/olsrd-luci:
- bump to hg rev 1781
	- rebase unbloat patch
2009-03-18 22:03:23 +00:00
Jo-Philipp Wich
432602ff2a contrib/package: make luci-freifunk-community dependant on olsrd-luci-mod-watchdog 2009-03-16 17:53:44 +00:00
Jo-Philipp Wich
129be80785 contrib/packages/olsrd-luci: add watchdog plugin (grabbed from ninux.org and modified for olsrd 0.5.6) 2009-03-16 17:11:06 +00:00
Jo-Philipp Wich
6bfdbb69e6 contrib/package/olsr-luci:
- fix unbloat patch
	- enable -DSVEN_OLA_UNBLOAT in target cflags
2009-03-15 18:25:44 +00:00
Jo-Philipp Wich
7e01a250b1 contrib/package/olsrd-luci:
- switch from r3 to 0.5.6 stable branch
	- rebase unbloat patch
	- remove ipv4 broadcast from example config
	- tweak tc and hello intervals in init script
2009-03-15 17:16:24 +00:00
Jo-Philipp Wich
2d49488b38 contrib/package: mark luaxyssl as broken until it's ported to polarssl, libxyssl was removed upstream 2009-03-06 13:52:42 +00:00
Jo-Philipp Wich
d6e251adbe contrib/package: fix typo in luci makefile 2009-03-05 17:05:44 +00:00
Jo-Philipp Wich
c3fb5310fb contrib/package: use "Revision:" field from svn when generating version 2009-03-05 02:18:06 +00:00
Steven Barth
b92e6532a0 nixio: Autogenerate private key on installation if we have axtls
support, make the TLS provider configurable in the build menu
2009-03-04 17:17:30 +00:00
Steven Barth
0a224c5ca8 Add Makefile definitions for http-client 2009-02-27 14:58:56 +00:00
Steven Barth
d2b11117f2 NIXIO: TLS-Support, bugfixes 2009-02-22 22:49:23 +00:00
Jo-Philipp Wich
cb0e180448 contrib/package: make luci-app-statistics depend on a few collectd plugins
applications/luci-statistics: implement a workaround for broken permissions on /tmp
2009-02-16 17:43:43 +00:00
Jo-Philipp Wich
4093233524 contrib/package: remove IpcConnect section from olsrd default config
applications/luci-olsr: disable IpcConnection configuration
2009-01-31 03:01:40 +00:00
Jo-Philipp Wich
6fef46408b contrib/package: switch olsrd-luci to 0.5.6-r3 release + patches for freifunk firmware 2009-01-31 02:20:43 +00:00
Steven Barth
80216cc088 Cleanup Freifunk defaults
Remove RTS, fallback to default
Disable Fledermaus theme
Disable forced German language, fallback to autodetect
2009-01-30 17:55:21 +00:00
Jo-Philipp Wich
d0d0715911 contrib/package: switch to olsrd dyn_gw_plain plugin and enable it by default 2009-01-30 13:48:32 +00:00
Michael Geddes
db087ebfb4 List of voice prompts requried 2009-01-27 12:02:18 +00:00
Michael Geddes
cfdd3ca682 Move number taging from lastcall.conf to tagnumber.conf
Improve tagging workflow.
2009-01-27 02:42:50 +00:00
Michael Geddes
dfa7dbbc45 Put quotes for safety.
Move enable_Voicemail() here.
2009-01-27 02:40:40 +00:00
Michael Geddes
213d2a310e The number tagging has been split into macros/tagnumber.conf 2009-01-27 02:39:41 +00:00
Michael Geddes
84d6b1e148 Add match_all_s variable - match all including s
Move enable_voicemail to voicemailconf.
Ignore variables beginning with _ in certain sections
2009-01-27 02:39:12 +00:00
Michael Geddes
61146aee6c Support for Call queues 2009-01-27 02:28:35 +00:00
Michael Geddes
f0fef5eb5a Options for voicemail 2009-01-27 02:28:02 +00:00
Jo-Philipp Wich
d8e0cdb2f8 contrib/package: disable dyn_gw plugin in olsrd default config, causes segfaults 2009-01-26 23:38:54 +00:00
Steven Barth
35d66fb98d Remove dependency between luci-admin-full and firewall on user request 2009-01-26 13:59:45 +00:00
Steven Barth
e71a8b1641 Bump UCI 2009-01-25 19:01:07 +00:00
Steven Barth
ea6c11f863 Add Image setting for default language (closes #21) 2009-01-25 17:42:41 +00:00
Jo-Philipp Wich
72b276d92d contrib/package: remove definitions for pgraph plugin 2009-01-22 23:16:37 +00:00
Jo-Philipp Wich
661ead3241 contrib/package: bump olsrd-luci to hg rev 2227 2009-01-22 23:07:09 +00:00
Jo-Philipp Wich
85ecde56c0 contrib: bump uci to v0.7.2 2009-01-20 00:50:17 +00:00
Michael Geddes
06cdb07211 Allow _* tags on sip configs 2009-01-19 21:37:03 +00:00
Michael Geddes
c1eb7cf481 DISA dialplan support. 2009-01-19 12:12:22 +00:00
Michael Geddes
c67c720fc8 Add pickup2 module support. 2009-01-19 12:11:41 +00:00
Michael Geddes
c1d8847a7d Add disaconf support.
Add app_pickup2
2009-01-19 12:10:56 +00:00
Michael Geddes
c87026c1ab Update Documentation 2009-01-19 12:07:46 +00:00
Michael Geddes
11ebe1aa81 Add link to load voicemenu config. 2009-01-18 12:51:28 +00:00
Michael Geddes
77f31860a0 Ability to have unatended voice menus. 2009-01-18 12:50:23 +00:00
Michael Geddes
4f1243271d Allow voicezone to have a 'name' option rather than having a named section. 2009-01-18 12:49:36 +00:00
Michael Geddes
29c406acea Ability for 'module' configs to have an optional 'createdialplan' section.
Used to create voicemenus.
2009-01-18 12:48:35 +00:00
Jo-Philipp Wich
89c8f98b12 build: add mkversion.sh helper script
contrib: (re-)generate version.lua at build time
libs/core: use version.lua
themes: adept header to version.lua, fix css for openwrt.org
2009-01-17 16:35:02 +00:00
Steven Barth
b847ba072d Make fixtime more reliable 2009-01-17 13:52:22 +00:00
Michael Geddes
77e992e78c Generate context for adding callerid name with proper sequences. 2009-01-17 12:22:46 +00:00
Michael Geddes
1df66e6fae Add LASTCALL_DIR to globals section if there is a DEST set. 2009-01-17 11:08:40 +00:00
Michael Geddes
2c79f6771c Add DisplayName option to sip/iax for callerid display 2009-01-17 11:07:52 +00:00
Michael Geddes
c661fa6278 Show that type is allowed to be specified with the target.
Show that target is a list for dialzones.
2009-01-16 23:15:43 +00:00