Christian Müller
5cd4632c13
v2.1.0
2023-01-19 15:01:30 +01:00
Christian Müller
8d3aeb2b07
Edit CHANGELOG
2023-01-19 10:38:17 +01:00
Christian Müller
6d60429bb2
Add CHANGELOG
2023-01-19 10:37:53 +01:00
Christian Müller
0025aa8f8a
Update readme
2023-01-19 10:27:59 +01:00
Christian Müller
f7fd789c27
Add device auto-connect setter
2023-01-19 10:18:21 +01:00
Christian Müller
58824d8cc3
Fix: Connection settings route and address data types
2022-11-22 14:27:06 +01:00
Christian Müller
8fe336a60b
Update to v2
2022-11-22 11:30:00 +01:00
Christian Müller
4d20decb7a
Update go-dbus to v5.1.0
2022-11-22 11:03:37 +01:00
Christian Müller
24634585a3
Generic recursive settings map dbus variants decoding
2022-11-22 10:56:13 +01:00
Christian Müller
1efc60bbcd
Merge branch 'fix/merge-third-level'
2022-11-22 08:59:50 +01:00
Christian Müller
377c54056d
Merge branch 'pr/31'
2022-11-21 17:58:11 +01:00
Christian Müller
4c34afc9ca
Cleanup DnsManager
2022-11-21 15:21:40 +01:00
Christian Müller
b7605d46fa
Merge branch 'pr/33'
2022-11-21 15:19:17 +01:00
Christian Müller
e65e7f4ca9
Merge pull request #29 from prairir/master
...
add final constants for Nm80211APSec
2022-11-21 15:01:54 +01:00
Christian Müller
3eae45e0c6
Add gitignore
2022-11-21 14:52:30 +01:00
Christian Müller
d1c9063d26
Unwrap third level of settings map
2022-11-21 14:50:13 +01:00
Christian Müller
b4b8ef48ed
Merge branch 'pr/28'
2022-10-26 09:37:13 +02:00
Christian Müller
ec47b1991d
Add godoc standard comment prefix
2022-10-26 09:19:03 +02:00
Huan Wang
f53c0a6412
add dnsmanager
2022-10-18 13:11:51 -04:00
Georg Reinke
24266a326a
feat(Device): add GetIp4Connectivity
...
See https://developer-old.gnome.org/NetworkManager/1.16/gdbus-org.freedesktop.NetworkManager.Device.html#gdbus-property-org-freedesktop-NetworkManager-Device.Ip4Connectivity
2022-08-04 14:55:36 +02:00
Ryan Prairie
e0c2698607
Add: last few constants for Nm80211APSec
...
Add 3 constants, Nm80211APSecKeyMgmtSAE which is `0x400`,
Nm80211APSecKeyMgmtOWE which is `0x800`, and Nm80211APSecKeyMgmtOWETM
which is `0x1000`. Also ran the stringer generate to generate the
`String()` function.
2022-04-13 12:52:26 -04:00
Andreas Freimuth
c9388ff6e6
fix(CheckpointCreate): fix devicePaths variable scope
2022-02-07 13:45:05 +01:00
Christian Müller
4b20a2d51a
Merge pull request #26 from felixmr1/master
...
General fixes and improvements
2022-01-17 08:35:05 +01:00
Felix Rosén
a1ddfeaa9c
fix(examples): move examples to their own subfolders
2021-12-13 20:36:07 +01:00
Felix Rosén
19203e6d79
fix(DeviceWireless): remove duplicated fields
2021-12-13 20:28:37 +01:00
Felix Rosén
0080a5c9db
feat(AccessPoint): add LastSeen property
...
The property field can be seen as available here:
https://developer-old.gnome.org/NetworkManager/stable/gdbus-org.freedesktop.NetworkManager.AccessPoint.html#gdbus-property-org-freedesktop-NetworkManager-AccessPoint.LastSeen
Its also showing, in the `Body` of the recieved dBus signal on the
`Subscribe()` method.
2021-12-13 20:28:34 +01:00
Felix Rosén
bfc40dcb21
fix(PrimaryConnection): use ActiveConnection type
...
Instead of returning a `Connection` it should return an `ActiveConnection`
2021-12-13 20:20:07 +01:00
Felix Rosén
ba0310894b
fix(SubscribeState): add the path to the recieved chan type
...
also remove the check for the signal to be the current path
since this will block us from receiving updates to the actual object
before it only signaled on when we deactivated, since the activation
happens on another device.
2021-12-13 20:16:38 +01:00
Christian Müller
3ba9bbd706
Merge pull request #18 from yourapiexpert/master
...
Feature: Implement Settings.ReloadConnections
2021-03-26 09:02:50 +01:00
Christian Müller
44424b8ca7
Merge pull request #17 from bingfengfeifei/master
...
Fix GetPropertyRouteData panic
2021-03-26 09:01:42 +01:00
Christian Müller
6582e83911
Merge pull request #16 from Raqbit/add-wireless-enabled-setter
...
Implement SetPropertyWirelessEnabled
2021-03-26 08:54:56 +01:00
Christian Müller
fa58062497
Merge pull request #19 from everactive/master
...
Sample of static connection
2021-03-25 13:46:23 +01:00
everactivemilligan
234b0e848e
Cleaning up errors and settings
...
Consistency on returns and program flow
2021-03-18 16:26:13 -04:00
everactivemilligan
fd171d0928
Sample of static connection
...
A sample static connection creation over dbus using gonetworkmanager.
2021-03-18 13:08:49 -04:00
zhengdelun
771559372e
Eliminate empty route items
...
Signed-off-by: zhengdelun <xszhengdelun@gmail.com>
2021-02-25 10:59:33 +08:00
Stephen Lombard
085876362a
feat: implement Settings.ReloadConnections
2021-02-23 20:22:17 -08:00
zhengdelun
e67f06a4ab
Fix GetPropertyRouteData panic
...
Signed-off-by: zhengdelun <xszhengdelun@gmail.com>
2021-02-23 10:26:25 +08:00
Raqbit
97d8aa8b42
Implement SetPropertyWirelessEnabled
2020-11-13 17:25:10 +01:00
Christian Müller
594bfca331
Merge branch 'master' of https://github.com/Wifx/gonetworkmanager
2020-08-20 13:52:15 +02:00
Christian Müller
e6d07eb88c
Add CheckpointRollback
...
And NmRollbackResult
2020-08-20 13:52:09 +02:00
Christian Müller
37696d341d
Merge pull request #14 from paulburlumi/add_getconnectionbyuuid
...
settings: add GetConnectionByUUID method
2020-07-31 16:16:28 +02:00
Christian Müller
10daa7f841
Add ActiveConnection StateChanged signal subscription
2020-07-31 16:14:41 +02:00
Christian Müller
41ad7838fe
Add VpnConnection
...
Update ActivateConnection to support empty Device
Add ActivateConnection specific object (BREAKING CHANGE)
2020-07-31 16:13:01 +02:00
Paul Burlumi
bccd98f07a
settings: add GetConnectionByUUID method
2020-06-29 14:30:47 +01:00
Christian Müller
0369d842fa
Update README.md
2020-03-19 16:11:21 +01:00
Christian Müller
ff992cedc5
Add build action badge
2020-03-19 16:08:59 +01:00
Christian Müller
aeb83621f6
Merge pull request #11 from joseffilzmaier/setManaged
...
Add missing error return value to Device Interface
2020-03-19 16:04:41 +01:00
Christian Müller
91c676f015
Fix go build action
2020-03-19 16:03:04 +01:00
Christian Müller
dbb5cee305
Create go.yml
2020-03-19 15:59:39 +01:00
Josef Filzmaier
b933f11d15
Add missing error return value to Device Interface
2020-03-19 15:08:07 +01:00