| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Don't do show-connect-info on servers-only ports | Bram Matthys | 2009-04-22 | 1 | -3/+3 |
| * | - Fixed implicit declaration compiler warning if compiling for ipv6.•••- Fixed some small memory leak on rehash.
- Removed spamfilter-oversized-checking when trying to REMOVE one.. duh.. reported by satmd
(#00029160).
| Bram Matthys | 2006-05-17 | 1 | -0/+1 |
| * | - Removed all old resolver code and switched over to c-ares (+our caching rou...••• This should get rid of some annoying untracable (and usually rare) crashbugs in the
old resolver. Besides that, it makes things look more clean and understandable.
This should be the fix for the following bugids (all the same issue): #2499, #2551, #2558,
#2559, #2603, #2642, #2502, #2501, #2618, #2616.
Feedback and testing is very much welcomed (syzop@unrealircd.com).
| Bram Matthys | 2005-10-10 | 1 | -1/+1 |
| * | Added set::ident::connect-timeout and set::ident::read-timeout, updated examp... | Bram Matthys | 2003-05-11 | 1 | -23/+20 |
| * | - code cleanup / misc minor bugfixes (MyMalloc, oper msgs) | Bram Matthys | 2003-04-12 | 1 | -1/+1 |
| * | - Fixed two ident bugs (multihomed&connect), both resulted in ident not working.•••multihomed issue:
Instead of binding cptr->listener->ip it now uses getsockname(), otherwise it
won't work if you have a listen *:6667 thing + multihomed (it will connect for
example from 33.33.33.1 while the client connected to 33.33.33.5.
connect issue:
there was some kind of file descriptor race condition because of the way our
whole read_message() thing is coded... an ident socket might have been closed
+ a new might have been accepted... blablabla ;)
I wonder if anyone reads these CVS logs lol :).
| Bram Matthys | 2003-02-22 | 1 | -9/+13 |
| * | * don't send SHOWCONNECTINFO if the link is (known to be) a server.•••* same for scan message
* don't say "you have not registered" on NOTICE in unregistered state.
* made a send_prot(aClient, ConfigItem_link) for sending PROTOCTL message,
takes care of sending ZIP in token in case of a ziplink (indeed, I don't
send "ZIP" if it's not marked as a ziplink).
* added automatic fallback tot uncompressed link in case one of the sides
has zip turned off or not compiled in.
* added configcheck for link::options::zip turned on when not compiled
in (just like we do with ssl).
| Bram Matthys | 2003-02-06 | 1 | -4/+4 |
| * | - Fixed an ident bug, maybe it actually works now.. (#0000709) reported by ma... | Bram Matthys | 2003-02-05 | 1 | -0/+2 |
| * | Fixed some formatting issues. | Bram Matthys | 2003-01-23 | 1 | -4/+4 |
| * | Use P_EWORKING in connect(). | mcskaf | 2002-12-01 | 1 | -2/+1 |
| * | Fixed a typo in doc/example.conf (and a few cleanups) | codemastr | 2002-05-29 | 1 | -2/+2 |
| * | - Made ident checking work on IPv6 as well | stskeeps | 2002-05-27 | 1 | -0/+4 |
| * | - Some fixes with connect(). Knowing my luck this will fuck up to hell | stskeeps | 2002-04-25 | 1 | -2/+1 |
| * | Added log {} syslog support | codemastr | 2002-03-18 | 1 | -8/+0 |
| * | Clean compile with -Wall | codemastr | 2002-03-04 | 1 | -0/+1 |
| * | -Wall -Wno-implicit | griever | 2002-02-16 | 1 | -4/+2 |
| * | -Wunused | griever | 2002-02-16 | 1 | -1/+0 |
| * | Made all functiosn use new-style parameter lists | codemastr | 2002-01-28 | 1 | -6/+3 |
| * | +- VERSION M_SERVER fix by skold•••+- Fixed connecting with IPv6
+- Ident requests now orgin with the listener that the user connected on
+- More IPv6 fixes, DNS resolving actually works now too.. (crackhead IRCnet
+ coding)
+- Webserver caching fix
| stskeeps | 2001-11-08 | 1 | -1/+3 |
| * | Moved SHOWCONNECTINFO define to set::options::show-connect-info | codemastr | 2001-08-21 | 1 | -12/+8 |
| * | Fixed /stats to work fully with newconf | codemastr | 2001-06-25 | 1 | -4/+4 |
| * | +- Fixed minor socksfd problem in read_message•••+- Fixed identd problem
| stskeeps | 2001-05-25 | 1 | -1/+2 |
| * | +- Applied McSkaf's winlocal patch II, only changed Debug() and removed•••+ DEBUGMODE from config.h. Still cores, but we might be closer to a
+ solution. Broken code, do not use devel right now
| stskeeps | 2001-05-17 | 1 | -53/+20 |
| * | +- Had to revert McSkaf's winlocal.patch, caused too many crashes. I believe•••+there is a better way to do this ..
| stskeeps | 2001-05-02 | 1 | -23/+15 |
| * | +- Removed SJOIN/SJOIN2 support in SJOIN•••+- Fixed a +f bug, found by NiQuiL
+- Applied McSkaf's winlocal.patch, seems to work ok, fixed some problems
+ though in unix/win32 (cptr->fd can be -3. Should fix some READ ERRORS as
+ well. McSkaf, do me a favour and remove all of the C++ comments in the
+ source (//) or modify them to /* */
| stskeeps | 2001-05-01 | 1 | -15/+23 |
| * | +- Made SHOWCONNECTNOTICES work properly again, also with SSL | stskeeps | 2000-10-07 | 1 | -20/+4 |
| * | fixed -Wall warnings | codemastr | 2000-09-08 | 1 | -0/+1 |
| * | Checkmate | stskeeps | 2000-08-19 | 1 | -2/+0 |
| * | Index: Changes•••===================================================================
RCS file: /home/cmunk/ircsystems/cvsroot/unreal/Changes,v
retrieving revision 1.1.1.1.2.1.2.1.2.179
diff -u -r1.1.1.1.2.1.2.1.2.179 Changes
--- Changes 2000/08/07 16:16:14 1.1.1.1.2.1.2.1.2.179
+++ Changes 2000/08/07 16:56:17
@@ -530,3 +530,4 @@
Config, and all the things we want them to read/do to compile the IRCd
- Updated PREFIX Client Protoctl
- Added ^MrMike^'s command list, this one will be updated
+- Removed ID_CVS, hopefully fixing some bastard stuff
| stskeeps | 2000-08-07 | 1 | -1/+0 |
| * | Indentation. | stskeeps | 2000-07-25 | 1 | -0/+1 |
| * | +- Added Blowfish encryption ability (SetSecure()), will extend to more•••+ better encryption
Requires OpenSSL/blowfish
| stskeeps | 2000-06-25 | 1 | -1/+0 |
| * | Small testing stuff | stskeeps | 2000-06-06 | 1 | -2/+3 |
| * | Import of Unreal3.1-beta3 | cmunk | 2000-05-28 | 1 | -83/+89 |
| * | Import of Unreal3.0 (STABLE) | cmunk | 2000-02-28 | 1 | -0/+308 |