Age | Commit message (Expand) | Author |
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 | Conversions | w00t |
2007-05-30 | Apply ipv6 #ifdef tidyup patch from djGrrr, thanks :) | brain |
2007-05-28 | ipv6 ifdef tidyup by djGrrr, thanks :) | brain |
2007-05-27 | Fix for bug #305, allow admin to select what port outbound ident requests bin... | 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 |
2007-05-10 | Attach ident and original username to the metadata of the user, so that it ca... | brain |
2007-03-23 | Ident fixes, to make sure that if you dont get an ident reply you cant sneak ... | brain |
2007-03-23 | ident over ipv6 fixes, and fixes to inspsocket BindAddr which wasnt doing ipv... | brain |
2007-03-23 | Tweak some stuff about | brain |
2007-03-23 | Fix small memory leak | brain |
2007-02-09 | Add and properly test the ability for an InspTimer to DelTimer itself from wi... | brain |
2007-02-08 | Try without deletes that it done anyway on close of InspSocket's socket. | peavey |
2007-02-07 | Remember: C++ only works if you type the right method names and not ones that... | brain |
2007-02-07 | Ident fixes, | brain |
2007-01-17 | Mass comment removal. | brain |
2007-01-01 | Fix to allow for OnRehash to know what user initiated the rehash | brain |
2006-12-15 | Remove global namespacing, makes modules compile FASTAH. Also massive update ... | w00t |
2006-11-21 | fix for bug #175, change OnUserRegister to return int, and if greater than 0 ... | peavey |
2006-10-22 | Delete idents when disconnecting? | brain |
2006-10-19 | Insert massive change here. | brain |
2006-10-06 | Document more classes | brain |
2006-10-04 | Fix jamies fix (you cant strcpy to a char* pointer, without first allocating ... | brain |
2006-10-04 | *slaps* jamie for not using tabs to indent ;-p | brain |
2006-10-04 | Prepend ident with '~' if we get no response | jamie |
2006-10-01 | Now with binary versioning goodness | brain |
2006-09-10 | This should fix the timeout issues pippjin was experiencing | brain |
2006-08-28 | Note: connect() cant time out for inspsockets in this commit. They'll sit in ... | brain |
2006-08-18 | Fix timeouts | brain |
2006-08-18 | Fix ident timeouts to work properly when the connect succeeds but nothing com... | brain |
2006-08-18 | EventHandler class, an abstraction for raw i/o | brain |
2006-08-11 | Somehow, IMPORTANT changes got reverted. | brain |
2006-08-11 | Change to using Instance->Log (InspIRCd::Log) rather than log() macro | brain |
2006-08-11 | Now two types of log macro, log() and ilog(). log() assumes an InspIRCd objec... | brain |
2006-08-11 | ConfigReader and FileReader now take InspIRCd* to their constructors | 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 | Move IsNick, IsIdent into class InspIRCd, update modules that use it. | brain |
2006-08-10 | Removal of Server::Log -- not much ever used it anyway with the ability to us... | brain |
2006-08-09 | Move socket_ref and module_sockets vectors/arrays into InspIRCd*. These are p... | brain |
2006-08-08 | WHEEEEE!!!!! | brain |
2006-08-04 | Change to using userrec::ip as a sockaddr to store port, ip and address famil... | brain |
2006-08-01 | The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t... | brain |
2006-08-01 | Move to entirely using insp_sockaddr and insp_inaddr for socket stuff, first ... | brain |
2006-07-10 | More fixes | brain |
2006-06-07 | Fix for segfault if a user quits before their ident is complete, due to sessi... | brain |