Commit Graph

118 Commits

Author SHA1 Message Date
pSox c163802db3 update comment formatting 2022-11-18 09:02:04 +00:00
pSox 825e135ec1 Update gitignore 2022-11-17 11:27:25 +00:00
pSox f6e02ec5aa Add vendor to git ignore 2022-11-17 11:13:36 +00:00
pSox d0f23450e0 Update git version and module path 2022-11-17 11:04:12 +00:00
pSox a6121dac1a Added Apache 2.0 copyright notice 2022-11-17 11:02:26 +00:00
Nicolas Gres bbe65c4660 Merge branch 'feature/media-col' of https://github.com/Nico0302/go-ipp 2022-08-31 21:12:25 +02:00
Nicolas Gres a62a70f6b0 go mod path change on master 2022-08-31 21:12:16 +02:00
Nico0302 b597423abb Remove PrintLn 2022-06-05 19:01:01 +02:00
Nico0302 a1178b9e0c Fix misplaced comma 2022-06-05 18:36:00 +02:00
Nico0302 e2598db13b Add base implementation for media-source 2022-06-05 18:33:12 +02:00
Fabian Weber 95e159f96c
fixed tag type for outputorder 2021-05-21 22:02:25 +02:00
Fabian Weber 043ff4751b
Merge pull request #24 from nirnanaaa/patch-1
add output order as attribute
2021-05-18 20:48:44 +02:00
Florian Kasper 0d3cb251ad
add output order as attribute 2021-05-18 13:25:18 +02:00
Fabian Weber 2ac7eebb92
Merge pull request #22 from korylprince/master
add ppd-make-and-model attribute
2021-05-06 09:22:43 +02:00
Fabian Weber d81e49e956
Merge pull request #23 from gardenofconcepts/master
Bugfix: Printing is not working via socket adapter
2021-05-06 09:22:16 +02:00
Dennis Oehme 048d9952a4 Bugfix: Printing is not working via socket adapter 2021-05-06 02:24:53 +02:00
Kory Prince b035744ad1 add ppd-make-and-model attribute 2021-05-05 13:17:38 -05:00
Fabian Weber 49bca931bb
Merge pull request #21 from korylprince/master
added tag type for PrinterName
2021-05-05 10:01:00 +02:00
Kory Prince eae6c44e9f fix typo 2021-05-04 16:35:43 -05:00
Kory Prince c5fb1207b3 added tag type for PrinterName 2021-05-04 16:07:00 -05:00
Fabian Weber 0e88e767dd
Merge pull request #20 from korylprince/socket-fixes
Clean up socket adapter
2021-04-27 22:06:50 +02:00
Kory Prince 033011db62 socket: fill out TestConnection implementation 2021-04-27 10:45:12 -05:00
Kory Prince b20b6caad7 socket: make retry a public field so it can be changed 2021-04-27 10:45:12 -05:00
Kory Prince c951de4acf socket: allow additional data to be decoded 2021-04-27 10:32:21 -05:00
Kory Prince 90afa97083 socket: make errors public 2021-04-27 10:29:48 -05:00
Fabian Weber d00ec9d474
prepare v1.6.0 release 2021-04-08 17:53:06 +02:00
Fabian Weber 4bd0ead52d
Merge pull request #19 from the-goodies/patch-1
Fix GetJobAttributes method
2021-04-03 21:04:48 +02:00
the-goodies 2ecd656eb1
Fix GetJobAttributes method
GetJobAttributes was always returning: "server doesn't return any job attributes" in my case. Turns out it's because it wasn't returning the correct response value. This should fix this.
2021-04-02 21:38:19 +03:00
Fabian Weber 6a590a71e5
Merge pull request #18 from gardenofconcepts/feature/socket-integration
Added adapter implementation including socket adapter
2021-02-26 11:48:11 +01:00
Dennis Oehme 9029d1aa19 Address comments from review 2021-02-26 11:24:22 +01:00
Dennis Oehme af51cfebfc Added adapter implementation including Socket Adapter 2021-02-26 09:40:29 +01:00
Fabian Weber 57266b8f54
bump version to 1.5.0 2020-08-30 22:35:30 +02:00
Fabian Weber c7b9d819c1
Bump version to v1.4.4 2020-08-30 22:23:47 +02:00
Fabian Weber 49eeebec27
Added limit attribute to attribute tag mapping 2020-08-26 12:46:35 +02:00
Fabian Weber b3763be73e
Merge pull request #14 from guilyx/master
Fixed typo
2020-08-07 18:51:53 +02:00
Erwin Lejeune 7debf47443 add attribute number of documents in tag mapping 2020-08-07 15:27:45 +02:00
Erwin Lejeune f61602921e remove vscode config files 2020-08-07 15:22:20 +02:00
Erwin Lejeune f720c4151a fix typo 2020-08-07 15:22:02 +02:00
Fabian Weber ced99fdd94
Merge pull request #13 from guilyx/master
Fix attribute printer state reasons
2020-08-06 19:08:23 +02:00
Erwin Lejeune 93eb75528d remove .vscode 2020-08-05 15:35:22 +02:00
Erwin Lejeune cbbd7226c2 use new attribute name in default printer attributes 2020-08-05 15:34:58 +02:00
Erwin Lejeune 528615a9d7
correct typo in attribute consts 2020-08-05 15:32:03 +02:00
Fabian Weber 2d368b0f1a
Merge pull request #12 from guilyx/master
Rename reqest.go to request.go
2020-08-05 10:42:01 +02:00
Erwin Lejeune 2945b59842
Rename reqest.go to request.go 2020-08-05 10:29:29 +02:00
Fabian Weber 95fd773625
Merge pull request #11 from korylprince/fix-int32-parse
use int32 instead of int when parsing
2020-07-27 23:31:08 +02:00
Kory Prince 7f05f5e6b0 use int32 instead of int when parsing 2020-07-27 16:03:43 -05:00
Fabian 03af72ab48
Bumped version to v1.4.3 2020-03-30 12:25:57 +02:00
Fabian 6b7598a650
removed status code check in response decoder 2020-03-30 12:25:03 +02:00
Fabian 93618bc473 fixed c&p errors in cups client doc comments 2020-03-28 00:49:34 +01:00
Fabian 9f9a3bca10 added comments to cups client for docs 2020-03-28 00:47:47 +01:00