summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-08-27Debug to try figure this out ..w00t
2007-08-27TranslateUIDs now correctly returns number of substitutions madebrain
2007-08-27Add a metric assload of TRANSLATE macros to modules.w00t
2007-08-27Translation of mode parameters to uids where neccessarybrain
2007-08-27Some useful defines for tidy definition of translation lists. See constructor...brain
2007-08-27Auto translation nick->uuid for command params should now work in all modules...brain
2007-08-27More translation stuffbrain
2007-08-27Remove more unnecessary header trafficw00t
2007-08-27Remove unnecessary header trafficw00t
2007-08-27Changes to UID generation:w00t
2007-08-27Add FindNickOnly, that wont fall through to uid checks if isdigit(*first). We...brain
2007-08-27Whoops, i had a ! and i didnt need onebrain
2007-08-27Fixed sigabrtbrain
2007-08-27Fix for bug #401 reported by DarkStormbrain
2007-08-27Add options:maxtargets that was somehow omitted, fixes bug #400 (Reported by ...brain
2007-08-27Add uuid hash_map - its management is automatic via userrec constructors/dest...brain
2007-08-27A few tidyups, and comment how the new constructors work (so that w00t doesnt...brain
2007-08-27More uuid fixes, and whack some warningsbrain
2007-08-27Allocate uid in userrec constructor. Optional param added, if its empty, the ...brain
2007-08-27Squash warningbrain
2007-08-27Fix obligotary typosbrain
2007-08-27Add a call to the NICK handler that allows toggling of allowing invalid nicks...brain
2007-08-27Make nickname-overruled rules change the user back to their uid, not to nnn-u...brain
2007-08-27When a numeric nick is passed to FindNick, we call FindUUID insteadbrain
2007-08-27Translate some stuff to uid.brain
2007-08-27Make this lookup by UUID ahead of nick also, so things work properly.w00t
2007-08-27Make the server to server parser look for UUID. Currently it will fall back a...w00t
2007-08-27Oops, don't forget to save UUID of remote clientsw00t
2007-08-27Make FJOIN send UUIDw00t
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