Age | Commit message (Expand) | Author |
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 |
2009-03-14 | Extban rework: allow exceptions to override bans on join | danieldg |
2009-03-10 | Fix snomask stacking to only delay (last message repeated) part of the snomask | danieldg |
2009-03-09 | Rewrite BufferedSocket::BindAddr to actually make sense, and not infinite loo... | w00t |
2009-03-07 | Include explicit parameter list in ProtocolInterface::SendMode | danieldg |
2009-03-06 | Construct explicit parameter type list for MODE parameters | danieldg |
2009-02-16 | Remove redundant PriorityState, enum Priority does the exact same thing. | w00t |
2009-02-14 | Add missing header #define assuring its only included once where needed | peavey |
2009-02-14 | Nuke trailing spaces | peavey |
2009-02-13 | Add security:genericoper as requested by Strawberry and TwinShadow. | brain |
2009-02-08 | Fix some stuff for nationalchars | brain |
2009-02-06 | Patch for bug #704 by Darom, allows for 64 bit file offsets, so that signal 2... | brain |
2009-01-27 | Fix the poll socketengine to actually work. | psychon |
2009-01-24 | fix typo | peavey |
2009-01-23 | Templateise this | brain |
2009-01-23 | Fix m_nationalchars using a copy and paste of my unsafe copy and paste algori... | brain |
2009-01-23 | Remove an unused event. | w00t |
2009-01-23 | Fix bug 688, reported by Ankit: extended invexes don't work correctly at all.... | w00t |
2009-01-09 | Remove channel::created as its unused and only serves to confuse (see last co... | peavey |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-28 | Change a few bits to use std::list instead of std::vector. | w00t |
2008-12-21 | Minor documentation fix, spotted by Johannes13 | dz |
2008-12-15 | Remove numbers from these. They shouldn't be used anyway, enums are designed ... | w00t |
2008-12-15 | Fix naming convention to be consistant. (cmd_ -> Command) | w00t |
2008-12-07 | national_case_sensitive_map -> national_case_insensitive_map. | w00t |
2008-12-07 | Move stuff to use ASCII map where required. | w00t |
2008-12-07 | national_case_sensitive_map must be static, thanks to the match stuff being s... | w00t |
2008-12-07 | Add InspIRCd::national_case_sensitive_map pointer, defaults to rfc_case_insen... | w00t |
2008-12-07 | Add ascii_case_insensitive_map, thanks MacGyver. | w00t |