summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Windows compile fixes v1.2.0a6Gravatar brain2008-08-282-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10343 e03df62e-2008-0410-955e-edbf42e46eb7
* Newly revamped ziplinks module, work of psychon.. resolves (a lot) of ↵Gravatar w00t2008-08-281-193/+176
| | | | | | problems with ziplinks and large data amounts, fixes a few bugs, etc. (thanks for your work). - Yes, this missed the alpha. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10342 e03df62e-2008-0410-955e-edbf42e46eb7
* Tuxer alpha releaseGravatar brain2008-08-281-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10341 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix: 'Notice' vs 'NOTICE' as a command. I bet this would break some client ↵Gravatar w00t2008-08-281-1/+1
| | | | | | or other.. ;p. Thanks to mixx941. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10339 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix aliases stuff.Gravatar w00t2008-08-281-2/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10338 e03df62e-2008-0410-955e-edbf42e46eb7
* Rename lowermap to rfc_case_insensitive_map, add case_sensitive_map.. adjust ↵Gravatar w00t2008-08-288-56/+78
| | | | | | files to not pass lowermap directly. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10337 e03df62e-2008-0410-955e-edbf42e46eb7
* Patch modifying these modules to work on older gcc/openbsd, provided by ↵Gravatar w00t2008-08-282-217/+236
| | | | | | Dagonet (CUSTOM_PRINTF() needs to be in the prototype, not the function body. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10336 e03df62e-2008-0410-955e-edbf42e46eb7
* this new stuff in m_ssl_gnutls is NOT in our spec! probably shouldnt be ↵Gravatar brain2008-08-282-0/+7
| | | | | | either, because it adds confusion and its clearly documented that initialising tls is done via STARTTLS and CAP advertises it (not to mention clients are already doing it this way) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10334 e03df62e-2008-0410-955e-edbf42e46eb7
* Make this comply with the spec; that is - CAP may be requested after ↵Gravatar w00t2008-08-281-4/+0
| | | | | | registration. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10333 e03df62e-2008-0410-955e-edbf42e46eb7
* Add CAP REQ tls support, thanks to psychonGravatar w00t2008-08-281-0/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10332 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix recursion crashGravatar w00t2008-08-271-3/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10330 e03df62e-2008-0410-955e-edbf42e46eb7
* Add <disabled:fakenonexistant> - ircd will pretend that a disabled command ↵Gravatar w00t2008-08-274-7/+25
| | | | | | just doesn't exist (for austnet), document <disabled:usermodes> and <disabled:chanmodes> (bad aquanight.) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10327 e03df62e-2008-0410-955e-edbf42e46eb7
* Don't force-finish a burst on a timer, instead, set bursted if a PONG is ↵Gravatar w00t2008-08-273-11/+7
| | | | | | recieved while still bursting (obviously wrong). git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10326 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix..Gravatar w00t2008-08-271-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10325 e03df62e-2008-0410-955e-edbf42e46eb7
* Clean up opering a tiny bit.. pave the way for SVSOPERGravatar w00t2008-08-273-76/+63
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10324 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix ident using uninitialised memory, forward-port of r10321. Thanks psychon.Gravatar w00t2008-08-271-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10323 e03df62e-2008-0410-955e-edbf42e46eb7
* USERHOST/USERIP fix, return '-' char, not '+' if the user is away. Thanks ↵Gravatar w00t2008-08-272-3/+13
| | | | | | jilles. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10319 e03df62e-2008-0410-955e-edbf42e46eb7
* Add <shun:notifyuser>, default on, which notifies the user that their ↵Gravatar w00t2008-08-272-1/+10
| | | | | | command was blocked git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10317 e03df62e-2008-0410-955e-edbf42e46eb7
* Add and document <shun:enabledcommands>, allowing customisation of ↵Gravatar w00t2008-08-272-8/+39
| | | | | | specifically which commands shunned users may execute. NOTE: PART/QUIT (if allowed) will always suppress the PART/QUIT message. This needs some testing. :) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10316 e03df62e-2008-0410-955e-edbf42e46eb7
* s/ /\t/Gravatar w00t2008-08-271-9/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10315 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix retarded windows linefeeds (brain >:()Gravatar w00t2008-08-271-10/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10314 e03df62e-2008-0410-955e-edbf42e46eb7
* Delete R:Lines from memory on destroyGravatar w00t2008-08-271-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10313 e03df62e-2008-0410-955e-edbf42e46eb7
* remove the testing debug settingGravatar brain2008-08-272-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10311 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove -lunwind from openbsd stuff, per DagonetGravatar w00t2008-08-261-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10308 e03df62e-2008-0410-955e-edbf42e46eb7
* formatting..Gravatar peavey2008-08-261-2/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10303 e03df62e-2008-0410-955e-edbf42e46eb7
* Iteration 5 of wildcard matching. Fixes broken matching for certain ↵Gravatar peavey2008-08-261-9/+13
| | | | | | conditions reported by MacGyver. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10302 e03df62e-2008-0410-955e-edbf42e46eb7
* Add test cases that fails current matching, fix to follow soon.Gravatar peavey2008-08-261-0/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10301 e03df62e-2008-0410-955e-edbf42e46eb7
* Someone messed this upGravatar brain2008-08-261-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10300 e03df62e-2008-0410-955e-edbf42e46eb7
* Propset svn:keywords IdGravatar w00t2008-08-250-0/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10295 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix build.Gravatar w00t2008-08-251-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10293 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix a few malformed Id tagsGravatar w00t2008-08-253-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10292 e03df62e-2008-0410-955e-edbf42e46eb7
* Change module versions to use a string instead of fixed digits, and use ↵Gravatar w00t2008-08-25140-157/+153
| | | | | | propset ID to auto-set versions, so we don't have (essentially unused) module versions. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10291 e03df62e-2008-0410-955e-edbf42e46eb7
* Change module versions to use a string instead of fixed digits, and use ↵Gravatar w00t2008-08-2518-18/+18
| | | | | | propset ID to auto-set versions, so we don't have (essentially unused) module versions. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10290 e03df62e-2008-0410-955e-edbf42e46eb7
* Tidy up in the nsis scripts, how it installs the service and removes it ↵Gravatar brain2008-08-252-4/+8
| | | | | | (hide the dos box, display informational text in the installer window) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10283 e03df62e-2008-0410-955e-edbf42e46eb7
* Bounds checking on IsModeSet, etc, to stop silly problemsGravatar w00t2008-08-251-2/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10282 e03df62e-2008-0410-955e-edbf42e46eb7
* Implement /who 1d t (search for who matches for users connected for a given ↵Gravatar w00t2008-08-251-0/+7
| | | | | | time) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10278 e03df62e-2008-0410-955e-edbf42e46eb7
* Add opt_time to WHO (will be /who +t flag) and clean the fuck up ↵Gravatar w00t2008-08-252-48/+59
| | | | | | CommandWho::whomatch, which was as ugly as sin. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10274 e03df62e-2008-0410-955e-edbf42e46eb7
* Add and document <permchannels> block for m_permchannels, which creates a ↵Gravatar w00t2008-08-252-0/+59
| | | | | | channel on startup. Fixes bug #511. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10271 e03df62e-2008-0410-955e-edbf42e46eb7
* Allow Channel::SetTopic with a NULL user record, which sets a blank topic.Gravatar w00t2008-08-251-4/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10270 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixes to make poll(2) socket engine work properlyGravatar w00t2008-08-251-1/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10269 e03df62e-2008-0410-955e-edbf42e46eb7
* Numerous changes to make this build..Gravatar w00t2008-08-252-11/+14
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10268 e03df62e-2008-0410-955e-edbf42e46eb7
* Add poll to build system if kqueue/epoll/ports are not used, above select.Gravatar w00t2008-08-251-0/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10267 e03df62e-2008-0410-955e-edbf42e46eb7
* This include doesn't exist in 1.2Gravatar w00t2008-08-251-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10266 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixes, this can't be taken directly from 1.1Gravatar w00t2008-08-251-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10265 e03df62e-2008-0410-955e-edbf42e46eb7
* Forward-port poll socket engine as it seems reasonably stable, and half-hack ↵Gravatar w00t2008-08-254-6/+275
| | | | | | it into configure. If someone could help me (easily) add it via our wonderful configure macros so it's built, that would be swell. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10264 e03df62e-2008-0410-955e-edbf42e46eb7
* Some commentsGravatar brain2008-08-241-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10261 e03df62e-2008-0410-955e-edbf42e46eb7
* EWW windows linefeedsGravatar brain2008-08-241-6/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10260 e03df62e-2008-0410-955e-edbf42e46eb7
* Forward-port r10257, fixes bug #599 reported by mixx941.Gravatar w00t2008-08-241-1/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10258 e03df62e-2008-0410-955e-edbf42e46eb7
* Forward port r10255: prevent redundant mode changes (thanks to mixx941 for ↵Gravatar w00t2008-08-241-2/+8
| | | | | | my noticing this) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10256 e03df62e-2008-0410-955e-edbf42e46eb7
* Use the error name constants here now rather than magic numbers. magic ↵Gravatar brain2008-08-241-10/+10
| | | | | | numbers blow goats. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10253 e03df62e-2008-0410-955e-edbf42e46eb7