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
Make VF_OPTCOMMON module mismatches a fatal link error by default
danieldg
2009-09-02
Add VF_OPTCOMMON for optionally common modules
danieldg
2009-09-02
Misc removal of pointless Extend strings
danieldg
2009-09-02
ThreadWindows: Remove ThreadSignalListener and connect the socket right away
danieldg
2009-09-02
Valgrind cleanup: fix segfault on exit
danieldg
2009-09-02
Valgrind cleanup: finish destructor creation
danieldg
2009-09-02
Valgrind cleanup: deallocate RFC modes, clientlist, and uuidlist
danieldg
2009-09-02
Valgrind cleanup: Add RemoveRFCCommands() to dlclose() and delete the core co...
danieldg
2009-09-02
Fix valgrind uninitialised memory error
danieldg
2009-09-02
Remove unneeded Extensible inheritance and remove "age" field from classbase
danieldg
2009-09-02
Remove misleading byte counts from stats z
danieldg
2009-09-02
Include untranslated user/channel metadata in CHECK output
danieldg
2009-09-02
Remove useless vector copy
danieldg
2009-09-02
MetaData rework
danieldg
2009-09-02
Remove a few unneeded string copies in the PRIVMSG path
danieldg
2009-09-02
Strong typing for stacked module results
danieldg
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
[next]