2009-10-01 |
danieldg | Merge remote/local MODULES output |
blob | commitdiff | raw |
2009-10-01 |
danieldg | Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing |
blob | commitdiff | raw | diff to current |
2009-09-30 |
danieldg | Allow multiple autoconnects in a single <autoconnect... |
blob | commitdiff | raw | diff to current |
2009-09-26 |
danieldg | Remove InspIRCd* parameters and fields |
blob | commitdiff | raw | diff to current |
2009-09-21 |
danieldg | Create StreamSocket for IO hooking implementation |
blob | commitdiff | raw | diff to current |
2009-09-17 |
danieldg | Add <autoconnect> blocks [jackmcbarn] |
blob | commitdiff | raw | diff to current |
2009-09-03 |
danieldg | Change cmd_*.so to use the Module object API |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Add away timestamp to the AWAY message sent server... |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Add SAVE s2s protocol command |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Add s2s backward compatability for protocol changes |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Add OnChangeIdent and FIDENT support |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Remove useless vector copy |
blob | commitdiff | raw | diff to current |
2009-09-02 |
danieldg | Replace std::deque with std::vector in spanningtree... |
blob | commitdiff | raw | diff to current |
2009-09-01 |
danieldg | Fix build of m_spanningtree and display of dependency... |
blob | commitdiff | raw | diff to current |
2009-08-14 |
w00t | Print line on empty prefix errors to track down a bug |
blob | commitdiff | raw | diff to current |
2009-05-13 |
danieldg | Use Utils->ServerUser instead of ServerInstance->FakeCl... |
blob | commitdiff | raw | diff to current |
2009-05-13 |
danieldg | Make the previous patches actually work |
blob | commitdiff | raw | diff to current |
2009-05-13 |
danieldg | Use a FakeUser source for server-sourced commands in... |
blob | commitdiff | raw | diff to current |
2009-04-26 |
danieldg | Enable lag-check pings on active servers - if bandwidth... |
blob | commitdiff | raw | diff to current |
2009-04-20 |
danieldg | Use loopCall to protect OnUserKick rather than the... |
blob | commitdiff | raw | diff to current |
2009-03-15 |
psychon | Update all wiki links to point to the new wiki. This... |
blob | commitdiff | raw | diff to current |
2009-03-14 |
danieldg | Revert r11194 "Quiet bursts for uplinks, suggested... |
blob | commitdiff | raw | diff to current |
2009-03-14 |
danieldg | Send remote BURST on new incoming server introduction |
blob | commitdiff | raw | diff to current |
2009-03-10 |
brain | Quiet bursts for uplinks, suggested by HiroP, thanks! |
blob | commitdiff | raw | diff to current |
2009-03-06 |
danieldg | Send SVSNICKs during nick collision to prevent servers... |
blob | commitdiff | raw | diff to current |
2009-03-05 |
danieldg | Fix crash when services (or a misbehaving remote server... |
blob | commitdiff | raw | diff to current |
2009-02-14 |
peavey | Nuke trailing spaces |
blob | commitdiff | raw | diff to current |
2009-01-02 |
w00t | Update copyrights for 2009. |
blob | commitdiff | raw | diff to current |
2008-12-21 |
brain | Allow for kick from a server origin to have a comma... |
blob | commitdiff | raw | diff to current |
2008-11-27 |
w00t | Forward-port: Created commit fcadb0b: Change rm to... |
blob | commitdiff | raw | diff to current |
2008-11-20 |
brain | Fix for potential crash with invalid prefixes (prefixes... |
blob | commitdiff | raw | diff to current |
2008-10-31 |
w00t | Add snomask +s +L - remote link notices. |
blob | commitdiff | raw | diff to current |
2008-09-30 |
brain | Some suggestions from jilles about handling unknown... |
blob | commitdiff | raw | diff to current |
2008-09-24 |
peavey | Fix for listening sockets not clearing their timeout... |
blob | commitdiff | raw | diff to current |
2008-09-21 |
w00t | Be consistent. Use ServerInstance in all places instead... |
blob | commitdiff | raw | diff to current |
2008-09-19 |
peavey | Implement timeout on outgoing server connections as... |
blob | commitdiff | raw | diff to current |
2008-09-08 |
w00t | Remove old listening stuff from spanningtree, use a... |
blob | commitdiff | raw | diff to current |
2008-08-31 |
w00t | Remove a redundant check, and fix user-mode change... |
blob | commitdiff | raw | diff to current |
2008-08-27 |
w00t | Don't force-finish a burst on a timer, instead, set... |
blob | commitdiff | raw | diff to current |
2008-08-23 |
w00t | Remove (unnecessary) compiler warning bypass; we don... |
blob | commitdiff | raw | diff to current |
2008-08-22 |
w00t | Match conversion stuff. |
blob | commitdiff | raw | diff to current |
2008-08-22 |
w00t | Revert automated conversion by Special, as it (unfortun... |
blob | commitdiff | raw | diff to current |
2008-08-22 |
special | Fix a lot of calls to match() and uses of wildcard... |
blob | commitdiff | raw | diff to current |
2008-07-19 |
brain | Fix total mess of makefile dependency macros (all depen... |
blob | commitdiff | raw | diff to current |
2008-06-13 |
brain | Win32 compilation fixes |
blob | commitdiff | raw | diff to current |
2008-06-11 |
pippijn | fixed some indentation and spacing in modules |
blob | commitdiff | raw | diff to current |
2008-06-06 |
brain | Remove this debug line, eliminating its pointless warning |
blob | commitdiff | raw | diff to current |
2008-06-06 |
brain | And fix typo that came with it |
blob | commitdiff | raw | diff to current |
2008-06-06 |
brain | Fix bug from std::string porting, thanks ThunderHacker |
blob | commitdiff | raw | diff to current |
2008-05-23 |
brain | Collision tweaks |
blob | commitdiff | raw | diff to current |
2008-05-18 |
aquanight | Convert m_spanningtree |
blob | commitdiff | raw | diff to current |
2008-05-05 |
w00t | Okay, this was good in theory, but totally and utterly... |
blob | commitdiff | raw | diff to current |
2008-05-05 |
aquanight | Convert m_spanningtree |
blob | commitdiff | raw | diff to current |
2008-04-21 |
w00t | Hack, hack, hack, hack hack. Hack hack. Probably fix... |
blob | commitdiff | raw | diff to current |
2008-04-17 |
w00t | Remove SpanningTreeProtocolInterface::SendOperNotice... |
blob | commitdiff | raw | diff to current |
2008-04-08 |
w00t | Changes needed to get open-linking working. |
blob | commitdiff | raw | diff to current |
2008-04-08 |
w00t | Comment tweakage |
blob | commitdiff | raw | diff to current |
2008-04-08 |
w00t | This comment is slightly out of date: we do write to... |
blob | commitdiff | raw | diff to current |
2008-04-08 |
w00t | Remote REHASH stuff, this drove me nuts but should... |
blob | commitdiff | raw | diff to current |
2008-04-07 |
brain | This should probably be tested, but makes a whole lot... |
blob | commitdiff | raw | diff to current |
2008-04-06 |
brain | Fix this up to convert deque to const char* const for... |
blob | commitdiff | raw | diff to current |
2008-04-06 |
w00t | Remote /MAP: caution, this doesn't compile |
blob | commitdiff | raw | diff to current |
2008-04-06 |
brain | For some reason there was a FinishBurst in the encap... |
blob | commitdiff | raw | diff to current |
2008-04-05 |
brain | Tweaks to make some errors show server name and not... |
blob | commitdiff | raw | diff to current |
2008-04-05 |
w00t | Redo the MODE warning stuff. Don't do some extra unneed... |
blob | commitdiff | raw | diff to current |
2008-04-05 |
brain | Fix crash in MODE when sent for a user, with only one... |
blob | commitdiff | raw | diff to current |
2008-04-04 |
brain | Fix lost messages, thanks w00t and peavey |
blob | commitdiff | raw | diff to current |
2008-04-04 |
brain | Server origin privmsg, UNTESTED - will test in a min |
blob | commitdiff | raw | diff to current |
2008-04-01 |
w00t | Remove call to FlushWriteBuffer from BufferedSocket... |
blob | commitdiff | raw | diff to current |
2008-04-01 |
brain | Special check in here now that forbids all use of MODE... |
blob | commitdiff | raw | diff to current |
2008-03-21 |
brain | Whoops, forgot to tie ENCAP into receiver in treesocket |
blob | commitdiff | raw | diff to current |
2008-02-22 |
brain | w00t broke it :p |
blob | commitdiff | raw | diff to current |
2008-02-22 |
aquanight | Convert remaining InspIRCd::Log() calls to new logging... |
blob | commitdiff | raw | diff to current |
2008-02-22 |
w00t | Nuke TIMESYNC from orbit \o/ |
blob | commitdiff | raw | diff to current |
2008-02-05 |
w00t | Add server.cpp, handles all stuff related to the server... |
blob | commitdiff | raw | diff to current |
2008-02-04 |
w00t | Clean up some FJOIN stuff |
blob | commitdiff | raw | diff to current |
2008-02-04 |
w00t | Move a piece of HMAC to hmac.cpp |
blob | commitdiff | raw | diff to current |
2008-02-04 |
w00t | Split treesocket2 into various smaller files |
blob | commitdiff | raw | diff to current |
2008-02-03 |
w00t | Clear up header insanity |
blob | commitdiff | raw | diff to current |
2008-02-03 |
w00t | Propegate BURST and ENDBURST network-wide for timing... |
blob | commitdiff | raw | diff to current |
2008-02-03 |
brain | Whoops |
blob | commitdiff | raw | diff to current |
2008-02-03 |
brain | What do you think of this, w00t? |
blob | commitdiff | raw | diff to current |
2008-02-03 |
w00t | Fix burst time indicator: set startburst in treeserver... |
blob | commitdiff | raw | diff to current |
2008-02-03 |
w00t | Show extra debug for burst time |
blob | commitdiff | raw | diff to current |
2008-02-03 |
w00t | Broken, but.. show how many milliseconds a burst takes... |
blob | commitdiff | raw | diff to current |
2008-02-02 |
w00t | Move some stuff to usermanager, remove a little header... |
blob | commitdiff | raw | diff to current |
2008-02-02 |
w00t | Check for empty prefixes, and close server connections... |
blob | commitdiff | raw | diff to current |
2008-01-17 |
w00t | Fix.. snomask O is already taken (ffs) so use A instead |
blob | commitdiff | raw | diff to current |
2008-01-17 |
w00t | Remove InspIRCd::WriteOpers in favour of snomask O |
blob | commitdiff | raw | diff to current |
2008-01-16 |
w00t | Validate <server:id> on startup if provided, thx Brain |
blob | commitdiff | raw | diff to current |
2008-01-10 |
w00t | Header update: 2007 -> 2008 |
blob | commitdiff | raw | diff to current |
2008-01-08 |
w00t | Forward port r8664: bind server sockets on /rehash |
blob | commitdiff | raw | diff to current |
2008-01-07 |
w00t | Correct typo |
blob | commitdiff | raw | diff to current |
2008-01-04 |
w00t | Forward port r8629: Fix for bug #458 - servers going... |
blob | commitdiff | raw | diff to current |
2008-01-04 |
w00t | Back out previous patch disabling ADDLINE processing... |
blob | commitdiff | raw | diff to current |
2008-01-04 |
w00t | ADDLINE is broken, don't process it for now.. |
blob | commitdiff | raw | diff to current |
2007-11-09 |
brain | Roadmap item "Fix jointhrottle to not try 'throttle... |
blob | commitdiff | raw | diff to current |
2007-11-04 |
brain | Some more to fix still, modules probably wont load... |
blob | commitdiff | raw | diff to current |
2007-11-02 |
brain | Implement DELLINE, allow both DELLINE and ADDLINE to... |
blob | commitdiff | raw | diff to current |
2007-11-02 |
brain | Tidy up, and make the identifer for a line type be... |
blob | commitdiff | raw | diff to current |
next |