Changeset f62550d for functions.c


Ignore:
Timestamp:
Dec 24, 2006, 2:15:05 PM (17 years ago)
Author:
Alejandro R. Sedeño <asedeno@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
5c9c27d
Parents:
23be736
Message:
Updates I've had pending for a while.

* First pass of Roster support
* Redesigning the connection storage as an object.
* Tweaking admin messages to allow reply actions. (Useful for Roster Management)
Possibly a few other things I'm forgetting.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions.c

    rf8b42ac rf62550d  
    20852085        return;
    20862086      }
    2087     }
    2088 
    2089     /* admin */
    2090     if (owl_message_is_type_admin(m)) {
    2091       owl_function_error("You cannot reply to an admin message");
    2092       return;
    20932087    }
    20942088
Note: See TracChangeset for help on using the changeset viewer.