Age | Commit message (Expand) | Author |
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 |
2007-08-19 | Allow changing of an oper's host on oper up using <type:class> (give it a con... | brain |
2007-08-19 | Allow support for multiple dns results per request. This is a significant cha... | brain |
2007-08-06 | Reset connect class settings on DNS resolution as we should. | w00t |
2007-07-27 | Tidyups, remove of ifdefs | brain |
2007-07-27 | Found the bug, turns out i just introduced it with the last commit :p | brain |
2007-07-27 | Some smart tricks to eliminate win32 ifdefs that are creeping into portable f... | brain |
2007-07-24 | Modify RULES to use numerics instead of notices. I'm pretty sure these are wi... | w00t |
2007-07-24 | A few more I missed. | w00t |
2007-07-23 | Tidyup a bunch of stuff that was using userrec::modes directly rather than us... | brain |