Age | Commit message (Expand) | Author |
2007-10-25 | Make install list list automatically generated from build targets and provide... | brain |
2007-10-25 | Brain, look at this pls :p | w00t |
2007-10-24 | Remove variadic macros from sqlv2 api, removing the warnings that come with i... | brain |
2007-10-24 | Last of the -pedantic fixes. Seems we were all good with -pedantic from the s... | brain |
2007-10-24 | Pedantic clean | brain |
2007-10-24 | /usr/local/include/openssl/pqueue.h:73: error: ISO C++ does not support `long... | brain |
2007-10-24 | Theres no need to check the address of a stack declared array for NULL, thank... | brain |
2007-10-23 | Move some stuff from using userrec cached stuff to using stuff in the connect... | w00t |
2007-10-23 | Add $NoPedantic build macro, for m_mysql because mysql AB dont know how to co... | brain |
2007-10-23 | All of insp now builds with -pedantic (theres some warnings to squash in modu... | brain |
2007-10-23 | More | brain |
2007-10-23 | More AddModes fixes | brain |
2007-10-23 | Some AddMode fixes | brain |
2007-10-23 | Pedantic safe | brain |
2007-10-22 | Remove a wrapper, it's easy to read as is :p | w00t |
2007-10-21 | Oops, checked wrong var :p | brain |
2007-10-21 | This works, not sure why. Someone find out why we cant use && !isock->HasResu... | brain |
2007-10-21 | Another big commit, just to please all my fans out there.. cmd_* -> Command*.... | w00t |
2007-10-21 | 3 second penalty to CYCLE. | w00t |
2007-10-21 | Minor tweak to avoid a storm of redundant read events. This isnt the fix, i d... | brain |
2007-10-21 | Remove debug | brain |
2007-10-21 | Fixed ssl clients on trunk. The problem peavey was having was that before Rea... | brain |
2007-10-21 | This now sets User::ExemptFromPenalty too | brain |
2007-10-21 | Don't penalize any of the SA commands | brain |
2007-10-21 | Remove next_call garbage.. It didn't really do much more than obfuscate thing... | w00t |
2007-10-19 | Fix small memory leak (this cant theoretically happen anyway unless you remov... | brain |
2007-10-18 | Tons of comments! | brain |
2007-10-18 | Fix here too | brain |
2007-10-18 | Yay fixed | brain |
2007-10-18 | Socket engine tweaks to fix a glitch, and improvements to new m_ident | brain |
2007-10-18 | Set IdentRequestSocket::done on failure to getsockname() in OnConnected | brain |
2007-10-18 | This new ident module now seems to work rudimentarily. | brain |
2007-10-18 | No gaurantees this works AT ALL. do not use yet!!! | brain |
2007-10-17 | Remove debug | brain |
2007-10-17 | UID translator broken with space or comma seperated lists (thanks danieldg) | brain |
2007-10-15 | InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id... | w00t |
2007-10-15 | InspTimer -> Timer | 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-10-14 | Fix indentation | brain |
2007-10-14 | Split up spanningtree some more, the filenames should be more intuitive so th... | brain |
2007-10-14 | Change the way origins are shown in snonotice, for djGrrr :p | brain |
2007-10-13 | Fixes for potential 4 byte memory leak, and crash | brain |
2007-10-13 | And some more tweaks to make sure it frees memory :P | brain |
2007-10-13 | More fixes to the ident stuff to make sure that one socket doesnt go before t... | brain |
2007-10-13 | Tweaks | brain |
2007-10-13 | Fix uninitialized var that may stop the ping warning from appearing, thanks d... | brain |
2007-10-13 | IMPORTANT checks in here that special took out thinking they were no longer r... | brain |
2007-10-13 | This fixes a deletion error here, we were using new[] and not using delete[],... | brain |
2007-10-13 | Add sanity checks to the ssl modules so that theres no possibility of an out ... | brain |