Releases: DFBnc/DFBnc
Releases · DFBnc/DFBnc
0.4.7
What's Changed
- Bump mockito-core from 2.24.0 to 2.24.5 by @dependabot-preview in #153
- Bump mockito-core from 2.24.5 to 2.25.1 by @dependabot-preview in #158
- Bump parser-irc from 0.8-351-gb0e30a1-SNAPSHOT to 0.8-360-g9bab621-SNAPSHOT by @dependabot-preview in #154
- Bump mockito-core from 2.25.1 to 2.27.0 by @dependabot-preview in #160
- Bump mockito-core from 2.27.0 to 2.28.2 by @dependabot-preview in #161
- Bump mockito-core from 2.28.2 to 3.0.0 by @dependabot-preview in #162
- Bump mockito-core from 3.0.0 to 3.1.0 by @dependabot-preview in #163
- Bump junit from 4.12 to 4.13 by @dependabot-preview in #166
- Bump mockito-core from 3.1.0 to 3.2.4 by @dependabot-preview in #165
- Bump mockito-core from 3.2.4 to 3.3.0 by @dependabot-preview in #167
- Bump mockito-core from 3.3.0 to 3.3.3 by @dependabot-preview in #168
- Bump mockito-core from 3.3.3 to 3.4.6 by @dependabot-preview in #172
- Bump mockito-core from 3.4.6 to 3.5.13 by @dependabot-preview in #181
- Update artifactory URL for dependencies by @greboid in #185
- Bump mockito-core from 3.5.13 to 3.6.28 by @dependabot-preview in #186
- Bump junit from 4.13 to 4.13.1 by @dependabot-preview in #182
- Bump mockito-core from 3.6.28 to 3.7.7 by @dependabot-preview in #188
- Bump junit from 4.13.1 to 4.13.2 by @dependabot-preview in #189
- Bump mockito-core from 3.7.7 to 3.8.0 by @dependabot-preview in #190
- Bump mockito-core from 3.8.0 to 3.9.0 by @dependabot-preview in #192
- Bump parser-irc from 0.8-360-g9bab621-SNAPSHOT to 0.8-366-g2bb768a-SNAPSHOT by @dependabot-preview in #191
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #193
- Bump mockito-core from 3.9.0 to 3.11.2 by @dependabot in #197
- Bump mockito-core from 3.11.2 to 3.12.4 by @dependabot in #201
- Bump mockito-core from 3.12.4 to 4.2.0 by @dependabot in #205
New Contributors
- @dependabot made their first contribution in #197
Full Changelog: 0.4.6...0.4.7
0.4.6
What's Changed
- Bump sockets from 0.3.3 to 0.3.4 by @dependabot-preview in #150
- Bump mockito-core from 2.23.4 to 2.24.0 by @dependabot-preview in #151
Full Changelog: 0.4.5...0.4.6
0.4.5
What's Changed
- Docker: don't run dfbnc as root... by @csmith in #136
- Change dockerfile to alpine to reduce size. by @greboid in #138
- Ability to use a default keystore (and create in docker image) by @greboid in #143
- Bump mbassador from 1.3.0 to 1.3.2 by @dependabot-preview in #149
- Bump mockito-core from 2.2.7 to 2.23.4 by @dependabot-preview in #148
- Bump parser-common from 0.8-344-g4105a94-SNAPSHOT to 0.8-351-g3a87922-SNAPSHOT by @dependabot-preview in #146
- Bump logger from 0.1 to 0.4 by @dependabot-preview in #145
- Bump sockets from 0.3.1 to 0.3.3 by @dependabot-preview in #144
- Bump parser-irc from 0.8-348-gcf32f85-SNAPSHOT to 0.8-351-gb0e30a1-SNAPSHOT by @dependabot-preview in #147
Full Changelog: 0.4.4...0.4.5
0.4.4
0.4.3
0.4.2
What's Changed
- Update Dockerfile to build from source. by @csmith in #115
- Pull tags so we can generate versions. by @csmith in #116
- Unshallow the git checkout... by @csmith in #117
- Split authentication up into <1000 line methods. by @csmith in #118
- Add separate method to Account for authlist checks. by @csmith in #119
- Refactor auth logic. by @csmith in #120
- Switch from ant to gradle by @ShaneMcC in #126
Full Changelog: 0.4.1...0.4.2
0.4.1
Change Log
0.4.1 is a minor feature and security release on top of 0.4
0.4.1 (2016-07-25)
Security-Fixes:
- Separate Sub-Client configs had ability to cause files to be created where they shouldn't be. (Thanks @csmith)
Bug-Fixes:
- Message tags should be UTC, add timestamp to non-tagged times. (Closes Issue #105)
Changes:
0.4
Change Log
0.4 (2016-05-01)
Closed issues:
- Topic replies not forwarded for channels the user isn't on #103
- Switch to using IRCv3 server-time extension #102
- Debugging in/out #101
- "Bot Mode" #95
- Server side logging #94
- Add "offlinecount" setting #93
- Implement irc.rememberchannels setting #92
- Implement irc.partondetach setting #91
- Implement irc.offlinenickname setting #89
- Implement irc.keepnick setting #88
- Use a per-client salt for passwords #86
- Bot commands from commands containing printf sequences fail #82
- Backbuffer timeout #70
- Subclient Additional Highlights #69
- DFBnc doesn't forward PMs on when connecting #65
- DFBnc messes with nickname changes #64
- SSL connections don't work. #63
- Don't send message tags to clients that don't support it. #61
- TapChat WorkAround - Handle certain commands #54
- General WorkAround - Ignore Attempts to set alt nickname on connect #53
- Support for Client Workarounds #51
- overhaul
show sessions
command #50 - Backbuffer recent query messages. #48
- DIfferent settings for subclients #46
- Improve subclients to be first-class accounts. #45
- Investigate getting rid of fallback values in getConfig().getX methods #42
- Add bindipv6 option to ircset #41
- Flood Protection #35
- Unhandled exception when throttled by IRCd #34
- deluser Command does not delete user #33
- Subclient passwords #31
- Protocol errors on connect #30
- Brokeness - all commands unknown, weird parser handling #29
- Delete user confirmation broken #28
- Error on reconnect #27
- Allow clients to only see subsets of the active channels. #26
- Allow Clients to Identify themselves at login #25
- Add support for showing client versions in 'show sessions' #24
- Show commands is broken #23
- Add proper responses for channel history metadata #22
- Bouncer SSL DoS. #21
- NPE in reconnect timer #20
- Unhandled Buffer overflow #19
- "listmode #channel *" does not work #17
- Backbuffer setting changes should apply immediately #16
- User socket goes into weird state when bouncer connects #15
- UserSocket should periodically check connected state #14
- sl command should respond properly to invalid subcommands #10
- DFBnc needs to listen for and report parser errors #9
- Alt nickname defaults to network/connection name #7
- Bouncer fails to reattach to session #5
- Auto connect #3
- Connects need timeouts #2
- DFBnc should respond to empty 'DFBNC' command #1
- Disconnection issues #98
- BackBuffer Length and Timeout should be able to be different for different subclients #74
- Highlight Config should be in separate config file not hacked into the main one. #73
- SubClient CWL Config #72
- TapChat WorkAround - Show Own Messages in PM #52
- "read-only" sub clients #47
- Command Piping #40
- Option to exclude a subclient from counted client list on detach #38
Merged pull requests:
- Make IRCConnectionHandler do less in its ctor. #99 (csmith)
- Add setting to disable auto-bursting of channels. (#95) #97 (ShaneMcC)
- Fix typo in README #96 (csmith)
- Minor tidying. #87 (csmith)
- Fix remaining formatting calls. #85 (csmith)
- Use String formatting properly for addBotMessage() #84 (csmith)
- Rename, tidy and test CommandOutput. #83 (csmith)
- More CommandManager tidying and testing #81 (csmith)
- AccountManager improvements. #80 (csmith)
- CommandManager tidying #79 (csmith)
- More CommandManager simplifying and testing. #78 (csmith)
- Simplify and test some more CommandManager methods. #77 (csmith)
- Simplify and test some CommandManager methods #76 (csmith)
- Use method reference. #75 (csmith)
- Fix SimpleNickInUseHandler, add ping handler. #68 (csmith)
- Upgrade to latest parser version. #67 (csmith)
- Lay the groundwork for parser update #66 (csmith)
- Update submodules to use GitHub HTTPS repos. #62 (csmith)
- General tidying #60 (greboid)
- Add IDEA config. #59 (greboid)
- Add a standalone task to write version.config. #58 (greboid)
- Allow DFBnc to run without version.config #57 (greboid)
- Update Parser and fix project. #56 (greboid)
- Merge 'BetterDefaults' branch #49 (ShaneMcC)
- Use DMDirc util versions of classes #43 (greboid)
- Fix timestamps breaking actions #18 (csmith)
* This Change Log was automatically generated by github_changelog_generator