Age | Commit message (Expand) | Author |
2006-12-23 | Close logfile on rehash and reopen (it was only doing this on sighup for some... | brain |
2006-12-23 | Dont sleep if there is a diedelay of 0 | brain |
2006-12-23 | Fix exit in wrong place, and add new exitcodes.h | brain |
2006-12-23 | Fix bug in m_dnsbl, a condition is always matched because someone was using u... | brain |
2006-12-23 | Program termination (including SIGTERM) now calls InspIRCd::Cleanup() which d... | brain |
2006-12-23 | Fix issue where the last module to be loaded wasnt unloaded by restart | brain |
2006-12-23 | Cut down on debug on restart | brain |
2006-12-23 | Use GetModuleCount() rather than the member var | brain |
2006-12-23 | Fix glitch when restarting on 2nd pass of module unload | brain |
2006-12-23 | Add more comments. | brain |
2006-12-23 | Close client sockets too (do these last) | brain |
2006-12-23 | Unload as many modules as we can on restart, and close listeners | brain |
2006-12-23 | Refactored /RESTART (and added InspIRCd::Restart(reason)) | brain |
2006-12-22 | change userrec int timeout to time_t since it's a timestamp made of TIME + us... | peavey |
2006-12-22 | Uninitialized values: fun for ALL the family this xmas time. | brain |
2006-12-22 | Line 1582 configreader.cpp | brain |
2006-12-22 | Remove useless debug | brain |
2006-12-22 | Refactor connect allow/deny lines | brain |
2006-12-22 | Reduce logging caused by mode changes | brain |
2006-12-22 | Fix for alias var names within aliases | brain |
2006-12-22 | Fixed to compile properly with -O; keep in mind that this is not supported, u... | special |
2006-12-21 | Fix for bug #180, logging is not threadsafe, mutex it (ew, luckily we dont lo... | brain |
2006-12-21 | And back onto the SVN track... | brain |
2006-12-21 | Beta 6, patchlevel 1 (lets try this again.) | brain |
2006-12-21 | Proper fix for CS server crash, forgot to delete chanrec* from users chanlist... | peavey |
2006-12-21 | Crude hotfix to what's been crashing chatspike | peavey |
2006-12-21 | This should fix the issue with unsetting +J | special |
2006-12-19 | When we handle a READ event on a user, return immediately. | brain |
2006-12-19 | Fix server prefix on JOIN. | w00t |
2006-12-18 | Avoid no such nick on non oper attempting to view modes of a user. | w00t |
2006-12-18 | std::string something = ""; | brain |
2006-12-18 | Whack a warning (unused var) | brain |
2006-12-18 | Then, realize you got your subtraction back to front. | brain |
2006-12-18 | Really clever VOODOO. | brain |
2006-12-18 | Refactor dns.cpp to use an array of request types rather than map, for O(1) l... | brain |
2006-12-18 | Fix bug in m_dnsbl: Only the first <dnsbl> tag would be processed. | w00t |
2006-12-17 | Advance the version number to beta7+SVN | brain |
2006-12-17 | Branch for beta 6 Juletre | brain |
2006-12-17 | Fix this (at last) to only log commands which are operonly | brain |
2006-12-17 | Correctly send TS in JOIN so that services packages etc dont become desynched... | brain |
2006-12-17 | Dont use FJOIN to join users to channels outside the burst (revert to earlier... | brain |
2006-12-17 | Invented safe delete-while-itering for hash_map. | peavey |
2006-12-17 | When receiving an FJOIN, if we have no local users, dont send deops, this jus... | brain |
2006-12-17 | Handle removal of permenant svsholds | brain |
2006-12-17 | Fix potential crash, not enough parameters for va_arg when adding perm SVSHOLD | brain |
2006-12-17 | Fix a little = turned into a == | peavey |
2006-12-17 | Use safe iter for deleting while iterating | peavey |
2006-12-17 | someone test this please | brain |
2006-12-17 | If the caller said no linefeeds, dont bail, instead just turn the linefeeds i... | brain |
2006-12-16 | Add format="" value, at request of Emeric. | brain |