Age | Commit message (Expand) | Author |
2008-02-22 | Convert remaining InspIRCd::Log() calls to new logging system | aquanight |
2008-02-22 | Nuke TIMESYNC from orbit \o/ | w00t |
2008-02-13 | Commit patch from danieldg that makes a ton of stuff const-safe for latest wa... | brain |
2008-02-11 | Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ... | w00t |
2008-02-02 | Small tidyup | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2008-01-06 | Permanent channels, currently conflicts with blockcaps (+P) and is untested | w00t |
2008-01-06 | Throw exception if trying to construct a duplicate channel | w00t |
2008-01-06 | Move CreateChannel to a constructor instead | w00t |
2008-01-06 | Move channel creation to a seperate Channel::CreateChannel (y'know, perhaps t... | w00t |
2007-11-10 | m_spy no longer implements SPYNAMES, instead it overrides normal NAMES on the... | brain |
2007-11-09 | Roadmap item "Fix jointhrottle to not try 'throttle' clients during a netmerg... | brain |
2007-10-22 | Remove the need for a bunch of the hard coded arrays/hashes by scanning the s... | brain |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-08-28 | From RFC 2812, the funny = that i could never identify in NAMES reply: = mean... | brain |
2007-08-28 | Remove some fake client stuff, make it use the global record | w00t |
2007-08-27 | Remove more unnecessary header traffic | w00t |
2007-08-23 | Add some stuff to change how we process a token sepeperated stream | brain |
2007-08-19 | Add <connect:maxchans> as per feature bug #338 - combined with the last featu... | brain |
2007-08-05 | Logic cleanup for chanrec::JoinUser - why I didn't do this the other 3-4 time... | w00t |
2007-07-23 | Tidyup a bunch of stuff that was using userrec::modes directly rather than us... | brain |
2007-07-23 | Bit more tidying. Add some comments here, too. | w00t |
2007-07-23 | Minor cleanup | w00t |
2007-07-23 | Fix for bug #358, by rogalek. | w00t |
2007-07-16 | OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR. | peavey |
2007-07-16 | 'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au... | peavey |
2007-06-09 | Change some = "" to clear() and some == "" to .empty() | brain |
2007-06-01 | This is a better fix, as it calls the mode handler giving the modules etc cha... | brain |
2007-06-01 | Fix bug found by indigophone where +lk cant be set in defaultmodes | brain |
2007-05-27 | Config option for default channel modes -- more to follow, don't use yet | brain |
2007-05-21 | Reorder includes, dont worry there is method to my madness (i hope) | brain |
2007-05-12 | We've had an IS_OPER macro for a long time. About time we started using it, m... | w00t |
2007-05-10 | Comment what ive done, so that someone doesnt go 'oh thats a redundant data c... | brain |
2007-05-10 | Tweaks here so we can avoid data copies in uhnames | brain |
2007-05-10 | Small api change with wide reaching effects in modules - Allows modification ... | brain |
2007-05-08 | We're setting chanrec::creation in here and not chanrec::age, this can and wi... | brain |
2007-05-04 | Fix bug where if an op is in channel then does /names later, all the non-ops ... | brain |
2007-05-04 | Add <auditorium showops> which determines if auditorium works like ircnet +a ... | brain |
2007-05-04 | Where others charge, we give for free. Have fun and use wisely. With great po... | brain |
2007-05-03 | DO NOT USE THIS COMMIT - if you do, most of the modules wont work. | brain |
2007-03-18 | set the TS of a channel in JoinUser, not after the entire FJOIN, this is safe... | brain |
2007-02-19 | Addition of feature request outlined in bug #195, suggested by Bricker | brain |
2007-01-15 | Crusade to remove debug from stable and tested parts of the core and base mod... | brain |
2007-01-09 | Assigning a std::string var initially to "" is pointless. | brain |
2007-01-09 | Tidy up (optimize, improve) chanrec::WriteChannelWithServ | brain |
2007-01-09 | Tidy up an if/then/else chain into a switch | brain |
2007-01-09 | Cache channel max bans value to save an O(n) loop of match() on every ban (et... | brain |
2007-01-06 | Fix desync with halfop and voice when opped (this happens because we were ORi... | brain |
2006-12-30 | Tweaks to instantiate less stuff when writing to a bunch of users | brain |
2006-12-30 | Tons of optimization of WriteChannel, WriteChannelWithServ, WriteCommon etc, ... | brain |