index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2009-09-02
Add User::DoHostCycle
danieldg
2009-09-02
Update NICKLOCK to route using unicast
danieldg
2009-09-02
Allow commands to optionally route themselves using ENCAP
danieldg
2009-09-02
Include explicit routing information in Command, will replace CMD_LOCALONLY r...
danieldg
2009-09-02
Remove unneeded ProtocolInterface::Introduce
danieldg
2009-09-02
Remove unused I_ProtoSendMetaData, I_ProtoSendMode fields of Implementation
danieldg
2009-09-02
Replace FOREACH_RESULT_MAP with a more readable and flexible do_each_hook/whi...
danieldg
2009-09-02
Add "created" parameter to OnUserJoin, to avoid explicit checks for +P
danieldg
2009-09-02
Use CheckTimeStamp to merge modes on netburst
danieldg
2009-09-02
Cast rework: use C++ style static_cast<> instead of C-style casts
danieldg
2009-09-02
Rework mode parser into slightly smaller chunks
danieldg
2009-09-02
Replace std::deque with std::vector in spanningtree and related modules
danieldg
2009-09-02
Change allocation of commands/modes
danieldg
2009-09-02
Clean up challenge generation to not include character 0x7F, and fix some oth...
danieldg
2009-09-02
Verify modules providing routed commands are VF_COMMON
danieldg
2009-09-02
Read multiple GnuTLS records in one RawSocketRead operation
danieldg
2009-09-02
Put back missing semicolon
brain
2009-09-01
Move file inclusion logic into calcdep, and complain about ambiguous #include...
danieldg
2009-09-01
Clarify FreeBSD 4 message a bit more
danieldg
2009-09-01
Use a bool return type for boolean return
danieldg
2009-09-01
Make the FreeBSD 4 message useful
danieldg
2009-09-01
Use sa_size() rather than sizeof() when passing input parameters to a syscall
danieldg
2009-09-01
Remove unneeded #ifdef IPV6 lines
danieldg
2009-09-01
Remove unneeded paramaters from OnAcceptReady
danieldg
2009-09-01
Move IP<->sockaddr conversions into irc::sockets:: namespace
danieldg
2009-09-01
Remove now-unused insp_sockaddr and insp_inaddr types
danieldg
2009-09-01
Remove more text<->binary IP conversions, making code more IPv4/IPv6 independent
danieldg
2009-09-01
Rename User::GetPort to GetServerPort to clarify its purpose
danieldg
2009-09-01
Return server port in GetPort rather than the arbitrary client port
danieldg
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-09-01
Enable IPv6 support by default
danieldg
2009-09-01
Strip SUPPORT_IP6LINKS #define
danieldg
2009-09-01
Use CXXFLAGS rather than nonstandard NICEFLAGS/FLAGS/etc
danieldg
2009-09-01
Consolidate root-level Makefile targets to clarify common specifications
danieldg
2009-09-01
Move bsd-dep.mk/gnu-dep.mk to top-level Makefile
danieldg
2009-09-01
Add "make single" target and fix slow depfile generation on "make module"
danieldg
2009-09-01
Replace special treatment of spanningtree module directory with a generic dir...
danieldg
2009-09-01
Run a dependency check on modules so missing dependencies are detected during...
danieldg
2009-09-01
Fix MAKEPROG configure warning
danieldg
2009-09-01
Move compiler flag selection from configure to Makefile; add support for Inte...
danieldg
2009-09-01
Clean up unneeded messages, fix BSD make
danieldg
2009-09-01
Fix "make module" to include dependency generation
danieldg
2009-09-01
Move VERSION/REVISION to their own header to avoid needless rebuilds on update
danieldg
2009-09-01
./configure fixes: -modupdate is no longer needed, -update no longer forces a...
danieldg
2009-09-01
Re-implement dependency generation in perl to increase speed
danieldg
2009-09-01
Fix install of module .so files
danieldg
2009-09-01
Fix build of m_spanningtree and display of dependency regeneration
danieldg
2009-09-01
Move dependency tracking from ./configure to Makefile
danieldg
2009-09-01
Add m_delaymsg - channel mode +d <time> prevents users from speaking for <tim...
danieldg
[prev]
[next]