Skip to content

Commit

Permalink
Update CHANGES and patchlevel. This is 2.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
kobishmueli committed Nov 28, 2018
1 parent 65c888b commit cd68976
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Changes for 2.1.4:
------------------
- typo fix (cptr --> sptr) that could lead to server crashes in some cases
- Duplicate USER_VERBOSE and OPER_VERBOSE xflags into USER_VERBOSEV2 and OPER_VERBOSEV2
(this will make it easier for us to enable them on upgraded servers without affecting non-upgraded servers).
- Don't accept too long hostnames from WEBIRC
- Don't allow WEBIRC to use 0.0.0.*, 127.0.0.* or Staff_Address
- Don't allow WEBIRC to use DEFAULT_STAFF_ADDRESS either
- Make sure the host on WEBIRC will have at least one dot
- Allow WEBIRC hosts to have a semicolon too (for IPv6 IP addresses)

Changes for 2.1.3 (private release):
------------------------------------
- Optimize sendto_channel_butone() and sendto_channel_butlocal() functions
- More sanity checks (just to be on the safe side...)
- Fix SVSXCF calls with no channel name on send_topic_burst()
- Cosmetic change (clarify what umode +y does)
- Fix a security bug on readwrite_client() that could lead to server crashes by SSL users

Changes for 2.1.2:
------------------
- Increase the umode buffer on register_user() to prevent a possible
Expand Down
2 changes: 1 addition & 1 deletion include/patchlevel.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define BASENAME "bahamut"
#define MAJOR 2
#define MINOR 1
#define PATCH 2
#define PATCH 4

#define PATCHES ""

Expand Down

0 comments on commit cd68976

Please sign in to comment.