Age | Commit message (Expand) | Author |
2007-05-12 | This catch doesn't need to be here. :o | w00t |
2007-05-12 | We've had an IS_OPER macro for a long time. About time we started using it, m... | w00t |
2007-05-12 | Fix compile error. | w00t |
2007-05-12 | Make this use SendError rather than rolling it's own. Fun fact: this notice w... | w00t |
2007-05-12 | Remove the char junk here, use an std::string | w00t |
2007-05-11 | Make sure we always use the correct index for the nickname (thanks djGrr) | brain |
2007-05-11 | Remove some stuff deprecated since 1.0 | w00t |
2007-05-11 | Allow removal of client ports from the config file via rehash | brain |
2007-05-11 | Thou shalt test compile before committing :p | brain |
2007-05-11 | Refactor port binding, warning not yet tested fully | brain |
2007-05-11 | (Pretend the last commit never happened.) | w00t |
2007-05-11 | Change the text of the 461 on invalid ident. Technically, this is correct, bu... | w00t |
2007-05-11 | One of my XXXs done, tidy logic in here | w00t |
2007-05-11 | Last commit of that batch: Fix some returncodes (some stuff here really didn'... | w00t |
2007-05-11 | Yes, and here too. I want these in seperatly so I can roll them back if I scr... | w00t |
2007-05-11 | Logic cleanup here too. | w00t |
2007-05-11 | Opers haven't been able to change the modes of others since 1.0. | w00t |
2007-05-11 | Clear up logic a little here, check error conditions at the top, succeed at t... | w00t |
2007-05-11 | Make the same (r6972) fix here. | w00t |
2007-05-11 | Remove duplication of conf loading code here. Just call rehash in constructor... | w00t |
2007-05-11 | Fix a slightly out of date comment (from before the days of the self commenti... | w00t |
2007-05-10 | Document new tags | brain |
2007-05-10 | Add <watch maxentries> and <silence maxentries> | brain |
2007-05-10 | Attach ident and original username to the metadata of the user, so that it ca... | brain |
2007-05-10 | Add m_taxonomy and api minor tweak to make it work, enable some modules for it. | brain |
2007-05-10 | Patch by djGrrr to WHOIS to fix up another potential information leak, now re... | w00t |
2007-05-10 | Remove redundant if (), pointed out by djGrrr. | w00t |
2007-05-10 | Much thanks to djGrrr for being helpful. Give this a go. | w00t |
2007-05-10 | FIX: Don't show time for remote clients on /whois nick | w00t |
2007-05-10 | I got very confused here.. let's fix this | w00t |
2007-05-10 | Clarify some of the comments here.. | w00t |
2007-05-10 | (will be tested like nowish): Modified version of djGrrr's patch to re-fix #286. | w00t |
2007-05-10 | I can do coding, me! | brain |
2007-05-10 | Slightly modify WHO <port> p to allow a port range, e.g. "WHO 6660-6669,7000,... | brain |
2007-05-10 | Change some stuff around to make sure metadata/fmode comes after nick list if... | brain |
2007-05-10 | remove EB metadata madness and make services people happy. | brain |
2007-05-10 | Fix for bug #281, oper fail notices should be global | brain |
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 |