Age | Commit message (Expand) | Author |
2009-04-20 | Actually use irc::modestacker correctly | danieldg |
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-14 | Nuke trailing spaces | peavey |
2009-01-23 | Fix bug 688, reported by Ankit: extended invexes don't work correctly at all.... | w00t |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-28 | Change a few bits to use std::list instead of std::vector. | w00t |
2008-11-01 | Second attempt at time() -> SI->Time(), now problems with the original were f... | w00t |
2008-10-23 | Revert earlier time() -> SI->Time() diff for now, this causes problems with d... | w00t |
2008-10-23 | Patch from Namegduf converting all instances (where possible) of time() -> Se... | w00t |
2008-09-30 | Fix for bug #604 reported by Phoenix, thanks | brain |
2008-09-06 | Speedups | brain |
2008-09-06 | Nope w00t it wasnt the last :p | brain |
2008-09-06 | Properly handle CIDR etc for user pointer extbans | brain |
2008-09-06 | Make sure user is null when a literal is passed | brain |
2008-09-06 | Optional use of user object | brain |
2008-09-06 | Whoops left something out | brain |
2008-09-06 | Newer extban-supporting listmode api | brain |
2008-08-22 | Match conversion stuff. | w00t |
2008-08-22 | Revert automated conversion by Special, as it (unfortunately) neglects some d... | w00t |
2008-08-22 | Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any... | special |
2008-06-09 | Something we can do in 1.2 that we cant really do neatly in 1.1 - allow for t... | brain |
2008-05-25 | Compile fixes, was forced to move some stuff around | brain |
2008-05-19 | Convert channel::name to std::string, this was a beastie! | brain |
2008-05-18 | Make User:: nick/ident/dhost/fullname and some other things std::string inste... | aquanight |
2008-05-18 | Remove .c_str()'s in match() calls that are no longer needed as match() nativ... | brain |
2008-05-07 | Make u_listmode more sensible and make it properly use WriteNumeric, and a fe... | brain |
2008-05-05 | fix some unitialised vectors and tidy up a bit. | peavey |
2008-05-04 | Convert a whole bunch more | peavey |
2008-05-04 | Converting | peavey |
2008-04-02 | Fixes for bug #493, tidyups to clearing of channel modes on losing FJOIN. Mod... | brain |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | brain |
2008-02-18 | Fix this first, as this actually has use of the new parameter same as cmode_b... | brain |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-02-03 | Clear up header insanity | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-11-04 | And whoops, typo | brain |
2007-11-04 | Fix these to use new hook system (u_listmode wasnt fixed yet) | brain |
2007-11-04 | Remove some unnecessary headers from places, commit working BanCacheManager s... | w00t |
2007-10-24 | Obnoxious -pedantic warnings | brain |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-08-28 | Remove the last uses of localised fake clients. This removes a lot of allocat... | w00t |
2007-08-28 | Remove an utterly insane comment .. based on changed by based on originally b... | w00t |
2007-08-26 | Proper fix for end-of-list numerics on restricted lists in bug #386, rather t... | brain |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-06-17 | Comments (lots of, this was really lacking) | brain |
2007-06-14 | MAXMODES+1 -> MAXMODES+2 | brain |
2007-05-27 | Whoops, ++it++? Thats gonna break :p | brain |