Age | Commit message (Expand) | Author |
2006-10-19 | Improve WriteLine, this should be quite an improvement as it prevents a tempo... | brain |
2006-10-19 | Use rfind rather than find when chopping strings, its faster as the \r is mor... | brain |
2006-10-19 | Remove unused large vars | brain |
2006-10-17 | Remember to delete the tree root when unloading the module | brain |
2006-10-17 | Move the declaration of class Link up top | brain |
2006-10-17 | Whoops, forgot to init a var | brain |
2006-10-17 | Remove culllist.h from here, we no longer use it. | brain |
2006-10-17 | Remove another 'using' for a symbol we use only once | brain |
2006-10-17 | Add a ton of comments to make this much more useful now (putting it all in a ... | brain |
2006-10-17 | Brain->GoToTownOnThisModule(). | brain |
2006-10-17 | Finally take ServerInstance out of the global scope in this module, amongst a... | brain |
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-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 | 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 | Check for non-existent channel in FMODE | brain |
2006-10-04 | Nickname collisions were broken! :O | brain |
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-02 | Seems to work now | brain |
2006-10-02 | mmmm dinner break, oh and document and make use of modestacker. | brain |
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 | It all came down to a >1 where we needed a >0. Things should be stable now jamie | brain |
2006-10-01 | Now with binary versioning goodness | brain |
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-26 | Fix bug found by giggsey (even though he doesnt realise he just found one) | brain |
2006-09-26 | make OnPostConnect global | brain |
2006-09-26 | Only output the 'AES on' message if the socket state isnt I_ERROR when its re... | brain |
2006-09-26 | Change error from 'connection established' to 'connection started' | brain |
2006-09-26 | Fixed a rather obvious crashbug in m_spanningtree (FJOIN) | special |
2006-09-25 | Make this compile. We now have to change all OnUserPreJoin use | brain |
2006-09-25 | Whoops, patch | brain |
2006-09-25 | Add send_topic event, lets you send a topic for a channel, set by a server | brain |
2006-09-24 | This needs some testing. | brain |
2006-09-24 | Add new server to server command: | brain |
2006-09-19 | Fix crashes, and in the process make xline even faster! | brain |
2006-09-17 | Add const std::string &original_command to OnPreCommand and OnPostCommand, wh... | brain |
2006-09-15 | Comment tidyup and change format so doxygen can detect them | brain |
2006-09-15 | Fix some stuff, avoid use of global ServerInstance var | brain |
2006-09-13 | Add a comment for readability | brain |
2006-09-13 | Try this, jamie | brain |
2006-09-13 | Add debug to m_spanningtree, verifies that inspircd works correctly on FMODE ... | brain |
2006-09-06 | Forgot to return | brain |
2006-09-06 | Finish off the fix for bug #136 (a biggie for such a simple thing) | brain |