Age | Commit message (Expand) | Author |
2006-11-18 | Reduce size of max number of bytes in a bitfield from a 4 or 8 byte field to ... | brain |
2006-11-18 | Properly document irc::dynamicbitmask | brain |
2006-11-17 | Remove some debug, add some comments, throw exception in Get() when passed an... | brain |
2006-11-17 | Fix this so it works, passes test case. Provide a method to query for a bit a... | brain |
2006-11-17 | Add irc::dynamicbitmask class. Feel free to take a look and offer suggestions... | brain |
2006-11-16 | Make STATS i, y, c, n more relevent to 1.1 | brain |
2006-11-16 | Fix /whois on users with lots, and lots of channels (see /whois idleserv). Wa... | w00t |
2006-11-15 | Add WHO flag 'm' to show users who have a mode sequence | brain |
2006-11-15 | Tidy up some stuff | brain |
2006-11-15 | The array should no longer be static | brain |
2006-11-15 | Comments, woo and yay | brain |
2006-11-15 | All of the void* cast stuff gone!!! | brain |
2006-11-15 | Remove tons of pointer craq (theres still a tinnny bit more to remove) | brain |
2006-11-15 | Don't allow a non-oper to view another users modes. This slightly tweaks the ... | brain |
2006-11-15 | Added <oper:swhois> to m_swhois, which will override <type:swhois> if specified | special |
2006-11-14 | We dont need this dummy value any more! | brain |
2006-11-14 | Temporarily? remove the old gcc3.3 fix | brain |
2006-11-14 | Tons of tweaks to the config stuff for the core | brain |
2006-11-14 | Tidyup and tons of debug in here, to troubleshoot an ongoing issue with gcc3.... | brain |
2006-11-14 | Another couple of 'forgot to memset's | brain |
2006-11-14 | Properly zero the epoll_event in epollengine WantWrite to stop a valgrind war... | brain |
2006-11-14 | Inherit ModuleException from std::exception rather than classbase | brain |
2006-11-13 | Modify server counts in /lusers to show number of servers actually visible if... | brain |
2006-11-13 | use --iter instead of iter-- in prunewhowas | peavey |
2006-11-13 | fix for bug #173, unsafe delete while iterating | peavey |
2006-11-13 | Tell user command WHOWAS is disabled if disabled in config. | peavey |
2006-11-13 | Document how to disable whowas | peavey |
2006-11-13 | Fix PruneWhoWas to actually work right on rehash. Add debug output to whowas.... | peavey |
2006-11-13 | Do *NOT* use local vars in ServerConfig::Read for temporary storage of values | peavey |
2006-11-13 | Only re-initialize disabled commands if they've changed | brain |
2006-11-13 | add <whowas> config option to control whowas behaviour. *may break* | peavey |
2006-11-12 | When rehashing and adding new ports, error back to the user if the ports fail... | brain |
2006-11-12 | Grammar nazi in the hizouse | brain |
2006-11-12 | When some (but not all) of the ports fail to bind on startup, give the user a... | brain |
2006-11-12 | Swap some stuff around, just to complicate bruteforcing | brain |
2006-11-12 | Make the output table chosen be unique to the actual ip so that the octet val... | brain |
2006-11-12 | Better cloaking for unresolved IP addresses. | brain |
2006-11-12 | typo fix | peavey |
2006-11-12 | Advance to beta 6 svn | brain |
2006-11-12 | 1.1 Beta 5 + Lugnut | brain |
2006-11-12 | Thanks for the pointer jilles ;) | brain |
2006-11-12 | Slight hax. When bursting a channel - in the fmode, if we dont have +n or +t ... | brain |
2006-11-12 | If a new channel is created, after sending the FJOIN for the first user in, s... | brain |
2006-11-12 | Show chanrec::age in MODE #chan, not the deprecated chanrec::created | brain |
2006-11-12 | Added a notice that all people bumping the protocol version should edit a pag... | brain |
2006-11-12 | Protocl-Version bump to 1102 | brain |
2006-11-12 | Oops, using wrong param | brain |
2006-11-12 | More funky stuff, SNONOTICE, MODENOTICE to go with OPERNOTICE | brain |
2006-11-12 | Whoops, stuff in the wrong place | brain |
2006-11-12 | And change < 64 to <= 64, the length limit is 64 - not 63 | om |