Age | Commit message (Expand) | Author |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-14 | Nuke trailing spaces | peavey |
2009-02-10 | Prevent fantasy aliases from blocking user commands (eg. !topic would prevent... | dz |
2009-02-09 | Merge fantasy:allowbots patch from Taros, closing off bug #709, thanks! | brain |
2009-01-23 | Templateise this | brain |
2009-01-23 | Fix m_nationalchars using a copy and paste of my unsafe copy and paste algori... | brain |
2009-01-18 | Hmm, why didnt this go through before? | brain |
2009-01-09 | Correctly match alias formats (was backwards) and avoid going on to other ali... | dz |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-07 | Rename case_sensitive_map to rfc_case_sensitive_map | w00t |
2008-09-07 | Don't execute multiple aliases after executing one. | w00t |
2008-09-07 | Fix aliases returning multiple messages, thanks Ankit. | w00t |
2008-09-07 | Fix compile. Try again, Ankit. | w00t |
2008-09-07 | Set default values for <alias:usercommand> and <alias:channelcommand>, Ankit,... | w00t |
2008-09-06 | Add (currently untested and undocumented) fantasy command (<alias:channelcomm... | w00t |
2008-09-06 | Rename some member fields; add <alias:usercommand>, default true - whether or... | w00t |
2008-09-06 | Restructuring to m_alias, this will be used for (optional) fantasy commands. | w00t |
2008-09-06 | Modify aliases to use a multimap rather than a vector for storage + a map for... | w00t |
2008-08-28 | Fix aliases stuff. | w00t |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
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-11 | fixed some indentation and spacing in modules | pippijn |
2008-06-06 | Allow changing of command string and parameter vector within OnPreCommand, al... | brain |
2008-05-18 | Please see my XXX in m_conn_umodes w00t, maybe something we can look at next? | brain |
2008-05-06 | Fix broken m_alias, cant preallocate and then push_back, because then its ma... | brain |
2008-05-04 | Ok 3rd time lucky, thanks for the pointers Brain | peavey |
2008-05-04 | fix this | peavey |
2008-05-04 | First attempt at converting to new command handler, please review diff Brain. | peavey |
2008-03-24 | And more of them | brain |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | brain |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-01-17 | Fix.. snomask O is already taken (ffs) so use A instead | w00t |
2008-01-17 | Remove InspIRCd::WriteOpers in favour of snomask O | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-11-04 | Convert all to new Attach() system. The Implements() method needs removing fr... | brain |
2007-11-04 | Next part of Development/Hooking (see wiki) | brain |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-08-27 | Remove unnecessary header traffic | w00t |
2007-08-23 | Add some stuff to change how we process a token sepeperated stream | brain |
2007-07-24 | Replace some voodoo with a define | w00t |
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-07-03 | Removed superfluous semicolons | pippijn |
2007-06-17 | Module factory and init function in modules turned into a neat macro: | brain |
2007-06-09 | A ton more clear() and empty() stuff thats been lingering on the long term to... | brain |
2007-05-21 | Header rearrangement, move inspircd.h to top, remove stdio, stdlib, stdblahbl... | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |