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
2013-04-12
m_spanningtree Remove encapsulation on UserCount/OperCount
attilamolnar
2013-04-12
m_spanningtree Introduce new function to send channel messages
attilamolnar
2013-04-12
m_spanningtree Change TreeServerList to be a set, get rid of a function dedic...
attilamolnar
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2013-04-11
Convert ISUPPORT to use a map instead of a string.
Peter Powell
2013-04-10
Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper()
attilamolnar
2013-02-01
Remove unused variables detected by Clang 4.2.
Peter Powell
2012-11-29
cmd_rehash, m_spanningtree Fix REHASH messages duplicating at each hop
attilamolnar
2012-10-12
Windows: In-depth cleanup (see details)
ChrisTX
2012-10-12
Remove superfluous std::string()s
attilamolnar
2012-10-03
m_spanningtree Fill a parameterlist in OnAddLine/OnDelLine
attilamolnar
2012-10-03
m_spanningtree Simplify OnMode and OnSetAway handlers
attilamolnar
2012-10-03
m_spanningtree Remove empty RedoConfig()
attilamolnar
2012-09-30
Fix more undefined behavior caused by referencing the returned buffer by std:...
attilamolnar
2012-06-11
m_spanningtree Notify opers upon ecountering a configuration error when rehas...
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2012-04-18
Forward port 1d703dcf7858a322c823bbd80f9507b627c5738c.
attilamolnar
2010-02-18
Fix double-erase of iterator if a server dies and times out at the same time
danieldg
2010-02-17
Fix routing of prefix-channel messages now that 2.0 sends to status and above...
danieldg
2010-02-15
Add <oper:autologin> to allow SSL fingerprint-based automatic oper login
danieldg
2010-02-13
Clean up treesocket naming confusion by adding a link block reference during ...
danieldg
2010-02-13
Fix double-invocation of Squit that can cause a crash on delink
danieldg
2010-02-11
Restart server_hash iteration after quitting dead and pinged out servers
danieldg
2010-02-07
More cleanup of quit servers
danieldg
2010-02-06
Send module load/unload notifications so that services can learn of new featu...
danieldg
2010-02-03
Delink servers using an SSL module that is being reloaded
danieldg
2010-01-18
Move lots of spanningtree items to commands
danieldg
2010-01-18
Remove excessive gettimeofday system calls
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2010-01-10
Remove spanningtree override of /LUSERS
danieldg
2010-01-02
Remove special-case handling of SVSNICK, SVSJOIN, SVSPART; enables intelligen...
danieldg
2009-11-16
Use ServiceProvider for inter-module dependencies
danieldg
2009-11-15
Add Inspircd::AddServices
danieldg
2009-11-12
Fix typo
danieldg
2009-11-12
Fix incorrect opaque object use in ProtoSendMetaData (this is a reason to avo...
danieldg
2009-11-06
Remove Extensible parent from EventHandler
danieldg
2009-10-25
Fixes found by removing User inheritance from StreamSocket
danieldg
2009-10-23
Make User::uuid and User::server const
danieldg
2009-10-21
Kill ListenSocketBase, use OnAcceptConnection for all new connections
danieldg
2009-10-21
Change module API to use LocalUser* where correct
danieldg
2009-10-21
some WriteGlobalSno changes
danieldg
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
[next]