Martin Dosch
|
2cec0711fb
|
Fix whitespaces in licenses.
|
2020-04-04 14:20:03 +02:00 |
|
Martin Dosch
|
595e5f8791
|
Add own copyright notice to jid.go
|
2020-04-04 14:05:28 +02:00 |
|
Martin Dosch
|
44c9bc4637
|
Remove debian packaging folder (moved to branch debian/master).
|
2020-04-04 13:55:39 +02:00 |
|
Martin Dosch
|
f251ea15d0
|
Fix a typo in go-sendxmpp.1 manual page.
|
2020-04-04 10:53:47 +02:00 |
|
Martin Dosch
|
229b3e3391
|
Debian: Set section to net
|
2020-04-04 10:43:34 +02:00 |
|
Martin Dosch
|
6f69835e27
|
Remove debian build remains.
|
2020-04-04 10:03:59 +02:00 |
|
Martin Dosch
|
4e5e7df424
|
Add debian packaging.
|
2020-04-04 10:02:56 +02:00 |
|
Martin Dosch
|
c292b4b320
|
Update copyright year in manpages.
|
2020-04-04 09:45:46 +02:00 |
|
Martin Dosch
|
9645773bd4
|
Change license information in manpages.
|
2020-04-04 09:44:48 +02:00 |
|
Martin Dosch
|
a81835b3d9
|
Change from MIT to BSD 2-Clause license.
|
2020-04-04 09:42:09 +02:00 |
|
Martin Dosch
|
55914460bd
|
Revert "Remove MarshalJID function."
This reverts commit a631fa057b .
|
2020-04-04 09:40:24 +02:00 |
|
Martin Dosch
|
a631fa057b
|
Remove MarshalJID function.
|
2020-04-03 18:12:58 +02:00 |
|
Martin Dosch
|
7062ca68e4
|
Add proper license information for mellium part.
|
2020-04-03 16:45:26 +02:00 |
|
Martin Dosch
|
c4bc32d330
|
Add license info about mellium/xmpp
|
2020-04-03 16:21:40 +02:00 |
|
Martin Dosch
|
c36bd5cb40
|
Declare tlsConfig properly instead of using xmpp.DefaultConfig.
|
2020-04-03 14:35:03 +02:00 |
|
Martin Dosch
|
ee7bf1fb71
|
Instantly quit if it's not possible to read the config file.
|
2020-04-03 14:28:08 +02:00 |
|
Martin Dosch
|
bf4ec88e00
|
Update copyright notice.
|
2020-04-03 14:18:20 +02:00 |
|
Martin Dosch
|
0d55af6c0a
|
Always try to close XMPP connection before quitting.
|
2020-04-03 14:14:48 +02:00 |
|
Martin Dosch
|
6907535153
|
Add ALPN support
This should make go-sendxmpp work on servers using ALPN e.g. when
using sslh on port 443 to use a httpd and XMPP over TLS on the
same port.
|
2020-04-02 19:35:12 +02:00 |
|
Martin Dosch
|
a31a70c43d
|
Updated vendored dependency go-xmpp
|
2020-03-25 00:34:16 +01:00 |
|
Martin Dosch
|
2266cecd0d
|
Pulled former jid package into main package. This time for real.
|
2020-01-22 19:51:40 +01:00 |
|
Martin Dosch
|
2283a54a33
|
[golangci-lint] Fixed some comparisons to bool and an ineffective err generation
|
2020-01-22 19:49:32 +01:00 |
|
Martin Dosch
|
330e15f532
|
Moved jid package into the main package.
|
2020-01-22 19:31:31 +01:00 |
|
Martin Dosch
|
5f81ef367e
|
Updated dependencies and added go module support
|
2020-01-22 18:32:35 +01:00 |
|
Martin Dosch
|
cc992a54fc
|
Fixed vendored packages.
|
2019-08-18 09:00:37 +02:00 |
|
Martin Dosch
|
42a794c1aa
|
Updated vendored dependencies.
|
2019-08-18 08:41:16 +02:00 |
|
Martin Dosch
|
a258d35367
|
Added manpages (forgotten in last commit).
|
2019-03-25 19:16:44 +01:00 |
|
Martin Dosch
|
da59269f1c
|
Renamed docs to man.
|
2019-02-25 21:15:50 +01:00 |
|
Martin Dosch
|
7e79269431
|
Updated manpages after ronn update.
|
2019-02-21 20:37:53 +01:00 |
|
Martin Dosch
|
20b7cd2d57
|
Added unnecessary whitespaces.
|
2019-02-21 19:50:40 +01:00 |
|
Martin Dosch
|
596a2b9cc2
|
Added first manpage experiments.
|
2019-02-21 19:37:58 +01:00 |
|
Martin Dosch
|
ba73e67f88
|
Merge branch 'master' of https://salsa.debian.org/mdosch-guest/go-sendxmpp
|
2019-02-21 18:24:59 +01:00 |
|
Martin Dosch
|
359aa28d07
|
Removed check for file access rights on windows.
|
2019-02-21 18:20:54 +01:00 |
|
Martin Dosch
|
efc88c94f6
|
Removed unnecessary deferring of closing file.
|
2019-02-21 18:15:46 +01:00 |
|
Martin Dosch
|
f0ccc244b8
|
Moved manual account data override behind reading config.
|
2019-02-21 18:14:10 +01:00 |
|
Martin Dosch
|
f4357fc51b
|
Changed output for wrong file permissions to also mention 400 as valid access rights.
|
2019-02-21 13:00:43 +00:00 |
|
Martin Dosch
|
f61c0edda0
|
Skipped reading of config file if all connection parameters are specified via command line arguments.
|
2019-02-20 22:23:29 +01:00 |
|
Martin Dosch
|
c845972b1f
|
Added waiting time before closing connection.
|
2019-02-20 21:22:31 +01:00 |
|
Martin Dosch
|
9a71d8b3e4
|
Updated all vendor packages
|
2019-02-20 20:00:14 +01:00 |
|
Martin Dosch
|
7a49268205
|
Used github.com/kardianos/govendor to create vendor.json
|
2019-02-20 19:57:36 +01:00 |
|
Martin Dosch
|
52f7f534fb
|
[go-lint]: error strings should not be capitalized or end with punctuation or a newline
|
2019-02-13 18:31:58 +01:00 |
|
Martin Dosch
|
6c29ed7fcd
|
Added closing of XMPP connection
|
2019-02-13 18:31:14 +01:00 |
|
Martin Dosch
|
829b28fa9e
|
Updated vendored dependencies
|
2019-02-13 18:27:24 +01:00 |
|
Martin Dosch
|
9fabb0ff0e
|
Added a missing whitespace.
|
2018-12-15 16:15:30 +01:00 |
|
Martin Dosch
|
cbf5704988
|
Added linebreaks for long lines.
|
2018-08-20 13:24:48 +02:00 |
|
Martin Dosch
|
f9af5a75d3
|
Vendored external dependencies. Thx SamWhited.
|
2018-08-18 13:09:51 +02:00 |
|
Martin Dosch
|
17a4d864bb
|
Moved marshalJid in an own package and mentioned licenses of external packages.
|
2018-08-15 20:20:02 +02:00 |
|
Martin Dosch
|
6376922712
|
Removed mucStatus as the return value is not the status code (see https://github.com/mattn/go-xmpp/issues/103 ).
|
2018-08-13 20:12:06 +02:00 |
|
Martin Dosch
|
d5bd444cd1
|
Added flag '-i' which makes go-sendxmpp work with 'tail -f'.
|
2018-08-10 15:03:04 +02:00 |
|
Martin Dosch
|
4a2a409bd1
|
Updated README.md.
|
2018-08-10 13:53:42 +02:00 |
|