Age | Commit message (Expand) | Author |
2006-12-23 | Hash rehashing change | brain |
2006-12-15 | Remove global namespacing, makes modules compile FASTAH. Also massive update ... | w00t |
2006-11-10 | Implement a change for bug #171. It might not be pretty in the /list output, ... | brain |
2006-10-22 | More mirc ball-suckage. | brain |
2006-10-22 | mIRC sucks, and its author does too! | brain |
2006-10-19 | Insert massive change here. | brain |
2006-10-12 | Only tick the timer when there are people doing /LIST, as suggested by special | brain |
2006-10-11 | Fixed a crash when unloading m_safelist (timers weren't properly tracked to b... | special |
2006-10-06 | Document a ton of classes (e.g. give them a short description for http://svn.... | brain |
2006-10-06 | Tidy up m_safelist to avoid strlen on every line output, we're strlen()ing a ... | brain |
2006-10-04 | Fix for bug#159 reported by SiliconAI (unloading causes crash, it neglects to... | brain |
2006-10-01 | Now with binary versioning goodness | brain |
2006-09-17 | Add const std::string &original_command to OnPreCommand and OnPostCommand, wh... | brain |
2006-09-15 | Annotations | brain |
2006-09-10 | Nicer fix | brain |
2006-09-10 | Change a fux into a fix for pippjin (thanks for the bt) | brain |
2006-08-30 | Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists | brain |
2006-08-11 | Just to mess with om's head, remove helperfuncs.h from everywhere | brain |
2006-08-11 | Change to using Instance->Log (InspIRCd::Log) rather than log() macro | brain |
2006-08-11 | Change to use InspIRCd::Time() | brain |
2006-08-11 | extern time_t TIME -> InspIRCd::Time() | brain |
2006-08-11 | None of the modules use an extern InspIRCd* any more | brain |
2006-08-10 | Last of Server:: methods moved to InspIRCd::. Server:: removed. | brain |
2006-08-10 | Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done. | brain |
2006-08-10 | Mass-tidyup of module global vars, theyre no longer global vars. | brain |
2006-08-10 | Move IsNick, IsIdent into class InspIRCd, update modules that use it. | brain |
2006-08-10 | Fixes and removal of Server::GetServerName() | brain |
2006-08-10 | FindNick, FindChan, ChanModes, UserList, CountInvisible, PurgeEmptyChannels, ... | brain |
2006-08-10 | Relocate timer stuff into TimerManager class | brain |
2006-08-09 | Move tons more stuff into class InspIRCd | brain |
2006-08-09 | ServerConfig extern moved into class InspIRCd | brain |
2006-08-08 | WHEEEEE!!!!! | brain |
2006-07-16 | mass tidyup, change A LOT of stuff to const char** which was char** (such as ... | brain |
2006-07-10 | Inherit tons of stuff from classbase that should always have been | brain |
2006-07-10 | Port to templated GetExt() | brain |
2006-04-24 | delete operator tracking in debug mode (using a macro -- live with it.) | brain |
2006-04-06 | Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T... | w00t |
2006-03-18 | No RFC says anything about hiding channels containing only +i users -- and it... | brain |
2006-03-12 | Renamed to chanrec::modes | brain |
2006-03-12 | *NEEDS TESTING* changed binarymodes to use the custom_modes entries | brain |
2006-03-11 | Yet more const ref changes | brain |
2006-03-09 | Fix printf format to get rid of compile warning (using %d for a long, change ... | om |
2006-03-09 | Don't show channels where all users are invisible and therefore usercount is 0 | brain |
2006-03-09 | Wrong var used here, oooops | brain |
2006-03-09 | Calling a method of a null object due to refactoring and HasUser - fixed | brain |
2006-03-08 | Removed has_channel(userrec*,chanrec*), the new preferred way of doing it is ... | brain |
2006-03-01 | Fix for missing 'end of list' numeric | brain |
2006-03-01 | Added checking for +sp channels to safelist that someone left out *nonchalant... | brain |
2006-02-27 | With small sendq's, this can still exceed the sendq, so now we've reduced the... | brain |
2006-02-23 | Removed bit of logging that said the timer was ticking -- we know it works no... | brain |