summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2022-05-06 21:25:38 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2022-05-06 21:25:38 +0200
commit8d8f1f264e758707a6997bd0b3ed78aec60ef9c9 (patch)
tree2a53ac9fc4f759f6e7c5dc68b85042a96ffe6d43 /debian
parent0.0.6 (diff)
downloadircxmpp-8d8f1f264e758707a6997bd0b3ed78aec60ef9c9.tar
ircxmpp-8d8f1f264e758707a6997bd0b3ed78aec60ef9c9.tar.gz
ircxmpp-8d8f1f264e758707a6997bd0b3ed78aec60ef9c9.tar.bz2
ircxmpp-8d8f1f264e758707a6997bd0b3ed78aec60ef9c9.tar.lz
ircxmpp-8d8f1f264e758707a6997bd0b3ed78aec60ef9c9.tar.xz
ircxmpp-8d8f1f264e758707a6997bd0b3ed78aec60ef9c9.tar.zst
ircxmpp-8d8f1f264e758707a6997bd0b3ed78aec60ef9c9.zip
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog48
1 files changed, 48 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7e7cbbd
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,48 @@
+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