Age | Commit message (Expand) | Author |
2007-11-02 | xline gutting, once more. There is no longer an active_lines vector, and no r... | brain |
2007-10-28 | Fix this to pass a User | w00t |
2007-10-25 | If the connect:limit is 0, dont deny connections for going over it | brain |
2007-10-25 | this should fix any of the crashes w00t outlined where User::MyClass == NULL. | brain |
2007-10-24 | Implement <connect:limit> - limits how many clients can sit inside a <connect... | w00t |
2007-10-24 | Disable all connect classes, reenable them as we find them in the config. Thi... | w00t |
2007-10-24 | Try this w00t, compiles, test running now | brain |
2007-10-24 | Start of refcount-based rehash stuff for <connect> tags, this is broken and r... | w00t |
2007-10-23 | Move some stuff from using userrec cached stuff to using stuff in the connect... | w00t |
2007-10-23 | Fix a bug before I even started this.. don't let User::SetClass() decrease th... | w00t |
2007-10-23 | Some more class stuff, blah. Now possible to move a user to a different class... | w00t |
2007-10-23 | Some initial work towards tying <connect> classes to user accounts. This will... | w00t |
2007-10-22 | Remove the need for a bunch of the hard coded arrays/hashes by scanning the s... | brain |
2007-10-21 | Tidy up some DNS stuff more | w00t |
2007-10-21 | Add User::IncreasePenalty() and User::DecreasePenalty() | w00t |
2007-10-21 | Fixed ssl clients on trunk. The problem peavey was having was that before Rea... | brain |
2007-10-21 | *untested* command buffering/penalty | brain |
2007-10-21 | Dont forget to initialize the new value | brain |
2007-10-21 | Add User::UnderPenalty | brain |
2007-10-21 | Change a !string.length to string.empty. these are more readable and on some ... | brain |
2007-10-18 | Socket engine tweaks to fix a glitch, and improvements to new m_ident | brain |
2007-10-16 | Remove second overridden (fully duplicated :/) copy of GetIPString which copi... | w00t |
2007-10-16 | Typo fix | w00t |
2007-10-16 | Update a comment | w00t |
2007-10-15 | Move oper classes and types stuff from users to configreader. It may need to ... | w00t |
2007-10-15 | Split user resolver into its own file. | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-10-15 | class command_t -> class Command. Whey :D | w00t |
2007-10-14 | Put this back how it was, it didnt help with the fix last night which turned ... | brain |
2007-10-14 | Tweaks | brain |
2007-10-13 | Move some stuff around, this will move a crash to a different place and maybe... | brain |
2007-09-30 | Whoops, forgot some stuff for when GECOS was moved to position 10 in the UID ... | brain |
2007-09-26 | Fixed bug #404; this was caused by recieving multiple OPERTYPEs from a remote... | special |
2007-09-23 | More compile fixes | brain |
2007-08-29 | Add a pointless WriteOpers | brain |
2007-08-28 | Slight change to traffic logging, as I never remember which way the damn arro... | w00t |
2007-08-27 | Catch exceptions here for duplicate uuid (it shouldnt happen, which is why th... | brain |
2007-08-27 | Remove more unnecessary header traffic | 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 | 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 | Add a call to the NICK handler that allows toggling of allowing invalid nicks... | 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-23 | Craquity craq De-craq! | brain |
2007-08-19 | Add <connect:maxchans> as per feature bug #338 - combined with the last featu... | brain |