Age | Commit message (Expand) | Author |
2009-09-01 | Fix MAKEPROG configure warning | danieldg |
2009-09-01 | Move compiler flag selection from configure to Makefile; add support for Inte... | danieldg |
2009-09-01 | Clean up unneeded messages, fix BSD make | danieldg |
2009-09-01 | Fix "make module" to include dependency generation | danieldg |
2009-09-01 | Move VERSION/REVISION to their own header to avoid needless rebuilds on update | danieldg |
2009-09-01 | ./configure fixes: -modupdate is no longer needed, -update no longer forces a... | danieldg |
2009-09-01 | Re-implement dependency generation in perl to increase speed | danieldg |
2009-09-01 | Fix install of module .so files | danieldg |
2009-09-01 | Fix build of m_spanningtree and display of dependency regeneration | danieldg |
2009-09-01 | Move dependency tracking from ./configure to Makefile | danieldg |
2009-09-01 | Add m_delaymsg - channel mode +d <time> prevents users from speaking for <tim... | danieldg |
2009-09-01 | Show metadata keys and values in /CHECK output | danieldg |
2009-09-01 | Bump version on the right branch this time. | w00t |
2009-08-31 | Exclude modules from build on release mode too. | peavey |
2009-08-29 | Bump out of RC | w00t |
2009-08-28 | Stop a potential null pointer dereference introduced by Namegduf's patch, fou... | w00t |
2009-08-28 | Fix a really minor spelling error in make/configure.pm | psychon |
2009-08-28 | Updated helpop files from Namegduf. Also thanks to Taros and Kazuma for their... | w00t |
2009-08-28 | Patch from Namegduf to use OnUserMessage instead of OnUserPreMessage, and cor... | w00t |
2009-08-28 | Don't subtract one from MAXCHANNELS, it's a number, not a string length. | w00t |
2009-08-27 | override: pass handling back to the core to send numerics if join restriction... | w00t |
2009-08-26 | Of course, in adding yet more header madness to this for VS2010, I forgot to ... | w00t |
2009-08-24 | Small example config changes; patch by jdhore | special |
2009-08-21 | Config patch from jdhore: identify modules in example config that are not sui... | danieldg |
2009-08-21 | Add contents of LDFLAGS in addition to CXXFLAGS | danieldg |
2009-08-20 | Allow relative and absolute paths to work (without magic) with pidfile. | w00t |
2009-08-20 | Fix access-after-free on rehash | danieldg |
2009-08-19 | Fix a regression from fcb51634669e6ed588e42f2072c6f910e267126f ("fix uid coll... | w00t |
2009-08-17 | Update .gitignore to ignore .modulemanager (and cleanup) | danieldg |
2009-08-17 | Allow forward linking compatability by accepting higher protocol version numb... | danieldg |
2009-08-16 | cgiirc: Pass hosts to WEBIRC command on rehash. No fucking wonder this never ... | w00t |
2009-08-15 | Partial revert of 1fb8a3f1b120db764375911be9ad8019a807a8ad by dKingston, (add... | w00t |
2009-08-15 | vs2010 projects too. | w00t |
2009-08-15 | win: Add vs2010 SLN. | w00t |
2009-08-15 | win: Last part of support required for VS2010: | w00t |
2009-08-15 | Bump version to rc5. | w00t |
2009-08-15 | win: vs2010 requires this to link in process memory retrieval stuff | w00t |
2009-08-15 | win: don't define error constants on VS2009, they're defined for us (finally) | w00t |
2009-08-14 | Fix a compile error for IPv6 windows builds, discovered by Flo | special |
2009-08-14 | Make ident handling consistant: use ChangeIdent for all ident manipulation. T... | w00t |
2009-08-14 | Print line on empty prefix errors to track down a bug | w00t |
2009-08-14 | Set log to null on close and check for null loghandle on FileWriter::WriteLog... | w00t |
2009-08-14 | Run modulemanager upgrade to check for updates to third party (and extras) mo... | w00t |
2009-08-14 | (Hopefully) fix a issue with m_ident's result not being used for display. | psychon |
2009-08-14 | Regenerate modules makefile if installing or uninstalling extras modules. | w00t |
2009-08-14 | Remove some very verbose debug that isn't really needed anymore | w00t |
2009-08-14 | Apply fake lag on garbage input to discourage crap | w00t |
2009-08-13 | Merge patch from dKingston for missing TOPIC numeric, also replace the litera... | brain |
2009-08-12 | Point out that the dns server must be an ip, not a host | brain |
2009-08-12 | Fix printf format warning | danieldg |