summaryrefslogtreecommitdiff
path: root/src/modules/m_ident.cpp
AgeCommit message (Expand)Author
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-10Attach ident and original username to the metadata of the user, so that it ca...brain
2007-03-23Ident fixes, to make sure that if you dont get an ident reply you cant sneak ...brain
2007-03-23ident over ipv6 fixes, and fixes to inspsocket BindAddr which wasnt doing ipv...brain
2007-03-23Tweak some stuff aboutbrain
2007-03-23Fix small memory leakbrain
2007-02-09Add and properly test the ability for an InspTimer to DelTimer itself from wi...brain
2007-02-08Try without deletes that it done anyway on close of InspSocket's socket.peavey
2007-02-07Remember: C++ only works if you type the right method names and not ones that...brain
2007-02-07Ident fixes,brain
2007-01-17Mass comment removal.brain
2007-01-01Fix to allow for OnRehash to know what user initiated the rehashbrain
2006-12-15Remove global namespacing, makes modules compile FASTAH. Also massive update ...w00t
2006-11-21fix for bug #175, change OnUserRegister to return int, and if greater than 0 ...peavey
2006-10-22Delete idents when disconnecting?brain
2006-10-19Insert massive change here.brain
2006-10-06Document more classesbrain
2006-10-04Fix jamies fix (you cant strcpy to a char* pointer, without first allocating ...brain
2006-10-04*slaps* jamie for not using tabs to indent ;-pbrain
2006-10-04Prepend ident with '~' if we get no responsejamie
2006-10-01Now with binary versioning goodnessbrain
2006-09-10This should fix the timeout issues pippjin was experiencingbrain
2006-08-28Note: connect() cant time out for inspsockets in this commit. They'll sit in ...brain
2006-08-18Fix timeoutsbrain
2006-08-18Fix ident timeouts to work properly when the connect succeeds but nothing com...brain
2006-08-18EventHandler class, an abstraction for raw i/obrain
2006-08-11Somehow, IMPORTANT changes got reverted.brain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec...brain
2006-08-11ConfigReader and FileReader now take InspIRCd* to their constructorsbrain
2006-08-11None of the modules use an extern InspIRCd* any morebrain
2006-08-10Last of Server:: methods moved to InspIRCd::. Server:: removed.brain
2006-08-10Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.brain
2006-08-10Move IsNick, IsIdent into class InspIRCd, update modules that use it.brain
2006-08-10Removal of Server::Log -- not much ever used it anyway with the ability to us...brain
2006-08-09Move socket_ref and module_sockets vectors/arrays into InspIRCd*. These are p...brain
2006-08-08WHEEEEE!!!!!brain
2006-08-04Change to using userrec::ip as a sockaddr to store port, ip and address famil...brain
2006-08-01The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t...brain
2006-08-01Move to entirely using insp_sockaddr and insp_inaddr for socket stuff, first ...brain
2006-07-10More fixesbrain
2006-06-07Fix for segfault if a user quits before their ident is complete, due to sessi...brain
2006-05-02Forwardport (yes those do happen).brain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-18Fix for crashes in m_ident (should work)brain
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-03-11And morebrain
2006-03-09Strlen bashing.brain
2006-02-03Why are we using the users hostname to connect back to port 113? we can use i...brain
2006-02-02When socket fails to construct, we now check the GetState() of the socket obj...brain