===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v
retrieving revision 1.1.1.1.2.1.2.1.2.2418
diff -u -r1.1.1.1.2.1.2.1.2.2418 Changes
--- Changes 5 Jun 2007 19:46:32 -0000 1.1.1.1.2.1.2.1.2.2418
+++ Changes 5 Jun 2007 20:00:33 -0000
@@ -1735,3 +1735,5 @@
- Changed Velcro/build to actually be able to compile to get included into
u3 space
- Patched #002531 by Stealth, removing /stats H
+- Fixed a bug introduced by another patch that caused log files to be
+ created without any permissions
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v
retrieving revision 1.1.1.1.2.1.2.1.2.2414
diff -u -r1.1.1.1.2.1.2.1.2.2414 Changes
--- Changes 30 May 2007 21:10:04 -0000 1.1.1.1.2.1.2.1.2.2414
+++ Changes 4 Jun 2007 17:21:12 -0000
@@ -1726,3 +1726,5 @@
"UnrealIRCd is not running" as opposed to "kill: 3426: no such process" etc.
- #0003368 patched by Stealth giving users access to do /module on remote
servers
+- #0002677 reported by aquanight, removing listen::options::remoteadmin,
+ listen::options::mask, set::options::no-stealth
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v
retrieving revision 1.1.1.1.2.1.2.1.2.2413
diff -u -r1.1.1.1.2.1.2.1.2.2413 Changes
--- Changes 27 May 2007 20:50:19 -0000 1.1.1.1.2.1.2.1.2.2413
+++ Changes 30 May 2007 21:09:43 -0000
@@ -1724,3 +1724,5 @@
- #0002833 reported and patched by tabrisnet, implementing UHNAMES
- #0003156 reported by Bricker: Made ./unreal dump some nicer errors eg
"UnrealIRCd is not running" as opposed to "kill: 3426: no such process" etc.
+- #0003368 patched by Stealth giving users access to do /module on remote
+ servers
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v
retrieving revision 1.1.1.1.2.1.2.1.2.2407
diff -u -r1.1.1.1.2.1.2.1.2.2407 Changes
--- Changes 17 May 2007 13:22:12 -0000 1.1.1.1.2.1.2.1.2.2407
+++ Changes 18 May 2007 08:02:21 -0000
@@ -1713,3 +1713,6 @@
- Added set::ssl::dh to indicate DH parameters. These are needed to support
DSA certificates and should probably make them work from now on. Code
originally by the inspircd team.
+- Fixed a number of compile errors/runtime errors on win32 (also a SSL
+ brainfart regarding DH), #0003345, patched by fez
+
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v
retrieving revision 1.1.1.1.2.1.2.1.2.2406
diff -u -r1.1.1.1.2.1.2.1.2.2406 Changes
--- Changes 17 May 2007 11:38:07 -0000 1.1.1.1.2.1.2.1.2.2406
+++ Changes 17 May 2007 13:22:05 -0000
@@ -1710,3 +1710,6 @@
- Added set::ssl::server-cipher-list, #002368 requested by Beastie
- Added set::ssl::renegotiate-bytes, set::ssl:renegotiate-timeout, #0002971
suggested by tabrisnet. Gets activated when >0. Please set sane values.
+- Added set::ssl::dh to indicate DH parameters. These are needed to support
+ DSA certificates and should probably make them work from now on. Code
+ originally by the inspircd team.
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v
retrieving revision 1.1.1.1.2.1.2.1.2.2404
diff -u -r1.1.1.1.2.1.2.1.2.2404 Changes
--- Changes 17 May 2007 09:56:42 -0000 1.1.1.1.2.1.2.1.2.2404
+++ Changes 17 May 2007 10:52:33 -0000
@@ -1707,3 +1707,4 @@
through this under load, and speeding up connection).
- IRCd now also sets the &me fd as being non blocking (wasn't before, that
was odd..)
+- Added set::ssl::server-cipher-list, #002368 requested by Beastie
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v
retrieving revision 1.1.1.1.2.1.2.1.2.2403
diff -u -r1.1.1.1.2.1.2.1.2.2403 Changes
--- Changes 15 May 2007 00:38:07 -0000 1.1.1.1.2.1.2.1.2.2403
+++ Changes 17 May 2007 09:56:36 -0000
@@ -1702,3 +1702,8 @@
concept, so please tell me if some OS'es break bigtime.
- #003075 - reported by aquanight regarding log block failing silently
for non-creatable log files. Now fails with an error message.
+- Now using #0003028, with more intelligent accept() handling. The IRCd
+ will now attempt to accept() up to LISTEN_SIZE (possibly saving CPU
+ through this under load, and speeding up connection).
+- IRCd now also sets the &me fd as being non blocking (wasn't before, that
+ was odd..)
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v
retrieving revision 1.1.1.1.2.1.2.1.2.2402
diff -u -r1.1.1.1.2.1.2.1.2.2402 Changes
--- Changes 14 May 2007 20:47:03 -0000 1.1.1.1.2.1.2.1.2.2402
+++ Changes 15 May 2007 00:37:58 -0000
@@ -1700,3 +1700,5 @@
- Added m_template.cpp and 'make custommodulecpp MODULEFILE=m_template'
ability - meaning, C++ modules for Unreal. This is mostly a proof of
concept, so please tell me if some OS'es break bigtime.
+- #003075 - reported by aquanight regarding log block failing silently
+ for non-creatable log files. Now fails with an error message.
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v
retrieving revision 1.1.1.1.2.1.2.1.2.2401
diff -u -r1.1.1.1.2.1.2.1.2.2401 Changes
--- Changes 14 May 2007 19:26:07 -0000 1.1.1.1.2.1.2.1.2.2401
+++ Changes 14 May 2007 20:46:34 -0000
@@ -1695,3 +1695,8 @@
- More cleanup - this may potentially break some OS'es, but let us catch
this in testing
- Fixed CommandAdd prototype a bit
+- Made autoconf detect c++ compiler, now availiable in CXX
+- Made the actual ircd be compiled by c++ compiler (linking, not source)
+- Added m_template.cpp and 'make custommodulecpp MODULEFILE=m_template'
+ ability - meaning, C++ modules for Unreal. This is mostly a proof of
+ concept, so please tell me if some OS'es break bigtime.
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v
retrieving revision 1.1.1.1.2.1.2.1.2.2398
diff -u -r1.1.1.1.2.1.2.1.2.2398 Changes
--- Changes 14 May 2007 13:41:57 -0000 1.1.1.1.2.1.2.1.2.2398
+++ Changes 14 May 2007 14:13:50 -0000
@@ -1690,3 +1690,5 @@
This change should not break extban modules, and should need some more extensive testing.
- Removed some more confusion in source (module IRC commands vs IRC commands)
- Changed IRCCommand::friend into IRCCommand::partner
+- Removed an odd declaration in common.h regarding find_user_link
+- Changed make_virthost prototype to not include a C++ keyword
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v
retrieving revision 1.1.1.1.2.1.2.1.2.2394
diff -u -r1.1.1.1.2.1.2.1.2.2394 Changes
--- Changes 13 May 2007 16:48:38 -0000 1.1.1.1.2.1.2.1.2.2394
+++ Changes 13 May 2007 17:56:05 -0000
@@ -1666,3 +1666,4 @@
- A bug was introduced in the patch for #0003139. Patched by WolfSage
- #0002533 reported by Dodge_Ram, patched by WolfSage, regarding notices
not being sent when /*line and /shun are used to request stats
+- Removed class.h and minor references to aClass. Patched by WolfSage
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v
retrieving revision 1.1.1.1.2.1.2.1.2.2393
diff -u -r1.1.1.1.2.1.2.1.2.2393 Changes
--- Changes 13 May 2007 16:02:53 -0000 1.1.1.1.2.1.2.1.2.2393
+++ Changes 13 May 2007 16:48:33 -0000
@@ -1664,4 +1664,5 @@
- #0003333 reported by fbi, regarding a unreferenced and duplicate
m_botmotd in core and modules
- A bug was introduced in the patch for #0003139. Patched by WolfSage
-
+- #0002533 reported by Dodge_Ram, patched by WolfSage, regarding notices
+ not being sent when /*line and /shun are used to request stats
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v
retrieving revision 1.1.1.1.2.1.2.1.2.2391
diff -u -r1.1.1.1.2.1.2.1.2.2391 Changes
--- Changes 10 May 2007 23:14:51 -0000 1.1.1.1.2.1.2.1.2.2391
+++ Changes 13 May 2007 13:41:57 -0000
@@ -1661,3 +1661,5 @@
about SQUIT in help.conf
- #0003327 reported by fbi, regarding a unreferenced and duplicate
m_opermotd/m_motd in core
+- #0003333 reported by fbi, regarding a unreferenced and duplicate
+ m_botmotd in core and modules
\ No newline at end of file
when trying to /connect to a server with wildcards (* and ?) in the link
block. We also raise an error if link::options::autoconnect is used
together with wildcards in hostname.
===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v
retrieving revision 1.1.1.1.2.1.2.1.2.2378
diff -u -r1.1.1.1.2.1.2.1.2.2378 Changes
--- Changes 25 Apr 2007 17:37:04 -0000 1.1.1.1.2.1.2.1.2.2378
+++ Changes 26 Apr 2007 05:32:14 -0000
@@ -1627,3 +1627,8 @@
variable to determine what should be copied.
- #0003281 regarding removing masked channels, this will make channels with
:'s in them not be backwards compatible with 3.2.*, patch by WolfSage
+- #0003301 regarding sending @1 ]:Server %s closed the connection
+ Devel.WolfSage.org[192.168.2.97] instead of @1 ] :Server
+ Devel.WolfSage.org[192.168.2.97] closed the connection. This would
+ probably have caused netsplits to go unnoticed.
+