]> git.netwichtig.de Git - user/henk/code/inspircd.git/shortlog
user/henk/code/inspircd.git
2008-09-05 brainsql api and m_mysql compile fixes for windows
2008-09-04 brainNeeds the .lib apparently
2008-09-04 brainThis would be useful, too
2008-09-04 brainOf course, it DOES help to actually initialise the...
2008-09-04 brainUpdate comment
2008-09-04 brainNow uses Mutex class. No need for pthreads use directly...
2008-09-04 brainThread is now a Thread derived class, now need to conve...
2008-09-04 brainmutexengine -> mutexfactory
2008-09-04 brainMutexEngine -> MutexFactory, more sensible name
2008-09-04 braininitialise mutexengine
2008-09-04 brainFix silly compile errors
2008-09-04 brainfix posix mutexes
2008-09-04 brainability to create mutexes (rather than just having...
2008-09-04 brainfix a warning. I am on a warning zapping crusade today.
2008-09-02 brainChange exception message: "You cannot load m_services...
2008-09-02 w00tFriendly up the modules.conf comments
2008-09-02 w00tFix missing >, thanks Kein
2008-09-02 w00tThis string copy is gone now, remove fixme note
2008-09-01 w00tMake m_chanfilter grok globbing, meaning +g test?string...
2008-09-01 w00ttypofix
2008-09-01 w00tAllow a choice between openssl and gnutls (or both...
2008-09-01 brainOutput proper error message when we cant write one...
2008-08-31 w00tOmit -export-dynamic on OS X, thanks to satmd's oper
2008-08-31 brainTwo fixes: Ignore + when parsing mode string in UID...
2008-08-31 brainMore debugging mesages for troubleshooting invalid...
2008-08-31 brainWhoops, left off a virtual. Please ensure youre using...
2008-08-31 brainI guess it makes sense never to let the gecos be parsed...
2008-08-31 brainMove all the parameters around AGAIN. See docs shortly
2008-08-31 brainTwo fixes: First, change the error message for too...
2008-08-31 w00tWhat the fuck am I doing.
2008-08-31 w00tOff-by-one on params also == masskill, woo
2008-08-31 w00tAdd snomasks to UID command, after 'modes', bump protoc...
2008-08-31 w00tSave 4 bytes (assuming sizeof(ptr) == 2) per user recor...
2008-08-31 w00tRemove a redundant check, and fix user-mode change...
2008-08-31 w00tAdd <connect:useident> as part of m_ident, original...
2008-08-30 w00tMake m_alltime easier to scan read for discrepancies...
2008-08-29 brainTidier /modules generation. faster for non-opers, neate...
2008-08-29 w00tMake these more descriptive/easy to grok
2008-08-29 w00tSafeguards
2008-08-29 w00tDon't try destroy on -P of a 0 user chan, as this cause...
2008-08-29 peaveyFix extra End of /STATS on spanningtree override of...
2008-08-29 psychonSome fixes for the ziplinks modules.
2008-08-29 w00tRemove some old stuff
2008-08-29 psychonI was told that a new dev's first action must be adding...
2008-08-29 w00tRemove two unused parameters
2008-08-28 brainWindows compile fixes
2008-08-28 w00tNewly revamped ziplinks module, work of psychon.. resol...
2008-08-28 brainTuxer alpha release
2008-08-28 w00tFix: 'Notice' vs 'NOTICE' as a command. I bet this...
2008-08-28 w00tFix aliases stuff.
2008-08-28 w00tRename lowermap to rfc_case_insensitive_map, add case_s...
2008-08-28 w00tPatch modifying these modules to work on older gcc...
2008-08-28 brainthis new stuff in m_ssl_gnutls is NOT in our spec!...
2008-08-28 w00tMake this comply with the spec; that is - CAP may be...
2008-08-28 w00tAdd CAP REQ tls support, thanks to psychon
2008-08-27 w00tFix recursion crash
2008-08-27 w00tAdd <disabled:fakenonexistant> - ircd will pretend...
2008-08-27 w00tDon't force-finish a burst on a timer, instead, set...
2008-08-27 w00tFix..
2008-08-27 w00tClean up opering a tiny bit.. pave the way for SVSOPER
2008-08-27 w00tFix ident using uninitialised memory, forward-port...
2008-08-27 w00tUSERHOST/USERIP fix, return '-' char, not '+' if the...
2008-08-27 w00tAdd <shun:notifyuser>, default on, which notifies the...
2008-08-27 w00tAdd and document <shun:enabledcommands>, allowing custo...
2008-08-27 w00ts/ /\t/
2008-08-27 w00tFix retarded windows linefeeds (brain >:()
2008-08-27 w00tDelete R:Lines from memory on destroy
2008-08-27 brainremove the testing debug setting
2008-08-26 w00tRemove -lunwind from openbsd stuff, per Dagonet
2008-08-26 peaveyformatting..
2008-08-26 peaveyIteration 5 of wildcard matching. Fixes broken matching...
2008-08-26 peaveyAdd test cases that fails current matching, fix to...
2008-08-26 brainSomeone messed this up
2008-08-25 w00tPropset svn:keywords Id
2008-08-25 w00tFix build.
2008-08-25 w00tFix a few malformed Id tags
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-25 brainTidy up in the nsis scripts, how it installs the servic...
2008-08-25 w00tBounds checking on IsModeSet, etc, to stop silly problems
2008-08-25 w00tImplement /who 1d t (search for who matches for users...
2008-08-25 w00tAdd opt_time to WHO (will be /who +t flag) and clean...
2008-08-25 w00tAdd and document <permchannels> block for m_permchannel...
2008-08-25 w00tAllow Channel::SetTopic with a NULL user record, which...
2008-08-25 w00tFixes to make poll(2) socket engine work properly
2008-08-25 w00tNumerous changes to make this build..
2008-08-25 w00tAdd poll to build system if kqueue/epoll/ports are...
2008-08-25 w00tThis include doesn't exist in 1.2
2008-08-25 w00tFixes, this can't be taken directly from 1.1
2008-08-25 w00tForward-port poll socket engine as it seems reasonably...
2008-08-24 brainSome comments
2008-08-24 brainEWW windows linefeeds
2008-08-24 w00tForward-port r10257, fixes bug #599 reported by mixx941.
2008-08-24 w00tForward port r10255: prevent redundant mode changes...
2008-08-24 brainUse the error name constants here now rather than magic...
2008-08-24 brainProperly name the windows service error constants and...
2008-08-24 brainForgot to remove a ,
2008-08-24 brainNo names for the service specific errors, probably...
2008-08-24 brainProperly give the service specific exit code on failure...
2008-08-24 brainMove
next