Age | Commit message (Expand) | Author |
2007-01-01 | Fix to allow for OnRehash to know what user initiated the rehash | brain |
2007-01-01 | Whoops, forgot to put something back that i took out during testing! | brain |
2007-01-01 | Again, dont use this yet | brain |
2007-01-01 | Do not use these tweaks yet | brain |
2007-01-01 | Fix odd desync in FJOIN (this was some hax we put in, and forgot to take out) | brain |
2006-12-29 | Should fix bug #183 (rconnect issues), thanks Bricker | special |
2006-12-23 | Hash rehashing change | brain |
2006-12-19 | Fix server prefix on JOIN. | w00t |
2006-12-17 | Correctly send TS in JOIN so that services packages etc dont become desynched... | brain |
2006-12-17 | Dont use FJOIN to join users to channels outside the burst (revert to earlier... | brain |
2006-12-17 | When receiving an FJOIN, if we have no local users, dont send deops, this jus... | brain |
2006-12-16 | Add some comments to explain whats going off in one of the TreeSocket constru... | brain |
2006-12-16 | Not sending capab when theres no transport module attached to a server socket | brain |
2006-12-16 | Make SNO notice for +o global | peavey |
2006-12-15 | Remove global namespacing, makes modules compile FASTAH. Also massive update ... | w00t |
2006-12-13 | Improve the way 005 ISUPPORT is sent to users when they connect, cache it in ... | brain |
2006-12-12 | New clone counting mechanism (this isnt tested yet) | brain |
2006-12-11 | Debug stuff, and some minor fixes | brain |
2006-12-10 | Add InspIRCd::UseInterface and InspIRCd::DoneWithInterface, and also InspIRCd... | brain |
2006-12-10 | Rename ssl.h -> transport.h, as its now used for ziplinks | brain |
2006-12-09 | Don't allow the user to define a non-existent transport in the <link> tag | brain |
2006-12-09 | Correctly report the transport names when server links occur | brain |
2006-12-09 | Remove AES | brain |
2006-12-09 | Make it all work properly. Have it wait for handshake to complete before send... | brain |
2006-12-09 | It works! WOO AND YAY! (this isnt finished yet, only an idiot would use this ... | brain |
2006-12-09 | Whoops, some stuff was sdrawkcab! | brain |
2006-12-09 | Move around the initialization stuff so it gets called in the right order | brain |
2006-12-09 | Add stuff for <bind:transport> and <link:transport> that should be the transp... | brain |
2006-12-09 | Enumerate InspSocketHook modules | brain |
2006-12-09 | Add stuff so that TreeSockets can call any found hook modules | brain |
2006-12-09 | Move this | brain |
2006-12-03 | Account for channels with no modes set | brain |
2006-12-03 | Remote SQUIT, and god save the coder.. | w00t |
2006-11-30 | Fix typo that stops m_cban from working | brain |
2006-11-28 | Fixed a crash when spanningtree is given a blank line; really simple fix, and... | special |
2006-11-27 | O(n^n) is bad. O(log n) is better. | brain |
2006-11-27 | BuildExemptList is becoming pretty ugly. grr. | brain |
2006-11-27 | Add exception lists to OnUserMessage and OnUserNotice, to be used for smarter... | brain |
2006-11-24 | In answer to w00ts question, the channel might not exist, because of the foll... | brain |
2006-11-23 | Fix #176, not sure how channel can't exist after being created, but apparantl... | w00t |
2006-11-22 | Fix my fix, it crashed (thanks skenmy, sorry) | w00t |
2006-11-21 | Fix spurious deops on channel creation, pointed out by jilles, noted by a num... | w00t |
2006-11-16 | Make STATS i, y, c, n more relevent to 1.1 | brain |
2006-11-13 | Modify server counts in /lusers to show number of servers actually visible if... | brain |
2006-11-12 | Slight hax. When bursting a channel - in the fmode, if we dont have +n or +t ... | brain |
2006-11-12 | If a new channel is created, after sending the FJOIN for the first user in, s... | brain |
2006-11-12 | Added a notice that all people bumping the protocol version should edit a pag... | brain |
2006-11-12 | Protocl-Version bump to 1102 | brain |
2006-11-12 | Oops, using wrong param | brain |
2006-11-12 | More funky stuff, SNONOTICE, MODENOTICE to go with OPERNOTICE | brain |