Age | Commit message (Expand) | Author |
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 | Removed a pointless check in ./configure --clean that made it only work with ... | 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 | Fix for new m_helpop | brain |
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 | Add this: | brain |
2006-12-17 | Correctly send TS in JOIN so that services packages etc dont become desynched... | brain |
2006-12-17 | Add a message to the makefile, when starting the build: "this will take a lon... | brain |
2006-12-17 | Dont use FJOIN to join users to channels outside the burst (revert to earlier... | brain |
2006-12-17 | Use $^O rather than chomp(`uname`); - use perl's neat detection of the OS nam... | brain |
2006-12-17 | Make RemoveCommand private. | peavey |
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-17 | Finally document <insane> tag, we've had this since like 1.0 beta 6, but we n... | brain |
2006-12-16 | Add format="" value, at request of Emeric. | brain |
2006-12-16 | Config option added for prefixed channel NOTICEs and PRIVMSGs to turn on/off ... | peavey |
2006-12-16 | Add stuff so that the core catches CoreException properly | brain |
2006-12-16 | Allow linefeeds in this module in one value | brain |
2006-12-16 | Tidy up text formatting | brain |
2006-12-16 | Change m_helpop to use the new boolean flag in ReadConf for allowing newlines... | brain |
2006-12-16 | Add an optional parameter to ConfigReader::ReadValue which defines if we want... | brain |
2006-12-16 | Fix all the left out examples that dont get copied to the config dir on install | brain |
2006-12-16 | Add some comments to explain whats going off in one of the TreeSocket constru... | brain |