summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-08-27Convert a metric assload of stuff to use UIDw00t
2007-08-27Send UID (not nick) on client connectionw00t
2007-08-27Send UID prefix on module commands across links.w00t
2007-08-27Paranoia: Check for UUID collision on UID reciept, remove both clients if a c...w00t
2007-08-27This will royally fuck 1.2's linking right now, but..w00t
2007-08-27Fix me not being able to code..w00t
2007-08-27Add InspIRCd::FindUUID() methods. Currently, these work off an iteration arou...w00t
2007-08-27Fix to SVSJOIN: disallow invalid channel names. Needs backport.w00t
2007-08-27Now we know it works, remove debugbrain
2007-08-27Whoopsbrain
2007-08-27Automatic SID generation based on code similar to the STL hash function and u...brain
2007-08-27UUID is now generated and set on client add, and shown after 005 via numeric ...w00t
2007-08-26And zero UUID in constructor.w00t
2007-08-26Initial UUID generation code. Generates a TS6 compatible UUID.w00t
2007-08-26Add skeleton functions for UID stuff.w00t
2007-08-26Bump ABI version and protocol version. Note that this really means 1.1 and 1....w00t
2007-08-26Make this compile, was missing a (peavey
2007-08-26Add 'you are banned' numeric to banredirect output, from avenger's patchw00t
2007-08-26Added new announceinvite setting i discussed briefly with w00t and i like mys...brain
2007-08-26Hide remote oper up notices if quiet bursts are enabled etc. Adapted from ave...w00t
2007-08-26Proper fix for end-of-list numerics on restricted lists in bug #386, rather t...brain
2007-08-26Add option to set invite announcements to nobody, ops only, or all users, bas...brain
2007-08-26Fix for bug #376 - FEATURE - (sorry w00t) - not backporting to stable.brain
2007-08-26Add m_commonchans.so (documented in example conf, no wiki yet) resolves bug #...brain
2007-08-26Revised fix for bug #367 pointed out during qa by owine, thanks :)brain
2007-08-26Document ModuleSpanningTree::RemoteMessage. Maybe useful for other stuff.brain
2007-08-26Routing failure messages back where they came from on /rconnectbrain
2007-08-25Implement bug #396, feature request from Brickerbrain
2007-08-25Fix for bug #397brain
2007-08-23Someone really should fix the blocking connects on windows craq...brain
2007-08-23Move the close() wrapper out of the win32wrapper.h, and into its new proper p...brain
2007-08-23Craquity craq De-craq!brain
2007-08-23Tidyup some duplicated codebrain
2007-08-23Move WSACleanup() into IOCPEngine destructor, eliminating an "#ifdef WIN32" f...brain
2007-08-23Raft of fixes so that inspircd can call Cleanup() and Exit() in less 'stable'...brain
2007-08-23Fix segfault on 'cant open logfile' on startup, on trying to call Exit. inste...brain
2007-08-23Add some stuff to change how we process a token sepeperated streambrain
2007-08-23Fix for irc::sepstream for when there are multiple seperators in a row, do no...brain
2007-08-23Switch around the two operations in MatchCIDRBits to make negative matches fa...brain
2007-08-23Bricker said so.brain
2007-08-21Whoops, found a bug in it anyway :pbrain
2007-08-21Implement feature in bug #395 reported by stealth, and tidy up a bitbrain
2007-08-21Fix for delete-when-we-shouldnt bug similar to what stskeeps found yesterdaybrain
2007-08-20Add comments explaining why we have sockaddr[2] so that nobody goes 'w...t..f...brain
2007-08-20Fix a bug i just introduced while playing with the codebrain
2007-08-20The only possibility for the issue sts found is that a socket is deleted but ...brain
2007-08-20Add a pair of colons which should fix some KILL messages being dropped and fi...brain
2007-08-20Fixes for m_nicklock desyncbrain
2007-08-20Increase max time difference to 600 secsbrain
2007-08-20Whoops, i left a value out of the array, and gcc didnt warn!brain