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-16 | Remove redundant PriorityState, enum Priority does the exact same thing. | w00t |
2009-02-08 | Add a snotice when a user tries to use WEBIRC without matching any configured... | w00t |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-07 | Convert necessary match calls to use ASCII casemap. | w00t |
2008-09-29 | Replace the IP (in addition to hostname) for CGIIRC clients; fixes glines and... | special |
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-06-11 | fixed some indentation and spacing in modules | pippijn |
2008-05-29 | Apply patch to fix ipv6 builds, contributed by danieldg, thanks :-) | brain |
2008-05-19 | Convert connection::host | brain |
2008-05-18 | Next to convert | brain |
2008-05-04 | Convert a whole bunch more | peavey |
2008-04-26 | I not i | bricker |
2008-04-12 | Trunk fix for bug #505 reported by nenolod | brain |
2008-04-07 | Hosts vector not cleared on rehash, made rehashing for changes impossible | brain |
2008-03-24 | And more of them | brain |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-02-11 | Fix: Extra duplication of InspIRCd * is not necessary. | w00t |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-02-08 | Fix low-risk potential memory leak: if a webirc client with valid cgiirc bloc... | 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-13 | First UserManager overhaul: Move clone counts out of InspIRCd & User. | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-11-09 | Same here, fix some minor memory leaks noticed by w00t | brain |
2007-11-04 | Remove Implements() method from every module. booya. | brain |
2007-11-04 | Convert all to new Attach() system. The Implements() method needs removing fr... | brain |
2007-11-04 | Another | brain |
2007-10-21 | Another big commit, just to please all my fans out there.. cmd_* -> Command*.... | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-10-15 | class command_t -> class Command. Whey :D | w00t |
2007-08-27 | Remove unnecessary header traffic | w00t |
2007-08-19 | Allow support for multiple dns results per request. This is a significant cha... | brain |
2007-07-26 | Set defaults for an enum | 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-07-15 | Fix for bug #349: NOTE there is important caveat about this in the example co... | brain |
2007-07-12 | Apply patch from lain to fix multiple cgihosts not being read correctly. | peavey |
2007-07-03 | Removed superfluous semicolons | pippijn |
2007-06-17 | More factory conversion | w00t |
2007-05-30 | Apply ipv6 #ifdef tidyup patch from djGrrr, thanks :) | brain |
2007-05-26 | - Fix some win32 warnings in a way that won't crash gcc compiles (I thought I... | w00t |
2007-05-22 | - Fix two minor warnings here (catch (ModuleException& e) -> catch (ModuleExc... | w00t |
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 |
2007-05-10 | Add m_taxonomy and api minor tweak to make it work, enable some modules for it. | brain |
2007-03-15 | Add third parameter to OnUserQuit (quit reason for opers only) - bump api ver... | brain |
2007-03-08 | Patch by satmd to support using IP addresses with cgiirc | special |