]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_conn_join.cpp
Add ProtocolInterface::Introduce() to prevent confusion over event ordering, and...
[user/henk/code/inspircd.git] / src / modules / m_conn_join.cpp
2008-06-01 brainAdd ProtocolInterface::Introduce() to prevent confusion...
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-03-24 brainAnd more of them
2008-02-22 w00tNuke TIMESYNC from orbit \o/
2008-02-03 w00tClear up header insanity
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-09 brainRoadmap item "Fix jointhrottle to not try 'throttle...
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainHonking huge commit. Removal of DELETE() template that...
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-11-04 brainAnother too
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-08-27 w00tRemove unnecessary header traffic
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-03 pippijnRemoved superfluous semicolons
2007-06-17 w00tMore factory conversion
2007-06-15 peaveyPrioritize this to LAST to allow host changers and...
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-11 w00tMake the same (r6972) fix here.
2007-05-08 brainMake SAJOIN/SAPART more spanningtree friendly, they...
2007-03-18 brainset the TS of a channel in JoinUser, not after the...
2007-03-06 brainFix on-rehash reloading of the lists... and why were...
2007-03-06 brainFix for bug #237
2007-02-12 brainOnly apply force join to local clients
2007-02-11 brainAdd m_conn_join, allows force join of a user to one...