Skip to content

Tags: VERTlG0/irssi-otr

Tags

v1.0.1

Toggle v1.0.1's commit message
Version 1.0.1

v1.0.0

Toggle v1.0.0's commit message
Version 1.0.0

v1.0.0-alpha2

Toggle v1.0.0-alpha2's commit message
Version 1.0.0-alpha2

v1.0.0-alpha1

Toggle v1.0.0-alpha1's commit message
Version 1.0.0-alpha1

v0.3

Toggle v0.3's commit message
Changed policy default.

v0.2

Toggle v0.2's commit message
wrong tag order.

v0.1

Toggle v0.1's commit message
small change in makeformats.

v0.1-rc3

Toggle v0.1-rc3's commit message
finish when query is destroyed.

Also some build related changes.

v0.1-rc2

Toggle v0.1-rc2's commit message
fix -Wuninitialized warning.

v0.1-rc1

Toggle v0.1-rc1's commit message
lots of changes:

* moved to cmake. Seems overkill for such a small project but it does make
  life easier for developing and also for packaging (should that ever happen).
  Autotools never was an option for me.
* implemented socialist millionaire protocol
  (some problems with it though, but they seem to be libotr problems)
* put all text into /formats so messages are totally configurable.
  Also keeps the code clean.
* moved code around a bit (e.g. only one header now besides formats)
* some other things I dont recall right now ;)