Age | Commit message (Expand) | Author |
2007-05-10 | Add HiroP to contributors for being such a helpful little gubbins ;>. Congrad... | w00t |
2007-05-10 | Helpop fixes, noted by HiroP, derived from patch by HiroP in bug #291 | w00t |
2007-05-10 | Add openssl cert generation prettyness, make it like our gnutls one. It seems... | brain |
2007-05-10 | Remove pointless debug | brain |
2007-05-10 | Remove a large portion of commented craq, and make this fit in better with th... | w00t |
2007-05-10 | Update this to use the new copyright header | w00t |
2007-05-10 | Add <stripcolor:allowchanops> to allow channel operators to bypass color stri... | w00t |
2007-05-10 | Remove PARKSTATS from example helpop conf, thanks HiroP | w00t |
2007-05-10 | Fix typo in r6944, thanks HiroP | w00t |
2007-05-10 | If hidewhois is enabled, don't show idle time unless requested via remote /wh... | w00t |
2007-05-10 | Add warning notice to m_deaf, as setting it will make new users pretty confus... | w00t |
2007-05-10 | Fix duplicate End of /NAMES list from here. | peavey |
2007-05-10 | chanrec::UserList() gives out end of names numeric. So don't do it here. Fix ... | peavey |
2007-05-10 | Comment what ive done, so that someone doesnt go 'oh thats a redundant data c... | brain |
2007-05-10 | Tweaks here so we can avoid data copies in uhnames | brain |
2007-05-10 | This doesnt need a data copy any more | brain |
2007-05-10 | Add m_uhnames.so to the example config | brain |
2007-05-10 | Make it not suck^H^H^H^Hsegfault... and its all fixed and *working* :) | brain |
2007-05-10 | It would be good if this actually compiled too... | brain |
2007-05-10 | Add uhnames prototype | brain |
2007-05-10 | Small api change with wide reaching effects in modules - Allows modification ... | brain |
2007-05-09 | Fix ping timeout ERROR not being generated when a server pings out, making th... | brain |
2007-05-09 | Add a module which only lets identified users and opers create new channels, ... | brain |
2007-05-09 | Fix operquit notices being chopped to first word of quit message, spotted by ... | brain |
2007-05-09 | The WHO documentation in helpop.conf was WAY out of date | brain |
2007-05-09 | If we're having local, we need far too (f) | brain |
2007-05-09 | Add WHO flag 'l', show only local users | brain |
2007-05-09 | Fix slightly broken oper checks on +i | brain |
2007-05-09 | Add extra matches to /WHO. flags aiMp, away, ident, metadata, port number | brain |
2007-05-09 | Someone left a flag out of the syntax (m, modes) | brain |
2007-05-09 | Fix the other logic bug found by peavey | brain |
2007-05-09 | There was some real odd logic in here - thanks owine and HiroP | brain |
2007-05-09 | Make RCONNECT accept a glob for the first parameter. Thanks, HiroP :) | w00t |
2007-05-09 | Implement bug #282 from owine: kill sender hiding. <options:hidekills> needs ... | w00t |
2007-05-08 | - (FINALLY, ffs) add realnames to connect/remote connect server notices, per ... | w00t |
2007-05-08 | Decraq | brain |
2007-05-08 | Add oper notices on: (1) joining invisibly to a channel (2) engage or disenga... | brain |
2007-05-08 | Tidy up some lollercode | brain |
2007-05-08 | Document m_xmlsocket.so | brain |
2007-05-08 | Sending a buffer full of garbage is not smart or funny. | brain |
2007-05-08 | Left openssl includes in here :< | brain |
2007-05-08 | Add comments to describe wtf we are doing | brain |
2007-05-08 | Don't use this yet. we're waiting on w00t for a test client | brain |
2007-05-08 | Make SAJOIN/SAPART more spanningtree friendly, they are throwbacks to the ins... | brain |
2007-05-08 | We're setting chanrec::creation in here and not chanrec::age, this can and wi... | brain |
2007-05-07 | Fix multi-level if() madness, thanks HiroP | brain |
2007-05-07 | Correct the silentbursts logic | brain |
2007-05-07 | we typedeffed nspace::hash_map<std::string,command_t*> to command_table ages ... | brain |
2007-05-07 | Slightly tidier capab checks | brain |
2007-05-07 | Needs a little testing: Tidyup of some code, namely when validating the lengt... | brain |