| Commit message (Expand) | Author | Age | Files | Lines |
| * | [svn] - crypto/backend/protocol -> modules•••- update documentation
- note that the postgresql backend is no longer supported and will likely be removed
| nenolod | 2007-01-13 | 22 | -19022/+0 |
| * | [svn] Move "Setting your host to \2%s\2." notice to protocol•••modules that need it, so that it is not sent for ircds
which already notify users of a host change (e.g. charybdis).
| jilles | 2006-12-30 | 7 | -14/+21 |
| * | [svn] P10: remove colons on prefixes (channel, global notices) | jilles | 2006-12-10 | 4 | -20/+20 |
| * | [svn] ircnet: fix SAVE processing | jilles | 2006-11-28 | 1 | -3/+3 |
| * | [svn] Add 't' version letter for chansvs::changets. | jilles | 2006-11-27 | 2 | -6/+8 |
| * | [svn] Fix 'd' version letter for log system changes. | jilles | 2006-11-27 | 2 | -6/+6 |
| * | [svn] Add localstatedir to all the other Makefile.in's.•••This fixes those pathnames for --enable-fhs-paths.
| jilles | 2006-11-25 | 1 | -1/+2 |
| * | [svn] Remove more unused variables. | jilles | 2006-11-24 | 20 | -82/+40 |
| * | [svn] Replace irccmp() uses with irccasecmp().•••irccmp() is going away and whenever it was used it
should have been irccasecmp().
| jilles | 2006-11-24 | 1 | -3/+3 |
| * | [svn] inspircd11: don't crash if FMODE target channel does not exist•••(it checked for this condition, but continued anyway).
| jilles | 2006-11-21 | 1 | -2/+3 |
| * | [svn] Move TS changed log message from LG_INFO to LG_DEBUG. | jilles | 2006-11-19 | 15 | -50/+50 |
| * | [svn] P10/TS6/ircnet:•••When sending a notice to a channel as a server notice,
prepend it with "[<service>:<channel>] " instead of
"<service>: " because many clients do not show the
destination channel for such a server notice.
| jilles | 2006-11-15 | 8 | -24/+24 |
| * | [svn] inspircd11:•••- add support for new SNONOTICE/OPERNOTICE stuff, wallops
will appear to come from atheme's server name now and
are sent to snomask +g (if m_globops.so is loaded, as
before) or all +s opers (otherwise)
- no longer require m_globops.so if SNONOTICE/OPERNOTICE
is supported
- don't crash when a required second parameter is missing
in CAPAB
| jilles | 2006-11-14 | 1 | -6/+28 |
| * | [svn] Missed pcommand_add() change for SAMODE in inspircd10. | jilles | 2006-11-12 | 1 | -3/+3 |
| * | [svn] inspircd•••- port samode fix from inspircd10 to inspircd11
- don't crash if target of sajoin/sapart/sanick does not exist
| jilles | 2006-11-11 | 2 | -11/+23 |
| * | [svn] inspircd11: fix SAMODE handling | jilles | 2006-11-11 | 1 | -6/+6 |
| * | [svn] Make protocol/inspircd10 give a clearer error message•••when it is used with inspircd 1.1.
| jilles | 2006-11-08 | 1 | -3/+8 |
| * | [svn] - If an FJOIN with lower TS comes in, deop all existing users••• and reop any services in the channel (using :<service> MODE).
- Ignore FMODE from a server with the same TS containing only
deops (-qaohv). This is necessary to avoid a desync if a
user with autoop privs recreates a registered channel with
changets enabled (if we accept the FMODE, the user ends up
deopped in our state, while they should be opped).
| jilles | 2006-10-31 | 1 | -3/+62 |
| * | [svn] P10: when sending a permanent akill, hold it for four weeks•••P10 does not support permanent glines
| jilles | 2006-10-28 | 4 | -12/+16 |
| * | [svn] P10: send the current time for topicTS so that topiclock works•••Like in the inspircd module, this can be done better (tracker #56)
but we won't do that for 2.0.
| jilles | 2006-10-27 | 4 | -12/+24 |
| * | [svn] hyperion: avoid a crash if we get an STOPIC for a channel that doesn't ... | jilles | 2006-10-27 | 1 | -2/+5 |
| * | [svn] ircnet: make /squit on a jupe work somehow | jilles | 2006-10-27 | 1 | -3/+12 |
| * | [svn] charybdis: on a new connection, start without EUID unless•••that connection sent a CAPAB with EUID
| jilles | 2006-10-23 | 1 | -2/+3 |
| * | [svn] destdir support | lu_zero | 2006-10-22 | 1 | -3/+3 |
| * | [svn] Get rid of C++ comment (was an old commented out bit of code). | jilles | 2006-10-22 | 1 | -3/+2 |
| * | [svn] Use user_changenick() in protocol modules. | jilles | 2006-10-22 | 20 | -234/+64 |
| * | [svn] - convert userlist/uidlist to DTree. | nenolod | 2006-10-22 | 20 | -175/+90 |
| * | [svn] Fix a minor oops, thanks, jilles | w00t | 2006-10-21 | 1 | -3/+3 |
| * | [svn] Simplified FJOIN processing and commented it. | w00t | 2006-10-21 | 1 | -9/+38 |
| * | [svn] Remove .depend files from svn. | jilles | 2006-10-20 | 1 | -392/+0 |
| * | [svn] ratbox/charybdis/hybrid m_tb(): check that the channel exists | jilles | 2006-10-14 | 3 | -6/+15 |
| * | [svn] Update depend files. | jilles | 2006-09-29 | 1 | -39/+91 |
| * | [svn] - Change wallops_sts() protocol function to take a••• simple string instead of a format with args.
- Move config_options.silent check from protocol
modules to src/services.c.
- Reverse some overzealous s/wallops/&_sts/.
| jilles | 2006-09-27 | 20 | -278/+82 |
| * | [svn] charybdis: make sure to call handle_nickchange()•••exactly once on each new user
| jilles | 2006-09-26 | 1 | -11/+7 |
| * | [svn] Apply translations to wallops.•••Add an in-between wallops() function (in src/services.c).
| jilles | 2006-09-26 | 20 | -82/+82 |
| * | [svn] Make it possible for nickserv to act as userserv•••with the nickserv::no_nick_ownership option and
the nickserv/login module (compiled from the same
C file as nickserv/identify). It will still say
"nick" or "nickname" where it should say "account".
| jilles | 2006-09-25 | 9 | -36/+36 |
| * | [svn] Add SVSHOLD support available in InspIRCd SVN (as of r5319) | w00t | 2006-09-25 | 1 | -3/+27 |
| * | [svn] - use our enum {} for boolean_t, not the GCC builtin (portability) | nenolod | 2006-09-25 | 1 | -7/+7 |
| * | [svn] - remove win32 port, it's hopelessly broken and nobody cares about it | nenolod | 2006-09-24 | 1 | -68/+0 |
| * | [svn] REMSTATUS is now obsolete for use in this manner | w00t | 2006-09-24 | 1 | -20/+2 |
| * | [svn] Lowering TS now removes ops sucessfully, and broadcasts FMODEs | w00t | 2006-09-24 | 1 | -64/+16 |
| * | [svn] Move InspIRCd modules to inspircd10 for 1.0, inspircd11 for 1.1. Update... | w00t | 2006-09-24 | 3 | -7/+7 |
| * | [svn] Add REMSTATUS support, available in InspIRCd SVN. This means people get... | w00t | 2006-09-24 | 1 | -8/+34 |
| * | [svn] Split notice_sts() into notice_user_sts() and notice_channel_sts().•••The new functions take object pointers instead of strings.
Also add notice_global_sts() to do global notices cleanly.
The TLD splitting has been moved from modules/global/main.c
to the protocol modules.
| jilles | 2006-09-21 | 20 | -277/+484 |
| * | [svn] Change the introduce_nick protocol function from•••(char *nick, char *ser, char *host, char *real, char *uid)
to (user_t *u).
This simplifies the code slightly and makes it possible
to send more information about services in a clean way.
For example, the nickTS sent out is now consistent with
our record of it.
| jilles | 2006-09-19 | 20 | -94/+96 |
| * | [svn] Update some copyright years on protocol modules. | jilles | 2006-09-14 | 19 | -47/+57 |
| * | [svn] Get rid of sourceinfo_t.origin, this field's interpretation•••(nick vs UID, etc) is too confusing and it is not that useful.
| jilles | 2006-09-14 | 5 | -15/+15 |
| * | [svn] Add Id keyword. | jilles | 2006-09-14 | 1 | -2/+2 |
| * | [svn] inspircd m_idle(): use si->su->nick, but check first•••it's a user and not a server
| jilles | 2006-09-14 | 2 | -5/+5 |
| * | [svn] Don't use si->origin in m_server() and similar. | jilles | 2006-09-14 | 15 | -46/+46 |