<feed xmlns='http://www.w3.org/2005/Atom'>
<title>accel-ppp.git/accel-pppd/ctrl/ipoe/CMakeLists.txt, branch stable</title>
<subtitle>High performance PPTP/L2TP/SSTP/PPPoE/IPoE server for Linux (mirror of https://github.com/accel-ppp/accel-ppp.git)
</subtitle>
<id>https://git.amelek.net/accel-ppp/accel-ppp.git/atom?h=stable</id>
<link rel='self' href='https://git.amelek.net/accel-ppp/accel-ppp.git/atom?h=stable'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/'/>
<updated>2017-10-13T20:59:55+00:00</updated>
<entry>
<title>improved lua support</title>
<updated>2017-10-13T20:59:55+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2017-10-13T20:59:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=ec3d2f2942172d79fe74a01f5c980873e01ff5dd'/>
<id>urn:sha1:ec3d2f2942172d79fe74a01f5c980873e01ff5dd</id>
<content type='text'>
Implemented support for lua 5.2/5.3.
To build accel-ppp with exact lua version pass it in -DLUA=x.y, for example -DLUA=5.2 (cmake 3.0 is required for this).
Old style -DLUA=TRUE supports only 5.1 and does not require cmake 3.0.
Also extra lua modules (lua_lpack, lua_bit) took out into separated library luasupp.
</content>
</entry>
<entry>
<title>ipoe: included lua bitop library</title>
<updated>2017-04-04T09:44:20+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2017-04-04T09:44:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=29e80de7214199500b56e4ac3a667a40df1a7f20'/>
<id>urn:sha1:29e80de7214199500b56e4ac3a667a40df1a7f20</id>
<content type='text'>
Included bitop library http://bitop.luajit.org/index.html
It may be used to extract vlan components in username function:
function username(ses)
  vid=ses:vlan()
  svid=bit.rshift(vid,16)
  cvid=bit.band(vid,0xffff)
  ...
end
</content>
</entry>
<entry>
<title>set INSTALL_RPATH for ipoe and pppoe</title>
<updated>2016-06-02T08:01:59+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2016-06-02T08:01:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=1073d1679887b4afd39347386016ded54065a642'/>
<id>urn:sha1:1073d1679887b4afd39347386016ded54065a642</id>
<content type='text'>
</content>
</entry>
<entry>
<title>link pppoe and ipoe with vlan-mon library</title>
<updated>2016-04-07T12:38:58+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2016-04-07T12:38:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=b0d66b065f5efa43d640b43d2a5b4caa5671a79b'/>
<id>urn:sha1:b0d66b065f5efa43d640b43d2a5b4caa5671a79b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe: remove stale backup.c</title>
<updated>2016-04-04T19:49:27+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2016-04-04T19:49:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=1972a7e5cd24d84204c14af365144d9d9d2bd972'/>
<id>urn:sha1:1972a7e5cd24d84204c14af365144d9d9d2bd972</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe: introduced proxy-arp option</title>
<updated>2013-06-22T17:53:06+00:00</updated>
<author>
<name>Dmitry Kozlov</name>
<email>xeb@mail.ru</email>
</author>
<published>2013-06-22T17:53:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=b2d6202a84a377531a7d16a2a87b6e85b782c051'/>
<id>urn:sha1:b2d6202a84a377531a7d16a2a87b6e85b782c051</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe: add missing LIB_SUFFIX to install path</title>
<updated>2013-01-25T10:24:06+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>xeb@mail.ru</email>
</author>
<published>2013-01-25T10:24:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=b5f77f6e9bf516030869572f8a11d17860791158'/>
<id>urn:sha1:b5f77f6e9bf516030869572f8a11d17860791158</id>
<content type='text'>
</content>
</entry>
<entry>
<title>futher session backup implementation</title>
<updated>2012-07-11T11:01:23+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>xeb@mail.ru</email>
</author>
<published>2012-07-11T11:01:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=641e9de3e2ccbd7607ffb90e258c02635fe2616b'/>
<id>urn:sha1:641e9de3e2ccbd7607ffb90e258c02635fe2616b</id>
<content type='text'>
cli: introduced 'restart' command to restrat daemon
</content>
</entry>
<entry>
<title>initial session backup implementation</title>
<updated>2012-07-10T14:58:53+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>xeb@mail.ru</email>
</author>
<published>2012-07-10T14:58:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=80c32d237e01b1c05663ccfa34003d2f49aa7eee'/>
<id>urn:sha1:80c32d237e01b1c05663ccfa34003d2f49aa7eee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe: integrating accel-pppd and ipoe kernel module</title>
<updated>2012-07-02T15:18:00+00:00</updated>
<author>
<name>Kozlov Dmitry</name>
<email>xeb@mail.ru</email>
</author>
<published>2012-07-02T15:18:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/accel-ppp/accel-ppp.git/commit/?id=046642d5729493b25e5fba4b11c507fe3d2e2687'/>
<id>urn:sha1:046642d5729493b25e5fba4b11c507fe3d2e2687</id>
<content type='text'>
</content>
</entry>
</feed>
