]> jfr.im git - irc/DALnet/bahamut.git/commit
Updated changes for 2.1.0 release (#56) 2.1.0
authorEmilio A. Escobar <redacted>
Mon, 17 Sep 2018 19:50:17 +0000 (12:50 -0700)
committerGitHub <redacted>
Mon, 17 Sep 2018 19:50:17 +0000 (12:50 -0700)
commit868e1a2a18ee1fd25fa18a47072c70a650abc141
treefcc626eeb4cbc2c876a4bd964c22773ef1dfe6f4
parent172a0d2be79f54c5be5fea26e22ae8e117d2ac38
Updated changes for 2.1.0 release (#56)

* Updated changes for 2.1.0 release

Still needs some content for help.

* Updating patch level to 2.1.0

* More updates for 2.1.0.

* Fixed a broken merge (SVSXCF).

* Added missing extern.

* Updated version.c.SH (cosmetic fix).

* More updates for 2.1.0.

* Updated MODULE_INTERFACE_VERSION.

* Fixes for masked opers as they're already masked anyway.

* Let's make sure m_quit() will only check real users.

Currently, QUIT from un-registered clients (before NICK & USER) can crash the server because we're checking sptr->user->channels and sptr->user doesn't exist.

-Kobi.
CHANGES
include/hooks.h
include/msg.h
include/patchlevel.h
src/s_user.c
src/version.c.SH