aboutsummaryrefslogtreecommitdiffstats
path: root/src/s_auth.c
Commit message (Expand)AuthorAgeFilesLines
* - Don't do show-connect-info on servers-only portsGravatar Bram Matthys2009-04-221-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). Gravatar Bram Matthys2006-05-171-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). Gravatar Bram Matthys2005-10-101-1/+1
* Added set::ident::connect-timeout and set::ident::read-timeout, updated examp...Gravatar Bram Matthys2003-05-111-23/+20
* - code cleanup / misc minor bugfixes (MyMalloc, oper msgs)Gravatar Bram Matthys2003-04-121-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 :). Gravatar Bram Matthys2003-02-221-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). Gravatar Bram Matthys2003-02-061-4/+4
* - Fixed an ident bug, maybe it actually works now.. (#0000709) reported by ma...Gravatar Bram Matthys2003-02-051-0/+2
* Fixed some formatting issues.Gravatar Bram Matthys2003-01-231-4/+4
* Use P_EWORKING in connect().Gravatar mcskaf2002-12-011-2/+1
* Fixed a typo in doc/example.conf (and a few cleanups)Gravatar codemastr2002-05-291-2/+2
* - Made ident checking work on IPv6 as wellGravatar stskeeps2002-05-271-0/+4
* - Some fixes with connect(). Knowing my luck this will fuck up to hellGravatar stskeeps2002-04-251-2/+1
* Added log {} syslog supportGravatar codemastr2002-03-181-8/+0
* Clean compile with -WallGravatar codemastr2002-03-041-0/+1
* -Wall -Wno-implicitGravatar griever2002-02-161-4/+2
* -WunusedGravatar griever2002-02-161-1/+0
* Made all functiosn use new-style parameter listsGravatar codemastr2002-01-281-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 Gravatar stskeeps2001-11-081-1/+3
* Moved SHOWCONNECTINFO define to set::options::show-connect-infoGravatar codemastr2001-08-211-12/+8
* Fixed /stats to work fully with newconfGravatar codemastr2001-06-251-4/+4
* +- Fixed minor socksfd problem in read_message•••+- Fixed identd problem Gravatar stskeeps2001-05-251-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 Gravatar stskeeps2001-05-171-53/+20
* +- Had to revert McSkaf's winlocal.patch, caused too many crashes. I believe•••+there is a better way to do this .. Gravatar stskeeps2001-05-021-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 /* */ Gravatar stskeeps2001-05-011-15/+23
* +- Made SHOWCONNECTNOTICES work properly again, also with SSLGravatar stskeeps2000-10-071-20/+4
* fixed -Wall warningsGravatar codemastr2000-09-081-0/+1
* CheckmateGravatar stskeeps2000-08-191-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 Gravatar stskeeps2000-08-071-1/+0
* Indentation.Gravatar stskeeps2000-07-251-0/+1
* +- Added Blowfish encryption ability (SetSecure()), will extend to more•••+ better encryption Requires OpenSSL/blowfish Gravatar stskeeps2000-06-251-1/+0
* Small testing stuffGravatar stskeeps2000-06-061-2/+3
* Import of Unreal3.1-beta3Gravatar cmunk2000-05-281-83/+89
* Import of Unreal3.0 (STABLE)Gravatar cmunk2000-02-281-0/+308