mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-06 16:13:12 +02:00
34 lines
1.6 KiB
Plaintext
34 lines
1.6 KiB
Plaintext
/*
|
|
* UnrealIRCd Changes File - (C) Carsten Munk 1999-2000 &
|
|
* The UnrealIRCd Team
|
|
*
|
|
* $Id$
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 1, or (at your option)
|
|
* any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program; if not, write to the Free Software
|
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
*
|
|
*/
|
|
|
|
[ Unreal3.2 ]
|
|
- Fixed a _serious_ bug in SERVER command, reported by Valen, Forrester,
|
|
M0rpheus, JK, and Hiten.
|
|
- Fixed /botserv problem
|
|
- Fixed permission problem with SSL .pem files (was o+r)
|
|
- Removed a redundant time.h include reported by trippin
|
|
- Modified rehash flags to use strnicmp rather than match (faster)
|
|
- Fixed some points of confusion of possible cptr->passwd bug in
|
|
m_server_estab, reported and fixed by Kanzen_Greiver
|
|
- Fixed some more points of ->passwd bugs
|
|
- Made it so you don't get a +W notice if you /who or /whois yourself reported by Ron885
|