libpagekite icon indicating copy to clipboard operation
libpagekite copied to clipboard

A high performance PageKite implementation in C

Results 12 libpagekite issues
Sort by recently updated
recently updated
newest added

Can we somehow not do that? A solution would need to a) not lose important debug info, b) not fail to recover from network issues and c) not hard fail...

Version: 0.91.191211 When "http" is given as the protocol twice, it fails to start, but doesn't really say why. At least in this instance, it needed to change from http...

Currently the URL for the "fancy" version of the "kite offline" error page is hard coded. It should be configurable at runtime.

enhancement

The PageKite protocol allows connectors to replace outdated connections (instead of being rejected as duplicate), if a matching tunnel session ID is provided. This should be implemented in libpagekite.

enhancement

The most recent version of pagekite.py adds the IP address of the relay itself to the query string of the page displayed when a kite is offline. This is done...

enhancement

The CLOCK_MONOTONIC support on Linux is great. Other platforms deserve nice things too.

enhancement

Currently if libpagekite decides to attempt to connect to a certain relay which is rejecting connections (either deliberately or due to intermediate firewalls), under certain circumstances it does not give...

On fresh installs of Ubuntu 14.04 and Ubuntu 16.04, building and installing libpagekite does not update the ld cache. ``` $ pagekitec pagekitec: error while loading shared libraries: libpagekite.so.1: cannot...

When connecting with HTTPS, the SSL certs are not yet verified, making the whole thing insecure.

bug

It would be quite nice to be able to ship a mod_pagekite for Apache. This would simplify adding support to things like Xampp.

wishlist