Age | Commit message (Expand) | Author |
2008-05-23 | There is no need for char* here any more | brain |
2008-05-23 | NEVER use the two-param assign unless you want your string padding to len byt... | brain |
2008-05-23 | Don't copy vars (faster) and also avoid a crash (non-const -> const) | w00t |
2008-05-23 | Collision tweaks | brain |
2008-05-21 | Clean this up a bit, and log about ignoring link blocks due to missing attrib... | w00t |
2008-05-20 | Forward port r9782: show IP (not unknown) for unauthed connections | w00t |
2008-05-20 | Add note to check other server on this message | w00t |
2008-05-19 | Convert channel::name to std::string, this was a beastie! | brain |
2008-05-19 | Convert channel banlist members to std::string | brain |
2008-05-19 | Convert connection::host | brain |
2008-05-18 | Convert m_spanningtree | aquanight |
2008-05-18 | Fix some unneeded .c_str() usage in m_spanningtree | aquanight |
2008-05-08 | Add call to protocol interface to get useful info on the server map. Return a... | brain |
2008-05-05 | Remove JOIN sending, all should be FJOIN | brain |
2008-05-05 | Okay, this was good in theory, but totally and utterly fucked in implementati... | w00t |
2008-05-05 | Un-break this so remote users still get RemoteMessage okay if targetted at a ... | w00t |
2008-05-05 | Alter remotemessage here to not do what w00ts patch did, twice | brain |
2008-05-05 | fix some unitialised vectors and tidy up a bit. | peavey |
2008-05-05 | Convert a few missing | peavey |
2008-05-05 | Conversions | aquanight |
2008-05-05 | Convert m_spanningtree | aquanight |
2008-04-21 | Hack, hack, hack, hack hack. Hack hack. Probably fix snotice loops, though. | w00t |
2008-04-18 | Make the CAPAB sender in spanningtree more readable | aquanight |
2008-04-17 | Add todo note | w00t |
2008-04-17 | Remove SpanningTreeProtocolInterface::SendOperNotice - it was translated to a... | w00t |
2008-04-14 | Move options vlaues netbuffersize, maxwho, maxconn, softlimit, quietbursts, n... | brain |
2008-04-14 | TRUNK CONFIG BREAKAGE WARNING: Move a bunch of options tag values into a new ... | brain |
2008-04-09 | Move QuitUser into UserManager class, and unstaticize it. This prepares for s... | w00t |
2008-04-08 | Oddness | brain |
2008-04-08 | Extra debug | brain |
2008-04-08 | Fix authentication logic, someone forgot to change an || to an &&, because we... | brain |
2008-04-08 | Changes needed to get open-linking working. | w00t |
2008-04-08 | Fix compile error I introduced | w00t |
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 | 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 | 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 | 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-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 |