Age | Commit message (Expand) | Author |
2013-04-12 | m_spanningtree Remove unneeded #includes | attilamolnar |
2013-04-12 | m_spanningtree Remove encapsulation on UserCount/OperCount | attilamolnar |
2013-04-12 | Add LOG_ prefix to the log level enum values. | Peter Powell |
2013-04-10 | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | attilamolnar |
2012-09-30 | Fix more undefined behavior caused by referencing the returned buffer by std:... | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2011-01-19 | Fix bug #117, found by satmd, thanks | Jackmcbarn |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-20 | Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functions | danieldg |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |
2009-09-17 | Remove SID from /map for non-opers, and add it to non-spanningtree for opers ... | danieldg |
2009-09-15 | Where there are hidden servers, report the /map server count as the hidden co... | brain |
2009-09-02 | Remote user messaging fixes | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | Replace std::deque with std::vector in spanningtree and related modules | danieldg |
2009-09-01 | Fix build of m_spanningtree and display of dependency regeneration | danieldg |
2009-04-26 | Remove lag reporting in /map from servers that do not yet have a valid value;... | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-18 | Remove MaxMapHeight, replace with dynamically sized buffers | danieldg |
2009-02-18 | Apparently casting to float is not sufficient to cause a conversion | danieldg |
2009-02-18 | Rework /MAP output to not be overly wide | danieldg |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-08-22 | Match conversion stuff. | w00t |
2008-08-22 | Revert automated conversion by Special, as it (unfortunately) neglects some d... | w00t |
2008-08-22 | Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any... | special |
2008-08-18 | Increase the size of the matrix for map drawing to 250x250 | brain |
2008-07-20 | Fixes to some stuff that writes on memory it shouldn't (thanks psychon). | w00t |
2008-07-14 | Lots, lots more numerics.h conversion | w00t |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-05-18 | Convert m_spanningtree | aquanight |
2008-05-05 | Convert m_spanningtree | aquanight |
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 | Show SID on /map | w00t |
2008-04-07 | remote MAP reply is backwards :p | brain |
2008-04-06 | Its ok to allow remote map to non-opers now, found the real culprit | 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 | Remote /MAP (that now doesn't confuse clients ;p) | w00t |
2008-04-06 | Remote /MAP: caution, this doesn't compile | w00t |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | brain |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-02-02 | Move some stuff to usermanager, remove a little header insanity, remove trace... | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2008-01-07 | Fix up some usercounts stuff.. to be tested. | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-10-14 | Fix indentation | brain |
2007-10-14 | Split up spanningtree some more, the filenames should be more intuitive so th... | brain |