summaryrefslogtreecommitdiffstats
path: root/modules/upnp
Commit message (Expand)AuthorAgeFilesLines
* Add an XML schema for documentationHugo Locurcio2022-02-152-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-036-12/+12
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* miniupnpc: Update to version 2.2.3Rémi Verschelde2021-11-194-6/+6
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-4/+4
* Document how to set up UPnP in a non-blocking mannerHugo Locurcio2021-09-301-0/+32
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-302-74/+37
* Implement the ability to disable classesreduz2021-07-131-2/+2
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Rename Reference to RefCountedPedro J. Estébanez2021-06-114-8/+8
* miniupnpc: Update to version 2.2.2Rémi Verschelde2021-03-161-7/+8
* [Net] Fix miniupnpc when no interface is specifiedFabio Alessandrelli2021-03-151-2/+4
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-082-6/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-016-12/+12
* Rename empty() to is_empty()Marcel Admiraal2020-12-282-3/+3
* SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde2020-12-181-2/+13
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-162-2/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-073-3/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-143-3/+0
* Improve error explanations related to UPNP and UPNPDeviceRudigus2020-04-132-15/+14
* Replace NULL with nullptrlupoDharkael2020-04-022-16/+16
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-4/+7
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Mention the `duration` parameter unit in `UPNP.add_port_mapping()`Hugo Locurcio2020-02-271-1/+1
* Update docs to version 4.0clayjohn2020-01-312-2/+2
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-262-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-016-12/+12
* SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-2/+2
* Update miniupnpc library to latest masterFabio Alessandrelli2019-06-301-1/+2
* doc: Add default values to all propertiesRémi Verschelde2019-06-302-9/+9
* doc: UPNP: Add example on how to open/close a porttree7862019-06-271-0/+11
* doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinksRémi Verschelde2019-06-271-1/+1
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-1/+1
* doc: Drop unused <demos> tagRémi Verschelde2019-04-192-4/+0
* doc: Bump version to 3.2Rémi Verschelde2019-04-012-2/+2
* Modules: Ensure classes match their header filenameRémi Verschelde2019-02-124-8/+8
* Update copyright statements to 2019Rémi Verschelde2019-01-016-12/+12
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-1/+5
* Misc. typosluz.paz2018-09-121-1/+1
* Fix mistake in previous commitRémi Verschelde2018-09-111-1/+2
* UPnP: Fix includes of thirdparty headersRémi Verschelde2018-09-115-8/+15
* Add UPnP support (port forwarding, querying external IP)mhilbrunner2018-06-0710-0/+1274