2009-09-02 |
danieldg | Change OnHookUserIO to OnHookIO, making it usable for... |
tree | commitdiff |
2009-09-02 |
danieldg | Add irc::sockets::satouser for user-readable IP/port... |
tree | commitdiff |
2009-09-02 |
danieldg | Route whois notices using ENCAP WHOISNOTICE to properly... |
tree | commitdiff |
2009-09-02 |
danieldg | Remove calls to strdup() in core, it is not better... |
tree | commitdiff |
2009-09-02 |
danieldg | Remove strnewdup(), it is a good source of possible... |
tree | commitdiff |
2009-09-02 |
danieldg | Add VF_OPTCOMMON for optionally common modules |
tree | commitdiff |
2009-09-02 |
danieldg | Valgrind cleanup: finish destructor creation |
tree | commitdiff |
2009-09-02 |
danieldg | Valgrind cleanup: deallocate RFC modes, clientlist... |
tree | commitdiff |
2009-09-02 |
danieldg | Valgrind cleanup: Add RemoveRFCCommands() to dlclose... |
tree | commitdiff |
2009-09-02 |
danieldg | Remove unneeded Extensible inheritance and remove ... |
tree | commitdiff |
2009-09-02 |
danieldg | MetaData rework |
tree | commitdiff |
2009-09-02 |
danieldg | Remove a few unneeded string copies in the PRIVMSG... |
tree | commitdiff |
2009-09-02 |
danieldg | Strong typing for stacked module results |
tree | commitdiff |
2009-09-02 |
danieldg | Add User::DoHostCycle |
tree | commitdiff |
2009-09-02 |
danieldg | Allow commands to optionally route themselves using... |
tree | commitdiff |
2009-09-02 |
danieldg | Include explicit routing information in Command, will... |
tree | commitdiff |
2009-09-02 |
danieldg | Remove unneeded ProtocolInterface::Introduce |
tree | commitdiff |
2009-09-02 |
danieldg | Remove unused I_ProtoSendMetaData, I_ProtoSendMode... |
tree | commitdiff |
2009-09-02 |
danieldg | Replace FOREACH_RESULT_MAP with a more readable and... |
tree | commitdiff |
2009-09-02 |
danieldg | Add "created" parameter to OnUserJoin, to avoid explici... |
tree | commitdiff |
2009-09-02 |
danieldg | Use CheckTimeStamp to merge modes on netburst |
tree | commitdiff |
2009-09-02 |
danieldg | Rework mode parser into slightly smaller chunks |
tree | commitdiff |
2009-09-02 |
danieldg | Replace std::deque with std::vector in spanningtree... |
tree | commitdiff |
2009-09-01 |
danieldg | Use a bool return type for boolean return |
tree | commitdiff |
2009-09-01 |
danieldg | Remove unneeded #ifdef IPV6 lines |
tree | commitdiff |
2009-09-01 |
danieldg | Remove unneeded paramaters from OnAcceptReady |
tree | commitdiff |
2009-09-01 |
danieldg | Remove now-unused insp_sockaddr and insp_inaddr types |
tree | commitdiff |
2009-09-01 |
danieldg | Remove more text<->binary IP conversions, making code... |
tree | commitdiff |
2009-09-01 |
danieldg | Rename User::GetPort to GetServerPort to clarify its... |
tree | commitdiff |
2009-09-01 |
danieldg | Change IP address storage in User to use more IPv4... |
tree | commitdiff |
2009-09-01 |
danieldg | Remove needless sockaddr[2] allocations, replace with... |
tree | commitdiff |
2009-08-26 |
w00t | Of course, in adding yet more header madness to this... |
tree | commitdiff |
2009-08-15 |
w00t | win: Last part of support required for VS2010: |
tree | commitdiff |
2009-08-13 |
brain | Merge patch from dKingston for missing TOPIC numeric... |
tree | commitdiff |
2009-08-12 |
danieldg | Fixes for config reader |
tree | commitdiff |
2009-08-11 |
danieldg | Fix module prioritization when a module asks to be... |
tree | commitdiff |
2009-08-10 |
danieldg | Fix thread join not working for subclasses of Thread... |
tree | commitdiff |
2009-08-06 |
w00t | First space stream seperator test. |
tree | commitdiff |
2009-08-06 |
w00t | Add commasepstream test case. |
tree | commitdiff |
2009-08-03 |
w00t | Purely a documentation fix: PRIO_AFTER doesn't exist... |
tree | commitdiff |
2009-08-01 |
w00t | Various rehash fixes that it seems were introduced... |
tree | commitdiff |
2009-07-01 |
danieldg | Fix error reporting on rehash |
tree | commitdiff |
2009-07-01 |
danieldg | Make rehash generate a new ServerInstance->Config object |
tree | commitdiff |
2009-07-01 |
danieldg | Move list of open ports out of Config object |
tree | commitdiff |
2009-06-30 |
w00t | Roll back mysterious DNS change from 2007 which broke... |
tree | commitdiff |
2009-06-16 |
danieldg | Fix incorrect attempted inline of irc::sockets::sa_size |
tree | commitdiff |
2009-06-16 |
danieldg | Fix sockaddr length argument, BSD will complain if... |
tree | commitdiff |
2009-05-25 |
danieldg | Remove the ServerConfig::DirValid check that breaks... |
tree | commitdiff |
2009-05-24 |
danieldg | OnRehash changes: split to multiple hooks to clarify... |
tree | commitdiff |
2009-05-13 |
danieldg | Make User::ServerInstance public so that FakeUser can... |
tree | commitdiff |
2009-05-13 |
danieldg | Hide server sources if HideWhoisServer is set, noticed... |
tree | commitdiff |
2009-05-13 |
danieldg | Use Utils->ServerUser instead of ServerInstance->FakeCl... |
tree | commitdiff |
2009-05-13 |
danieldg | Make the previous patches actually work |
tree | commitdiff |
2009-05-13 |
danieldg | Replace loopCall detection in OnUserKick with a check... |
tree | commitdiff |
2009-05-13 |
danieldg | Create subclass of User for FakeClient, to allow for... |
tree | commitdiff |
2009-05-06 |
w00t | Remove FindDescriptor wrapper for GetRef, it doesn... |
tree | commitdiff |
2009-05-04 |
danieldg | Canonicalize bind addresses when creating listen sockets |
tree | commitdiff |
2009-04-29 |
danieldg | Add IP address conversion utility functions, irc::socke... |
tree | commitdiff |
2009-04-29 |
danieldg | Overloading SetMode seems to cause the compiler to... |
tree | commitdiff |
2009-04-23 |
peavey | rollback r11326, we're going to make vc9 the officially... |
tree | commitdiff |
2009-04-23 |
brain | Heres the beef so far |
tree | commitdiff |
2009-04-20 |
danieldg | Actually use irc::modestacker correctly |
tree | commitdiff |
2009-04-20 |
danieldg | Use loopCall to protect OnUserKick rather than the... |
tree | commitdiff |
2009-04-18 |
danieldg | Add global-routing snomask functions |
tree | commitdiff |
2009-04-17 |
danieldg | Fix CullList to not use O(n^2) version of vector clear |
tree | commitdiff |
2009-04-17 |
danieldg | Fix memory leak on rehash: opertype used char* instead... |
tree | commitdiff |
2009-04-17 |
danieldg | Fix SetModeParam to use std::string and handle edge... |
tree | commitdiff |
2009-04-05 |
psychon | Remove the unused RESOLVER_NOTREADY define and fix... |
tree | commitdiff |
2009-04-04 |
dz | Reapply r11241: flush and close log filehandles properl... |
tree | commitdiff |
2009-04-01 |
danieldg | Correct bind address of ident requests on multihomed... |
tree | commitdiff |
2009-03-25 |
brain | start of fix for bug #805 |
tree | commitdiff |
2009-03-25 |
danieldg | Fix headers for GCC 4.4: sprintf requires #include... |
tree | commitdiff |
2009-03-23 |
danieldg | ConfigReaderThread updates: add done flag, remove main... |
tree | commitdiff |
2009-03-23 |
danieldg | ThreadEngine: Allow interthread signaling without needi... |
tree | commitdiff |
2009-03-23 |
danieldg | ThreadEngine: remove MutexFactory, mutexes should be... |
tree | commitdiff |
2009-03-23 |
danieldg | ThreadEngine: remove excessive mutex use on thread... |
tree | commitdiff |
2009-03-22 |
dz | Revert r11241 due to crashiness when rehashing from... |
tree | commitdiff |
2009-03-21 |
dz | Actually close file log FDs when we're done with them. |
tree | commitdiff |
2009-03-15 |
psychon | Update all wiki links to point to the new wiki. This... |
tree | commitdiff |
2009-03-14 |
danieldg | Extban rework: allow exceptions to override bans on... |
tree | commitdiff |
2009-03-10 |
danieldg | Fix snomask stacking to only delay (last message repeat... |
tree | commitdiff |
2009-03-09 |
w00t | Rewrite BufferedSocket::BindAddr to actually make sense... |
tree | commitdiff |
2009-03-07 |
danieldg | Include explicit parameter list in ProtocolInterface... |
tree | commitdiff |
2009-03-06 |
danieldg | Construct explicit parameter type list for MODE parameters |
tree | commitdiff |
2009-02-16 |
w00t | Remove redundant PriorityState, enum Priority does... |
tree | commitdiff |
2009-02-14 |
peavey | Add missing header #define assuring its only included... |
tree | commitdiff |
2009-02-14 |
peavey | Nuke trailing spaces |
tree | commitdiff |
2009-02-13 |
brain | Add security:genericoper as requested by Strawberry... |
tree | commitdiff |
2009-02-08 |
brain | Fix some stuff for nationalchars |
tree | commitdiff |
2009-02-06 |
brain | Patch for bug #704 by Darom, allows for 64 bit file... |
tree | commitdiff |
2009-01-27 |
psychon | Fix the poll socketengine to actually work. |
tree | commitdiff |
2009-01-24 |
peavey | fix typo |
tree | commitdiff |
2009-01-23 |
brain | Templateise this |
tree | commitdiff |
2009-01-23 |
brain | Fix m_nationalchars using a copy and paste of my unsafe... |
tree | commitdiff |
2009-01-23 |
w00t | Remove an unused event. |
tree | commitdiff |
2009-01-23 |
w00t | Fix bug 688, reported by Ankit: extended invexes don... |
tree | commitdiff |
2009-01-09 |
peavey | Remove channel::created as its unused and only serves... |
tree | commitdiff |
2009-01-02 |
w00t | Update copyrights for 2009. |
tree | commitdiff |
2008-12-28 |
w00t | Change a few bits to use std::list instead of std:... |
tree | commitdiff |
2008-12-21 |
dz | Minor documentation fix, spotted by Johannes13 |
tree | commitdiff |
next |