Age | Commit message (Expand) | Author |
2008-04-08 | Comment tweakage | w00t |
2008-04-08 | This comment is slightly out of date: we do write to opers now. | w00t |
2008-04-08 | No longer deprecated, just may not be used | w00t |
2008-04-08 | add a couple of parenthesis to the password comparison, because i couldnt eas... | brain |
2008-04-08 | Allow for open link networks (<link:name> to *) and tidy up checks here. XXX ... | w00t |
2008-04-08 | Add todo, add server name | w00t |
2008-04-08 | Remote REHASH stuff, this drove me nuts but should probably work now.. thx brain | w00t |
2008-04-08 | Update syntax | w00t |
2008-04-08 | Finally apply my patch simplifying RSQUIT. Fixes bug #452, reported by Mark. ... | w00t |
2008-04-08 | Fix compile error | w00t |
2008-04-08 | REG_ALL check is not required, since OnUserConnect is triggered after NICK/US... | w00t |
2008-04-08 | SHUN: check SHUN on connect, extend user with shunned metadata if they match,... | w00t |
2008-04-08 | Ugh, fixify. msms? | brain |
2008-04-07 | When map says 0ms, make it read "<1ms" instead of 0, 0 doesnt make ANY sense ... | brain |
2008-04-07 | Fix for bug #510 | brain |
2008-04-07 | Hosts vector not cleared on rehash, made rehashing for changes impossible | brain |
2008-04-07 | SHUN works (locally at least) | w00t |
2008-04-07 | Hook events properly. | w00t |
2008-04-07 | Add a factory to produce shuns, don't autoapply to userlist, etc. | w00t |
2008-04-07 | Add extra stuff for w00t, AutoApplyToUserList method for XLineFactory | brain |
2008-04-07 | Use SHUN, not S, try match on std::string for removal | w00t |
2008-04-07 | Unrestrict users before REG_ALL | w00t |
2008-04-07 | Make it work properly, too | brain |
2008-04-07 | Show server kills with correct origin, UNLESS hidden server in whois is set | brain |
2008-04-07 | This should probably be tested, but makes a whole lot more sense like this (u... | brain |
2008-04-07 | Show SID on /map | w00t |
2008-04-07 | remote MAP reply is backwards :p | brain |
2008-04-07 | Use server names for introduction of servers, not SIDs | w00t |
2008-04-07 | We were lucky this one didnt bring down the whole devnet (see cmd_part.cpp diff) | brain |
2008-04-07 | Typo x 2 (ta Zaba) | w00t |
2008-04-07 | Typo | w00t |
2008-04-07 | Convert this to use the new XLine API, this results in fairly significant les... | w00t |
2008-04-07 | Add m_shun from third party to 1.2, update it to compile (currently untested.... | w00t |
2008-04-07 | Updates to NeoStats aliases, again by TamCore (thanks :)) | w00t |
2008-04-07 | Patch from Brain: set MAX_DESCRIPTORS for all socket engines (I missed this) | w00t |
2008-04-06 | Fix fake direction in TOPIC, you cant use a uuid as a command origin in the s... | brain |
2008-04-06 | Its ok to allow remote map to non-opers now, found the real culprit | brain |
2008-04-06 | Fix bug where OPERTYPE does not propogate more than one server in distance du... | brain |
2008-04-06 | Remote map only works for opers. Fix problem where only part of the map is sh... | brain |
2008-04-06 | Debug | brain |
2008-04-06 | The map matrix must be static. For some reason it blows up when it is not. Th... | brain |
2008-04-06 | Initialise this so WriteCommon() knows what it's dealing with (thanks, valgrind) | w00t |
2008-04-06 | Initialise var (another valgrind warning) | w00t |
2008-04-06 | Stupid, stupid :| use the correct variable to find existing channel (this cau... | w00t |
2008-04-06 | Initialise this (valgrind warning) | w00t |
2008-04-06 | Remote /MAP (that now doesn't confuse clients ;p) | w00t |
2008-04-06 | Fix this up to convert deque to const char* const for w00t | brain |
2008-04-06 | Remote /MAP: caution, this doesn't compile | w00t |
2008-04-06 | Revert not-required hax | brain |
2008-04-06 | For some reason there was a FinishBurst in the encap command, which was sendi... | brain |