Age | Commit message (Expand) | Author |
2009-09-01 | Change IP address storage in User to use more IPv4/IPv6 common code | danieldg |
2009-09-01 | Remove needless sockaddr[2] allocations, replace with irc::sockets::sockaddrs... | danieldg |
2009-08-26 | Of course, in adding yet more header madness to this for VS2010, I forgot to ... | w00t |
2009-08-15 | win: Last part of support required for VS2010: | w00t |
2009-08-13 | Merge patch from dKingston for missing TOPIC numeric, also replace the litera... | brain |
2009-08-12 | Fixes for config reader | danieldg |
2009-08-11 | Fix module prioritization when a module asks to be after spanningtree, which ... | danieldg |
2009-08-10 | Fix thread join not working for subclasses of Thread because of C++ destructo... | danieldg |
2009-08-06 | First space stream seperator test. | w00t |
2009-08-06 | Add commasepstream test case. | w00t |
2009-08-03 | Purely a documentation fix: PRIO_AFTER doesn't exist any more, it's PRIORITY... | w00t |
2009-08-01 | Various rehash fixes that it seems were introduced by untested code. | w00t |
2009-07-01 | Fix error reporting on rehash | danieldg |
2009-07-01 | Make rehash generate a new ServerInstance->Config object | danieldg |
2009-07-01 | Move list of open ports out of Config object | danieldg |
2009-06-30 | Roll back mysterious DNS change from 2007 which broke multiple-answer | w00t |
2009-06-16 | Fix incorrect attempted inline of irc::sockets::sa_size | danieldg |
2009-06-16 | Fix sockaddr length argument, BSD will complain if it doesn't exactly match t... | danieldg |
2009-05-25 | Remove the ServerConfig::DirValid check that breaks symlinks | danieldg |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-05-13 | Make User::ServerInstance public so that FakeUser can access it. There is no ... | danieldg |
2009-05-13 | Hide server sources if HideWhoisServer is set, noticed by Brain | danieldg |
2009-05-13 | Use Utils->ServerUser instead of ServerInstance->FakeClient in m_spanningtree | danieldg |
2009-05-13 | Make the previous patches actually work | danieldg |
2009-05-13 | Replace loopCall detection in OnUserKick with a check for the m_spanningtree ... | danieldg |
2009-05-13 | Create subclass of User for FakeClient, to allow for use as command source | danieldg |
2009-05-06 | Remove FindDescriptor wrapper for GetRef, it doesn't do anything useful and i... | w00t |
2009-05-04 | Canonicalize bind addresses when creating listen sockets | danieldg |
2009-04-29 | Add IP address conversion utility functions, irc::sockets::aptosa and irc::so... | danieldg |
2009-04-29 | Overloading SetMode seems to cause the compiler to interpret "" as a bool and... | danieldg |
2009-04-23 | rollback r11326, we're going to make vc9 the officially supported windows bui... | peavey |
2009-04-23 | Heres the beef so far | brain |
2009-04-20 | Actually use irc::modestacker correctly | danieldg |
2009-04-20 | Use loopCall to protect OnUserKick rather than the triggerevents hack | danieldg |
2009-04-18 | Add global-routing snomask functions | danieldg |
2009-04-17 | Fix CullList to not use O(n^2) version of vector clear | danieldg |
2009-04-17 | Fix memory leak on rehash: opertype used char* instead of std::string | danieldg |
2009-04-17 | Fix SetModeParam to use std::string and handle edge cases. | danieldg |
2009-04-05 | Remove the unused RESOLVER_NOTREADY define and fix the spelling of RESLOVER_F... | psychon |
2009-04-04 | Reapply r11241: flush and close log filehandles properly when the log is closed. | dz |
2009-04-01 | Correct bind address of ident requests on multihomed IPv6-capable servers. | danieldg |
2009-03-25 | start of fix for bug #805 | brain |
2009-03-25 | Fix headers for GCC 4.4: sprintf requires #include <cstdio> | danieldg |
2009-03-23 | ConfigReaderThread updates: add done flag, remove main-thread-only mutex | danieldg |
2009-03-23 | ThreadEngine: Allow interthread signaling without needing as many hacks | danieldg |
2009-03-23 | ThreadEngine: remove MutexFactory, mutexes should be constructed using their ... | danieldg |
2009-03-23 | ThreadEngine: remove excessive mutex use on thread creation | danieldg |
2009-03-22 | Revert r11241 due to crashiness when rehashing from IRC. | dz |
2009-03-21 | Actually close file log FDs when we're done with them. | dz |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |