Age | Commit message (Expand) | Author |
2009-09-02 | Add "created" parameter to OnUserJoin, to avoid explicit checks for +P | danieldg |
2009-09-02 | Cast rework: use C++ style static_cast<> instead of C-style casts | danieldg |
2009-09-02 | Replace std::deque with std::vector in spanningtree and related modules | danieldg |
2009-09-01 | Remove more text<->binary IP conversions, making code more IPv4/IPv6 independent | danieldg |
2009-08-12 | Fixes for config reader | danieldg |
2009-08-11 | Fix module prioritization when a module asks to be after spanningtree, which ... | danieldg |
2009-07-01 | Make rehash generate a new ServerInstance->Config object | danieldg |
2009-05-25 | Remove the ServerConfig::DirValid check that breaks symlinks | danieldg |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-05-06 | Remove FindDescriptor wrapper for GetRef, it doesn't do anything useful and i... | w00t |
2009-04-23 | rollback r11326, we're going to make vc9 the officially supported windows bui... | peavey |
2009-04-23 | Heres the beef so far | brain |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-07 | Include explicit parameter list in ProtocolInterface::SendMode | danieldg |
2009-03-06 | Construct explicit parameter type list for MODE parameters | danieldg |
2009-02-16 | Remove redundant PriorityState, enum Priority does the exact same thing. | w00t |
2009-02-15 | RARRR, 11111 is MEIN! :3 | brain |
2009-02-14 | Make glob patterns in module load work correctly. Fixes bug #724 reported by ... | peavey |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-23 | Remove an unused event. | w00t |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-07 | Move stuff to use ASCII map where required. | w00t |
2008-11-02 | Forward-port: Fix an uninitialised variable in ConfigReader::GetError() | w00t |
2008-10-25 | Use TargetTypeFlags instead of int in a few places. | w00t |
2008-10-02 | Fix for bug #601 | brain |
2008-09-20 | Fix a rather nasty race condition revealed by my reading through the comments... | brain |
2008-09-05 | mysql's windows build is utter hell to get working the way we wanted. The pac... | brain |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-08-22 | Add OnSendSnotice(char &, std::string &, const std::string &) to modify/block... | w00t |
2008-08-21 | match() is no longer a function+no header, now a static method of InspIRCd cl... | w00t |
2008-07-29 | Remove last vestige of libircdfoo, by changing tag into a single identifier... | w00t |
2008-07-12 | Okay, and there's the working version of it. Extbans that don't work on users... | w00t |
2008-07-12 | Remove individual read buffers inside of BufferedSocket, use the shared netbu... | w00t |
2008-07-11 | Fix m_nopartmsg to work via API modification, involves a string copy that won... | w00t |
2008-06-26 | Yet another module priority shuffler fix from Phoenix, bad phoenix bad bad\! | brain |
2008-06-24 | Module priority 'shuffler' fix from Phoenix, bounds checks | brain |
2008-06-24 | Module priority 'shuffler' suggestion from Phoenix, needs some testing but wo... | brain |
2008-06-06 | Allow changing of command string and parameter vector within OnPreCommand, al... | brain |
2008-05-18 | Remove .c_str()'s in match() calls that are no longer needed as match() nativ... | brain |
2008-05-04 | Conversion of command handler params from "const char* const* parameters, int... | brain |
2008-04-21 | Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d... | brain |
2008-04-18 | Apply patches to remove 200-odd dll limit on windows, made by GreenReaper, lo... | brain |
2008-04-16 | Change that allows the m_override module to not announce a key override for a... | brain |
2008-04-04 | Remove two useless methods, chanlog is b0rked at the moment. | w00t |
2008-04-03 | Change the 'is not within the modules dir' message to something less obscure ... | brain |
2008-03-30 | Fixy | brain |
2008-03-30 | Change this return type to int from void. WHY didn't this error for me. | w00t |
2008-03-30 | Merge OnCancelAway and OnSetAway, add param awaymsg to OnSetAway (blank when ... | w00t |
2008-03-24 | Port bindings for gnutls now bind via ip:port, rather than on all ports for t... | brain |
2008-03-24 | Add stuff so that modules can hook users by altering a pointer in the User cl... | brain |