Commit Graph

7 Commits

Author SHA1 Message Date
apenwarr af00468d19 wvdial (main application) prints a helpful message if pppd dies too quickly.
A "connect" line in /etc/ppp/options also elicits a warning from wvdialconf.


git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@148 6619c942-59fa-0310-bf43-a07aaa81d9ac
1999-08-02 18:20:52 +00:00
apenwarr 6c0d79895a Updated wvdial version to 1.40.
Added optional support for the liblockdev library to WvLockFile, and made
rules.mk able to merge .a files together (for now, so that liblockdev.a
could be linked automatically, but later, so we can easily build a
libwvstreams.a from all the various libraries).

More virtual function fixes in WvModem.

wvdialconf now checks /etc/ppp/options for common errors, and sends
people to the FAQ, then to wvdial-list@worldvisions.ca rather than asking
people to personally report problems to wvdial@worldvisions.ca


git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@147 6619c942-59fa-0310-bf43-a07aaa81d9ac
1999-08-02 18:01:49 +00:00
apenwarr 97bcc9abd5 Updated all the copyright notices to include 1999.
git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@94 6619c942-59fa-0310-bf43-a07aaa81d9ac
1999-03-24 03:41:42 +00:00
apenwarr 5c0dbb5514 Stage 3: operator(char*)() in WvString now returns a const char * instead.
To get an editable string, use WvString::edit().  This means we can finally
reimplement the way WvString works, without breaking anything (I hope).


git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@45 6619c942-59fa-0310-bf43-a07aaa81d9ac
1998-11-14 22:55:08 +00:00
apenwarr cc05e087c5 Phase 2: changed WvLinkList::Iter and WvHashTable::Iter to give references
to their objects, not pointers, and to provide operator(_type&) and
operator() functions.


git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@44 6619c942-59fa-0310-bf43-a07aaa81d9ac
1998-11-14 22:14:19 +00:00
apenwarr a463b1723a Phase 1 of the Massive WvString Changes: the .str member has been renamed
and should no longer be referred to directly.  Typecast (often
automatically) to (char *) instead.  Also, the auto-typecast to int has been
removed -- it was used in exactly one place :)


git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@43 6619c942-59fa-0310-bf43-a07aaa81d9ac
1998-11-14 21:13:08 +00:00
apenwarr a0eaaa2d64 Initial revision
git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@2 6619c942-59fa-0310-bf43-a07aaa81d9ac
1998-10-03 02:04:39 +00:00