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
path:
root
/
src
/
modules
/
m_spanningtree
/
main.cpp
Age
Commit message (
Expand
)
Author
2009-10-17
Make classbase and refcountbase uncopyable; expand comments on their indended...
danieldg
2009-10-14
Fix module unmapping with culled Module objects
danieldg
2009-10-11
Move 2 static extensibles from user class to inspircd class for global access...
peavey
2009-10-09
Move autoconnect next-server to TreeSocket::cull, and drop autoconnect refere...
danieldg
2009-10-08
Update Event and Request APIs
danieldg
2009-10-03
Get rid of a bunch of memory-wasting C-style strings
danieldg
2009-10-02
Fix valgrind issues and crashes on exit
danieldg
2009-10-01
Fix timeoutlist calling ConnectServer when not needed
danieldg
2009-10-01
Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing
danieldg
2009-09-30
Allow multiple autoconnects in a single <autoconnect> tag, fix infinite failover
danieldg
2009-09-30
Add explicit reference-counting base class
danieldg
2009-09-30
Move destruction logic for User and Spanningtree into cull()
danieldg
2009-09-26
Change IS_FAKE and CheckTimeStamp to IS_SERVER and ResolveModeConflict to cla...
danieldg
2009-09-26
Clean up svn:keywords
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-21
Create StreamSocket for IO hooking implementation
danieldg
2009-09-17
Add <autoconnect> blocks [jackmcbarn]
danieldg
2009-09-13
Clean up Command constructor
danieldg
2009-09-13
Add SerializeFormat for easier metadata formatting
danieldg
2009-09-13
Remove redundant ServerInstance* fields
danieldg
2009-09-13
Module API changes to use Membership* where sensible
danieldg
2009-09-13
Change Extensible to use strongly typed entries
danieldg
2009-09-05
Change OnPostLocalTopicChange to be OnPostTopicChange, invoked for both remot...
w00t
2009-09-03
Change cmd_*.so to use the Module object API
danieldg
2009-09-02
Add away timestamp to the AWAY message sent server-server
danieldg
2009-09-02
Send out save SAVE on forced-UUID nick change of a remote user
danieldg
2009-09-02
Add OnChangeIdent and FIDENT support
danieldg
2009-09-02
Remove now-unused quitmsg/operquitmsg fields from User
danieldg
2009-09-02
ModResult conversion: Change return type of all module functions
danieldg
2009-09-02
Remove calls to strdup() in core, it is not better than std::string
danieldg
2009-09-02
MetaData rework
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
Add "created" parameter to OnUserJoin, to avoid explicit checks for +P
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-01
Remove unneeded #ifdef IPV6 lines
danieldg
2009-09-01
Fix build of m_spanningtree and display of dependency regeneration
danieldg
2009-05-24
OnRehash changes: split to multiple hooks to clarify use and prevent explosio...
danieldg
2009-05-13
Replace loopCall detection in OnUserKick with a check for the m_spanningtree ...
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
Use loopCall to protect OnUserKick rather than the triggerevents hack
danieldg
2009-04-19
Initialize loopCall on construction
danieldg
2009-04-19
Add loopCall to prevent double-broadcasting new X:lines
danieldg
2009-04-01
Fix ping server-skip logic from bug 792 fix
danieldg
2009-03-18
Fix for bug #784 reported by HiroP, add check to the FHOST code to not send o...
brain
2009-03-18
Fix for bug #792 reported by recyclebin, do not attempt to ping local servers...
brain
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-03-07
Include explicit parameter list in ProtocolInterface::SendMode
danieldg
[next]