summaryrefslogtreecommitdiffstats
path: root/modules/upnp
Commit message (Expand)AuthorAgeFilesLines
* [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-2/+2
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-062-2/+2
* Bump version to 4.2-devRémi Verschelde2023-07-052-2/+2
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-152-4/+4
* Validate code tags in documentation for potential paramsYuri Sizov2023-04-261-9/+9
* Bump version to 4.1-devRémi Verschelde2023-03-012-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-056-174/+174
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-2/+2
* Fix Thread usage in UPNP docs.TechnoPorg2022-10-241-1/+1
* Update UPnP documentationMax Hilbrunner2022-08-282-12/+21
* Merge pull request #63809 from mhilbrunner/upnp-no-delete-only-addMax Hilbrunner2022-08-271-2/+0
|\
| * UPNP: Don't delete mappings when adding mappingsMax Hilbrunner2022-08-021-2/+0
* | Rename the argument tag to param in XML documentationYuri Sizov2022-08-082-22/+22
|/
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-252-6/+6
* Refactor module initializationreduz2022-05-042-4/+13
* 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