Age | Commit message (Expand) | Author |
2009-09-03 | Change cmd_*.so to use the Module object API | danieldg |
2009-09-02 | Add away timestamp to the AWAY message sent server-server | danieldg |
2009-09-02 | Send out save SAVE on forced-UUID nick change of a remote user | danieldg |
2009-09-02 | Add OnChangeIdent and FIDENT support | danieldg |
2009-09-02 | Remove now-unused quitmsg/operquitmsg fields from User | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | Remove calls to strdup() in core, it is not better than std::string | danieldg |
2009-09-02 | MetaData rework | danieldg |
2009-09-02 | Remove unneeded ProtocolInterface::Introduce | danieldg |
2009-09-02 | Remove unused I_ProtoSendMetaData, I_ProtoSendMode fields of Implementation | danieldg |
2009-09-02 | Add "created" parameter to OnUserJoin, to avoid explicit checks for +P | danieldg |
2009-09-02 | Replace std::deque with std::vector in spanningtree and related modules | danieldg |
2009-09-02 | Change allocation of commands/modes | danieldg |
2009-09-01 | Remove unneeded #ifdef IPV6 lines | danieldg |
2009-09-01 | Fix build of m_spanningtree and display of dependency regeneration | danieldg |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-05-13 | Replace loopCall detection in OnUserKick with a check for the m_spanningtree ... | danieldg |
2009-04-23 | rollback r11326, we're going to make vc9 the officially supported windows bui... | peavey |
2009-04-23 | Heres the beef so far | brain |
2009-04-20 | Use loopCall to protect OnUserKick rather than the triggerevents hack | danieldg |
2009-04-19 | Initialize loopCall on construction | danieldg |
2009-04-19 | Add loopCall to prevent double-broadcasting new X:lines | danieldg |
2009-04-01 | Fix ping server-skip logic from bug 792 fix | danieldg |
2009-03-18 | Fix for bug #784 reported by HiroP, add check to the FHOST code to not send o... | brain |
2009-03-18 | Fix for bug #792 reported by recyclebin, do not attempt to ping local servers... | brain |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-03-07 | Include explicit parameter list in ProtocolInterface::SendMode | danieldg |
2009-03-06 | Construct explicit parameter type list for MODE parameters | danieldg |
2009-02-16 | Remove redundant PriorityState, enum Priority does the exact same thing. | w00t |
2009-01-02 | ...and make it not go querying modules that dont implement the right interfac... | brain |
2009-01-02 | If a module is loaded after m_spanningtree that it needs, then it will now re... | brain |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-15 | Fix naming convention to be consistant. (cmd_ -> Command) | w00t |
2008-10-31 | Add snomask +s +L - remote link notices. | w00t |
2008-10-25 | Use TargetTypeFlags instead of int in a few places. | w00t |
2008-10-25 | Move spanningtree to use OnChangeLocalUserHost instead of OnChangeHost, this ... | w00t |
2008-09-21 | Fix the 'i/o error on connection (no error)' stuff, by displaying 'connected ... | brain |
2008-09-19 | Implement timeout on outgoing server connections as per our docs <link:timeout> | peavey |
2008-09-11 | Fix KILL server-notice duplication | aquanight |
2008-09-08 | Remove old listening stuff from spanningtree, use a new derived listener class. | w00t |
2008-08-29 | Safeguards | w00t |
2008-08-27 | Don't force-finish a burst on a timer, instead, set bursted if a PONG is reci... | w00t |
2008-08-25 | Change module versions to use a string instead of fixed digits, and use props... | w00t |
2008-08-22 | Match conversion stuff. | w00t |
2008-08-22 | Revert automated conversion by Special, as it (unfortunately) neglects some d... | w00t |
2008-08-22 | Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any... | special |
2008-08-05 | Make this fit in with the rest of the code | w00t |
2008-07-19 | Fix total mess of makefile dependency macros (all depending on stuff they don... | brain |
2008-07-11 | Fix m_nopartmsg to work via API modification, involves a string copy that won... | w00t |
2008-06-11 | fixed some indentation and spacing in modules | pippijn |