Skip to content

Commit 012ed56

Browse files
authored
Merge pull request nodogsplash#342 from nodogsplash/v3.3.0-1
Bump to version 3.3.0
2 parents 544701b + 20b81e1 commit 012ed56

File tree

14 files changed

+514
-31
lines changed

14 files changed

+514
-31
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
nodogsplash (3.3.0)
2+
3+
* Add PreAuth functionality - support for Dynamic Splash Pages, served by NDS directly [bluewavenet]
4+
* Documentation updates including new sections for Splash Page and PreAuth [bluewavenet]
5+
* Fix memory handling bug, issue #341 [mwarning] [stevo01]
6+
* Improvements towards usable IPv6 support [wanxewoj] [mwarning]
7+
8+
-- Rob White <[email protected]> Fri, 15 Mar 2019 15:48:00 +0000
9+
110
nodogsplash (3.2.1)
211

312
* reset upload/download counter when a client has been authenticated a second time [mwarning]

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ Customising the page seen by users is a simple matter of editing the simple defa
2525

2626
**If you want to enforce use of a set of preset usernames** and passwords with perhaps a limited connection time, the addition of a simple shell script is all that is required.
2727

28-
**If you want a more sophisticated authentication system** providing a dynamic web interface you can do that too by providing your own web service written in a language such as php running on its own server.
28+
**If you want a more sophisticated authentication system** providing a dynamic web interface you can do that too by providing your own web service written in a language such as php served either by NDS itself or a separate web service.
2929

30-
**Taking this to the extreme**, if you want to link Nodogsplash to your own centralised Internet based authentication service with user account self generation and access charging, you can do that too, or anything in between.
30+
**If you want to link Nodogsplash** to your own centralised Internet based authentication service with user account self generation and access charging, you can do that too, or anything in between.
3131

32-
All modern mobile devices, most desktop operating systems and most browsers now have a Captive Portal Detection process that automatically issues a port 80 request on connection to a network. Nodogsplash detects this and serves a 'splash' web page.
32+
**All modern mobile devices**, most desktop operating systems and most browsers now have a Captive Portal Detection process that automatically issues a port 80 request on connection to a network. Nodogsplash detects this and serves a 'splash' web page.
3333

3434
The splash page in its most basic form, contains a *Continue* button. When the user clicks on it, access to the Internet is granted subject to a preset time interval.
3535

@@ -39,12 +39,12 @@ Nodogsplash does not currently support traffic control but is fully compatible w
3939

4040
- Click the *Continue* button (default)
4141
- Call an external script that may accept username/password and set session durations per user.
42-
- Forwarding authentication to an external service
42+
- Forwarding authentication to a service independent of NDS
4343

4444

4545
## 2. Documentation
4646

47-
For additional documentation please look at https://nodogsplashdocs.rtfd.io/
47+
For full documentation please look at https://nodogsplashdocs.rtfd.io/
4848

4949
You can select either *Stable* or *Latest* documentation.
5050

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
nodogsplash (3.3.0-1) stable; urgency=medium
2+
3+
* Add PreAuth functionality - support for Dynamic Splash Pages, served by NDS directly [bluewavenet]
4+
* Documentation updates including new sections for Splash Page and PreAuth [bluewavenet]
5+
* Fix memory handling bug, issue #341 [mwarning] [stevo01]
6+
* Improvements towards usable IPv6 support [wanxewoj] [mwarning]
7+
8+
-- Rob White <[email protected]> Fri, 15 Mar 2019 15:48:00 +0000
9+
110
nodogsplash (3.2.1-1) stable; urgency=medium
211

312
* reset upload/download counter when a client has been authenticated a second time [mwarning]

debian/copyright

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Upstream-Name: nodogsplash
33
Source: http://github.com/nodogsplash
44

55
Files: *
6-
Copyright: 2013-18 BlueWave Projects and Services <[email protected]>
7-
2013-18 Moritz Warning <[email protected]>
8-
2013 Shiao-An Yuan <[email protected]>
9-
2010 Fred Moyer <[email protected]>
10-
2010 Paul Kube <[email protected]>
6+
Copyright: (C) 2013-19 BlueWave Projects and Services <[email protected]>
7+
(C) 2013-19 Moritz Warning <[email protected]>
8+
(C) 2013 Shiao-An Yuan <[email protected]>
9+
(C) 2010 Fred Moyer <[email protected]>
10+
(C) 2010 Paul Kube <[email protected]>
1111
License: GPL-2.0+
1212

1313
Files: libmicrohttpd/*

0 commit comments

Comments
 (0)