2009-09-02 |
danieldg | Strong typing for stacked module results |
commit | commitdiff | tree | snapshot |
2009-09-02 |
danieldg | Add User::DoHostCycle |
commit | commitdiff | tree | snapshot |
2009-09-02 |
danieldg | Update NICKLOCK to route using unicast |
commit | commitdiff | tree | snapshot |
2009-09-02 |
danieldg | Allow commands to optionally route themselves using... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
danieldg | Include explicit routing information in Command, will... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
danieldg | Remove unneeded ProtocolInterface::Introduce |
commit | commitdiff | tree | snapshot |
2009-09-02 |
danieldg | Remove unused I_ProtoSendMetaData, I_ProtoSendMode... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
danieldg | Replace FOREACH_RESULT_MAP with a more readable and... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
danieldg | Add "created" parameter to OnUserJoin, to avoid explici... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
danieldg | Use CheckTimeStamp to merge modes on netburst |
commit | commitdiff | tree | snapshot |
2009-09-02 |
danieldg | Cast rework: use C++ style static_cast<> instead of... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
danieldg | Rework mode parser into slightly smaller chunks |
commit | commitdiff | tree | snapshot |
2009-09-02 |
danieldg | Replace std::deque with std::vector in spanningtree... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
danieldg | Change allocation of commands/modes |
commit | commitdiff | tree | snapshot |
2009-09-02 |
danieldg | Clean up challenge generation to not include character... |
commit | commitdiff | tree | snapshot |
2009-09-02 |
danieldg | Verify modules providing routed commands are VF_COMMON |
commit | commitdiff | tree | snapshot |
2009-09-02 |
danieldg | Read multiple GnuTLS records in one RawSocketRead operation |
commit | commitdiff | tree | snapshot |
2009-09-02 |
brain | Put back missing semicolon |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Move file inclusion logic into calcdep, and complain... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Clarify FreeBSD 4 message a bit more |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Use a bool return type for boolean return |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Make the FreeBSD 4 message useful |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Use sa_size() rather than sizeof() when passing input... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Remove unneeded #ifdef IPV6 lines |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Remove unneeded paramaters from OnAcceptReady |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Move IP<->sockaddr conversions into irc::sockets::... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Remove now-unused insp_sockaddr and insp_inaddr types |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Remove more text<->binary IP conversions, making code... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Rename User::GetPort to GetServerPort to clarify its... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Return server port in GetPort rather than the arbitrary... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Change IP address storage in User to use more IPv4... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Remove needless sockaddr[2] allocations, replace with... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Enable IPv6 support by default |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Strip SUPPORT_IP6LINKS #define |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Use CXXFLAGS rather than nonstandard NICEFLAGS/FLAGS/etc |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Consolidate root-level Makefile targets to clarify... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Move bsd-dep.mk/gnu-dep.mk to top-level Makefile |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Add "make single" target and fix slow depfile generatio... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Replace special treatment of spanningtree module direct... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Run a dependency check on modules so missing dependenci... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Fix MAKEPROG configure warning |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Move compiler flag selection from configure to Makefile... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Clean up unneeded messages, fix BSD make |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Fix "make module" to include dependency generation |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Move VERSION/REVISION to their own header to avoid... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | ./configure fixes: -modupdate is no longer needed,... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Re-implement dependency generation in perl to increase... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Fix install of module .so files |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Fix build of m_spanningtree and display of dependency... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Move dependency tracking from ./configure to Makefile |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Add m_delaymsg - channel mode +d <time> prevents users... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
danieldg | Show metadata keys and values in /CHECK output |
commit | commitdiff | tree | snapshot |
2009-09-01 |
w00t | Bump version on the right branch this time. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
peavey | Exclude modules from build on release mode too. |
commit | commitdiff | tree | snapshot |
2009-08-29 |
w00t | Bump out of RC |
commit | commitdiff | tree | snapshot |
2009-08-28 |
w00t | Stop a potential null pointer dereference introduced... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
psychon | Fix a really minor spelling error in make/configure.pm |
commit | commitdiff | tree | snapshot |
2009-08-28 |
w00t | Updated helpop files from Namegduf. Also thanks to... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
w00t | Patch from Namegduf to use OnUserMessage instead of... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
w00t | Don't subtract one from MAXCHANNELS, it's a number... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
w00t | override: pass handling back to the core to send numeri... |
commit | commitdiff | tree | snapshot |
2009-08-26 |
w00t | Of course, in adding yet more header madness to this... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
special | Small example config changes; patch by jdhore |
commit | commitdiff | tree | snapshot |
2009-08-21 |
danieldg | Config patch from jdhore: identify modules in example... |
commit | commitdiff | tree | snapshot |
2009-08-21 |
danieldg | Add contents of LDFLAGS in addition to CXXFLAGS |
commit | commitdiff | tree | snapshot |
2009-08-20 |
w00t | Allow relative and absolute paths to work (without... |
commit | commitdiff | tree | snapshot |
2009-08-20 |
danieldg | Fix access-after-free on rehash |
commit | commitdiff | tree | snapshot |
2009-08-19 |
w00t | Fix a regression from fcb51634669e6ed588e42f2072c6f910e... |
commit | commitdiff | tree | snapshot |
2009-08-17 |
danieldg | Update .gitignore to ignore .modulemanager (and cleanup) |
commit | commitdiff | tree | snapshot |
2009-08-17 |
danieldg | Allow forward linking compatability by accepting higher... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
w00t | cgiirc: Pass hosts to WEBIRC command on rehash. No... |
commit | commitdiff | tree | snapshot |
2009-08-15 |
w00t | Partial revert of 1fb8a3f1b120db764375911be9ad8019a807a... |
commit | commitdiff | tree | snapshot |
2009-08-15 |
w00t | vs2010 projects too. |
commit | commitdiff | tree | snapshot |
2009-08-15 |
w00t | win: Add vs2010 SLN. |
commit | commitdiff | tree | snapshot |
2009-08-15 |
w00t | win: Last part of support required for VS2010: |
commit | commitdiff | tree | snapshot |
2009-08-15 |
w00t | Bump version to rc5. |
commit | commitdiff | tree | snapshot |
2009-08-15 |
w00t | win: vs2010 requires this to link in process memory... |
commit | commitdiff | tree | snapshot |
2009-08-15 |
w00t | win: don't define error constants on VS2009, they're... |
commit | commitdiff | tree | snapshot |
2009-08-14 |
special | Fix a compile error for IPv6 windows builds, discovered... |
commit | commitdiff | tree | snapshot |
2009-08-14 |
w00t | Make ident handling consistant: use ChangeIdent for... |
commit | commitdiff | tree | snapshot |
2009-08-14 |
w00t | Print line on empty prefix errors to track down a bug |
commit | commitdiff | tree | snapshot |
2009-08-14 |
w00t | Set log to null on close and check for null loghandle... |
commit | commitdiff | tree | snapshot |
2009-08-14 |
w00t | Run modulemanager upgrade to check for updates to third... |
commit | commitdiff | tree | snapshot |
2009-08-14 |
psychon | (Hopefully) fix a issue with m_ident's result not being... |
commit | commitdiff | tree | snapshot |
2009-08-14 |
w00t | Regenerate modules makefile if installing or uninstalli... |
commit | commitdiff | tree | snapshot |
2009-08-14 |
w00t | Remove some very verbose debug that isn't really needed... |
commit | commitdiff | tree | snapshot |
2009-08-14 |
w00t | Apply fake lag on garbage input to discourage crap |
commit | commitdiff | tree | snapshot |
2009-08-13 |
brain | Merge patch from dKingston for missing TOPIC numeric... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
brain | Point out that the dns server must be an ip, not a... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
danieldg | Fix printf format warning |
commit | commitdiff | tree | snapshot |
2009-08-12 |
w00t | Comment out <dns:server> by default, and explain why. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
danieldg | Change to using read/write not send/recv on the ThreadS... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
danieldg | Make rehash work more than once per run, and fix some... |
commit | commitdiff | tree | snapshot |
2009-08-12 |
danieldg | Fixes for config reader |
commit | commitdiff | tree | snapshot |
2009-08-11 |
w00t | Extra bracket on regex go away |
commit | commitdiff | tree | snapshot |
2009-08-11 |
danieldg | Fix module prioritization when a module asks to be... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
danieldg | Fix double-free in ~SocketThread |
commit | commitdiff | tree | snapshot |
2009-08-10 |
danieldg | Fix thread join not working for subclasses of Thread... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
brain | Report the correct sizes as set in the config |
commit | commitdiff | tree | snapshot |
2009-08-06 |
w00t | First space stream seperator test. |
commit | commitdiff | tree | snapshot |
next |