Age | Commit message (Expand) | Author |
2007-08-27 | Fix for problems with translations | brain |
2007-08-27 | Debug to try figure this out .. | w00t |
2007-08-27 | TranslateUIDs now correctly returns number of substitutions made | brain |
2007-08-27 | Add a metric assload of TRANSLATE macros to modules. | w00t |
2007-08-27 | Translation of mode parameters to uids where neccessary | brain |
2007-08-27 | Some useful defines for tidy definition of translation lists. See constructor... | brain |
2007-08-27 | Auto translation nick->uuid for command params should now work in all modules... | brain |
2007-08-27 | More translation stuff | brain |
2007-08-27 | Remove more unnecessary header traffic | w00t |
2007-08-27 | Remove unnecessary header traffic | w00t |
2007-08-27 | Changes to UID generation: | w00t |
2007-08-27 | Add FindNickOnly, that wont fall through to uid checks if isdigit(*first). We... | brain |
2007-08-27 | Whoops, i had a ! and i didnt need one | brain |
2007-08-27 | Fixed sigabrt | brain |
2007-08-27 | Fix for bug #401 reported by DarkStorm | brain |
2007-08-27 | Add options:maxtargets that was somehow omitted, fixes bug #400 (Reported by ... | brain |
2007-08-27 | Add uuid hash_map - its management is automatic via userrec constructors/dest... | brain |
2007-08-27 | A few tidyups, and comment how the new constructors work (so that w00t doesnt... | brain |
2007-08-27 | More uuid fixes, and whack some warnings | brain |
2007-08-27 | Allocate uid in userrec constructor. Optional param added, if its empty, the ... | brain |
2007-08-27 | Squash warning | brain |
2007-08-27 | Fix obligotary typos | brain |
2007-08-27 | Add a call to the NICK handler that allows toggling of allowing invalid nicks... | brain |
2007-08-27 | Make nickname-overruled rules change the user back to their uid, not to nnn-u... | brain |
2007-08-27 | When a numeric nick is passed to FindNick, we call FindUUID instead | brain |
2007-08-27 | Translate some stuff to uid. | brain |
2007-08-27 | Make this lookup by UUID ahead of nick also, so things work properly. | w00t |
2007-08-27 | Make the server to server parser look for UUID. Currently it will fall back a... | w00t |
2007-08-27 | Oops, don't forget to save UUID of remote clients | w00t |
2007-08-27 | Make FJOIN send UUID | w00t |
2007-08-27 | Convert a metric assload of stuff to use UID | w00t |
2007-08-27 | Send UID (not nick) on client connection | w00t |
2007-08-27 | Send UID prefix on module commands across links. | w00t |
2007-08-27 | Paranoia: Check for UUID collision on UID reciept, remove both clients if a c... | w00t |
2007-08-27 | This will royally fuck 1.2's linking right now, but.. | w00t |
2007-08-27 | Fix me not being able to code.. | w00t |
2007-08-27 | Add InspIRCd::FindUUID() methods. Currently, these work off an iteration arou... | w00t |
2007-08-27 | Fix to SVSJOIN: disallow invalid channel names. Needs backport. | w00t |
2007-08-27 | Now we know it works, remove debug | brain |
2007-08-27 | Whoops | brain |
2007-08-27 | Automatic SID generation based on code similar to the STL hash function and u... | brain |
2007-08-27 | UUID is now generated and set on client add, and shown after 005 via numeric ... | w00t |
2007-08-26 | And zero UUID in constructor. | w00t |
2007-08-26 | Initial UUID generation code. Generates a TS6 compatible UUID. | w00t |
2007-08-26 | Add skeleton functions for UID stuff. | w00t |
2007-08-26 | Bump ABI version and protocol version. Note that this really means 1.1 and 1.... | w00t |
2007-08-26 | Make this compile, was missing a ( | peavey |
2007-08-26 | Add 'you are banned' numeric to banredirect output, from avenger's patch | w00t |
2007-08-26 | Added new announceinvite setting i discussed briefly with w00t and i like mys... | brain |
2007-08-26 | Hide remote oper up notices if quiet bursts are enabled etc. Adapted from ave... | w00t |