Skip to content

Latest commit

 

History

History
344 lines (317 loc) · 19.3 KB

CHANGELOG.rst

File metadata and controls

344 lines (317 loc) · 19.3 KB

0.3.0

Pull Requests

  • (@rtnpro) #51, Implement basic API server for ircb #51
  • (@slick666) #53, Changed update method to have immutable arguments. #53
  • (@sayanchowdhury) #55, Add default value to Network.status #55
  • (@slick666) #57, Load ircb data from file #57
  • (@sayanchowdhury) #59, Implement logging, unified import layout #59
  • (@rtnpro) #68, Implement logstore plugin #68
  • (@rtnpro) #70, Realtime publishers #70
  • (@sayanchowdhury) #72, Fix the NetworkStore.create() to use the proper arguments #72
  • (@rtnpro) #76, Forward sent channel messages for a bot client to it's siblings. #76
  • (@rtnpro) #78, Allow running bouncer server with SSL. #77 #78
  • (@sayanchowdhury) #56, Implement IDENT server. #56
  • (@rtnpro) #79, Allinone run now runs web server as well. #79
  • (@farhaanbukhsh) #80, Readdme fix #80
  • (@farhaanbukhsh) #83, Fix readme for development #83
  • (@rtnpro) #84, Cli verbose option #84
  • (@rtnpro) #85, Cli fix allinone #85
  • (@sayanchowdhury) #86, Change the filetype of the CHANGELOG file #86
  • (@sayanchowdhury) #87, Update the MANIFEST.in file #87
  • (@sayanchowdhury) #88, Fix the license classifier in setup.py #88

Commits

# Change Log

## [0.2](https://github.com/waartaa/ircb/tree/0.2) (2016-05-29)

[Full Changelog](https://github.com/waartaa/ircb/compare/0.1.1...0.2)

Closed issues:

  • asyncio sqlalchemy compatability? [#50](#50)
  • not able to connect python to mysql [#46](#46)
  • /.meteor/meteor' is not executable. [#45](#45)
  • python.h directory is not there [#44](#44)
  • Add a logging framework [#43](#43)
  • Replace in memory dispatcher with one based on zeromq [#30](#30)

Merged pull requests:

## [0.1.1](https://github.com/waartaa/ircb/tree/0.1.1) (2016-01-01) [Full Changelog](https://github.com/waartaa/ircb/compare/0.1...0.1.1)

Fixed bugs:

  • Fix marking user as not AWAY [#36](#36)
  • Fix sending AWAY command [#32](#32)

Merged pull requests:

## [0.1](https://github.com/waartaa/ircb/tree/0.1) (2015-12-20) Implemented enhancements:

  • Load ircb data from file [#25](#25)
  • Autjoin previously joined channels when connected to IRC server [#27](#27)
  • Add support for ssl, ssl_verify fields in "ircb networks create" command [#22](#22)
  • Connect to IRC server using SSL [#18](#18)
  • Allow SSL connection to IRC networks [#17](#17)
  • Dynamically generate IRC joining messages for clients when reusing existing IRC connection [#11](#11)

Fixed bugs:

  • Don't send ChoiceType field in IrcbBot config for network for ssl_verify [#23](#23)
  • Fix handling multiple IRC clients for same bot [#8](#8)

Closed issues:

  • ircb networks create does not work [#20](#20)
  • Monthly release for ircb [#10](#10)
  • Sent messages using IrcbIrcBot is prefixed with ':' [#6](#6)
  • Prevent race condition during two clients trying to connect to the same IRC network [#15](#15)

Merged pull requests:

* This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)