1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
ircxmpp (0.0.11-1) stable; urgency=low
* tdelete(3) now isn't called from twalk(3) / trecurse() (that's illegal)
* program now quits if a required envvar is not set, instead of just printing
* program now correctly sends message with replaced CR/LF with \t to IRC
-- Anton Luka Šijanec <anton@sijanec.eu> Tue, 28 Jun 2022 19:30:00 +0200
ircxmpp (0.0.10-1) stable; urgency=low
* do not use 0.0.9
-- Anton Luka Šijanec <anton@sijanec.eu> Sun, 8 May 2022 13:15:00 +0200
ircxmpp (0.0.9-1) stable; urgency=low
* how did this slip my extensive testing?
* do not use 0.0.8
-- Anton Luka Šijanec <anton@sijanec.eu> Sun, 8 May 2022 02:00:00 +0200
ircxmpp (0.0.8-1) stable; urgency=low
* it might be beneficiary to test if the program works before releasing
* tested compilers: tcc, gcc, clang
* scanned with scan-build and -fanalyzer
* ran with valgrind
* do not use 0.0.7
-- Anton Luka Šijanec <anton@sijanec.eu> Fri, 6 May 2022 23:00:00 +0200
ircxmpp (0.0.7-1) stable; urgency=low
* fixed obvious bug in dns server that breaks everything, DO NOT USE 0.0.6
- still; DNS server is untested and you should not use it
-- Anton Luka Šijanec <anton@sijanec.eu> Fri, 6 May 2022 21:25:00 +0200
ircxmpp (0.0.6-1) stable; urgency=low
* implemented a built-in DNS server for rDNS PTR spoofing of IRC bridges
- DNS server is untested and you should not use it
* fixed bug
-- Anton Luka Šijanec <anton@sijanec.eu> Mon, 2 May 2022 00:45:00 +0200
ircxmpp (0.0.5-1) stable; urgency=low
* Decreased default event loop delay to 10 miliseconds.
* Fixed crash on IRC leave.
-- Anton Luka Šijanec <anton@sijanec.eu> Sat, 30 Apr 2022 21:40:00 +0200
ircxmpp (0.0.4-1) stable; urgency=low
* Minor change from previous release, as it did not build
-- Anton Luka Šijanec <anton@sijanec.eu> Sat, 30 Apr 2022 17:15:00 +0200
ircxmpp (0.0.3-1) stable; urgency=low
* Fixed newline message smuggling from XMPP to IRC.
* Added support for multiple links.
* Added custom logging support and ability to use as a library.
* Switched from a linked list to a tsearch(3) binary tree.
-- Anton Luka Šijanec <anton@sijanec.eu> Sat, 30 Apr 2022 17:00:00 +0200
ircxmpp (0.0.2-1) stable; urgency=low
* Some fixes.
-- Anton Luka Šijanec <anton@sijanec.eu> Wed, 27 Apr 2022 15:45:00 +0200
ircxmpp (0.0.1-1) stable; urgency=low
* Initial release.
-- Anton Luka Šijanec <anton@sijanec.eu> Wed, 27 Apr 2022 14:00:00 +0200
|