summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-28Fix aliases stuff.w00t
2008-08-28Rename lowermap to rfc_case_insensitive_map, add case_sensitive_map.. adjust ...w00t
2008-08-28Patch modifying these modules to work on older gcc/openbsd, provided by Dagon...w00t
2008-08-28this new stuff in m_ssl_gnutls is NOT in our spec! probably shouldnt be eithe...brain
2008-08-28Make this comply with the spec; that is - CAP may be requested after registra...w00t
2008-08-28Add CAP REQ tls support, thanks to psychonw00t
2008-08-27Fix recursion crashw00t
2008-08-27Add <disabled:fakenonexistant> - ircd will pretend that a disabled command ju...w00t
2008-08-27Don't force-finish a burst on a timer, instead, set bursted if a PONG is reci...w00t
2008-08-27Fix..w00t
2008-08-27Clean up opering a tiny bit.. pave the way for SVSOPERw00t
2008-08-27Fix ident using uninitialised memory, forward-port of r10321. Thanks psychon.w00t
2008-08-27USERHOST/USERIP fix, return '-' char, not '+' if the user is away. Thanks jil...w00t
2008-08-27Add <shun:notifyuser>, default on, which notifies the user that their command...w00t
2008-08-27Add and document <shun:enabledcommands>, allowing customisation of specifical...w00t
2008-08-27s/ /\t/w00t
2008-08-27Fix retarded windows linefeeds (brain >:()w00t
2008-08-27Delete R:Lines from memory on destroyw00t
2008-08-27remove the testing debug settingbrain
2008-08-26Remove -lunwind from openbsd stuff, per Dagonetw00t
2008-08-26formatting..peavey
2008-08-26Iteration 5 of wildcard matching. Fixes broken matching for certain condition...peavey
2008-08-26Add test cases that fails current matching, fix to follow soon.peavey
2008-08-26Someone messed this upbrain
2008-08-25Propset svn:keywords Idw00t
2008-08-25Fix build.w00t
2008-08-25Fix a few malformed Id tagsw00t
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-08-25Tidy up in the nsis scripts, how it installs the service and removes it (hide...brain
2008-08-25Bounds checking on IsModeSet, etc, to stop silly problemsw00t
2008-08-25Implement /who 1d t (search for who matches for users connected for a given t...w00t
2008-08-25Add opt_time to WHO (will be /who +t flag) and clean the fuck up CommandWho::...w00t
2008-08-25Add and document <permchannels> block for m_permchannels, which creates a cha...w00t
2008-08-25Allow Channel::SetTopic with a NULL user record, which sets a blank topic.w00t
2008-08-25Fixes to make poll(2) socket engine work properlyw00t
2008-08-25Numerous changes to make this build..w00t
2008-08-25Add poll to build system if kqueue/epoll/ports are not used, above select.w00t
2008-08-25This include doesn't exist in 1.2w00t
2008-08-25Fixes, this can't be taken directly from 1.1w00t
2008-08-25Forward-port poll socket engine as it seems reasonably stable, and half-hack ...w00t
2008-08-24Some commentsbrain
2008-08-24EWW windows linefeedsbrain
2008-08-24Forward-port r10257, fixes bug #599 reported by mixx941.w00t
2008-08-24Forward port r10255: prevent redundant mode changes (thanks to mixx941 for my...w00t
2008-08-24Use the error name constants here now rather than magic numbers. magic number...brain
2008-08-24Properly name the windows service error constants and put proper descriptions...brain
2008-08-24Forgot to remove a ,brain
2008-08-24No names for the service specific errors, probably wont ever name them as the...brain
2008-08-24Properly give the service specific exit code on failure to start. Now we just...brain