Age | Commit message (Expand) | Author |
2006-10-06 | Document more classes | brain |
2006-10-06 | Document a ton of classes (e.g. give them a short description for http://svn.... | brain |
2006-10-06 | Update to support modular prefixes, and eliminate some string copying | brain |
2006-10-06 | Optimize some more | brain |
2006-10-06 | ...and actually take out the +i restriction | brain |
2006-10-06 | Backport improved NAMES code into m_spy | brain |
2006-10-06 | Tidy up strlens which are not required | brain |
2006-10-06 | Tidy up m_safelist to avoid strlen on every line output, we're strlen()ing a ... | brain |
2006-10-05 | Report invalid command name when invalid command is given in negotiation phase | brain |
2006-10-05 | Remove some annoying debug | brain |
2006-10-05 | Fixed freeing of bound sockets when unloading spanningtree | brain |
2006-10-05 | Was checking 'channel', not 'dest'. | brain |
2006-10-05 | Remove VF_STATIC from spanningtree and make a clever destructor to close and ... | brain |
2006-10-05 | Add <options:announcets> to output the "TS for #chan changed from 1111 to 2222". | brain |
2006-10-04 | Eugh. Revert change InspIRCd::Time() -> time() | jamie |
2006-10-04 | Check for non-existent channel in FMODE | brain |
2006-10-04 | Fix jamies fix (you cant strcpy to a char* pointer, without first allocating ... | brain |
2006-10-04 | Fix for bug#159 reported by SiliconAI (unloading causes crash, it neglects to... | brain |
2006-10-04 | Nickname collisions were broken! :O | brain |
2006-10-04 | *slaps* jamie for not using tabs to indent ;-p | brain |
2006-10-04 | Prepend ident with '~' if we get no response | jamie |
2006-10-03 | Someone review the comments i put in from line 1515 onwards, and see if theyr... | brain |
2006-10-03 | Tidyup (remove casts) and commenting FJOIN a lot, so that others can fix stuf... | brain |
2006-10-03 | Fake direction check in FJOIN on all users, plus tidyup of the code that form... | brain |
2006-10-03 | New helper class irc::stringjoiner - it pwns you. | brain |
2006-10-02 | Fix my last change to InspIRCd::Time() | jamie |
2006-10-02 | Use InspIRCd::Time() instead of time() | jamie |
2006-10-02 | Seems to work now | brain |
2006-10-02 | nenolod, what craq were you smoking? this code was FINE, you broke it :P | brain |
2006-10-02 | no you can't just go from a std::ostringstream to a std::string, Om. *thwap* | nenolod |
2006-10-02 | mmmm dinner break, oh and document and make use of modestacker. | brain |
2006-10-02 | Fix SAJOIN notices to show target instead of source nick | jamie |
2006-10-02 | Fix REMOVE reason | jamie |
2006-10-02 | Add r5381 fix to remote rehash too | w00t |
2006-10-02 | This ULine check looks really, really bad - and caused horrible things to hap... | w00t |
2006-10-01 | Remove duplicate oper notice | jamie |
2006-10-01 | It all came down to a >1 where we needed a >0. Things should be stable now jamie | brain |
2006-10-01 | 64bit fixes | om |
2006-10-01 | Now with binary versioning goodness | brain |
2006-10-01 | Atheme wont work right, because this wasnt VF_COMMON. If its not VF_COMMON, i... | brain |
2006-09-30 | Fix broken opermd5 (switch over % and / operators) | brain |
2006-09-29 | CGIResolver isnt being passed a serverinstance to its constructor, so its try... | brain |
2006-09-29 | Made m_filter_pcre free the compiled regular expressions on rehash (no more m... | special |
2006-09-29 | Fixed the pcre include path in m_filter_pcre - on every system I tested, --cf... | special |
2006-09-28 | Cleaned up FJOIN a bit, fixing another segfault in the process. Brain should ... | special |
2006-09-28 | Fixed another segfault in m_spanningtree's FJOIN (forgot to check if the chan... | special |
2006-09-27 | Fixed /spynames, thanks to relax for finding the bug | special |
2006-09-27 | Someone forgot support for CIDR here | brain |
2006-09-26 | Make svshold case insensitive, fix ./configure -update and ./configure -modup... | brain |
2006-09-26 | Fix bug found by giggsey (even though he doesnt realise he just found one) | brain |