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
2008-01-17
Fix.. snomask O is already taken (ffs) so use A instead
w00t
2008-01-17
Remove InspIRCd::WriteOpers in favour of snomask O
w00t
2008-01-17
Move a number of methods from class InspIRCd to class UserManager
w00t
2008-01-10
Header update: 2007 -> 2008
w00t
2008-01-08
Forward port r8664: bind server sockets on /rehash
w00t
2008-01-07
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8657 e03df62e-2...
w00t
2008-01-07
Second half of usercount fix..
w00t
2008-01-07
Fix up some usercounts stuff.. to be tested.
w00t
2007-11-16
Minor change: Add + to FMODE on creation of a new channel. This makes all FMO...
w00t
2007-11-09
Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg...
brain
2007-11-04
Remove Implements() method from every module. booya.
brain
2007-11-04
Convert all to new Attach() system. The Implements() method needs removing fr...
brain
2007-11-04
More craq
brain
2007-11-02
Dont propogate K-lines
brain
2007-11-02
Implement DELLINE, allow both DELLINE and ADDLINE to take a server OR client ...
brain
2007-11-02
Hopefully fix the bursting of xlines to work again (even with unknown types) ...
brain
2007-10-31
Make it all compile.
brain
2007-10-22
Remove a wrapper, it's easy to read as is :p
w00t
2007-10-17
Remove debug
brain
2007-10-17
UID translator broken with space or comma seperated lists (thanks danieldg)
brain
2007-10-15
InspSocket -> BufferedSocket. Paves the way for a SimpleSocket class which id...
w00t
2007-10-15
In the grand tradition of huge fucking commits:
w00t
2007-10-14
Split up spanningtree some more, the filenames should be more intuitive so th...
brain
2007-09-30
Minor change, param for local PING wasnt an SID and should be
brain
2007-09-04
* Fixed connection messages in ModuleSpanningTree::HandleConnect (reported by...
burlex
2007-09-02
Fixed an issue that could cause empty parameters in module commands to not be...
special
2007-08-31
Fixed a bug introduced in r7827 (does not affect 1.1.12) that would cause an ...
special
2007-08-29
We really should SEND it too, if we're looking for it... :p
brain
2007-08-28
Move everything module-related out of InspIRCd and into ModuleManager, there ...
om
2007-08-28
If the user's nick is just a case change, the TS is NOT updated (thanks jilles)
brain
2007-08-28
Note: NICK now takes two params, a nickname and a timestamp of the change.
brain
2007-08-28
Fixes 1
brain
2007-08-28
Convert yet more to ServerConfig::GetSID() - this is the last of the obvious ...
brain
2007-08-28
First round of servername->sid stuffs
brain
2007-08-28
Remove unneeded headers from spanningtree. This was done to the rest of the s...
w00t
2007-08-27
Debug to try figure this out ..
w00t
2007-08-27
Translation of mode parameters to uids where neccessary
brain
2007-08-27
Auto translation nick->uuid for command params should now work in all modules...
brain
2007-08-27
More translation stuff
brain
2007-08-27
Fix obligotary typos
brain
2007-08-27
Translate some stuff to uid.
brain
2007-08-27
Make FJOIN send UUID
w00t
2007-08-27
Convert a metric assload of stuff to use UID
w00t
2007-08-27
Send UID (not nick) on client connection
w00t
2007-08-27
Send UID prefix on module commands across links.
w00t
2007-08-26
Document ModuleSpanningTree::RemoteMessage. Maybe useful for other stuff.
brain
2007-08-26
Routing failure messages back where they came from on /rconnect
brain
2007-08-21
Fix for delete-when-we-shouldnt bug similar to what stskeeps found yesterday
brain
2007-08-15
* include/caller.h will now compile correctly on Windows platforms.
burlex
2007-08-13
Fix new millisec /map to compile on windows, by ifndef gettimeofday out rever...
peavey
[next]